From c795874f7f281297bbd3bad2fdb58b24cb4ce624 Mon Sep 17 00:00:00 2001 From: Christophe Bliard Date: Tue, 2 Jan 2024 16:18:46 +0100 Subject: [PATCH] Update copyright year for 2024 command used: `rg -l 'Copyright \(C\) 2012-202\d the OpenProject' | xargs -n 100 sed -i -r 's/Copyright \(C\) 2012-202. the OpenProject/Copyright (C) 2012-2024 the OpenProject/'` --- COPYRIGHT | 2 +- COPYRIGHT_short | 2 +- Gemfile | 2 +- Guardfile | 2 +- Rakefile | 2 +- app/components/activities/days_component.html.erb | 2 +- app/components/activities/days_component.rb | 2 +- app/components/activities/item_component.html.erb | 2 +- app/components/activities/item_component.rb | 2 +- app/components/activities/item_subtitle_component.html.erb | 2 +- app/components/activities/item_subtitle_component.rb | 2 +- app/components/application_component.rb | 2 +- .../attribute_groups/attribute_group_component.html.erb | 2 +- app/components/attribute_groups/attribute_group_component.rb | 2 +- .../attribute_groups/attribute_group_header_component.html.erb | 2 +- .../attribute_groups/attribute_group_header_component.rb | 2 +- .../attribute_groups/attribute_key_value_component.html.erb | 2 +- .../attribute_groups/attribute_key_value_component.rb | 2 +- app/components/components/on_off_status_component.html.erb | 2 +- app/components/components/on_off_status_component.rb | 2 +- app/components/concerns/op_turbo/streamable.rb | 2 +- app/components/custom_actions/row_component.rb | 2 +- app/components/custom_actions/table_component.rb | 2 +- app/components/enumerations/row_component.rb | 2 +- app/components/enumerations/table_component.rb | 2 +- .../individual_principal_base_filter_component.html.erb | 2 +- app/components/individual_principal_base_filter_component.rb | 2 +- app/components/ldap_auth_sources/row_component.rb | 2 +- app/components/ldap_auth_sources/table_component.rb | 2 +- app/components/members/role_form_component.html.erb | 2 +- app/components/members/role_form_component.rb | 2 +- app/components/members/row_component.rb | 2 +- app/components/members/table_component.rb | 2 +- app/components/members/user_filter_component.rb | 2 +- app/components/oauth/applications/row_component.rb | 2 +- app/components/oauth/applications/table_component.rb | 2 +- app/components/op_primer/box_collection_component.html.erb | 2 +- app/components/op_primer/box_collection_component.rb | 2 +- .../op_primer/component_collection_component.html.erb | 2 +- app/components/op_primer/component_collection_component.rb | 2 +- app/components/op_primer/component_helpers.rb | 2 +- app/components/op_primer/relative_time_component.rb | 2 +- app/components/op_turbo/frame_component.html.erb | 2 +- app/components/op_turbo/frame_component.rb | 2 +- app/components/op_turbo/stream_component.html.erb | 2 +- app/components/op_turbo/stream_component.rb | 2 +- app/components/open_project/common/duration_component.rb | 2 +- .../placeholder_users/placeholder_user_filter_component.rb | 2 +- app/components/placeholder_users/row_component.rb | 2 +- app/components/placeholder_users/table_component.rb | 2 +- app/components/projects/row_component.html.erb | 2 +- app/components/projects/row_component.rb | 2 +- app/components/projects/table_component.html.erb | 2 +- app/components/projects/table_component.rb | 2 +- app/components/row_component.html.erb | 2 +- app/components/row_component.rb | 2 +- app/components/settings/numeric_setting_component.html.erb | 2 +- app/components/settings/numeric_setting_component.rb | 2 +- app/components/settings/text_setting_component.html.erb | 2 +- app/components/settings/text_setting_component.rb | 2 +- app/components/settings/time_zone_setting_component.html.erb | 2 +- app/components/settings/time_zone_setting_component.rb | 2 +- app/components/statuses/row_component.rb | 2 +- app/components/statuses/table_component.rb | 2 +- app/components/table_component.html.erb | 2 +- app/components/table_component.rb | 2 +- app/components/user_filter_component.rb | 2 +- app/components/users/auto_login_tokens/row_component.rb | 2 +- app/components/users/auto_login_tokens/table_component.rb | 2 +- app/components/users/avatar_component.rb | 2 +- app/components/users/row_component.rb | 2 +- app/components/users/sessions/row_component.rb | 2 +- app/components/users/sessions/table_component.rb | 2 +- app/components/users/table_component.rb | 2 +- app/components/users/user_filter_component.rb | 2 +- app/components/versions/row_component.rb | 2 +- app/components/versions/table_component.rb | 2 +- .../work_packages/share/invite_user_form_component.rb | 2 +- app/components/work_packages/share/modal_body_component.rb | 2 +- app/components/work_packages/share/modal_upsale_component.rb | 2 +- .../work_packages/share/permission_button_component.rb | 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/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/ical_sharing_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/delete_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 +- .../admin/settings/date_format_settings_controller.rb | 2 +- .../admin/settings/experimental_settings_controller.rb | 2 +- app/controllers/admin/settings/general_settings_controller.rb | 2 +- app/controllers/admin/settings/icalendar_settings_controller.rb | 2 +- .../admin/settings/incoming_mails_settings_controller.rb | 2 +- app/controllers/admin/settings/languages_settings_controller.rb | 2 +- .../admin/settings/mail_notifications_settings_controller.rb | 2 +- app/controllers/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 +- .../admin/settings/working_days_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/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/member_helper.rb | 2 +- app/controllers/concerns/op_turbo/component_stream.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/menus_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/bulk_error_message.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/forms/work_packages/share/invitee.rb | 2 +- app/helpers/accessibility_helper.rb | 2 +- app/helpers/admin_helper.rb | 2 +- app/helpers/angular_helper.rb | 2 +- app/helpers/api_v3_helper.rb | 2 +- app/helpers/application_helper.rb | 2 +- app/helpers/archived_projects_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/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/flash_messages_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/journals_helper.rb | 2 +- app/helpers/mail_digest_helper.rb | 2 +- app/helpers/mail_layout_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/stimulus_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_controller_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_page_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/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/journable/historic_active_record_relation.rb | 2 +- app/models/journable/timestamps.rb | 2 +- app/models/journable/with_historic_attributes.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/storable_journal.rb | 2 +- app/models/journal/timestamps.rb | 2 +- app/models/journal/wiki_page_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_any_project.rb | 2 +- app/models/members/scopes/of_project.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/description.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/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 +- app/models/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 +- app/models/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 +- app/models/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/also_project_member_filter.rb | 2 +- app/models/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/entity_id_filter.rb | 2 +- app/models/queries/members/filters/entity_type_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 +- .../queries/members/filters/only_project_member_filter.rb | 2 +- app/models/queries/members/filters/principal_filter.rb | 2 +- app/models/queries/members/filters/principal_type_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 +- .../queries/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 +- app/models/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 +- app/models/queries/notifications/filters/resource_id_filter.rb | 2 +- .../queries/notifications/filters/resource_type_filter.rb | 2 +- app/models/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/custom_fields/equals_all.rb | 2 +- app/models/queries/operators/custom_fields/not_equals_all.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/equals_all.rb | 2 +- app/models/queries/operators/equals_or.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 +- app/models/queries/placeholder_users/placeholder_user_query.rb | 2 +- app/models/queries/principals.rb | 2 +- .../principals/filters/access_to_anything_in_project_filter.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 +- app/models/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 +- app/models/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 +- app/models/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 +- .../queries/roles/filters/allows_becoming_assignee_filter.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 +- app/models/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 +- app/models/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 +- .../queries/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 +- app/models/queries/work_packages/filter/custom_field_context.rb | 2 +- app/models/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 +- app/models/queries/work_packages/filter/filter_configuration.rb | 2 +- app/models/queries/work_packages/filter/filter_for_wp_mixin.rb | 2 +- .../work_packages/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 +- app/models/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 +- app/models/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/query/timestamps.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/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/timestamp.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/ical.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/permission_checks.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_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/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/currency.rb | 2 +- app/models/work_package/exports/formatters/days.rb | 2 +- .../work_package/exports/formatters/derived_remaining_hours.rb | 2 +- app/models/work_package/exports/formatters/estimated_hours.rb | 2 +- app/models/work_package/exports/formatters/hours.rb | 2 +- app/models/work_package/exports/formatters/spent_units.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/cover.rb | 2 +- app/models/work_package/pdf_export/markdown.rb | 2 +- app/models/work_package/pdf_export/markdown_field.rb | 2 +- app/models/work_package/pdf_export/overview_table.rb | 2 +- app/models/work_package/pdf_export/page.rb | 2 +- app/models/work_package/pdf_export/style.rb | 2 +- app/models/work_package/pdf_export/sums_table.rb | 2 +- app/models/work_package/pdf_export/table_of_contents.rb | 2 +- app/models/work_package/pdf_export/view.rb | 2 +- app/models/work_package/pdf_export/work_package_detail.rb | 2 +- app/models/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_package_role.rb | 2 +- app/models/work_packages/costs.rb | 2 +- app/models/work_packages/derived_dates.rb | 2 +- .../work_packages/scopes/covering_dates_and_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/base_role_seeder.rb | 2 +- app/seeders/basic_data/builtin_users_seeder.rb | 2 +- app/seeders/basic_data/color_scheme_seeder.rb | 2 +- app/seeders/basic_data/color_seeder.rb | 2 +- app/seeders/basic_data/global_role_seeder.rb | 2 +- app/seeders/basic_data/model_seeder.rb | 2 +- app/seeders/basic_data/priority_seeder.rb | 2 +- app/seeders/basic_data/project_role_seeder.rb | 2 +- app/seeders/basic_data/setting_seeder.rb | 2 +- app/seeders/basic_data/status_seeder.rb | 2 +- app/seeders/basic_data/time_entry_activity_seeder.rb | 2 +- app/seeders/basic_data/type_configuration_seeder.rb | 2 +- app/seeders/basic_data/type_seeder.rb | 2 +- app/seeders/basic_data/work_package_role_seeder.rb | 2 +- app/seeders/basic_data/workflow_seeder.rb | 2 +- app/seeders/basic_data_seeder.rb | 2 +- app/seeders/common.yml | 2 +- app/seeders/composite_seeder.rb | 2 +- app/seeders/demo_data/create_attachments.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/projects_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 | 2 +- app/seeders/development_data_seeder.rb | 2 +- app/seeders/env_data/ldap_seeder.rb | 2 +- app/seeders/env_data_seeder.rb | 2 +- app/seeders/root_seeder.rb | 2 +- app/seeders/seeder.rb | 2 +- app/seeders/source/filter_translatables.rb | 2 +- app/seeders/source/seed_data.rb | 2 +- app/seeders/source/seed_data_loader.rb | 2 +- app/seeders/source/seed_file.rb | 2 +- app/seeders/source/translate.rb | 2 +- app/seeders/standard.yml | 2 +- app/seeders/standard/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 +- .../api/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/illegal_permission_context_error.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/unknown_permission_error.rb | 2 +- app/services/authorization/user_allowed_query.rb | 2 +- app/services/authorization/user_allowed_service.rb | 2 +- app/services/authorization/user_entity_roles_query.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_inherited_roles_service.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 +- .../notifications/create_from_model_service/comment_strategy.rb | 2 +- .../notifications/create_from_model_service/message_strategy.rb | 2 +- .../notifications/create_from_model_service/news_strategy.rb | 2 +- .../create_from_model_service/wiki_page_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 +- app/services/notifications/mail_service/wiki_page_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/delete_service.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/drop_all_sessions_service.rb | 2 +- app/services/sessions/drop_other_sessions_service.rb | 2 +- app/services/settings/update_service.rb | 2 +- app/services/settings/working_days_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/global_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 +- app/views/admin/settings/authentication_settings/show.html.erb | 2 +- app/views/admin/settings/date_format_settings/show.html.erb | 2 +- app/views/admin/settings/experimental_settings/show.html.erb | 2 +- app/views/admin/settings/general_settings/show.html.erb | 2 +- app/views/admin/settings/icalendar_settings/show.html.erb | 2 +- app/views/admin/settings/incoming_mails_settings/show.html.erb | 2 +- app/views/admin/settings/languages_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/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_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-login-required.text.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/component_preview.html.erb | 2 +- app/views/layouts/global.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/ldap_auth_sources/edit.html.erb | 2 +- app/views/ldap_auth_sources/index.html.erb | 2 +- app/views/ldap_auth_sources/new.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/access_token_partials/_api_tokens_section.html.erb | 2 +- .../my/access_token_partials/_icalendar_tokens_section.html.erb | 2 +- .../my/access_token_partials/_oauth_tokens_section.html.erb | 2 +- app/views/my/access_token_partials/_rss_tokens_section.html.erb | 2 +- .../my/access_token_partials/_storage_tokens_section.html.erb | 2 +- app/views/my/access_token_partials/_token_table_header.html.erb | 2 +- app/views/my/account.html.erb | 2 +- app/views/my/password.html.erb | 2 +- app/views/my/sessions/index.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/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 +- app/views/projects/settings/repository/shared/_managed.html.erb | 2 +- app/views/projects/settings/repository/show.html.erb | 2 +- .../projects/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/_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_change_not_possible.html.erb | 2 +- app/views/user_mailer/password_change_not_possible.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/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_page_added.html.erb | 2 +- app/views/user_mailer/wiki_page_added.text.erb | 2 +- app/views/user_mailer/wiki_page_updated.html.erb | 2 +- app/views/user_mailer/wiki_page_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/_text.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 +- app/workers/mails/work_package_shared_job.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 +- .../notifications/schedule_date_alerts_notifications_job.rb | 2 +- .../schedule_date_alerts_notifications_job/service.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 +- app/workers/work_packages/bulk_copy_job.rb | 2 +- app/workers/work_packages/bulk_job.rb | 2 +- app/workers/work_packages/bulk_move_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/views.rb | 2 +- config/database.production.yml | 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/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/be.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/eu.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-be.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-eu.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-ka.yml | 2 +- config/locales/crowdin/js-ko.yml | 2 +- config/locales/crowdin/js-lt.yml | 2 +- config/locales/crowdin/js-lv.yml | 2 +- config/locales/crowdin/js-mn.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-sr.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/ka.yml | 2 +- config/locales/crowdin/ko.yml | 2 +- config/locales/crowdin/lt.yml | 2 +- config/locales/crowdin/lv.yml | 2 +- config/locales/crowdin/mn.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/sr.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.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 +- db/migrate/20100528100562_aggregated_global_roles_migrations.rb | 2 +- db/migrate/20170703075208_add_attribute_help_texts.rb | 2 +- db/migrate/20170705134348_remove_attribute_visibility.rb | 2 +- db/migrate/20170818063404_add_timeline_labels_to_query.rb | 2 +- db/migrate/20170829095701_generate_wp_closure.rb | 2 +- db/migrate/20171106074835_move_hashed_token_to_core.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/20180123092002_add_custom_actions.rb | 2 +- db/migrate/20180213155320_add_description_to_custom_actions.rb | 2 +- db/migrate/20180221151038_add_position_to_custom_action.rb | 2 +- db/migrate/20180305130811_remove_wiki_content_versions.rb | 2 +- db/migrate/20180419061910_timestamp_for_caching.rb | 2 +- .../20180504144320_add_color_to_statuses_and_enumerations.rb | 2 +- ...180510184732_rename_planning_elemnt_type_colors_to_colors.rb | 2 +- db/migrate/20180518130559_add_timestamps_to_wiki.rb | 2 +- .../20180524084654_remove_non_null_container_on_attachments.rb | 2 +- db/migrate/20180524113516_add_consent_timestamp_to_user.rb | 2 +- db/migrate/20180706150714_convert_to_markdown.rb | 2 +- db/migrate/20180717102331_remove_in_aggregation_from_type.rb | 2 +- .../20180801072018_remove_responsible_and_type_from_project.rb | 2 +- db/migrate/20180830120550_migrate_light_background_themes.rb | 2 +- db/migrate/20180903110212_add_highlighting_to_query.rb | 2 +- .../20180924141838_add_highlighted_attributes_to_query.rb | 2 +- db/migrate/20181101132712_add_read_only_to_statuses.rb | 2 +- db/migrate/20181112125034_create_doorkeeper_tables.rb | 2 +- db/migrate/20181118193730_create_grid.rb | 2 +- db/migrate/20181121174153_create_ordered_work_packages.rb | 2 +- db/migrate/20190124081710_remove_accessibility_mode.rb | 2 +- db/migrate/20190129083842_add_project_to_grid.rb | 2 +- db/migrate/20190205090102_add_options_to_grid.rb | 2 +- db/migrate/20190207155607_add_hidden_to_queries.rb | 2 +- db/migrate/20190220080647_migrate_my_page_layout.rb | 2 +- db/migrate/20190227163226_add_tls_mode_to_auth_sources.rb | 2 +- db/migrate/20190301122554_remove_hierarchy_paths.rb | 2 +- db/migrate/20190312083304_rename_boards_to_forums.rb | 2 +- db/migrate/20190411122815_set_timeline_auto_zoom.rb | 2 +- db/migrate/20190502102512_ensure_postgres_index_names.rb | 2 +- db/migrate/20190507132517_add_board_view_to_roles.rb | 2 +- db/migrate/20190509071101_add_default_description_to_types.rb | 2 +- db/migrate/20190527095959_set_manage_board_permission.rb | 2 +- db/migrate/20190603060951_set_assign_versions_permission.rb | 2 +- db/migrate/20190618115620_fix_available_languages.rb | 2 +- db/migrate/20190619143049_add_timestamps_to_query.rb | 2 +- db/migrate/20190710132957_rename_my_page_widgets.rb | 2 +- .../20190716071941_add_display_representation_to_query.rb | 2 +- ...190722082648_add_derived_estimated_hours_to_work_packages.rb | 2 +- db/migrate/20190724093332_add_journal_versions_table.rb | 2 +- db/migrate/20190920102446_clean_custom_values.rb | 2 +- db/migrate/20190923111902_add_project_status_reporting.rb | 2 +- .../20190923123858_simplify_project_active_and_timestamp.rb | 2 +- db/migrate/20191106132533_make_system_user_active.rb | 2 +- db/migrate/20191112111040_fix_system_user_status.rb | 2 +- .../20191115141154_add_content_orientation_to_custom_fields.rb | 2 +- db/migrate/20191216135213_join_table_for_active_activities.rb | 2 +- db/migrate/20200114091135_add_theme_name_to_custom_styles.rb | 2 +- db/migrate/20200115090742_fix_parent_id_for_wiki_pages.rb | 2 +- db/migrate/20200206101135_add_theme_logo_to_custom_style.rb | 2 +- db/migrate/20200217061622_add_timestamp_to_news.rb | 2 +- db/migrate/20200217155632_rename_tokens.rb | 2 +- db/migrate/20200220171133_rename_bim_module.rb | 2 +- db/migrate/20200302100431_fix_attachable_journals.rb | 2 +- db/migrate/20200310092237_add_timestamps_to_bcf.rb | 2 +- .../20200325101528_strip_whitespace_from_user_attributes.rb | 2 +- db/migrate/20200326102408_rename_fixed_version.rb | 2 +- db/migrate/20200403105252_add_cron_to_delayed_jobs.rb | 2 +- db/migrate/20200415131633_add_work_package_exports.rb | 2 +- db/migrate/20200427121606_add_filter_to_ldap.rb | 2 +- db/migrate/20200428105404_unique_member_role.rb | 2 +- .../20200504085933_add_schedule_manually_to_work_packages.rb | 2 +- .../20200522131255_splash_multi_list_customizable_journals.rb | 2 +- db/migrate/20200522140244_remove_journal_versions_table.rb | 2 +- db/migrate/20200527130633_add_templated_to_project.rb | 2 +- db/migrate/20200625133727_fix_inherited_group_member_roles.rb | 2 +- db/migrate/20200708065116_fix_members_inconsistencies.rb | 2 +- db/migrate/20200803081038_journalize_scheduling_mode.rb | 2 +- db/migrate/20200820140526_remove_summable_setting.rb | 2 +- ...200903064009_enable_current_project_custom_fields_columns.rb | 2 +- .../20200907090753_change_attachment_filesize_to_big_int.rb | 2 +- ..._current_timestamp_defaults_for_bcf_viewpoints_and_issues.rb | 2 +- db/migrate/20200924085508_cleanup_orphaned_journal_data.rb | 2 +- db/migrate/20200925084550_members_allow_null_on_project.rb | 2 +- .../20201001184404_rename_timestamp_on_time_and_cost_entry.rb | 2 +- .../20201005120137_ensure_integer_for_relations_foreign_keys.rb | 2 +- db/migrate/20201005184411_rename_timestamps.rb | 2 +- db/migrate/20201125121949_remove_renamed_cron_job.rb | 2 +- ...ss_constrain_on_lastname_for_groups_and_placeholder_users.rb | 2 +- db/migrate/20210127134438_alter_user_attributes_max_length.rb | 2 +- .../20210214205545_replace_invalid_principal_references.rb | 2 +- db/migrate/20210221230446_add_group_user_primary_key.rb | 2 +- db/migrate/20210310101840_generalize_exports.rb | 2 +- db/migrate/20210331085058_migrate_sessions_unlogged.rb | 2 +- db/migrate/20210427065703_make_system_user_admin.rb | 2 +- db/migrate/20210510193438_remove_project_setting.rb | 2 +- db/migrate/20210512121322_make_project_identifier_unique.rb | 2 +- .../20210519141244_remove_reply_from_message_journalizing.rb | 2 +- db/migrate/20210615150558_aggregate_journals.rb | 2 +- db/migrate/20210616145324_polymorphic_journal_data.rb | 2 +- db/migrate/20210616191052_create_notifications.rb | 2 +- db/migrate/20210618125430_authors_as_watchers.rb | 2 +- db/migrate/20210618132206_add_notification_settings.rb | 2 +- db/migrate/20210628185054_extend_custom_field_name_length.rb | 2 +- db/migrate/20210701073944_add_digest_setting.rb | 2 +- db/migrate/20210701082511_add_digest_to_notification.rb | 2 +- ...3081724_flip_bcf_viewpoint_clipping_direction_selectively.rb | 2 +- db/migrate/20210726070813_remove_journal_versions.rb | 2 +- db/migrate/20210802114054_add_notification_setting_options.rb | 2 +- db/migrate/20210825183540_make_user_preferences_json.rb | 2 +- db/migrate/20210902201126_cleanup_user_preferences.rb | 2 +- db/migrate/20210910092414_add_bcf_comment_hierarchy.rb | 2 +- db/migrate/20210914065555_cleanup_notifications.rb | 2 +- .../20210915154656_add_user_preference_settings_indices.rb | 2 +- .../20210917190141_non_work_package_notification_settings.rb | 2 +- .../20210922123908_notification_foreign_key_constraint.rb | 2 +- db/migrate/20210928133538_add_reminder_workdays.rb | 2 +- db/migrate/20211005080304_tzinfo_time_zones.rb | 2 +- db/migrate/20211005135637_remove_invalid_group_users.rb | 2 +- db/migrate/20211022143726_remove_snapshot_data.rb | 2 +- .../20211026061420_add_indexes_for_email_reminder_pause.rb | 2 +- .../20211101152840_redistribute_edit_project_permission.rb | 2 +- db/migrate/20211102161932_remove_custom_field_types.rb | 2 +- db/migrate/20211103120946_clean_emails_footer.rb | 2 +- db/migrate/20211104151329_default_notification_setting.rb | 2 +- db/migrate/20211105142202_queue_notification_update_mail.rb | 2 +- db/migrate/20211117195121_remove_destroyed_help_texts.rb | 2 +- db/migrate/20211118203332_clean_hide_mail.rb | 2 +- db/migrate/20211130161501_add_views.rb | 2 +- db/migrate/20211209092519_query_views.rb | 2 +- db/migrate/20220106145037_fix_missing_notification_settings.rb | 2 +- db/migrate/20220202140507_reorder_project_children.rb | 2 +- db/migrate/20220223095355_projects_lft_rgt_index.rb | 2 +- db/migrate/20220302123642_assignable_to_permission.rb | 2 +- db/migrate/20220319211253_add_parent_id_to_wp.rb | 2 +- db/migrate/20220323083000_add_include_subprojects_to_query.rb | 2 +- db/migrate/20220408080838_bigint_primary_key_on_relations.rb | 2 +- db/migrate/20220414085531_migrate_team_planner_permissions.rb | 2 +- db/migrate/20220426132637_refix_inherited_group_member_roles.rb | 2 +- db/migrate/20220428071221_restore_defaults_on_empty_settings.rb | 2 +- db/migrate/20220503093844_create_oauth_client.rb | 2 +- db/migrate/20220511124930_create_week_days.rb | 2 +- db/migrate/20220517113828_create_non_working_days.rb | 2 +- db/migrate/20220518154147_create_oauth_client_tokens.rb | 2 +- db/migrate/20220525154549_add_duration_to_work_packages.rb | 2 +- db/migrate/20220608213712_add_logged_by_id_to_time_entries.rb | 2 +- ...220614132200_add_ignore_non_working_days_to_work_packages.rb | 2 +- ...3015_migrate_log_time_to_log_own_time_in_role_permissions.rb | 2 +- db/migrate/20220620132922_change_duration_default_value.rb | 2 +- db/migrate/20220622151721_drop_project_associations.rb | 2 +- db/migrate/20220629061540_add_paper_trail.rb | 2 +- ...29073727_add_polymorphic_integration_to_oauth_application.rb | 2 +- .../20220707192304_backfill_time_entries_with_logged_by_id.rb | 2 +- ...220712132505_add_foreign_key_constraint_for_type_color_id.rb | 2 +- .../20220714145356_migrate_work_package_export_settings.rb | 2 +- db/migrate/20220804112533_remove_notification_cleanup_job.rb | 2 +- db/migrate/20220811061024_rename_work_package_export_limit.rb | 2 +- .../20220815072420_add_logged_by_to_time_entries_journals.rb | 2 +- ...154403_remove_work_packages_duration_field_active_setting.rb | 2 +- db/migrate/20220818074150_fix_invalid_journals.rb | 2 +- db/migrate/20220818074159_fix_deleted_data_journals.rb | 2 +- ...4821_add_ignore_non_working_days_to_work_package_journals.rb | 2 +- .../20220830092057_change_default_for_non_working_days.rb | 2 +- db/migrate/20220831073113_work_package_project_foreign_key.rb | 2 +- .../20220831081937_migrate_timestamps_to_with_timezone.rb | 2 +- db/migrate/20220909153412_drop_week_days.rb | 2 +- .../20220911182835_create_default_working_days_setting_entry.rb | 2 +- ..._start_date_due_date_and_overdue_to_notification_settings.rb | 2 +- .../20220922200908_split_involved_notification_setting.rb | 2 +- db/migrate/20220926124435_constrain_work_package_dates.rb | 2 +- ...20220929114423_add_unique_index_to_ldap_groups_membership.rb | 2 +- .../20220930133418_set_duration_for_milestone_work_packages.rb | 2 +- db/migrate/20221017073431_remove_orphaned_tokens.rb | 2 +- .../20221017184204_change_defaults_for_notification_settings.rb | 2 +- db/migrate/20221018160449_add_logged_by_to_cost_entries.rb | 2 +- db/migrate/20221026132134_bigint_primary_and_foreign_keys.rb | 2 +- db/migrate/20221027151959_remove_plaintext_tokens.rb | 2 +- ...ngs_start_date_due_date_and_overdue_duration_unit_to_days.rb | 2 +- db/migrate/20221029194419_add_timestamps_to_queries.rb | 2 +- db/migrate/20221115082403_add_ldap_tls_options.rb | 2 +- .../20221129074635_remove_activity_type_from_journals_table.rb | 2 +- db/migrate/20221130150352_create_project_journals.rb | 2 +- ...1201140825_add_non_null_constraint_on_projects_identifier.rb | 2 +- .../20221202130039_fill_project_journals_with_existing_data.rb | 2 +- ...2910_remove_default_values_from_journal_tables_definition.rb | 2 +- db/migrate/20230105073117_remove_renamed_date_alert_job.rb | 2 +- db/migrate/20230105134940_work_package_date_indices.rb | 2 +- ...0130134630_add_index_for_work_package_journals_project_id.rb | 2 +- .../20230306083203_non_null_data_reference_on_journals.rb | 2 +- .../20230309104056_unique_index_on_custom_fields_projects.rb | 2 +- ...106_add_update_delete_cascade_to_work_packages_project_id.rb | 2 +- db/migrate/20230314165213_add_foreign_keys_to_work_packages.rb | 2 +- db/migrate/20230315103437_add_foreign_keys_to_workflows.rb | 2 +- db/migrate/20230315183431_add_foreign_keys_to_projects_types.rb | 2 +- ...20230315184533_add_foreign_keys_to_custom_fields_projects.rb | 2 +- db/migrate/20230322135932_merge_wiki_content_into_page.rb | 2 +- ...28154645_add_gin_trgm_index_on_journals_and_custom_values.rb | 2 +- ...0508150835_copy_project_status_into_projects_and_journals.rb | 2 +- db/migrate/20230713144232_create_storages_file_link_journals.rb | 2 +- ...25165505_add_storage_name_to_storages_file_links_journals.rb | 2 +- ...30731153909_add_file_link_journals_to_existing_containers.rb | 2 +- ...230808140921_add_derived_remaining_hours_to_work_packages.rb | 2 +- ...20230829151629_add_copy_work_packages_permission_to_roles.rb | 2 +- db/migrate/20230905090205_add_share_workpackages_permission.rb | 2 +- db/migrate/20231025144701_migrate_agenda_item_permissions.rb | 2 +- ...llback_create_meeting_agendas_and_split_edit_meeting_role.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 +- frontend/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 +- .../src/app/core/apiv3/endpoints/backups/apiv3-backups-path.ts | 2 +- .../apiv3/endpoints/capabilities/apiv3-capabilities-paths.ts | 2 +- .../core/apiv3/endpoints/capabilities/apiv3-capability-paths.ts | 2 +- .../apiv3/endpoints/configuration/apiv3-configuration-path.ts | 2 +- frontend/src/app/core/apiv3/endpoints/days/api-v3-day-paths.ts | 2 +- frontend/src/app/core/apiv3/endpoints/days/api-v3-days-paths.ts | 2 +- frontend/src/app/core/apiv3/endpoints/grids/apiv3-grid-form.ts | 2 +- frontend/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 +- .../core/apiv3/endpoints/memberships/apiv3-memberships-form.ts | 2 +- .../core/apiv3/endpoints/memberships/apiv3-memberships-paths.ts | 2 +- frontend/src/app/core/apiv3/endpoints/news/apiv3-news-paths.ts | 2 +- .../apiv3/endpoints/notifications/apiv3-notification-paths.ts | 2 +- .../apiv3/endpoints/notifications/apiv3-notifications-paths.ts | 2 +- .../endpoints/placeholder-users/apiv3-placeholder-user-paths.ts | 2 +- .../placeholder-users/apiv3-placeholder-users-paths.ts | 2 +- .../endpoints/project-storages/api-v3-project-storages-paths.ts | 2 +- .../apiv3/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 +- frontend/src/app/core/apiv3/endpoints/projects/project.cache.ts | 2 +- .../src/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 +- .../app/core/apiv3/endpoints/relations/apiv3-relations-paths.ts | 2 +- frontend/src/app/core/apiv3/endpoints/roles/apiv3-role-paths.ts | 2 +- .../src/app/core/apiv3/endpoints/roles/apiv3-roles-paths.ts | 2 +- .../src/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/api-v3-storages-paths.ts | 2 +- .../apiv3/endpoints/time-entries/apiv3-time-entries-paths.ts | 2 +- .../core/apiv3/endpoints/time-entries/apiv3-time-entry-paths.ts | 2 +- .../apiv3/endpoints/time-entries/time-entry-cache.service.ts | 2 +- frontend/src/app/core/apiv3/endpoints/types/apiv3-type-paths.ts | 2 +- .../src/app/core/apiv3/endpoints/types/apiv3-types-paths.ts | 2 +- frontend/src/app/core/apiv3/endpoints/users/apiv3-user-paths.ts | 2 +- .../core/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 +- .../apiv3/endpoints/work_packages/api-v3-work-package-paths.ts | 2 +- .../apiv3/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/openproject-augmenting.module.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 +- .../global-search-work-packages-entry.component.ts | 2 +- .../core/global_search/global-search-work-packages.component.ts | 2 +- .../core/global_search/input/global-search-input.component.ts | 2 +- .../app/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 +- .../app/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 +- .../src/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 +- frontend/src/app/core/recent-items.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 +- .../app/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 +- .../src/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/request-for-confirmation.ts | 2 +- .../core/setup/globals/global-listeners/toggable-fieldset.ts | 2 +- .../app/core/setup/globals/global-listeners/top-menu-scroll.ts | 2 +- frontend/src/app/core/setup/globals/openproject.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 +- frontend/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/compare-id.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 +- .../state/in-app-notifications/in-app-notifications.actions.ts | 2 +- .../state/in-app-notifications/in-app-notifications.service.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 +- .../app/core/state/project-storages/project-storage.model.ts | 2 +- .../app/core/state/project-storages/project-storages.service.ts | 2 +- .../app/core/state/project-storages/project-storages.store.ts | 2 +- frontend/src/app/core/state/projects/projects.service.ts | 2 +- frontend/src/app/core/state/resource-store.service.ts | 2 +- frontend/src/app/core/state/storage-files/storage-file.model.ts | 2 +- .../src/app/core/state/storage-files/storage-files.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/storage-files/upload-link.model.ts | 2 +- frontend/src/app/core/state/storages/storage.model.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/core/upload/convert-http-event.ts | 2 +- frontend/src/app/core/upload/fog-upload.service.ts | 2 +- frontend/src/app/core/upload/is-http-response.ts | 2 +- frontend/src/app/core/upload/local-upload.service.ts | 2 +- frontend/src/app/core/upload/upload.service.ts | 2 +- frontend/src/app/core/upload/wait-for-uploads-finished.ts | 2 +- frontend/src/app/features/admin/openproject-admin.module.ts | 2 +- .../app/features/admin/types/group-edit-in-place.component.ts | 2 +- .../features/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 +- frontend/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 +- .../app/features/bim/bcf/api/viewpoints/bcf-viewpoint.paths.ts | 2 +- .../bcf-new-wp-attribute-group.component.ts | 2 +- .../bcf-wp-attribute-group/bcf-wp-attribute-group.component.ts | 2 +- .../bim/bcf/fields/display/bcf-thumbnail-field.module.ts | 2 +- .../src/app/features/bim/bcf/helper/bcf-path-helper.service.ts | 2 +- frontend/src/app/features/bim/bcf/helper/viewpoints.service.ts | 2 +- frontend/src/app/features/bim/bcf/openproject-bcf.module.ts | 2 +- .../app/features/bim/ifc_models/bcf/list/bcf-list.component.ts | 2 +- .../bim/ifc_models/bcf/split/left/bcf-split-left.component.ts | 2 +- .../bim/ifc_models/bcf/split/right/bcf-split-right.component.ts | 2 +- .../features/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 +- .../bim/revit_add_in/revit-add-in-settings-button.service.ts | 2 +- .../src/app/features/bim/revit_add_in/revit-bridge.service.ts | 2 +- .../board/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/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 +- .../boards/board/toolbar-menu/boards-toolbar-menu.directive.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 +- .../app/features/calendar/wp-calendar/wp-calendar.component.ts | 2 +- .../app/features/dashboards/openproject-dashboards.module.ts | 2 +- .../enterprise-active-trial/ee-active-saved-trial.component.ts | 2 +- .../enterprise/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 +- .../enterprise/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 +- frontend/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 +- frontend/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 +- .../src/app/features/hal/resources/meeting-content-resource.ts | 2 +- frontend/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 +- .../src/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 +- frontend/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 +- frontend/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 +- .../features/hal/resources/work-package-timestamp-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 +- .../features/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 +- frontend/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 +- .../in-app-notifications/bell/state/ian-bell.service.ts | 2 +- .../center/empty-state/empty-state.component.ts | 2 +- .../center/in-app-notification-center.component.ts | 2 +- .../features/in-app-notifications/center/menu/menu.component.ts | 2 +- .../in-app-notifications/center/state/ian-center.service.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 +- .../app/features/invite-user-modal/invite-user-modal.service.ts | 2 +- .../app/features/job-status/openproject-job-status.module.ts | 2 +- frontend/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 +- .../src/app/features/plugins/linked-plugins.styles.sass.example | 2 +- frontend/src/app/features/plugins/openproject-plugins.module.ts | 2 +- .../src/app/features/projects/openproject-projects.module.ts | 2 +- .../src/app/features/reporting/openproject-reporting.module.ts | 2 +- .../src/app/features/reporting/openproject-reporting.routes.ts | 2 +- .../reporting/reporting-page/functionality/reporting_engine.js | 2 +- .../reporting-page/functionality/reporting_engine/controls.js | 2 +- .../reporting-page/functionality/reporting_engine/filters.js | 2 +- .../reporting-page/functionality/reporting_engine/group_bys.js | 2 +- .../functionality/reporting_engine/restore_query.js | 2 +- .../team-planner/assignee/add-assignee.component.ts | 2 +- .../team-planner/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/filter-date-time-value.component.ts | 2 +- .../filter-date-times-value.component.ts | 2 +- .../filters/filter-date-value/filter-date-value.component.ts | 2 +- .../filters/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 +- .../components/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-baseline/baseline-legends/baseline-legends.component.ts | 2 +- .../wp-baseline/baseline-loading/baseline-loading.component.ts | 2 +- .../wp-baseline/baseline-modal/baseline-modal.component.ts | 2 +- .../components/wp-baseline/baseline/baseline.component.ts | 2 +- .../components/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/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-share-button/wp-share-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/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 +- .../components/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 +- .../components/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 +- .../work-packages/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 +- .../components/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/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 +- .../components/wp-single-view-tabs/keep-tab/keep-tab.service.ts | 2 +- .../wp-single-view-tabs/overview-tab/overview-tab.component.ts | 2 +- .../relations-tab/relations-tab.component.ts | 2 +- .../wp-single-view-tabs/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 +- .../work-packages/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 +- .../wp-table/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 +- .../timeline/global-elements/wp-timeline-relations.directive.ts | 2 +- .../global-elements/wp-timeline-static-elements.directive.ts | 2 +- .../wp-table/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 +- .../work-packages/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-timer-button/wp-timer-button.component.ts | 2 +- .../components/wp-type-status/wp-type-status.component.ts | 2 +- .../components/wp-watcher-button/wp-watcher-button.component.ts | 2 +- .../query-space/wp-isolated-graph-query-space.directive.ts | 2 +- .../directives/query-space/wp-isolated-query-space.directive.ts | 2 +- .../work-packages/openproject-work-package-routes.module.ts | 2 +- .../features/work-packages/openproject-work-packages.module.ts | 2 +- .../partitioned-query-space-page.component.ts | 2 +- .../features/work-packages/routing/split-view-routes.helper.ts | 2 +- .../work-packages/routing/split-view-routes.template.ts | 2 +- .../work-packages/routing/work-packages-gantt-routes.ts | 2 +- .../app/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 +- .../routing/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 +- .../routing/wp-view-base/view-services/wp-view-base.service.ts | 2 +- .../wp-view-base/view-services/wp-view-baseline.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 +- .../routing/wp-view-base/view-services/wp-view-focus.service.ts | 2 +- .../wp-view-base/view-services/wp-view-group-by.service.ts | 2 +- .../view-services/wp-view-hierarchy-indentation.service.spec.ts | 2 +- .../view-services/wp-view-include-subprojects.service.ts | 2 +- .../routing/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 +- .../services/notifications/work-package-notification.service.ts | 2 +- .../services/work-package-authorization.service.ts | 2 +- .../app/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 +- .../app/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 +- .../static-attribute-help-text.component.ts | 2 +- .../attribute-help-texts/static-attribute-help-text.modal.ts | 2 +- .../autocomplete-select-decoration.component.ts | 2 +- .../create-autocompleter/create-autocompleter.component.ts | 2 +- .../autocompleter/members-autocompleter/members.module.ts | 2 +- .../project-autocompleter-template.component.ts | 2 +- .../project-autocompleter/project-autocompleter.component.ts | 2 +- .../te-work-package-autocompleter.component.ts | 2 +- .../user-autocompleter/user-autocompleter-template.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 +- .../shared/components/colors/colors-autocompleter.component.ts | 2 +- .../components/copy-to-clipboard/copy-to-clipboard.component.ts | 2 +- .../components/copy-to-clipboard/copy-to-clipboard.service.ts | 2 +- .../src/app/shared/components/date/op-date-time.component.ts | 2 +- .../components/datepicker/banner/datepicker-banner.component.ts | 2 +- .../basic-range-date-picker.component.ts | 2 +- .../basic-single-date-picker.component.ts | 2 +- frontend/src/app/shared/components/datepicker/datepicker.ts | 2 +- .../shared/components/datepicker/helpers/date-modal.helpers.ts | 2 +- .../modal-single-date-picker.component.ts | 2 +- .../datepicker/multi-date-picker/multi-date-picker.component.ts | 2 +- .../datepicker/services/date-modal-relations.service.ts | 2 +- .../datepicker/services/date-modal-scheduling.service.ts | 2 +- .../components/datepicker/sheet/date-picker-sheet.component.ts | 2 +- .../wp-multi-date-form/wp-multi-date-form.component.ts | 2 +- .../wp-single-date-form/wp-single-date-form.component.ts | 2 +- .../editable-toolbar-title/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 +- .../shared/components/fields/changeset/resource-changeset.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 +- .../fields/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 +- .../fields/display/field-types/datetime-display-field.module.ts | 2 +- .../display/field-types/days-duration-display-field.module.ts | 2 +- .../display/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 +- .../display/field-types/hours-duration-display-field.module.ts | 2 +- .../fields/display/field-types/id-display-field.module.ts | 2 +- .../fields/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 +- .../fields/display/field-types/progress-display-field.module.ts | 2 +- .../display/field-types/progress-text-display-field.module.ts | 2 +- .../display/field-types/project-status-display-field.module.ts | 2 +- .../fields/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 +- .../app/shared/components/fields/edit/edit-field.initializer.ts | 2 +- .../src/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 +- .../components/fields/edit/editing-portal/edit-field-handler.ts | 2 +- .../fields/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/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 +- .../edit/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-edit-field/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 +- .../components/fields/macros/attribute-label-macro.component.ts | 2 +- .../components/fields/macros/attribute-model-loader.service.ts | 2 +- .../components/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 +- .../src/app/shared/components/grids/openproject-grids.module.ts | 2 +- .../shared/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-menu.component.ts | 2 +- .../grids/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 +- .../app/shared/components/hide-section/hide-section.service.ts | 2 +- .../components/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 +- .../src/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.component.ts | 2 +- frontend/src/app/shared/components/modal/modal.service.ts | 2 +- .../components/modals/confirm-dialog/confirm-dialog.modal.ts | 2 +- .../components/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 +- .../modals/get-ical-url-modal/query-get-ical-url.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 +- .../app/shared/components/modals/save-modal/save-query.modal.ts | 2 +- .../shared/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 +- .../op-context-menu/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 +- .../op-context-menu/handlers/wp-view-dropdown-menu.directive.ts | 2 +- .../icon-triggered-context-menu.component.ts | 2 +- .../components/op-view-select/op-static-queries.service.ts | 2 +- .../components/op-view-select/op-view-select.component.ts | 2 +- .../components/persistent-toggle/persistent-toggle.component.ts | 2 +- .../src/app/shared/components/principal/principal-helper.ts | 2 +- .../src/app/shared/components/principal/principal.component.ts | 2 +- .../shared/components/project-include/calculate-positions.ts | 2 +- .../project-include/list/project-include-list.component.ts | 2 +- .../components/project-include/project-include.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/file-picker-base-modal.component.ts | 2 +- .../storages/file-picker-modal/file-picker-modal.component.ts | 2 +- .../shared/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/storage-file-list-item.component.ts | 2 +- .../storages/storage-file-list-item/storage-file-list-item.ts | 2 +- .../storages/storage-information/storage-information-box.ts | 2 +- .../storage-information/storage-information.component.ts | 2 +- .../storages/storage-information/storage-information.service.ts | 2 +- .../storage-login-button/storage-login-button.component.ts | 2 +- .../storages/storage-login-button/storage-login-input.ts | 2 +- .../src/app/shared/components/storages/storage/interfaces.ts | 2 +- .../app/shared/components/storages/storage/storage.component.ts | 2 +- .../upload-conflict-modal/upload-conflict-modal.component.ts | 2 +- .../components/storages/upload/nextcloud-upload.strategy.ts | 2 +- .../components/storages/upload/one-drive-upload.strategy.ts | 2 +- .../shared/components/storages/upload/storage-upload.service.ts | 2 +- .../app/shared/components/storages/upload/upload-strategy.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 +- .../components/time_entries/openproject-time-entries.module.ts | 2 +- .../time_entries/timer/stop-existing-timer-modal.component.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 +- .../app/shared/components/toaster/toasts-container.component.ts | 2 +- .../app/shared/components/toaster/upload-progress.component.ts | 2 +- .../app/shared/components/user-link/user-link.component.spec.ts | 2 +- .../src/app/shared/components/user-link/user-link.component.ts | 2 +- .../openproject-work-package-graphs.module.ts | 2 +- .../src/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 +- .../shared/directives/highlight-col/highlight-col.directive.ts | 2 +- .../directives/op-drag-scroll/op-drag-scroll.directive.ts | 2 +- frontend/src/app/shared/helpers/api-v3/api-v3-filter-builder.ts | 2 +- .../shared/helpers/drag-and-drop/reorder-delta-builder.spec.ts | 2 +- frontend/src/app/shared/helpers/link-handling/link-handling.ts | 2 +- frontend/src/app/shared/helpers/routing/mobile-guard.helper.ts | 2 +- frontend/src/app/shared/shared.module.ts | 2 +- .../src/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 +- .../src/global_styles/content/_autocomplete_primerized.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/_help_texts.sass | 2 +- frontend/src/global_styles/content/_hidden.sass | 2 +- frontend/src/global_styles/content/_hide_section.sass | 2 +- frontend/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/_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/_tiles.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 +- .../src/global_styles/content/work_packages/_table_content.sass | 2 +- .../content/work_packages/inplace_editing/_display_fields.sass | 2 +- .../content/work_packages/inplace_editing/_textareas.sass | 2 +- .../global_styles/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 +- .../global_styles/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 +- frontend/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 +- .../src/global_styles/layout/work_packages/_table_baseline.sass | 2 +- .../layout/work_packages/_table_baseline_overrides.sass | 2 +- .../src/global_styles/layout/work_packages/_table_embedded.sass | 2 +- frontend/src/global_styles/openproject/_accessibility.sass | 2 +- frontend/src/global_styles/openproject/_base.sass | 2 +- frontend/src/global_styles/openproject/_forms.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/_primer-adjustments.sass | 2 +- frontend/src/global_styles/openproject/_scm.sass | 2 +- frontend/src/global_styles/openproject/_variable_defaults.scss | 2 +- frontend/src/stimulus/controllers/dynamic/backlogs/backlog.js | 2 +- frontend/src/stimulus/controllers/dynamic/backlogs/burndown.js | 2 +- frontend/src/stimulus/controllers/dynamic/backlogs/common.js | 2 +- .../stimulus/controllers/dynamic/backlogs/editable_inplace.js | 2 +- .../src/stimulus/controllers/dynamic/backlogs/impediment.js | 2 +- .../src/stimulus/controllers/dynamic/backlogs/master_backlog.js | 2 +- frontend/src/stimulus/controllers/dynamic/backlogs/model.js | 2 +- frontend/src/stimulus/controllers/dynamic/backlogs/show_main.js | 2 +- frontend/src/stimulus/controllers/dynamic/backlogs/sprint.js | 2 +- frontend/src/stimulus/controllers/dynamic/backlogs/story.js | 2 +- frontend/src/stimulus/controllers/dynamic/backlogs/task.js | 2 +- frontend/src/stimulus/controllers/dynamic/backlogs/taskboard.js | 2 +- .../src/stimulus/controllers/dynamic/backlogs/work_package.js | 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 +- lib/api/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/enterprise_token_missing.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/outbound_request_forbidden.rb | 2 +- lib/api/errors/outbound_request_not_found.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 +- lib/api/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 +- lib/api/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 +- lib/api/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 +- lib/api/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 +- lib/api/v3/notifications/notification_collection_representer.rb | 2 +- lib/api/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 +- lib/api/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 +- lib/api/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/ical_url/query_ical_url_api.rb | 2 +- lib/api/v3/queries/ical_url/query_ical_url_representer.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 +- lib/api/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/access_to_project_filter_dependency_representer.rb | 2 +- .../schemas/assignee_or_group_filter_dependency_representer.rb | 2 +- .../v3/queries/schemas/blocked_filter_dependency_representer.rb | 2 +- .../v3/queries/schemas/blocks_filter_dependency_representer.rb | 2 +- .../v3/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 +- lib/api/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 +- .../queries/schemas/date_time_filter_dependency_representer.rb | 2 +- .../queries/schemas/duplicated_filter_dependency_representer.rb | 2 +- .../queries/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 +- .../v3/queries/schemas/filter_dependency_representer_factory.rb | 2 +- .../v3/queries/schemas/float_filter_dependency_representer.rb | 2 +- .../v3/queries/schemas/follows_filter_dependency_representer.rb | 2 +- .../v3/queries/schemas/group_filter_dependency_representer.rb | 2 +- lib/api/v3/queries/schemas/id_filter_dependency_representer.rb | 2 +- .../queries/schemas/includes_filter_dependency_representer.rb | 2 +- .../v3/queries/schemas/integer_filter_dependency_representer.rb | 2 +- .../schemas/manual_sort_filter_dependency_representer.rb | 2 +- .../schemas/only_subproject_filter_dependency_representer.rb | 2 +- .../v3/queries/schemas/parent_filter_dependency_representer.rb | 2 +- .../v3/queries/schemas/partof_filter_dependency_representer.rb | 2 +- .../queries/schemas/precedes_filter_dependency_representer.rb | 2 +- .../queries/schemas/principal_filter_dependency_representer.rb | 2 +- .../queries/schemas/priority_filter_dependency_representer.rb | 2 +- .../v3/queries/schemas/project_filter_dependency_representer.rb | 2 +- .../schemas/project_members_filter_dependency_representer.rb | 2 +- lib/api/v3/queries/schemas/query_filter_instance_schema_api.rb | 2 +- .../query_filter_instance_schema_collection_representer.rb | 2 +- .../queries/schemas/query_filter_instance_schema_representer.rb | 2 +- .../queries/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 +- .../v3/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 +- .../v3/queries/schemas/search_filter_dependency_representer.rb | 2 +- .../v3/queries/schemas/status_filter_dependency_representer.rb | 2 +- .../queries/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 +- .../v3/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 +- lib/api/v3/user_preferences/notification_setting_representer.rb | 2 +- lib/api/v3/user_preferences/preferences_by_user_api.rb | 2 +- .../v3/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 +- lib/api/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/historic_attributes.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 +- lib/api/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 +- .../v3/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/show_end_point.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 +- lib/api/v3/work_packages/work_package_collection_representer.rb | 2 +- lib/api/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/active_status.rb | 2 +- lib/open_project/journal_formatter/attachment.rb | 2 +- lib/open_project/journal_formatter/cause.rb | 2 +- lib/open_project/journal_formatter/custom_field.rb | 2 +- lib/open_project/journal_formatter/diff.rb | 2 +- lib/open_project/journal_formatter/file_link.rb | 2 +- lib/open_project/journal_formatter/ignore_non_working_days.rb | 2 +- lib/open_project/journal_formatter/project_status_code.rb | 2 +- lib/open_project/journal_formatter/schedule_manually.rb | 2 +- .../journal_formatter/subproject_named_association.rb | 2 +- lib/open_project/journal_formatter/template.rb | 2 +- lib/open_project/journal_formatter/time_entry_hours.rb | 2 +- .../journal_formatter/time_entry_named_association.rb | 2 +- lib/open_project/journal_formatter/visibility.rb | 2 +- lib/open_project/journal_formatter/wiki_diff.rb | 2 +- lib/open_project/locale_helper.rb | 2 +- lib/open_project/menu.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/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/lookbook_tree_node_inflector.rb | 2 +- lib/open_project/patches/mailer_controller_preview.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 +- lib/open_project/text_formatting/filters/macros/child_pages.rb | 2 +- .../filters/macros/child_pages/child_pages_context.rb | 2 +- .../text_formatting/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 +- lib/open_project/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 +- lib/open_project/text_formatting/formats/markdown/formatter.rb | 2 +- lib/open_project/text_formatting/formats/markdown/helper.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 +- lib/open_project/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 +- lib/open_project/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/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/reregister_password_migrations.rake | 2 +- lib/tasks/scm.rake | 2 +- lib/tasks/secret_token.rake | 2 +- lib/tasks/seed.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 +- lib_static/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 +- .../lib/acts/journalized/file_link_journal_differ.rb | 2 +- .../acts_as_journalized/lib/acts/journalized/format_hooks.rb | 2 +- .../acts_as_journalized/lib/acts/journalized/journalized.rb | 2 +- .../plugins/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 +- lib_static/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_cache.rb | 2 +- lib_static/plugins/acts_as_searchable/init.rb | 2 +- lib_static/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 +- .../rubocop/cop/open_project/add_preview_for_view_component.rb | 2 +- .../no_do_end_block_with_rspec_capybara_matcher_in_expect.rb | 2 +- .../cop/open_project/use_service_result_factory_methods.rb | 2 +- modules/auth_plugins/app/views/hooks/login/_providers.html.erb | 2 +- .../auth_plugins/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/auth_plugins/patches.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/auth_saml/spec/requests/saml_provider_callback_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/avatar-upload.service.ts | 2 +- modules/avatars/frontend/module/main.ts | 2 +- modules/avatars/lib/api/v3/users/user_avatar_api.rb | 2 +- modules/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 +- 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 +- modules/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 +- .../backlogs/app/seeders/basic_data/backlogs/setting_seeder.rb | 2 +- modules/backlogs/app/seeders/common.yml | 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 +- modules/backlogs/app/views/layouts/backlogs.html.erb | 2 +- .../backlogs/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 +- modules/backlogs/app/views/rb_impediments/_impediment.html.erb | 2 +- modules/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/_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/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/be.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/eu.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-be.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-eu.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-ka.yml | 2 +- modules/backlogs/config/locales/crowdin/js-ko.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-mn.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-sr.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/ka.yml | 2 +- modules/backlogs/config/locales/crowdin/ko.yml | 2 +- modules/backlogs/config/locales/crowdin/lt.yml | 2 +- modules/backlogs/config/locales/crowdin/lv.yml | 2 +- modules/backlogs/config/locales/crowdin/mn.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/sr.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 +- .../v3/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 +- modules/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 +- .../lib/open_project/backlogs/patches/permitted_params_patch.rb | 2 +- .../backlogs/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/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 +- .../backlogs/lib/open_project/backlogs/patches/version_patch.rb | 2 +- .../backlogs/patches/versions/base_contract_patch.rb | 2 +- .../backlogs/patches/versions/row_component_patch.rb | 2 +- .../open_project/backlogs/patches/versions_controller_patch.rb | 2 +- .../lib/open_project/backlogs/patches/work_package_patch.rb | 2 +- .../backlogs/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 +- .../api/work_packages/work_package_schema_representer_spec.rb | 2 +- .../backlogs/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 +- modules/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 +- 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 +- .../backlogs/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_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 +- 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 +- .../backlogs/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/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 +- modules/bim/app/contracts/bim/bcf/viewpoints/create_contract.rb | 2 +- modules/bim/app/contracts/bim/bcf/viewpoints/delete_contract.rb | 2 +- .../bim/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 +- modules/bim/app/controllers/bim/bcf/api/v2_1/endpoints/index.rb | 2 +- .../app/controllers/bim/bcf/api/v2_1/endpoints/modify_mixin.rb | 2 +- modules/bim/app/controllers/bim/bcf/api/v2_1/endpoints/show.rb | 2 +- .../bim/app/controllers/bim/bcf/api/v2_1/endpoints/update.rb | 2 +- .../app/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 +- modules/bim/app/controllers/bim/bcf/api/v2_1/viewpoints/api.rb | 2 +- modules/bim/app/controllers/bim/bcf/issues_controller.rb | 2 +- .../bim/app/controllers/bim/ifc_models/ifc_models_controller.rb | 2 +- .../bim/app/controllers/bim/ifc_models/ifc_viewer_controller.rb | 2 +- modules/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 +- .../queries/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 +- .../representers/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.yml | 2 +- modules/bim/app/seeders/bim/basic_data/setting_seeder.rb | 2 +- modules/bim/app/seeders/bim/basic_data/theme_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 +- .../services/bim/bcf/api/v2_1/parse_resource_params_service.rb | 2 +- modules/bim/app/services/bim/bcf/comments/create_service.rb | 2 +- .../bim/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 +- .../app/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 +- modules/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 +- modules/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/routes.rb | 2 +- modules/bim/db/migrate/20181214103300_add_bcf_plugin.rb | 2 +- .../db/migrate/20190719123448_add_viewpoint_to_bcf_comment.rb | 2 +- .../migrate/20190823090211_remove_project_id_from_bcf_issue.rb | 2 +- modules/bim/db/migrate/20191029155327_add_ifc_models_plugin.rb | 2 +- .../db/migrate/20191114090353_add_is_default_to_ifc_models.rb | 2 +- modules/bim/db/migrate/20191119144123_add_issue_columns.rb | 2 +- .../db/migrate/20191121140202_migrate_xml_viewpoint_to_json.rb | 2 +- ...on_delete_nullify_to_bcf_comment_foreign_key_to_viewpoint.rb | 2 +- ...200610083854_add_uniqueness_contrain_to_bcf_topic_on_uuid.rb | 2 +- .../migrate/20201105154216_seed_custom_style_with_bim_theme.rb | 2 +- modules/bim/db/migrate/20210521080035_update_xkt_to_version8.rb | 2 +- .../20211011204301_add_column_conversion_status_to_ifc_model.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/bcf_json/faster_converter.rb | 2 +- modules/bim/lib/open_project/bim/engine.rb | 2 +- modules/bim/lib/open_project/bim/hooks.rb | 2 +- .../lib/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 +- modules/bim/lib/open_project/bim/patches/query_builder_patch.rb | 2 +- modules/bim/lib/open_project/bim/patches/type_patch.rb | 2 +- modules/bim/lib/open_project/bim/patches/work_package_patch.rb | 2 +- modules/bim/lib/tasks/openproject-bim.rake | 2 +- modules/bim/spec/api/v3/activities/activity_representer_spec.rb | 2 +- .../queries/filters/query_filter_instance_representer_spec.rb | 2 +- .../spec/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 +- modules/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 +- modules/bim/spec/features/ifc_models/direct_ifc_upload_spec.rb | 2 +- modules/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 +- .../spec/lib/open_project/bcf/bcf_json/faster_converter_spec.rb | 2 +- .../bcf/bcf_json/viewpoint_reader_shared_examples.rb | 2 +- .../spec/lib/open_project/bcf/bcf_json/viewpoint_reader_spec.rb | 2 +- .../spec/lib/open_project/bcf/bcf_xml/viewpoint_writer_spec.rb | 2 +- .../bim/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 +- .../bcf/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 +- .../bcf/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 +- modules/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/root_seeder_bim_edition_spec.rb | 2 +- modules/bim/spec/services/bcf/issues/create_service_spec.rb | 2 +- modules/bim/spec/services/bcf/viewpoints/create_service_spec.rb | 2 +- .../spec/services/bcf/viewpoints/set_attributes_service_spec.rb | 2 +- .../bim/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 +- .../spec/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/components/boards/row_component.rb | 2 +- modules/boards/app/components/boards/table_component.rb | 2 +- modules/boards/app/models/boards/grid.rb | 2 +- .../api/v3/boards/widgets/board_options_representer.rb | 2 +- modules/boards/app/seeders/common.yml | 2 +- .../app/services/boards/copy/widgets_dependent_service.rb | 2 +- modules/boards/app/services/boards/copy_service.rb | 2 +- modules/boards/app/views/boards/boards/_form.html.erb | 2 +- modules/boards/app/views/boards/boards/index.html.erb | 2 +- modules/boards/app/views/boards/boards/new.html.erb | 2 +- modules/boards/app/views/boards/boards/overview.html.erb | 2 +- modules/boards/app/views/boards/boards/show.html.erb | 2 +- .../lib/open_project/boards/patches/setting_seeder_patch.rb | 2 +- modules/boards/spec/contracts/boards/create_contract_spec.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 +- modules/boards/spec/features/action_boards/status_board_spec.rb | 2 +- .../features/action_boards/status_type_moving_board_spec.rb | 2 +- .../boards/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_index_spec.rb | 2 +- modules/boards/spec/features/board_management_spec.rb | 2 +- modules/boards/spec/features/board_navigation_spec.rb | 2 +- modules/boards/spec/features/board_overview_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 +- modules/boards/spec/features/menu_items/top_menu_item_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_list_page.rb | 2 +- modules/boards/spec/features/support/board_overview_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 +- .../boards/spec/services/assignee_board_create_service_spec.rb | 2 +- .../boards/spec/services/base_create_service_shared_examples.rb | 2 +- modules/boards/spec/services/basic_board_create_service_spec.rb | 2 +- modules/boards/spec/services/copy_service_integration_spec.rb | 2 +- .../boards/spec/services/status_board_create_service_spec.rb | 2 +- .../spec/services/subproject_board_create_service_spec.rb | 2 +- .../boards/spec/services/subtasks_board_create_service_spec.rb | 2 +- .../boards/spec/services/version_board_create_service_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 +- 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 +- modules/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 +- .../budgets/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 +- .../app/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/be.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/eu.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-be.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-eu.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-ka.yml | 2 +- modules/budgets/config/locales/crowdin/js-ko.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-mn.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-sr.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/ka.yml | 2 +- modules/budgets/config/locales/crowdin/ko.yml | 2 +- modules/budgets/config/locales/crowdin/lt.yml | 2 +- modules/budgets/config/locales/crowdin/lv.yml | 2 +- modules/budgets/config/locales/crowdin/mn.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/sr.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 +- .../db/migrate/20200810152654_rename_cost_object_to_budget.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 +- .../budgets/lib/api/v3/attachments/attachments_by_budget_api.rb | 2 +- .../budgets/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 +- .../v3/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 +- modules/budgets/spec/factories/material_budget_item_factory.rb | 2 +- modules/budgets/spec/features/budgets/add_budget_spec.rb | 2 +- modules/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 +- .../budgets/spec/lib/api/v3/budgets/budget_representer_spec.rb | 2 +- modules/budgets/spec/lib/api/v3/path_helper_spec.rb | 2 +- .../queries/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/components/calendar/row_component.rb | 2 +- modules/calendar/app/components/calendar/table_component.rb | 2 +- .../calendar/app/controllers/calendar/calendars_controller.rb | 2 +- modules/calendar/app/controllers/calendar/ical_controller.rb | 2 +- modules/calendar/app/models/ical_token_query_assignment.rb | 2 +- modules/calendar/app/seeders/common.yml | 2 +- modules/calendar/app/services/calendar/create_ical_service.rb | 2 +- .../calendar/app/services/calendar/generate_ical_url_service.rb | 2 +- modules/calendar/app/services/calendar/ical_response_service.rb | 2 +- .../app/services/calendar/resolve_ical_token_service.rb | 2 +- .../app/services/calendar/resolve_work_packages_service.rb | 2 +- .../app/services/calendar/views/global_create_service.rb | 2 +- .../app/services/calendar/views/set_attributes_service.rb | 2 +- modules/calendar/app/views/calendar/calendars/_form.html.erb | 2 +- modules/calendar/app/views/calendar/calendars/index.html.erb | 2 +- modules/calendar/app/views/calendar/calendars/new.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 +- modules/calendar/spec/controllers/ical_controller_spec.rb | 2 +- .../calendar/spec/features/calendar_create_work_package_spec.rb | 2 +- modules/calendar/spec/features/calendar_dates_spec.rb | 2 +- modules/calendar/spec/features/calendar_project_include_spec.rb | 2 +- modules/calendar/spec/features/calendar_sharing_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/routing/ical_routing_spec.rb | 2 +- modules/calendar/spec/services/create_ical_service_spec.rb | 2 +- modules/calendar/spec/services/global_create_service_spec.rb | 2 +- .../calendar/spec/services/resolve_ical_token_service_spec.rb | 2 +- .../spec/services/resolve_work_packages_service_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 +- modules/costs/app/controllers/my/timer_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 +- .../costs/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 +- .../costs/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 +- .../app/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/ongoing_filter.rb | 2 +- .../app/models/queries/time_entries/filters/project_filter.rb | 2 +- .../app/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 +- .../models/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 +- modules/costs/app/models/time_entries/scopes/of_user_and_day.rb | 2 +- modules/costs/app/models/time_entries/scopes/ongoing.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/seeders/common.yml | 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 +- .../views/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/be.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/eu.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-be.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-eu.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-ka.yml | 2 +- modules/costs/config/locales/crowdin/js-ko.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-mn.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-sr.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/ka.yml | 2 +- modules/costs/config/locales/crowdin/ko.yml | 2 +- modules/costs/config/locales/crowdin/lt.yml | 2 +- modules/costs/config/locales/crowdin/lv.yml | 2 +- modules/costs/config/locales/crowdin/mn.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/sr.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 +- .../20200327074416_rename_fixed_version_in_cost_query.rb | 2 +- .../db/migrate/20200807083952_rename_time_and_cost_module.rb | 2 +- .../costs/db/migrate/20210726065912_rename_cost_object_type.rb | 2 +- modules/costs/frontend/module/main.ts | 2 +- .../module/wp-display/costs-by-type-display-field.module.ts | 2 +- .../frontend/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 +- .../lib/api/v3/cost_entries/cost_entries_by_work_package_api.rb | 2 +- .../api/v3/cost_entries/cost_entry_collection_representer.rb | 2 +- modules/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 +- modules/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 +- .../api/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 +- .../costs/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 +- modules/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/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 +- modules/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 +- modules/costs/spec/factories/journal/budget_journal_factory.rb | 2 +- .../costs/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 +- modules/costs/spec/features/cost_entries/add_cost_entry_spec.rb | 2 +- .../cost_entries/add_entry_without_rate_permission_spec.rb | 2 +- modules/costs/spec/features/cost_types/create_cost_type_spec.rb | 2 +- modules/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/timer_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 +- .../spec/lib/api/v3/cost_entries/cost_entry_representer_spec.rb | 2 +- .../cost_entries/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 +- .../time_entries/schemas/time_entry_schema_representer_spec.rb | 2 +- .../time_entries_activity_representer_rendering_spec.rb | 2 +- .../api/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 +- 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 +- .../spec/models/projects/scopes/activated_time_activity_spec.rb | 2 +- .../scopes/visible_with_activated_time_activity_spec.rb | 2 +- .../models/queries/time_entries/filters/activity_filter_spec.rb | 2 +- .../queries/time_entries/filters/created_at_filter_spec.rb | 2 +- .../models/queries/time_entries/filters/ongoing_filter_spec.rb | 2 +- .../models/queries/time_entries/filters/project_filter_spec.rb | 2 +- .../models/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 +- .../queries/time_entries/time_entry_query_integration_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/cost_entries_by_work_package_resource_spec.rb | 2 +- .../spec/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 +- .../spec/requests/api/time_entries/create_form_resource_spec.rb | 2 +- .../api/time_entries/schemas/time_entry_schema_resource_spec.rb | 2 +- .../spec/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 +- .../time_entries/set_attributes_service_integration_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 +- modules/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 +- modules/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/seeders/common.yml | 2 +- modules/documents/app/services/documents/create_service.rb | 2 +- .../documents/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 +- modules/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/be.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/eu.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/ka.yml | 2 +- modules/documents/config/locales/crowdin/ko.yml | 2 +- modules/documents/config/locales/crowdin/lt.yml | 2 +- modules/documents/config/locales/crowdin/lv.yml | 2 +- modules/documents/config/locales/crowdin/mn.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/sr.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 +- .../documents/db/migrate/20200217090016_document_timestamps.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 +- modules/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 +- modules/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 +- .../documents/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 +- .../documents/spec/services/notifications/mail_service_spec.rb | 2 +- modules/documents/spec/spec_helper.rb | 2 +- modules/gantt/app/views/gantt/gantt/index.html.erb | 2 +- modules/gantt/lib/open_project/gantt.rb | 2 +- .../change_view_of_queries_with_timeline_to_gantt_spec.rb | 2 +- modules/gantt/spec/routing/gantt_routing_spec.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 +- modules/github_integration/app/seeders/common.yml | 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/be.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/eu.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-be.yml | 2 +- modules/github_integration/config/locales/crowdin/js-bg.yml | 2 +- modules/github_integration/config/locales/crowdin/js-ca.yml | 2 +- modules/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-eu.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-ka.yml | 2 +- modules/github_integration/config/locales/crowdin/js-ko.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-mn.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-sr.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 +- modules/github_integration/config/locales/crowdin/js-zh-CN.yml | 2 +- modules/github_integration/config/locales/crowdin/js-zh-TW.yml | 2 +- modules/github_integration/config/locales/crowdin/ka.yml | 2 +- modules/github_integration/config/locales/crowdin/ko.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/mn.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/sr.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 +- .../db/migrate/20210407110000_github_integration_models.rb | 2 +- .../db/migrate/20230316080525_add_repository_html_url.rb | 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 +- modules/github_integration/frontend/module/main.ts | 2 +- .../module/pull-request/pull-request-macro.component.sass | 2 +- .../module/pull-request/pull-request-macro.component.ts | 2 +- .../module/pull-request/pull-request-state.component.sass | 2 +- .../module/pull-request/pull-request-state.component.ts | 2 +- .../frontend/module/pull-request/pull-request.component.sass | 2 +- .../frontend/module/pull-request/pull-request.component.ts | 2 +- .../frontend/module/state/github-pull-request.service.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 +- .../api/v3/github_pull_requests/github_check_run_representer.rb | 2 +- .../github_pull_request_collection_representer.rb | 2 +- .../v3/github_pull_requests/github_pull_request_representer.rb | 2 +- .../lib/api/v3/github_pull_requests/github_pull_requests_api.rb | 2 +- .../github_pull_requests_by_work_package_api.rb | 2 +- .../lib/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 +- .../lib/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 +- .../github_integration/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 +- .../api/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 +- modules/github_integration/spec/models/github_check_run_spec.rb | 2 +- .../github_integration/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 +- .../github_integration/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 +- modules/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 +- modules/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 +- .../v3/grids/widgets/time_entry_calendar_options_representer.rb | 2 +- .../app/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 +- modules/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/db/migrate/20200422105623_add_job_status.rb | 2 +- .../job_status/db/migrate/20200610124259_extend_job_status.rb | 2 +- modules/job_status/lib/api/v3/job_status/job_status_api.rb | 2 +- .../job_status/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 +- modules/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/components/ldap_groups/memberships/row_component.rb | 2 +- .../app/components/ldap_groups/memberships/table_component.rb | 2 +- .../ldap_groups/synchronized_filters/row_component.rb | 2 +- .../ldap_groups/synchronized_filters/table_component.rb | 2 +- .../components/ldap_groups/synchronized_groups/row_component.rb | 2 +- .../ldap_groups/synchronized_groups/table_component.rb | 2 +- .../ldap_groups/app/workers/ldap_groups/synchronization_job.rb | 2 +- .../db/migrate/20180125082205_add_ldap_synchronized_groups.rb | 2 +- .../db/migrate/20200420122713_make_synchronized_group_dn.rb | 2 +- .../db/migrate/20200420133116_add_synchronized_filters.rb | 2 +- .../db/migrate/20200427082928_ldap_groups_timestamps.rb | 2 +- .../db/migrate/20210219092709_move_base_dn_into_filters.rb | 2 +- modules/ldap_groups/lib/tasks/ldap_groups.rake | 2 +- .../app/components/authors/autocomplete_item_component.rb | 2 +- .../meeting/app/components/banner_message_component.html.erb | 2 +- modules/meeting/app/components/banner_message_component.rb | 2 +- modules/meeting/app/components/base_errors_component.rb | 2 +- modules/meeting/app/components/flash_message_component.rb | 2 +- .../app/components/meeting_agenda_items/form_component.rb | 2 +- .../app/components/meeting_agenda_items/item_component.rb | 2 +- .../meeting_agenda_items/item_component/edit_component.rb | 2 +- .../meeting_agenda_items/item_component/show_component.rb | 2 +- .../app/components/meeting_agenda_items/list_component.rb | 2 +- .../app/components/meeting_agenda_items/new_button_component.rb | 2 +- .../app/components/meeting_agenda_items/new_component.rb | 2 +- modules/meeting/app/components/meetings/header_component.rb | 2 +- .../app/components/meetings/header_infoline_component.rb | 2 +- modules/meeting/app/components/meetings/row_component.rb | 2 +- modules/meeting/app/components/meetings/show_component.rb | 2 +- .../app/components/meetings/sidebar/details_component.rb | 2 +- .../app/components/meetings/sidebar/details_form_component.rb | 2 +- .../app/components/meetings/sidebar/participants_component.rb | 2 +- .../components/meetings/sidebar/participants_form_component.rb | 2 +- .../meeting/app/components/meetings/sidebar/state_component.rb | 2 +- modules/meeting/app/components/meetings/sidebar_component.rb | 2 +- modules/meeting/app/components/meetings/table_component.rb | 2 +- .../app/components/op_turbo/op_primer/async_dialog_component.rb | 2 +- .../add_work_package_to_meeting_form_component.rb | 2 +- .../components/work_package_meetings_tab/heading_component.rb | 2 +- .../app/components/work_package_meetings_tab/index_component.rb | 2 +- .../app/components/work_package_meetings_tab/list_component.rb | 2 +- .../work_package_meetings_tab/meeting_agenda_item_component.rb | 2 +- .../components/work_package_meetings_tab/meeting_component.rb | 2 +- .../meeting/app/contracts/meeting_agenda_items/base_contract.rb | 2 +- .../app/contracts/meeting_agenda_items/create_contract.rb | 2 +- .../app/contracts/meeting_agenda_items/delete_contract.rb | 2 +- .../app/contracts/meeting_agenda_items/modifiable_item.rb | 2 +- .../app/contracts/meeting_agenda_items/update_contract.rb | 2 +- modules/meeting/app/contracts/meeting_contents/base_contract.rb | 2 +- .../meeting/app/contracts/meeting_contents/update_contract.rb | 2 +- modules/meeting/app/contracts/meetings/base_contract.rb | 2 +- modules/meeting/app/contracts/meetings/update_contract.rb | 2 +- .../app/controllers/concerns/application_component_streams.rb | 2 +- .../controllers/concerns/meetings/agenda_component_streams.rb | 2 +- .../meetings/work_package_meetings_tab_component_streams.rb | 2 +- .../meeting/app/controllers/meeting_agenda_items_controller.rb | 2 +- modules/meeting/app/controllers/meeting_agendas_controller.rb | 2 +- modules/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 +- .../app/controllers/work_package_meetings_tab_controller.rb | 2 +- modules/meeting/app/forms/meeting/duration.rb | 2 +- modules/meeting/app/forms/meeting/location.rb | 2 +- modules/meeting/app/forms/meeting/lock_version.rb | 2 +- modules/meeting/app/forms/meeting/start_date.rb | 2 +- modules/meeting/app/forms/meeting/start_time.rb | 2 +- modules/meeting/app/forms/meeting/submit.rb | 2 +- modules/meeting/app/forms/meeting/title.rb | 2 +- modules/meeting/app/forms/meeting_agenda_item/duration.rb | 2 +- modules/meeting/app/forms/meeting_agenda_item/meeting_form.rb | 2 +- modules/meeting/app/forms/meeting_agenda_item/notes.rb | 2 +- modules/meeting/app/forms/meeting_agenda_item/submit.rb | 2 +- modules/meeting/app/forms/meeting_agenda_item/title.rb | 2 +- modules/meeting/app/forms/meeting_agenda_item/work_package.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 +- .../meeting/app/models/activities/meeting_activity_provider.rb | 2 +- .../meeting/app/models/journal/meeting_agenda_item_journal.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/journalized.rb | 2 +- modules/meeting/app/models/meeting_agenda.rb | 2 +- modules/meeting/app/models/meeting_agenda_item.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 +- modules/meeting/app/models/queries/meetings.rb | 2 +- .../app/models/queries/meetings/filters/attended_user_filter.rb | 2 +- .../app/models/queries/meetings/filters/author_filter.rb | 2 +- .../app/models/queries/meetings/filters/invited_user_filter.rb | 2 +- .../app/models/queries/meetings/filters/meeting_filter.rb | 2 +- .../app/models/queries/meetings/filters/project_filter.rb | 2 +- .../meeting/app/models/queries/meetings/filters/time_filter.rb | 2 +- modules/meeting/app/models/queries/meetings/meeting_query.rb | 2 +- modules/meeting/app/models/structured_meeting.rb | 2 +- modules/meeting/app/seeders/common.yml | 2 +- .../seeders/meetings/demo_data/meeting_agenda_items_seeder.rb | 2 +- .../meeting/app/seeders/meetings/demo_data/meeting_seeder.rb | 2 +- modules/meeting/app/seeders/standard.yml | 2 +- .../app/services/meeting_agenda_items/after_perform_hook.rb | 2 +- .../meeting/app/services/meeting_agenda_items/create_service.rb | 2 +- .../meeting/app/services/meeting_agenda_items/delete_service.rb | 2 +- .../app/services/meeting_agenda_items/set_attributes_service.rb | 2 +- .../meeting/app/services/meeting_agenda_items/update_service.rb | 2 +- .../app/services/meeting_contents/set_attributes_service.rb | 2 +- modules/meeting/app/services/meeting_contents/update_service.rb | 2 +- modules/meeting/app/services/meetings/ical_service.rb | 2 +- modules/meeting/app/services/meetings/set_attributes_service.rb | 2 +- modules/meeting/app/services/meetings/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 +- modules/meeting/app/views/meeting_mailer/invited.html.erb | 2 +- modules/meeting/app/views/meeting_mailer/invited.text.erb | 2 +- modules/meeting/app/views/meeting_mailer/rescheduled.html.erb | 2 +- modules/meeting/app/views/meeting_mailer/rescheduled.text.erb | 2 +- modules/meeting/app/views/meetings/_form.html.erb | 2 +- modules/meeting/app/views/meetings/_menu_query_select.html.erb | 2 +- .../meeting/app/views/meetings/_participants_section.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/new.turbo_stream.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/be.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/eu.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/js-af.yml | 2 +- modules/meeting/config/locales/crowdin/js-ar.yml | 2 +- modules/meeting/config/locales/crowdin/js-az.yml | 2 +- modules/meeting/config/locales/crowdin/js-be.yml | 2 +- modules/meeting/config/locales/crowdin/js-bg.yml | 2 +- modules/meeting/config/locales/crowdin/js-ca.yml | 2 +- modules/meeting/config/locales/crowdin/js-ckb-IR.yml | 2 +- modules/meeting/config/locales/crowdin/js-cs.yml | 2 +- modules/meeting/config/locales/crowdin/js-da.yml | 2 +- modules/meeting/config/locales/crowdin/js-de.yml | 2 +- modules/meeting/config/locales/crowdin/js-el.yml | 2 +- modules/meeting/config/locales/crowdin/js-eo.yml | 2 +- modules/meeting/config/locales/crowdin/js-es.yml | 2 +- modules/meeting/config/locales/crowdin/js-et.yml | 2 +- modules/meeting/config/locales/crowdin/js-eu.yml | 2 +- modules/meeting/config/locales/crowdin/js-fa.yml | 2 +- modules/meeting/config/locales/crowdin/js-fi.yml | 2 +- modules/meeting/config/locales/crowdin/js-fil.yml | 2 +- modules/meeting/config/locales/crowdin/js-fr.yml | 2 +- modules/meeting/config/locales/crowdin/js-he.yml | 2 +- modules/meeting/config/locales/crowdin/js-hi.yml | 2 +- modules/meeting/config/locales/crowdin/js-hr.yml | 2 +- modules/meeting/config/locales/crowdin/js-hu.yml | 2 +- modules/meeting/config/locales/crowdin/js-id.yml | 2 +- modules/meeting/config/locales/crowdin/js-it.yml | 2 +- modules/meeting/config/locales/crowdin/js-ja.yml | 2 +- modules/meeting/config/locales/crowdin/js-ka.yml | 2 +- modules/meeting/config/locales/crowdin/js-ko.yml | 2 +- modules/meeting/config/locales/crowdin/js-lt.yml | 2 +- modules/meeting/config/locales/crowdin/js-lv.yml | 2 +- modules/meeting/config/locales/crowdin/js-mn.yml | 2 +- modules/meeting/config/locales/crowdin/js-ne.yml | 2 +- modules/meeting/config/locales/crowdin/js-nl.yml | 2 +- modules/meeting/config/locales/crowdin/js-no.yml | 2 +- modules/meeting/config/locales/crowdin/js-pl.yml | 2 +- modules/meeting/config/locales/crowdin/js-pt.yml | 2 +- modules/meeting/config/locales/crowdin/js-ro.yml | 2 +- modules/meeting/config/locales/crowdin/js-ru.yml | 2 +- modules/meeting/config/locales/crowdin/js-rw.yml | 2 +- modules/meeting/config/locales/crowdin/js-si.yml | 2 +- modules/meeting/config/locales/crowdin/js-sk.yml | 2 +- modules/meeting/config/locales/crowdin/js-sl.yml | 2 +- modules/meeting/config/locales/crowdin/js-sr.yml | 2 +- modules/meeting/config/locales/crowdin/js-sv.yml | 2 +- modules/meeting/config/locales/crowdin/js-th.yml | 2 +- modules/meeting/config/locales/crowdin/js-tr.yml | 2 +- modules/meeting/config/locales/crowdin/js-uk.yml | 2 +- modules/meeting/config/locales/crowdin/js-vi.yml | 2 +- modules/meeting/config/locales/crowdin/js-zh-CN.yml | 2 +- modules/meeting/config/locales/crowdin/js-zh-TW.yml | 2 +- modules/meeting/config/locales/crowdin/ka.yml | 2 +- modules/meeting/config/locales/crowdin/ko.yml | 2 +- modules/meeting/config/locales/crowdin/lt.yml | 2 +- modules/meeting/config/locales/crowdin/lv.yml | 2 +- modules/meeting/config/locales/crowdin/mn.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/sr.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/locales/js-en.yml | 2 +- modules/meeting/config/routes.rb | 2 +- .../20180323135408_to_v710_aggregated_meeting_migrations.rb | 2 +- modules/meeting/frontend/module/main.ts | 2 +- .../frontend/module/meetings-tab/meetings-tab.component.ts | 2 +- .../api/v3/attachments/attachments_by_meeting_content_api.rb | 2 +- .../lib/api/v3/meeting_agendas/meeting_agenda_representer.rb | 2 +- .../lib/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/setting_seeder_patch.rb | 2 +- modules/meeting/lib/openproject-meeting.rb | 2 +- .../spec/contracts/meeting_agenda_items/create_contract_spec.rb | 2 +- .../spec/contracts/meeting_agenda_items/delete_contract_spec.rb | 2 +- .../spec/contracts/meeting_agenda_items/update_contract_spec.rb | 2 +- .../spec/contracts/meeting_contents/update_contract_spec.rb | 2 +- modules/meeting/spec/contracts/meetings/update_contract_spec.rb | 2 +- modules/meeting/spec/controllers/meetings_controller_spec.rb | 2 +- modules/meeting/spec/factories/meeting_agenda_factory.rb | 2 +- modules/meeting/spec/factories/meeting_agenda_item_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 +- .../structured_meetings/mobile_structure_meeting_spec.rb | 2 +- .../structured_meetings/structured_meeting_crud_spec.rb | 2 +- .../structured_meetings/work_package_meetings_tab_spec.rb | 2 +- .../meeting/spec/lib/open_project/markdown_formatting_spec.rb | 2 +- modules/meeting/spec/mailers/meeting_mailer_spec.rb | 2 +- modules/meeting/spec/models/meeting_acts_as_journalized_spec.rb | 2 +- modules/meeting/spec/models/meeting_agenda_item_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 +- modules/meeting/spec/models/queries/meeting_query_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 +- modules/meeting/spec/seeders/demo_data/project_seeder_spec.rb | 2 +- .../spec/services/meeting_contents/update_service_spec.rb | 2 +- modules/meeting/spec/services/meetings/ical_service_spec.rb | 2 +- modules/meeting/spec/services/meetings/update_service_spec.rb | 2 +- .../replace_references_service_call_integration_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 +- .../spec/support/pages/structured_meeting/mobile/show.rb | 2 +- modules/meeting/spec/support/pages/structured_meeting/show.rb | 2 +- modules/meeting/spec/support/pages/work_package_meetings_tab.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 +- .../my/my_spent_time_widget_with_a_negative_time_zone_spec.rb | 2 +- modules/my_page/spec/features/my/news_spec.rb | 2 +- .../my_page/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 +- modules/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 +- .../db/migrate/20221122072857_add_oidc_session_link.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 +- .../openid_connect/spec/models/openid_connect/provider_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 +- .../db/migrate/20190826083604_my_project_page_to_grid.rb | 2 +- modules/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 +- modules/overviews/spec/features/managing_overview_page_spec.rb | 2 +- modules/overviews/spec/features/navigation_spec.rb | 2 +- .../overviews/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 +- .../db/migrate/20190905130336_add_recaptcha_entries.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 +- modules/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 +- modules/reporting/app/models/cost_query/filter/logged_by_id.rb | 2 +- modules/reporting/app/models/cost_query/filter/no_filter.rb | 2 +- .../reporting/app/models/cost_query/filter/overridden_costs.rb | 2 +- .../reporting/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 +- modules/reporting/app/models/cost_query/group_by/activity_id.rb | 2 +- .../reporting/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 +- modules/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 +- modules/reporting/app/models/cost_query/group_by/priority_id.rb | 2 +- modules/reporting/app/models/cost_query/group_by/project_id.rb | 2 +- .../app/models/cost_query/group_by/ruby_aggregation.rb | 2 +- .../reporting/app/models/cost_query/group_by/singleton_value.rb | 2 +- modules/reporting/app/models/cost_query/group_by/spent_on.rb | 2 +- .../reporting/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 +- modules/reporting/app/models/cost_query/group_by/version_id.rb | 2 +- modules/reporting/app/models/cost_query/group_by/week.rb | 2 +- .../reporting/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 +- modules/reporting/app/seeders/common.yml | 2 +- .../app/services/cost_query/schedule_export_service.rb | 2 +- modules/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/be.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/eu.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-be.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-eu.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-ka.yml | 2 +- modules/reporting/config/locales/crowdin/js-ko.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-mn.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-sr.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/ka.yml | 2 +- modules/reporting/config/locales/crowdin/ko.yml | 2 +- modules/reporting/config/locales/crowdin/lt.yml | 2 +- modules/reporting/config/locales/crowdin/lv.yml | 2 +- modules/reporting/config/locales/crowdin/mn.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/sr.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/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 +- .../reporting/spec/controllers/cost_reports_controller_spec.rb | 2 +- .../reporting/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/export_cost_report_spec.rb | 2 +- modules/reporting/spec/features/menu_spec.rb | 2 +- .../spec/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 +- 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 +- modules/storages/app/common/storages/errors.rb | 2 +- modules/storages/app/common/storages/peripherals/contracts.rb | 2 +- .../peripherals/oauth_configurations/configuration_interface.rb | 2 +- .../peripherals/oauth_configurations/nextcloud_configuration.rb | 2 +- .../peripherals/oauth_configurations/one_drive_configuration.rb | 2 +- .../common/storages/peripherals/parse_create_params_service.rb | 2 +- modules/storages/app/common/storages/peripherals/registry.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 +- .../common/storages/peripherals/storage_file_info_converter.rb | 2 +- .../storages/peripherals/storage_interaction/nextcloud.rb | 2 +- .../storage_interaction/nextcloud/add_user_to_group_command.rb | 2 +- .../nextcloud/copy_template_folder_command.rb | 2 +- .../storage_interaction/nextcloud/create_folder_command.rb | 2 +- .../storage_interaction/nextcloud/delete_folder_command.rb | 2 +- .../storage_interaction/nextcloud/download_link_query.rb | 2 +- .../peripherals/storage_interaction/nextcloud/file_ids_query.rb | 2 +- .../storage_interaction/nextcloud/file_info_query.rb | 2 +- .../storage_interaction/nextcloud/files_info_query.rb | 2 +- .../peripherals/storage_interaction/nextcloud/files_query.rb | 2 +- .../nextcloud/folder_files_file_ids_deep_query.rb | 2 +- .../storage_interaction/nextcloud/group_users_query.rb | 2 +- .../nextcloud/internal/delete_entity_command.rb | 2 +- .../storage_interaction/nextcloud/internal/propfind_query.rb | 2 +- .../storage_interaction/nextcloud/open_file_link_query.rb | 2 +- .../storage_interaction/nextcloud/open_storage_query.rb | 2 +- .../nextcloud/remove_user_from_group_command.rb | 2 +- .../storage_interaction/nextcloud/rename_file_command.rb | 2 +- .../storage_interaction/nextcloud/set_permissions_command.rb | 2 +- .../storage_interaction/nextcloud/upload_link_query.rb | 2 +- .../storages/peripherals/storage_interaction/nextcloud/util.rb | 2 +- .../storages/peripherals/storage_interaction/one_drive.rb | 2 +- .../storage_interaction/one_drive/download_link_query.rb | 2 +- .../storage_interaction/one_drive/file_info_query.rb | 2 +- .../storage_interaction/one_drive/files_info_query.rb | 2 +- .../peripherals/storage_interaction/one_drive/files_query.rb | 2 +- .../storage_interaction/one_drive/open_file_link_query.rb | 2 +- .../storage_interaction/one_drive/open_storage_query.rb | 2 +- .../storage_interaction/one_drive/upload_link_query.rb | 2 +- .../storages/peripherals/storage_interaction/one_drive/util.rb | 2 +- .../storages/peripherals/storage_parent_folder_extractor.rb | 2 +- .../automatically_managed_project_folders_info_component.rb | 2 +- .../automatically_managed_project_folders_form_component.rb | 2 +- .../storages/admin/forms/general_info_form_component.rb | 2 +- .../storages/admin/forms/oauth_client_form_component.rb | 2 +- .../storages/admin/forms/redirect_uri_form_component.rb | 2 +- .../app/components/storages/admin/general_info_component.rb | 2 +- .../app/components/storages/admin/health_status_component.rb | 2 +- .../components/storages/admin/new_storage_button_component.rb | 2 +- .../storages/admin/oauth_application_info_component.rb | 2 +- .../storages/admin/oauth_application_info_copy_component.rb | 2 +- .../components/storages/admin/oauth_client_info_component.rb | 2 +- .../app/components/storages/admin/redirect_uri_component.rb | 2 +- modules/storages/app/components/storages/admin/row_component.rb | 2 +- .../app/components/storages/admin/storage_list_component.rb | 2 +- .../app/components/storages/admin/storage_view_component.rb | 2 +- .../storages/app/components/storages/admin/table_component.rb | 2 +- .../components/storages/open_project_storage_modal_component.rb | 2 +- .../storages/open_project_storage_modal_component/body.rb | 2 +- .../storages/project_storages/members/row_component.rb | 2 +- .../storages/project_storages/members/table_component.rb | 2 +- .../app/components/storages/project_storages/row_component.rb | 2 +- .../app/components/storages/project_storages/table_component.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 +- .../contracts/storages/last_project_folders/base_contract.rb | 2 +- .../contracts/storages/last_project_folders/create_contract.rb | 2 +- .../contracts/storages/last_project_folders/delete_contract.rb | 2 +- .../contracts/storages/last_project_folders/update_contract.rb | 2 +- .../app/contracts/storages/project_storages/base_contract.rb | 2 +- .../project_storages/concerns/manage_storages_guarded.rb | 2 +- .../app/contracts/storages/project_storages/create_contract.rb | 2 +- .../app/contracts/storages/project_storages/delete_contract.rb | 2 +- .../app/contracts/storages/project_storages/update_contract.rb | 2 +- .../storages/app/contracts/storages/storages/base_contract.rb | 2 +- .../storages/storages/concerns/manage_storages_guarded.rb | 2 +- .../storages/app/contracts/storages/storages/create_contract.rb | 2 +- .../storages/app/contracts/storages/storages/delete_contract.rb | 2 +- .../app/contracts/storages/storages/nextcloud_contract.rb | 2 +- .../app/contracts/storages/storages/one_drive_contract.rb | 2 +- .../storages/app/contracts/storages/storages/update_contract.rb | 2 +- .../admin/automatically_managed_project_folders_controller.rb | 2 +- .../app/controllers/storages/admin/oauth_clients_controller.rb | 2 +- .../controllers/storages/admin/project_storages_controller.rb | 2 +- .../app/controllers/storages/admin/storages_controller.rb | 2 +- .../project_settings/project_storage_members_controller.rb | 2 +- .../app/controllers/storages/project_storages_controller.rb | 2 +- .../admin/managed_project_folders/application_password_input.rb | 2 +- .../managed_project_folders/automatic_management_checkbox.rb | 2 +- modules/storages/app/forms/storages/admin/oauth_client_form.rb | 2 +- .../app/forms/storages/admin/provider_drive_id_input_form.rb | 2 +- .../app/forms/storages/admin/provider_host_input_form.rb | 2 +- .../app/forms/storages/admin/provider_name_input_form.rb | 2 +- .../app/forms/storages/admin/provider_tenant_id_input_form.rb | 2 +- .../app/forms/storages/admin/provider_type_hidden_input_form.rb | 2 +- .../storages/app/forms/storages/admin/submit_or_cancel_form.rb | 2 +- modules/storages/app/helpers/storage_login_helper.rb | 2 +- .../app/models/queries/storages/file_links/file_link_query.rb | 2 +- .../models/queries/storages/file_links/filter/storage_filter.rb | 2 +- .../storages/project_storages/filter/project_id_filter.rb | 2 +- .../storages/project_storages/filter/storage_id_filter.rb | 2 +- .../storages/project_storages/filter/storage_url_filter.rb | 2 +- .../queries/storages/project_storages/project_storages_query.rb | 2 +- .../queries/storages/projects/filter/storage_filter_mixin.rb | 2 +- .../queries/storages/projects/filter/storage_id_filter.rb | 2 +- .../queries/storages/projects/filter/storage_url_filter.rb | 2 +- .../app/models/queries/storages/storages/storage_query.rb | 2 +- .../storages/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 +- .../queries/storages/work_packages/filter/storage_id_filter.rb | 2 +- .../queries/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/last_project_folder.rb | 2 +- modules/storages/app/models/storages/nextcloud_storage.rb | 2 +- modules/storages/app/models/storages/one_drive_storage.rb | 2 +- modules/storages/app/models/storages/project_storage.rb | 2 +- modules/storages/app/models/storages/storage.rb | 2 +- .../storages/app/models/storages/storage/inexistent_storage.rb | 2 +- modules/storages/app/models/storages/storage_error.rb | 2 +- modules/storages/app/models/storages/storage_error_data.rb | 2 +- modules/storages/app/models/storages/storage_file.rb | 2 +- modules/storages/app/models/storages/storage_file_info.rb | 2 +- modules/storages/app/models/storages/storage_files.rb | 2 +- modules/storages/app/models/storages/upload_link.rb | 2 +- modules/storages/app/seeders/common.yml | 2 +- .../app/services/projects/copy/file_links_dependent_service.rb | 2 +- .../projects/copy/storage_project_folders_dependent_service.rb | 2 +- .../app/services/projects/copy/storages_dependent_service.rb | 2 +- .../storages/app/services/storages/file_link_sync_service.rb | 2 +- .../storages/app/services/storages/file_links/create_service.rb | 2 +- .../storages/app/services/storages/file_links/delete_service.rb | 2 +- .../app/services/storages/file_links/set_attributes_service.rb | 2 +- .../services/storages/group_folder_properties_sync_service.rb | 2 +- .../services/storages/last_project_folders/create_service.rb | 2 +- .../services/storages/last_project_folders/delete_service.rb | 2 +- .../storages/last_project_folders/set_attributes_service.rb | 2 +- .../services/storages/last_project_folders/update_service.rb | 2 +- .../app/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/app/services/storages/project_storages/helper.rb | 2 +- .../storages/project_storages/set_attributes_service.rb | 2 +- .../app/services/storages/project_storages/update_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 +- .../set_nextcloud_provider_fields_attributes_service.rb | 2 +- .../storages/app/services/storages/storages/update_service.rb | 2 +- .../validator/nextcloud_application_credentials_validator.rb | 2 +- .../app/validator/nextcloud_compatible_host_validator.rb | 2 +- .../create.turbo_stream.erb | 2 +- .../automatically_managed_project_folders/edit.turbo_stream.erb | 2 +- .../views/storages/admin/oauth_clients/create.turbo_stream.erb | 2 +- .../app/views/storages/admin/oauth_clients/new.turbo_stream.erb | 2 +- .../storages/admin/oauth_clients/show_redirect_uri.html.erb | 2 +- .../views/storages/admin/oauth_clients/update.turbo_stream.erb | 2 +- .../storages/app/views/storages/admin/storages/_new.html.erb | 2 +- .../automatically_managed_project_folders/edit.html.erb | 2 +- .../app/views/storages/admin/storages/confirm_destroy.html.erb | 2 +- .../app/views/storages/admin/storages/create.turbo_stream.erb | 2 +- .../storages/app/views/storages/admin/storages/edit.html.erb | 2 +- .../views/storages/admin/storages/edit_host.turbo_stream.erb | 2 +- .../app/views/storages/admin/storages/new.turbo_stream.erb | 2 +- .../admin/storages/replace_oauth_application.turbo_stream.erb | 2 +- .../admin/storages/show_oauth_application.turbo_stream.erb | 2 +- .../storages/project_settings/_project_folder_form.html.erb | 2 +- .../storages/project_settings/_storage_select_form.html.erb | 2 +- .../_toast_all_available_storages_already_added.html.erb | 2 +- .../storages/project_settings/_toast_no_storage_set_up.html.erb | 2 +- .../app/views/storages/project_settings/destroy_info.html.erb | 2 +- .../storages/app/views/storages/project_settings/edit.html.erb | 2 +- .../storages/app/views/storages/project_settings/index.html.erb | 2 +- .../storages/app/views/storages/project_settings/new.html.erb | 2 +- .../project_settings/project_storage_members/index.html.erb | 2 +- .../workers/storages/cleanup_uncontainered_file_links_job.rb | 2 +- .../workers/storages/manage_nextcloud_integration_cron_job.rb | 2 +- .../workers/storages/manage_nextcloud_integration_events_job.rb | 2 +- .../workers/storages/manage_nextcloud_integration_job_mixin.rb | 2 +- modules/storages/config/routes.rb | 2 +- modules/storages/db/migrate/20220113144323_create_storage.rb | 2 +- modules/storages/db/migrate/20220113144759_create_file_links.rb | 2 +- .../db/migrate/20220121090847_create_projects_storages.rb | 2 +- .../migrate/20220712165928_add_storages_permissions_to_roles.rb | 2 +- ...containter_id_and_containter_type_optional_for_file_links.rb | 2 +- .../20230321194150_add_project_folder_to_projects_storages.rb | 2 +- .../migrate/20230420063148_add_provider_fields_to_storages.rb | 2 +- ...71113_migrate_storages_to_use_provider_type_as_sti_column.rb | 2 +- .../20230512153303_change_storage_provider_fields_default.rb | 2 +- .../20230517075214_add_automatic_to_project_folder_modes.rb | 2 +- .../db/migrate/20230601082746_create_last_project_folders.rb | 2 +- .../20230721123022_remove_project_folder_mode_default.rb | 2 +- .../db/migrate/20230802085026_rename_projects_storages_table.rb | 2 +- ...0230824130730_remove_not_null_constraint_for_storage_host.rb | 2 +- .../db/migrate/20231009135807_remove_renamed_cronjobs.rb | 2 +- .../db/migrate/20231109080454_add_health_info_to_storages.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 +- modules/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 +- .../v3/file_links/work_packages_file_links_create_endpoint.rb | 2 +- .../lib/api/v3/oauth_client/oauth_client_credentials_api.rb | 2 +- .../project_storages/project_storage_collection_representer.rb | 2 +- .../lib/api/v3/project_storages/project_storage_open_api.rb | 2 +- .../lib/api/v3/project_storages/project_storage_representer.rb | 2 +- .../lib/api/v3/project_storages/project_storages_api.rb | 2 +- .../lib/api/v3/storage_files/storage_file_representer.rb | 2 +- modules/storages/lib/api/v3/storage_files/storage_files_api.rb | 2 +- .../lib/api/v3/storage_files/storage_files_representer.rb | 2 +- .../lib/api/v3/storage_files/storage_upload_link_representer.rb | 2 +- .../lib/api/v3/storages/storage_collection_representer.rb | 2 +- modules/storages/lib/api/v3/storages/storage_open_api.rb | 2 +- .../storages/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 +- .../open_project/storages/append_storages_hosts_to_csp_hook.rb | 2 +- modules/storages/lib/open_project/storages/engine.rb | 2 +- .../storages/spec/common/storages/peripherals/registry_spec.rb | 2 +- .../nextcloud/copy_template_folder_command_spec.rb | 2 +- .../storage_interaction/nextcloud/download_link_query_spec.rb | 2 +- .../storage_interaction/nextcloud/files_info_query_spec.rb | 2 +- .../storage_interaction/nextcloud/files_query_spec.rb | 2 +- .../storage_interaction/nextcloud/open_file_link_query_spec.rb | 2 +- .../storage_interaction/nextcloud/open_storage_query_spec.rb | 2 +- .../storage_interaction/nextcloud/upload_link_query_spec.rb | 2 +- .../peripherals/storage_interaction/nextcloud/util_spec.rb | 2 +- .../storage_interaction/one_drive/download_link_query_spec.rb | 2 +- .../storage_interaction/one_drive/file_info_query_spec.rb | 2 +- .../storage_interaction/one_drive/files_info_query_spec.rb | 2 +- .../storage_interaction/one_drive/files_query_spec.rb | 2 +- .../storage_interaction/one_drive/open_file_link_query_spec.rb | 2 +- .../storage_interaction/one_drive/open_storage_query_spec.rb | 2 +- .../storage_interaction/one_drive/upload_link_query_spec.rb | 2 +- .../spec/components/project_storages/row_component_spec.rb | 2 +- .../storages/admin/oauth_client_info_component_spec.rb | 2 +- .../spec/contracts/storages/file_links/create_contract_spec.rb | 2 +- .../spec/contracts/storages/file_links/delete_contract_spec.rb | 2 +- .../contracts/storages/file_links/shared_contract_examples.rb | 2 +- .../storages/last_project_folders/base_contract_spec.rb | 2 +- .../contracts/storages/project_storages/base_contract_spec.rb | 2 +- .../contracts/storages/project_storages/create_contract_spec.rb | 2 +- .../contracts/storages/project_storages/delete_contract_spec.rb | 2 +- .../storages/project_storages/shared_contract_examples.rb | 2 +- .../spec/contracts/storages/storages/nextcloud_contract_spec.rb | 2 +- .../storages/storages/nextcloud_create_contract_spec.rb | 2 +- .../storages/storages/nextcloud_delete_contract_spec.rb | 2 +- .../storages/storages/nextcloud_update_contract_spec.rb | 2 +- .../spec/contracts/storages/storages/one_drive_contract_spec.rb | 2 +- .../storages/storages/one_drive_create_contract_spec.rb | 2 +- .../storages/storages/one_drive_delete_contract_spec.rb | 2 +- .../storages/storages/one_drive_update_contract_spec.rb | 2 +- .../contracts/storages/storages/shared_contract_examples.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/last_project_folder_factory.rb | 2 +- modules/storages/spec/factories/project_storage_factory.rb | 2 +- modules/storages/spec/factories/storage_factory.rb | 2 +- modules/storages/spec/factories/storage_file_info_factory.rb | 2 +- modules/storages/spec/factories/webdav_data_factory.rb | 2 +- modules/storages/spec/features/admin_storages_spec.rb | 2 +- modules/storages/spec/features/create_file_links_spec.rb | 2 +- .../spec/features/delete_project_storage_and_file_links_spec.rb | 2 +- modules/storages/spec/features/manage_project_storage_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_menu_links_spec.rb | 2 +- modules/storages/spec/features/storages_module_spec.rb | 2 +- .../storages/spec/features/view_project_storage_members_spec.rb | 2 +- .../lib/api/v3/file_links/file_link_representer_parsing_spec.rb | 2 +- .../api/v3/file_links/file_link_representer_rendering_spec.rb | 2 +- .../api/v3/project_storages/project_storage_representer_spec.rb | 2 +- .../lib/api/v3/storage_files/storage_file_representer_spec.rb | 2 +- .../lib/api/v3/storage_files/storage_files_representer_spec.rb | 2 +- .../v3/storage_files/storage_upload_link_representer_spec.rb | 2 +- .../lib/api/v3/storages/storages_representer_parsing_spec.rb | 2 +- .../lib/api/v3/storages/storages_representer_rendering_spec.rb | 2 +- .../storages/spec/lib/append_storages_hosts_to_csp_hook_spec.rb | 2 +- modules/storages/spec/models/storages/file_link_spec.rb | 2 +- .../storages/spec/models/storages/last_project_folder_spec.rb | 2 +- modules/storages/spec/models/storages/nextcloud_storage_spec.rb | 2 +- modules/storages/spec/models/storages/one_drive_storage_spec.rb | 2 +- modules/storages/spec/models/storages/project_storage_spec.rb | 2 +- .../storages/spec/models/storages/shared_base_storage_spec.rb | 2 +- .../storages/spec/permissions/manage_storage_in_project_spec.rb | 2 +- .../spec/requests/api/v3/file_links/file_links_api_spec.rb | 2 +- .../api/v3/file_links/mixed_case_file_links_integration_spec.rb | 2 +- .../requests/api/v3/project_storages/project_storages_spec.rb | 2 +- .../requests/api/v3/projects/projects_storages_filter_spec.rb | 2 +- .../spec/requests/api/v3/storages/storage_files_api_spec.rb | 2 +- .../storages/spec/requests/api/v3/storages/storages_api_spec.rb | 2 +- .../api/v3/work_packages/work_packages_linkable_filter_spec.rb | 2 +- .../api/v3/work_packages/work_packages_linked_filter_spec.rb | 2 +- .../spec/requests/append_content_security_policy_spec.rb | 2 +- modules/storages/spec/requests/project_storages_open_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 +- .../services/storages/file_links/file_link_sync_service_spec.rb | 2 +- .../services/storages/file_links/set_attributes_service_spec.rb | 2 +- .../storages/group_folder_properties_sync_service_spec.rb | 2 +- .../services/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 +- .../storages/project_storages/shared_event_gun_examples.rb | 2 +- .../services/storages/project_storages/update_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 +- .../set_nextcloud_provider_fields_attributes_service_spec.rb | 2 +- .../spec/services/storages/storages/update_service_spec.rb | 2 +- modules/storages/spec/spec_helper.rb | 2 +- modules/storages/spec/support/components/file_picker_dialog.rb | 2 +- modules/storages/spec/support/ensure_connection_path_helper.rb | 2 +- modules/storages/spec/support/json_response_helper.rb | 2 +- modules/storages/spec/support/storage_server_helpers.rb | 2 +- modules/storages/spec/support/user_permissions_helper.rb | 2 +- .../storages/cleanup_uncontainered_file_links_job_spec.rb | 2 +- .../storages/manage_nextcloud_integration_cron_job_spec.rb | 2 +- .../storages/manage_nextcloud_integration_events_job_spec.rb | 2 +- .../app/components/team_planner/overview/row_component.rb | 2 +- .../app/components/team_planner/overview/table_component.rb | 2 +- .../team_planner/app/components/team_planner/row_component.rb | 2 +- .../team_planner/app/components/team_planner/table_component.rb | 2 +- .../app/services/team_planner/views/global_create_service.rb | 2 +- .../app/services/team_planner/views/set_attributes_service.rb | 2 +- .../app/views/team_planner/team_planner/_form.html.erb | 2 +- .../app/views/team_planner/team_planner/new.html.erb | 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 +- modules/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 +- .../team_planner/spec/features/team_planner_split_view_spec.rb | 2 +- .../spec/features/team_planner_subproject_constraints_spec.rb | 2 +- modules/team_planner/spec/features/team_planner_upsale_spec.rb | 2 +- .../spec/features/team_planner_user_interaction_spec.rb | 2 +- .../team_planner/spec/features/team_planner_view_modes_spec.rb | 2 +- modules/team_planner/spec/permissions/view_team_planner_spec.rb | 2 +- .../spec/requests/api/v3/views/create_resource_spec.rb | 2 +- modules/team_planner/spec/routing/team_planner_routing_spec.rb | 2 +- .../services/team_planner/views/global_create_service_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 +- .../migrate/20120214103300_aggregated_mobile_otp_migrations.rb | 2 +- .../migrate/20130214130336_add_default_otp_channel_to_user.rb | 2 +- .../db/migrate/20160331190036_change_default_channel.rb | 2 +- .../db/migrate/20171023190036_model_reorganization.rb | 2 +- .../two_factor_authentication/my/two_factor_devices_spec.rb | 2 +- .../two_factor_authentication/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/db/migrate/20171218205557_add_webhooks.rb | 2 +- .../webhooks/db/migrate/20171219145752_create_webhook_logs.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 +- .../webhooks/outgoing/deliveries/table_component_spec.rb | 2 +- .../webhooks/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 +- modules/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/i18n/generate_seeders_i18n_source_file | 2 +- script/templates/database.travis.postgres.yml | 2 +- spec/components/activities/item_component_spec.rb | 2 +- spec/components/activities/item_subtitle_component_spec.rb | 2 +- spec/components/application_component_spec.rb | 2 +- .../attribute_groups/attribute_group_component_spec.rb | 2 +- .../attribute_groups/attribute_group_header_component_spec.rb | 2 +- .../attribute_groups/attribute_key_value_component_spec.rb | 2 +- spec/components/op_turbo/frame_component_spec.rb | 2 +- spec/components/settings/time_zone_setting_component_spec.rb | 2 +- spec/constants/settings/definition_spec.rb | 2 +- spec/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/base_contract_spec.rb | 2 +- spec/contracts/queries/create_contract_spec.rb | 2 +- spec/contracts/queries/global_create_contract_spec.rb | 2 +- spec/contracts/queries/ical_sharing_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 +- .../contracts/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_settings_controller_spec.rb | 2 +- .../admin/settings/projects_settings_controller_spec.rb | 2 +- .../admin/settings/working_days_settings_controller_spec.rb | 2 +- spec/controllers/admin_controller_spec.rb | 2 +- spec/controllers/application_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/identifier_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 +- .../controllers/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/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/ical_token_query_assignment_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/project_journal_factory.rb | 2 +- spec/factories/journal/wiki_page_journal_factory.rb | 2 +- spec/factories/journal/work_package_journal_factory.rb | 2 +- spec/factories/journal_factory.rb | 2 +- spec/factories/ldap_auth_source_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_role_factory.rb | 2 +- spec/factories/query_factory.rb | 2 +- spec/factories/relation_factory.rb | 2 +- spec/factories/repository_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_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_package_role_factory.rb | 2 +- spec/factories/work_packags_export_factory.rb | 2 +- spec/factories/workflow_factory.rb | 2 +- spec/features/a11y/home_spec.rb | 2 +- spec/features/a11y/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/time_entry_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/custom_fields/user_custom_field_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/languages_settings_spec.rb | 2 +- spec/features/admin/menu_item_traversal_spec.rb | 2 +- spec/features/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/api_docs/index_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/global_role_update_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/ldap_auth_sources/crud_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/my/autologin_tokens_management_spec.rb | 2 +- spec/features/my/sessions_management_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 +- spec/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/recently_viewed_work_packages_spec.rb | 2 +- spec/features/search/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 +- spec/features/users/invite_user_modal/invite_user_modal_spec.rb | 2 +- .../permission_lacking_current_project_spec.rb | 2 +- spec/features/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/show_spec.rb | 2 +- spec/features/users/user_memberships_spec.rb | 2 +- spec/features/versions/create_spec.rb | 2 +- spec/features/versions/delete_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/versions/roadmap_filtering_spec.rb | 2 +- spec/features/views/shared_examples.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_external_link_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 +- .../datepicker/datepicker_follows_relation_spec.rb | 2 +- spec/features/work_packages/datepicker/datepicker_logic_spec.rb | 2 +- .../work_packages/datepicker/datepicker_non_working_day_spec.rb | 2 +- .../features/work_packages/datepicker/datepicker_parent_spec.rb | 2 +- spec/features/work_packages/details/date_editor_spec.rb | 2 +- spec/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 +- .../work_packages/details/relations/hierarchy_milestone_spec.rb | 2 +- spec/features/work_packages/details/relations/hierarchy_spec.rb | 2 +- spec/features/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 +- spec/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 +- spec/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 +- .../table/baseline/baseline_invisible_project_spec.rb | 2 +- .../work_packages/table/baseline/baseline_query_spec.rb | 2 +- .../work_packages/table/baseline/baseline_rendering_spec.rb | 2 +- spec/features/work_packages/table/delete_work_packages_spec.rb | 2 +- spec/features/work_packages/table/group_by/group_by_spec.rb | 2 +- .../work_packages/table/hierarchy/hierarchy_vs_grouping_spec.rb | 2 +- .../work_packages/table/queries/assignee_filter_spec.rb | 2 +- .../work_packages/table/queries/assignees_role_filter_spec.rb | 2 +- .../features/work_packages/table/queries/bool_cf_filter_spec.rb | 2 +- .../work_packages/table/queries/date_is_empty_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/mobile_date_filter_spec.rb | 2 +- spec/features/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 +- .../work_packages/table/queries/query_name_inline_edit_spec.rb | 2 +- .../work_packages/table/queries/responsible_filter_spec.rb | 2 +- .../features/work_packages/table/queries/subject_filter_spec.rb | 2 +- spec/features/work_packages/table/queries/summary_spec.rb | 2 +- .../features/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/keep_tab_spec.rb | 2 +- spec/features/work_packages/timeline/timeline_dates_spec.rb | 2 +- spec/features/work_packages/timeline/timeline_hierarchy_spec.rb | 2 +- spec/features/work_packages/timeline/timeline_labels_spec.rb | 2 +- .../features/work_packages/timeline/timeline_navigation_spec.rb | 2 +- spec/features/work_packages/work_package_index_spec.rb | 2 +- spec/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/bold_behavior_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/mentions_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/work_package_linking_spec.rb | 2 +- spec/helpers/additional_url_helper_spec.rb | 2 +- spec/helpers/angular_helper_spec.rb | 2 +- spec/helpers/application_helper_spec.rb | 2 +- spec/helpers/archived_projects_helper_spec.rb | 2 +- spec/helpers/custom_styles_helper_spec.rb | 2 +- spec/helpers/error_message_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/journals_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/journal_formatter_cache_spec.rb | 2 +- spec/lib/acts_as_journalized/journaled_spec.rb | 2 +- spec/lib/acts_as_list/acts_as_list_patch_spec.rb | 2 +- spec/lib/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_eager_loading_wrapper_spec.rb | 2 +- .../api/v3/activities/activity_representer_rendering_spec.rb | 2 +- .../api/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 +- .../capabilities/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 +- spec/lib/api/v3/configuration/configuration_representer_spec.rb | 2 +- .../custom_action_execute_representer_parsing_spec.rb | 2 +- .../custom_actions/custom_action_representer_generation_spec.rb | 2 +- .../lib/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 +- .../api/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 +- .../api/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 +- .../api/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 +- .../v3/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 +- .../lib/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 +- spec/lib/api/v3/projects/project_collection_representer_spec.rb | 2 +- .../api/v3/projects/project_payload_representer_parsing_spec.rb | 2 +- spec/lib/api/v3/projects/project_representer_rendering_spec.rb | 2 +- .../api/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 +- .../lib/api/v3/queries/filters/query_filter_representer_spec.rb | 2 +- .../api/v3/queries/group_bys/query_group_by_representer_spec.rb | 2 +- .../api/v3/queries/ical_url/query_ical_url_representer_spec.rb | 2 +- .../api/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 +- .../schemas/blocks_filter_dependency_representer_spec.rb | 2 +- .../schemas/boolean_filter_dependency_representer_spec.rb | 2 +- .../schemas/category_filter_dependency_representer_spec.rb | 2 +- .../schemas/custom_option_filter_dependency_representer_spec.rb | 2 +- .../queries/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 +- .../queries/schemas/float_filter_dependency_representer_spec.rb | 2 +- .../schemas/follows_filter_dependency_representer_spec.rb | 2 +- .../queries/schemas/group_filter_dependency_representer_spec.rb | 2 +- .../v3/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 +- .../project_members_filter_dependency_representer_spec.rb | 2 +- .../schemas/query_filter_instance_schema_representer_spec.rb | 2 +- .../lib/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 +- .../queries/schemas/role_filter_dependency_representer_spec.rb | 2 +- .../schemas/status_filter_dependency_representer_spec.rb | 2 +- .../schemas/subproject_filter_dependency_representer_spec.rb | 2 +- .../queries/schemas/text_filter_dependency_representer_spec.rb | 2 +- .../queries/schemas/type_filter_dependency_representer_spec.rb | 2 +- .../queries/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 +- .../relations/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 +- spec/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/collection_examples.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 +- .../api/v3/versions/schemas/version_schema_representer_spec.rb | 2 +- spec/lib/api/v3/versions/version_collection_representer_spec.rb | 2 +- spec/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 +- .../work_packages/eager_loading/eager_loading_mock_wrapper.rb | 2 +- .../v3/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 +- spec/lib/api/v3/work_packages/work_package_representer_spec.rb | 2 +- .../api/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/active_status_spec.rb | 2 +- spec/lib/journal_formatter/attachment_spec.rb | 2 +- spec/lib/journal_formatter/attribute_spec.rb | 2 +- spec/lib/journal_formatter/cause_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/file_link_spec.rb | 2 +- spec/lib/journal_formatter/ignore_non_working_days_spec.rb | 2 +- spec/lib/journal_formatter/project_status_code_spec.rb | 2 +- spec/lib/journal_formatter/schedule_manually_spec.rb | 2 +- spec/lib/journal_formatter/template_spec.rb | 2 +- spec/lib/journal_formatter/visibility_spec.rb | 2 +- spec/lib/journal_formatter/wiki_diff_spec.rb | 2 +- spec/lib/open_project/access_control/permission_spec.rb | 2 +- spec/lib/open_project/access_control_spec.rb | 2 +- .../authentication/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 +- spec/lib/open_project/events_spec.rb | 2 +- .../lib/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/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 +- spec/lib/open_project/text_formatting/markdown/headings_spec.rb | 2 +- spec/lib/open_project/text_formatting/markdown/images_spec.rb | 2 +- .../open_project/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 +- spec/lib/open_project/text_formatting/markdown/mentions_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 +- .../lib/open_project/text_formatting/markdown/toc_macro_spec.rb | 2 +- .../text_formatting/markdown/user_provided_links_spec.rb | 2 +- .../text_formatting/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/representable_spec.rb | 2 +- ...o_do_end_block_with_rspec_capybara_matcher_in_expect_spec.rb | 2 +- .../cop/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/meeting_mailer_preview.rb | 2 +- spec/mailers/previews/project_mailer_preview.rb | 2 +- spec/mailers/previews/work_package_mailer_preview.rb | 2 +- spec/mailers/sharing_mailer_spec.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/fix_invalid_journals_spec.rb | 2 +- spec/migrations/migrate_team_planner_permissions_spec.rb | 2 +- spec/migrations/restore_defaults_on_empty_settings_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/db_and_ar_length_constraints_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/journable/historic_active_record_relation_spec.rb | 2 +- spec/models/journable/timestamps_spec.rb | 2 +- spec/models/journable/with_historic_attributes_spec.rb | 2 +- spec/models/journal/notification_configuration_spec.rb | 2 +- spec/models/journal/project_journal_spec.rb | 2 +- spec/models/journal/timestamps_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 +- .../models/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/storage_spec.rb | 2 +- spec/models/queries/capabilities/capability_query_spec.rb | 2 +- spec/models/queries/capabilities/filters/action_filter_spec.rb | 2 +- spec/models/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 +- spec/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 +- .../queries/members/filters/also_project_member_filter_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 +- spec/models/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 +- spec/models/queries/projects/filters/created_at_filter_spec.rb | 2 +- .../models/queries/projects/filters/custom_field_filter_spec.rb | 2 +- .../queries/projects/filters/latest_activity_at_filter_spec.rb | 2 +- .../queries/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 +- spec/models/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 +- .../roles/filters/allows_becoming_assignee_filter_spec.rb | 2 +- spec/models/queries/roles/filters/grantable_filter_spec.rb | 2 +- spec/models/queries/roles/filters/unit_filter_spec.rb | 2 +- spec/models/queries/scopes/visible_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 +- .../queries/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 +- spec/models/queries/work_packages/filter/author_filter_spec.rb | 2 +- spec/models/queries/work_packages/filter/blocked_filter_spec.rb | 2 +- spec/models/queries/work_packages/filter/blocks_filter_spec.rb | 2 +- .../models/queries/work_packages/filter/category_filter_spec.rb | 2 +- spec/models/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 +- .../queries/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 +- .../models/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 +- .../models/queries/work_packages/filter/duration_filter_spec.rb | 2 +- .../queries/work_packages/filter/estimated_hours_filter_spec.rb | 2 +- spec/models/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 +- .../models/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 +- spec/models/queries/work_packages/filter/parent_filter_spec.rb | 2 +- spec/models/queries/work_packages/filter/partof_filter_spec.rb | 2 +- .../models/queries/work_packages/filter/precedes_filter_spec.rb | 2 +- .../queries/work_packages/filter/principal_loader_spec.rb | 2 +- .../models/queries/work_packages/filter/priority_filter_spec.rb | 2 +- .../work_packages/filter/project_filter_instance_spec.rb | 2 +- spec/models/queries/work_packages/filter/project_filter_spec.rb | 2 +- spec/models/queries/work_packages/filter/relates_filter_spec.rb | 2 +- .../models/queries/work_packages/filter/required_filter_spec.rb | 2 +- .../models/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 +- spec/models/queries/work_packages/filter/search_filter_spec.rb | 2 +- .../queries/work_packages/filter/start_date_filter_spec.rb | 2 +- spec/models/queries/work_packages/filter/status_filter_spec.rb | 2 +- spec/models/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 +- spec/models/queries/work_packages/filter/version_filter_spec.rb | 2 +- spec/models/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 +- .../query/results_custom_field_filter_integration_spec.rb | 2 +- spec/models/query/results_filter_on_historic_data_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 +- spec/models/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/sort_criteria_spec.rb | 2 +- spec/models/query/timestamps_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/timestamp_spec.rb | 2 +- spec/models/token/base_token_spec.rb | 2 +- spec/models/token/hashed_token_spec.rb | 2 +- spec/models/token/ical_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/permission_checks_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_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 +- .../models/work_package/work_package_acts_as_searchable_spec.rb | 2 +- spec/models/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/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 +- .../work_packages/pdf_export/work_package_list_to_pdf_spec.rb | 2 +- .../models/work_packages/pdf_export/work_package_to_pdf_spec.rb | 2 +- spec/models/work_packages/scopes/allowed_to_spec.rb | 2 +- .../scopes/covering_dates_and_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 +- .../app/seeders/basic_data/backlogs/setting_seeder_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 +- .../requests/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 +- spec/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 +- .../requests/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 +- spec/requests/api/v3/placeholder_users/create_resource_spec.rb | 2 +- .../requests/api/v3/placeholder_users/create_shared_examples.rb | 2 +- .../api/v3/placeholder_users/delete_resource_examples.rb | 2 +- spec/requests/api/v3/placeholder_users/delete_resource_spec.rb | 2 +- spec/requests/api/v3/placeholder_users/index_resource_spec.rb | 2 +- .../requests/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 +- spec/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 +- .../requests/api/v3/projects/available_parents_resource_spec.rb | 2 +- .../requests/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 +- .../requests/api/v3/queries/ical_url/query_ical_url_api_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 +- .../requests/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 +- .../v3/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 +- spec/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 +- .../api/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 +- spec/requests/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 +- .../api/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/ensure_connection_flow_spec.rb | 2 +- spec/requests/oauth_clients/oauth_client_credentials_spec.rb | 2 +- spec/requests/openid_google_provider_callback_spec.rb | 2 +- spec/requests/rate_limiting/api_v3_rate_limiting_spec.rb | 2 +- spec/requests/rate_limiting/lost_password_rate_limiting_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/shares_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/admin_user_seeder_spec.rb | 2 +- spec/seeders/basic_data/global_role_seeder_spec.rb | 2 +- spec/seeders/basic_data/model_seeder_spec.rb | 2 +- spec/seeders/basic_data/project_role_seeder_spec.rb | 2 +- spec/seeders/basic_data/status_seeder_spec.rb | 2 +- spec/seeders/basic_data/type_configuration_seeder_spec.rb | 2 +- spec/seeders/basic_data/work_package_role_seeder_spec.rb | 2 +- spec/seeders/demo_data/global_query_seeder_spec.rb | 2 +- spec/seeders/demo_data/group_seeder_spec.rb | 2 +- spec/seeders/demo_data/project_seeder_spec.rb | 2 +- spec/seeders/demo_data/work_package_seeder_spec.rb | 2 +- spec/seeders/env_data/ldap_seeder_spec.rb | 2 +- spec/seeders/root_seeder_shared_examples.rb | 2 +- spec/seeders/root_seeder_standard_edition_spec.rb | 2 +- spec/seeders/seeder_spec.rb | 2 +- spec/seeders/setting_seeder_spec.rb | 2 +- spec/seeders/source/filter_translatables_spec.rb | 2 +- spec/seeders/source/seed_data_loader_spec.rb | 2 +- spec/seeders/source/seed_data_spec.rb | 2 +- spec/seeders/source/translate_spec.rb | 2 +- spec/services/add_work_package_note_service_spec.rb | 2 +- spec/services/api/v3/parse_query_params_service_spec.rb | 2 +- .../services/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_entity_roles_query_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/authorization_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 +- .../services/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 +- .../groups/cleanup_inherited_roles_service_integration_spec.rb | 2 +- .../groups/create_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 +- spec/services/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 +- .../services/oauth_clients/one_drive_connection_manager_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 +- spec/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/archive_service_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/unarchive_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/roles/delete_service_spec.rb | 2 +- spec/services/roles/set_attributes_service_spec.rb | 2 +- spec/services/roles/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/change_password_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/logout_service_spec.rb | 2 +- spec/services/users/register_user_service_spec.rb | 2 +- .../services/users/replace_mentions_service_integration_spec.rb | 2 +- spec/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 +- spec/services/work_packages/create_service_integration_spec.rb | 2 +- spec/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 +- spec/services/work_packages/update_service_integration_spec.rb | 2 +- spec/services/work_packages/update_service_spec.rb | 2 +- spec/services/workflows/bulk_update_service_integration_spec.rb | 2 +- spec/spec_helper.rb | 2 +- spec/support/a11y.rb | 2 +- spec/support/active_record_timestamps.rb | 2 +- spec/support/angular.rb | 2 +- spec/support/api/v3/shared_available_principals_examples.rb | 2 +- .../v3/work_packages/work_package_representer_eager_loading.rb | 2 +- spec/support/authentication_helpers.rb | 2 +- spec/support/capybara/additional_accessible_selectors.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/baseline.rb | 2 +- spec/support/components/work_packages/baseline_modal.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 +- spec/support/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/components/work_packages/timer_button.rb | 2 +- spec/support/file_helpers.rb | 2 +- spec/support/finders/test_selector.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/has_test_selector.rb | 2 +- spec/support/mocked_permission_helper.rb | 2 +- spec/support/module_spec_helper.rb | 2 +- spec/support/non_working_days.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/ldap_auth_sources/index.rb | 2 +- spec/support/pages/admin/placeholder_users/index.rb | 2 +- spec/support/pages/admin/system_settings/general.rb | 2 +- spec/support/pages/admin/system_settings/languages.rb | 2 +- spec/support/pages/admin/system_settings/page.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/projects/show.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 +- .../support/pages/work_packages/abstract_work_package_create.rb | 2 +- .../work_packages/concerns/work_package_by_button_creator.rb | 2 +- .../support/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/root_seeder_test_helpers.rb | 2 +- spec/support/rspec_expect_it.rb | 2 +- spec/support/rspec_mocks_ruby_3_2_fix_argument_forwarding.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/seeders.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/require_admin.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_env.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/skip_if_command_unavailable.rb | 2 +- spec/support/tempdir.rb | 2 +- spec/support/vcr.rb | 2 +- spec/support/view_components.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/mocked_permission_helper_spec.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/seed_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 +- spec/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 +- .../notifications/create_date_alerts_notifications_job_spec.rb | 2 +- spec/workers/notifications/group_member_altered_job_spec.rb | 2 +- .../schedule_date_alerts_notifications_job_spec.rb | 2 +- spec/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 +- spec/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 +- .../workers/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 +- 7564 files changed, 7564 insertions(+), 7564 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index e4986d3380e3..52db00687216 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,6 +1,6 @@ OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the 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 880605fd64a9..f6628456eb30 100644 --- a/COPYRIGHT_short +++ b/COPYRIGHT_short @@ -1,5 +1,5 @@ OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is 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 ad58b5c1b439..a8e043f64b9a 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 14d128f45c0a..83e8583758b0 100644 --- a/Guardfile +++ b/Guardfile @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 d067dc4784d0..6dbf99fe781e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/activities/days_component.html.erb b/app/components/activities/days_component.html.erb index b9af3266dffd..c0fd1098bf59 100644 --- a/app/components/activities/days_component.html.erb +++ b/app/components/activities/days_component.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/activities/days_component.rb b/app/components/activities/days_component.rb index b138a5a0f438..27c7668f5c44 100644 --- a/app/components/activities/days_component.rb +++ b/app/components/activities/days_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/activities/item_component.html.erb b/app/components/activities/item_component.html.erb index 74d18e17dbd3..d5f5f7727dd4 100644 --- a/app/components/activities/item_component.html.erb +++ b/app/components/activities/item_component.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/activities/item_component.rb b/app/components/activities/item_component.rb index 384144cc1141..a9ec9cc0173b 100644 --- a/app/components/activities/item_component.rb +++ b/app/components/activities/item_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/activities/item_subtitle_component.html.erb b/app/components/activities/item_subtitle_component.html.erb index 50b43e3490f6..2b9edbce4e7f 100644 --- a/app/components/activities/item_subtitle_component.html.erb +++ b/app/components/activities/item_subtitle_component.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/activities/item_subtitle_component.rb b/app/components/activities/item_subtitle_component.rb index 3bce0f79a7f4..6585a39d7caa 100644 --- a/app/components/activities/item_subtitle_component.rb +++ b/app/components/activities/item_subtitle_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/application_component.rb b/app/components/application_component.rb index 8f655afb2c0a..8ac0007e320c 100644 --- a/app/components/application_component.rb +++ b/app/components/application_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/attribute_groups/attribute_group_component.html.erb b/app/components/attribute_groups/attribute_group_component.html.erb index 856f6e3d49b8..36c6ad38aa48 100644 --- a/app/components/attribute_groups/attribute_group_component.html.erb +++ b/app/components/attribute_groups/attribute_group_component.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/attribute_groups/attribute_group_component.rb b/app/components/attribute_groups/attribute_group_component.rb index 00a41223718a..ec401d6d7ca8 100644 --- a/app/components/attribute_groups/attribute_group_component.rb +++ b/app/components/attribute_groups/attribute_group_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/attribute_groups/attribute_group_header_component.html.erb b/app/components/attribute_groups/attribute_group_header_component.html.erb index 473ba68f87d0..b93babe89bd3 100644 --- a/app/components/attribute_groups/attribute_group_header_component.html.erb +++ b/app/components/attribute_groups/attribute_group_header_component.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/attribute_groups/attribute_group_header_component.rb b/app/components/attribute_groups/attribute_group_header_component.rb index 8db8509b221f..dc74e61d38a8 100644 --- a/app/components/attribute_groups/attribute_group_header_component.rb +++ b/app/components/attribute_groups/attribute_group_header_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/attribute_groups/attribute_key_value_component.html.erb b/app/components/attribute_groups/attribute_key_value_component.html.erb index dd6a2c7a4c1c..a36d9c5defdc 100644 --- a/app/components/attribute_groups/attribute_key_value_component.html.erb +++ b/app/components/attribute_groups/attribute_key_value_component.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/attribute_groups/attribute_key_value_component.rb b/app/components/attribute_groups/attribute_key_value_component.rb index 092729739bc2..f96b6c92cbc3 100644 --- a/app/components/attribute_groups/attribute_key_value_component.rb +++ b/app/components/attribute_groups/attribute_key_value_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/components/on_off_status_component.html.erb b/app/components/components/on_off_status_component.html.erb index 45fccd6b7a26..4a805303bbf8 100644 --- a/app/components/components/on_off_status_component.html.erb +++ b/app/components/components/on_off_status_component.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/components/on_off_status_component.rb b/app/components/components/on_off_status_component.rb index 20b56fac14b7..439a23248a77 100644 --- a/app/components/components/on_off_status_component.rb +++ b/app/components/components/on_off_status_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/concerns/op_turbo/streamable.rb b/app/components/concerns/op_turbo/streamable.rb index 223ea13769dd..d0d76118d96a 100644 --- a/app/components/concerns/op_turbo/streamable.rb +++ b/app/components/concerns/op_turbo/streamable.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/custom_actions/row_component.rb b/app/components/custom_actions/row_component.rb index ffe4c4c40f9b..78aae79668f9 100644 --- a/app/components/custom_actions/row_component.rb +++ b/app/components/custom_actions/row_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/custom_actions/table_component.rb b/app/components/custom_actions/table_component.rb index f6ec1c400a76..5b35e3a3c40e 100644 --- a/app/components/custom_actions/table_component.rb +++ b/app/components/custom_actions/table_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/enumerations/row_component.rb b/app/components/enumerations/row_component.rb index 60dd4041ca90..78c5597f23cc 100644 --- a/app/components/enumerations/row_component.rb +++ b/app/components/enumerations/row_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/enumerations/table_component.rb b/app/components/enumerations/table_component.rb index 9d2ca664cb9e..08b5c1a4286c 100644 --- a/app/components/enumerations/table_component.rb +++ b/app/components/enumerations/table_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/individual_principal_base_filter_component.html.erb b/app/components/individual_principal_base_filter_component.html.erb index 07e384bab2a8..588b7e913c94 100644 --- a/app/components/individual_principal_base_filter_component.html.erb +++ b/app/components/individual_principal_base_filter_component.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/individual_principal_base_filter_component.rb b/app/components/individual_principal_base_filter_component.rb index ea9dd6f358dd..1bff0229a696 100644 --- a/app/components/individual_principal_base_filter_component.rb +++ b/app/components/individual_principal_base_filter_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/ldap_auth_sources/row_component.rb b/app/components/ldap_auth_sources/row_component.rb index 4eab374bf68a..2e8a9a8ccdf2 100644 --- a/app/components/ldap_auth_sources/row_component.rb +++ b/app/components/ldap_auth_sources/row_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/ldap_auth_sources/table_component.rb b/app/components/ldap_auth_sources/table_component.rb index 7e534ab8c168..f4735796b600 100644 --- a/app/components/ldap_auth_sources/table_component.rb +++ b/app/components/ldap_auth_sources/table_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/members/role_form_component.html.erb b/app/components/members/role_form_component.html.erb index 5a5ee98b3c26..45d06ed41219 100644 --- a/app/components/members/role_form_component.html.erb +++ b/app/components/members/role_form_component.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/members/role_form_component.rb b/app/components/members/role_form_component.rb index c0c7a15666f8..47eca2ba63d5 100644 --- a/app/components/members/role_form_component.rb +++ b/app/components/members/role_form_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/members/row_component.rb b/app/components/members/row_component.rb index f32a8ba7a6e5..c0d9325c68bb 100644 --- a/app/components/members/row_component.rb +++ b/app/components/members/row_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/members/table_component.rb b/app/components/members/table_component.rb index 32d4a84a1540..511fb3037dcd 100644 --- a/app/components/members/table_component.rb +++ b/app/components/members/table_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/members/user_filter_component.rb b/app/components/members/user_filter_component.rb index 9fd16eb37238..98203f91f81b 100644 --- a/app/components/members/user_filter_component.rb +++ b/app/components/members/user_filter_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/oauth/applications/row_component.rb b/app/components/oauth/applications/row_component.rb index d7b3ac0f4166..b36ba9c0ccb8 100644 --- a/app/components/oauth/applications/row_component.rb +++ b/app/components/oauth/applications/row_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/oauth/applications/table_component.rb b/app/components/oauth/applications/table_component.rb index e30b56689423..86b0cd15f099 100644 --- a/app/components/oauth/applications/table_component.rb +++ b/app/components/oauth/applications/table_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/op_primer/box_collection_component.html.erb b/app/components/op_primer/box_collection_component.html.erb index 4a2b89ed111e..bb48bb9b959a 100644 --- a/app/components/op_primer/box_collection_component.html.erb +++ b/app/components/op_primer/box_collection_component.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/op_primer/box_collection_component.rb b/app/components/op_primer/box_collection_component.rb index 60a48468d8ce..91cc31be24b4 100644 --- a/app/components/op_primer/box_collection_component.rb +++ b/app/components/op_primer/box_collection_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/op_primer/component_collection_component.html.erb b/app/components/op_primer/component_collection_component.html.erb index 909a68a165f8..6eda7cd0f6ed 100644 --- a/app/components/op_primer/component_collection_component.html.erb +++ b/app/components/op_primer/component_collection_component.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/op_primer/component_collection_component.rb b/app/components/op_primer/component_collection_component.rb index e49213dbed71..7ff211224381 100644 --- a/app/components/op_primer/component_collection_component.rb +++ b/app/components/op_primer/component_collection_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/op_primer/component_helpers.rb b/app/components/op_primer/component_helpers.rb index 19c1d888db29..210aa879b8e5 100644 --- a/app/components/op_primer/component_helpers.rb +++ b/app/components/op_primer/component_helpers.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/op_primer/relative_time_component.rb b/app/components/op_primer/relative_time_component.rb index c49ab4758ca0..3171ef824cd4 100644 --- a/app/components/op_primer/relative_time_component.rb +++ b/app/components/op_primer/relative_time_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/op_turbo/frame_component.html.erb b/app/components/op_turbo/frame_component.html.erb index 64adfb7f55d9..ef2ba54cf46d 100644 --- a/app/components/op_turbo/frame_component.html.erb +++ b/app/components/op_turbo/frame_component.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/op_turbo/frame_component.rb b/app/components/op_turbo/frame_component.rb index 4db96dd27a07..29eafe073797 100644 --- a/app/components/op_turbo/frame_component.rb +++ b/app/components/op_turbo/frame_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/op_turbo/stream_component.html.erb b/app/components/op_turbo/stream_component.html.erb index 4ef68b5bbbd0..67e4445ee764 100644 --- a/app/components/op_turbo/stream_component.html.erb +++ b/app/components/op_turbo/stream_component.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/op_turbo/stream_component.rb b/app/components/op_turbo/stream_component.rb index 2a1149d94651..1db75dd0138a 100644 --- a/app/components/op_turbo/stream_component.rb +++ b/app/components/op_turbo/stream_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/open_project/common/duration_component.rb b/app/components/open_project/common/duration_component.rb index 55864e7dcfca..f5dd5c34de0e 100644 --- a/app/components/open_project/common/duration_component.rb +++ b/app/components/open_project/common/duration_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/placeholder_users/placeholder_user_filter_component.rb b/app/components/placeholder_users/placeholder_user_filter_component.rb index 4a4a57fce214..989b3991a4a0 100644 --- a/app/components/placeholder_users/placeholder_user_filter_component.rb +++ b/app/components/placeholder_users/placeholder_user_filter_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/placeholder_users/row_component.rb b/app/components/placeholder_users/row_component.rb index f752ca2a4087..3f439b37fb7d 100644 --- a/app/components/placeholder_users/row_component.rb +++ b/app/components/placeholder_users/row_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/placeholder_users/table_component.rb b/app/components/placeholder_users/table_component.rb index cc37b2e3b903..99cd383d0485 100644 --- a/app/components/placeholder_users/table_component.rb +++ b/app/components/placeholder_users/table_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/projects/row_component.html.erb b/app/components/projects/row_component.html.erb index 0a88ea785638..c87c63e5c71b 100644 --- a/app/components/projects/row_component.html.erb +++ b/app/components/projects/row_component.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/projects/row_component.rb b/app/components/projects/row_component.rb index 0c284e983756..487c1a8c9ac7 100644 --- a/app/components/projects/row_component.rb +++ b/app/components/projects/row_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/projects/table_component.html.erb b/app/components/projects/table_component.html.erb index 328add258e92..32c50810249c 100644 --- a/app/components/projects/table_component.html.erb +++ b/app/components/projects/table_component.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/projects/table_component.rb b/app/components/projects/table_component.rb index 8558b3144a71..96cf97e5c353 100644 --- a/app/components/projects/table_component.rb +++ b/app/components/projects/table_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/row_component.html.erb b/app/components/row_component.html.erb index e9f5f39b4d64..8ed51f189240 100644 --- a/app/components/row_component.html.erb +++ b/app/components/row_component.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/row_component.rb b/app/components/row_component.rb index d5578daa524a..640a26176676 100644 --- a/app/components/row_component.rb +++ b/app/components/row_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/settings/numeric_setting_component.html.erb b/app/components/settings/numeric_setting_component.html.erb index 298953dc6764..77005c385c04 100644 --- a/app/components/settings/numeric_setting_component.html.erb +++ b/app/components/settings/numeric_setting_component.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/settings/numeric_setting_component.rb b/app/components/settings/numeric_setting_component.rb index 09ba3da0a4f3..0883cfbabbeb 100644 --- a/app/components/settings/numeric_setting_component.rb +++ b/app/components/settings/numeric_setting_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/settings/text_setting_component.html.erb b/app/components/settings/text_setting_component.html.erb index 0272326f9dec..1fe3cf4789ec 100644 --- a/app/components/settings/text_setting_component.html.erb +++ b/app/components/settings/text_setting_component.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/settings/text_setting_component.rb b/app/components/settings/text_setting_component.rb index 05efe5c2f0f9..e757d2af1ead 100644 --- a/app/components/settings/text_setting_component.rb +++ b/app/components/settings/text_setting_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/settings/time_zone_setting_component.html.erb b/app/components/settings/time_zone_setting_component.html.erb index 9e900b29577b..543cf7e480fa 100644 --- a/app/components/settings/time_zone_setting_component.html.erb +++ b/app/components/settings/time_zone_setting_component.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/settings/time_zone_setting_component.rb b/app/components/settings/time_zone_setting_component.rb index fe052d702bf5..84b2f964c1b7 100644 --- a/app/components/settings/time_zone_setting_component.rb +++ b/app/components/settings/time_zone_setting_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/statuses/row_component.rb b/app/components/statuses/row_component.rb index e15607308c25..27c24d9b14b2 100644 --- a/app/components/statuses/row_component.rb +++ b/app/components/statuses/row_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/statuses/table_component.rb b/app/components/statuses/table_component.rb index 199562a50c0a..e7792d44ae5b 100644 --- a/app/components/statuses/table_component.rb +++ b/app/components/statuses/table_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/table_component.html.erb b/app/components/table_component.html.erb index 26821fd827f7..6fe25f4f57f2 100644 --- a/app/components/table_component.html.erb +++ b/app/components/table_component.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/table_component.rb b/app/components/table_component.rb index c20972668d95..26a88eaa6784 100644 --- a/app/components/table_component.rb +++ b/app/components/table_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/user_filter_component.rb b/app/components/user_filter_component.rb index eaac406b9212..c70909092459 100644 --- a/app/components/user_filter_component.rb +++ b/app/components/user_filter_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/users/auto_login_tokens/row_component.rb b/app/components/users/auto_login_tokens/row_component.rb index fad98299ed7f..33b2808d37af 100644 --- a/app/components/users/auto_login_tokens/row_component.rb +++ b/app/components/users/auto_login_tokens/row_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/users/auto_login_tokens/table_component.rb b/app/components/users/auto_login_tokens/table_component.rb index 9492bae3b9d2..a73c1a959857 100644 --- a/app/components/users/auto_login_tokens/table_component.rb +++ b/app/components/users/auto_login_tokens/table_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/users/avatar_component.rb b/app/components/users/avatar_component.rb index 0d3b376ab3eb..a95a5f0c3683 100644 --- a/app/components/users/avatar_component.rb +++ b/app/components/users/avatar_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/users/row_component.rb b/app/components/users/row_component.rb index dbd45017bf2b..b5a435af947b 100644 --- a/app/components/users/row_component.rb +++ b/app/components/users/row_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/users/sessions/row_component.rb b/app/components/users/sessions/row_component.rb index 292ec1019330..3410ffcda4c2 100644 --- a/app/components/users/sessions/row_component.rb +++ b/app/components/users/sessions/row_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/users/sessions/table_component.rb b/app/components/users/sessions/table_component.rb index 55cfc086a9eb..8cff7a6775c2 100644 --- a/app/components/users/sessions/table_component.rb +++ b/app/components/users/sessions/table_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/users/table_component.rb b/app/components/users/table_component.rb index 8af4f9a1b07a..b7f2eea504b3 100644 --- a/app/components/users/table_component.rb +++ b/app/components/users/table_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/users/user_filter_component.rb b/app/components/users/user_filter_component.rb index c68bf7d03de5..b55cd0d1600a 100644 --- a/app/components/users/user_filter_component.rb +++ b/app/components/users/user_filter_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/versions/row_component.rb b/app/components/versions/row_component.rb index 99b9e889e53a..0bddbf1bc6cb 100644 --- a/app/components/versions/row_component.rb +++ b/app/components/versions/row_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/versions/table_component.rb b/app/components/versions/table_component.rb index 02b84793dd56..eebc3e41af4f 100644 --- a/app/components/versions/table_component.rb +++ b/app/components/versions/table_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/work_packages/share/invite_user_form_component.rb b/app/components/work_packages/share/invite_user_form_component.rb index 718f1b7679fc..945256030394 100644 --- a/app/components/work_packages/share/invite_user_form_component.rb +++ b/app/components/work_packages/share/invite_user_form_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/work_packages/share/modal_body_component.rb b/app/components/work_packages/share/modal_body_component.rb index 1eb52aff711a..2d80e91e9c10 100644 --- a/app/components/work_packages/share/modal_body_component.rb +++ b/app/components/work_packages/share/modal_body_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/work_packages/share/modal_upsale_component.rb b/app/components/work_packages/share/modal_upsale_component.rb index 498494814fd4..4a387bec3904 100644 --- a/app/components/work_packages/share/modal_upsale_component.rb +++ b/app/components/work_packages/share/modal_upsale_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/components/work_packages/share/permission_button_component.rb b/app/components/work_packages/share/permission_button_component.rb index b3b8c7003e89..e6e03482a364 100644 --- a/app/components/work_packages/share/permission_button_component.rb +++ b/app/components/work_packages/share/permission_button_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 41aaaddcc287..5d7ae4e65961 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 897e92b538c5..d4f8b48acc4e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3ad5890a09a7..63f4a375a190 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9319c9a46784..5a54cfac1942 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 128b06bacf50..b283805712d0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e95b7ceff8ec..6e6bbaafd60a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 866384c9d23c..286bbe0b1893 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 1c0eacd12070..eb259eb02f44 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c0fd4e4d630e..3e89231559a0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3d6b274b3c85..17bc328d8a46 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 1e0f321fba76..5558d468e9c5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 379768e852de..91d7339f9bab 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 568193a0bca0..b01feb96064b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 291baa559bb8..06e13acdb567 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b60509b01c14..dcc270996947 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 cdd8e8b71ea7..6ec6e48fba65 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6817bd0c7c22..54e7025349d1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 112bcd4fc7b1..08c29a66a594 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 381b140ab5c9..faea4941b9c1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3f74c1855399..e12a3014174f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 66e7a32794af..6e7df4fd813a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 21c950e4c057..1817df95a5a8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d62aa9efad43..f9790809b260 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 bc7d69e30cfe..ee0309e789d3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4e9fd41f4249..8c7d48ed5005 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 536f3c28cf1f..628f9f90f20b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ca0780cb0f31..e724972b80aa 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5b3e63011541..85fba341370a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a81252e4ed1e..040a3bd5becc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 cd008bfb77cc..27f616eb10d3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 724a2dbd1220..bd8d14803cbc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 664017403780..f3b966cb1e54 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f9a9a0923180..fe89acf761b7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 1d59c0f40d2b..6d70d0de5262 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5ce7e1ddcf29..db2a8508b75e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a73616f2b9f8..35979f861dae 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 aad839a65344..712884a2b82d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e80296d3d717..8560edfabc89 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f367479e5b65..3500a4774cef 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 65c68488b2c7..4fbdc22fea50 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 05edaf05cbc8..575f302d9222 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 870149e1d4ca..cff24d7d52f8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a03eb57ec360..7a02a7b15da7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 70852a7de562..1767521a6786 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5ae315751db1..83d4bb615804 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 cf88dc4c4b6a..7c719d255a25 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 bdedad49f4be..84bfde71333e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5779cb596e56..205789fac648 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7bafb6e4eca9..2db60762324c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 084186e88eb0..4c0967a21a3d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 fa397e946392..864caf4f007f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e2144abea9ce..53ec5e9b9182 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ca9b662c61f4..471a55e86fb8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0d1b5b902844..d8beb65a253b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e02dc9f4593f..b67a0c02dcd5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 21f97b1ed3b2..91e46b8791c5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/ical_sharing_contract.rb b/app/contracts/queries/ical_sharing_contract.rb index a4d2995ced3d..64dcc1f8db58 100644 --- a/app/contracts/queries/ical_sharing_contract.rb +++ b/app/contracts/queries/ical_sharing_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b9b685e55ad2..a2479b775187 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ea83c3eeaf09..ff83d8dad989 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 01b99134813e..981653ad605c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 288f24e7e0f2..6f6318ceef6d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a0a10c26465a..9a266dabc669 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 cda517a52fee..4551c9bed4f0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 493ccc23c9b2..696c0ed92219 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 eb84bb6e6dc3..076d7774501c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/delete_contract.rb b/app/contracts/roles/delete_contract.rb index d0a28ba37337..3bd499fad3f0 100644 --- a/app/contracts/roles/delete_contract.rb +++ b/app/contracts/roles/delete_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 afd27cf3f865..d0fdbc44a15e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3dc8a89156d0..a78c3dbe0010 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 24b01cb03813..c19f63062f85 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 35ef7a058883..22202424a38b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c1b336d208eb..c23970bf1e7f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5482b251659f..0450f0c0144d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7c09a5abc9e7..37463a2ecd47 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3f7279e71ab0..a28ddcd0ec13 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 145488bf3900..3055261bf060 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 35cbe2b2acc4..994dac0be868 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c60e7c426c34..f794a575a7d6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6b40cfba9a97..253c13e9c6b0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 cb41b2023f1b..76399e0d1f8e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ead8d962b25b..744fec993d40 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4a05f874ea6b..614499eb0f0c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 64ac1c142b85..2be1e778027a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 948c7af736ef..0f326a0d849f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0b35cd497d4f..474a5d012e85 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f915ea29584e..11f254ef15ab 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c8a7ed434e2b..d7cf16e9e624 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5f3e4c3944ca..5074f964300d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 748a7258a1f4..e32643172f02 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7fce2c620fb2..a27f1be84c25 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a30062894bbb..178289a5517c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a217318c8e9a..881eb7a7b252 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7f949d2a4398..4d28ea9fecc0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 64c3b985d2a4..35913f594a9c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 897a1718cadf..a14e83fc3181 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ee27bc04fde7..262d58add3db 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 08aca931c65f..07f139f7c5f3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 dc9fcc6e5643..ea5c8b292ccb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8cca46ba8cfe..4bd22d771041 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f14f5c6e1a97..a01f5b774a33 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c7ad4f4949f9..249c390e3ce1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 81a9a78c62a7..98633cee7f9b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2bcfaaece5b1..875d6c16789a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/date_format_settings_controller.rb b/app/controllers/admin/settings/date_format_settings_controller.rb index 37de469133d6..27f21858d511 100644 --- a/app/controllers/admin/settings/date_format_settings_controller.rb +++ b/app/controllers/admin/settings/date_format_settings_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/experimental_settings_controller.rb b/app/controllers/admin/settings/experimental_settings_controller.rb index 9a1ab0391697..2e05c08c5ddf 100644 --- a/app/controllers/admin/settings/experimental_settings_controller.rb +++ b/app/controllers/admin/settings/experimental_settings_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 38cc32cc19b6..114a65065d95 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/icalendar_settings_controller.rb b/app/controllers/admin/settings/icalendar_settings_controller.rb index df970f0fde87..5bbb35d04765 100644 --- a/app/controllers/admin/settings/icalendar_settings_controller.rb +++ b/app/controllers/admin/settings/icalendar_settings_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 bf8e02e5894f..4848e5ea802d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/languages_settings_controller.rb b/app/controllers/admin/settings/languages_settings_controller.rb index 8851ee2a130a..3a2ed0fc99d3 100644 --- a/app/controllers/admin/settings/languages_settings_controller.rb +++ b/app/controllers/admin/settings/languages_settings_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b0f0f877ad65..2029d00a2a22 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c10212545cd8..aa90d96147dc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 36a70aa26684..05dd5f86778c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 322667aea469..e41ae5479f27 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7791e4572619..6d7134d0b48c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/working_days_settings_controller.rb b/app/controllers/admin/settings/working_days_settings_controller.rb index e3f63a9519f9..f0c7bdfa89fb 100644 --- a/app/controllers/admin/settings/working_days_settings_controller.rb +++ b/app/controllers/admin/settings/working_days_settings_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7bee5fdd5c2a..72d222b08e68 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0afa1ea2bafb..39a828248680 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f20b1b2d3d36..c92abcda3769 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d19fdd30e491..50ac41572efd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5ca9eb2b0514..a4f381b8f823 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 18a5cc9c4810..f9a5b2bbdf0b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 dc52c16dd1bb..1c9755f07c5a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c28739aa80d8..5e671dc1ee5e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2df6d50c501e..47caaf98f16c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 61adf240a692..80af54e8fe68 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3ff528d1e965..e5bcc7e9a359 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 aabf5e04b775..74cf7f9d00ca 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 649e3508c91e..18b2cd91056c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ff4c5b8b6212..00ccee1b98bf 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a247bbd88557..aa878d44ce7c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 93641495fcce..c1efaadd2374 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/member_helper.rb b/app/controllers/concerns/member_helper.rb index c9abd1529ce5..2a1dc038b258 100644 --- a/app/controllers/concerns/member_helper.rb +++ b/app/controllers/concerns/member_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/op_turbo/component_stream.rb b/app/controllers/concerns/op_turbo/component_stream.rb index 585c2411c729..f88302e90577 100644 --- a/app/controllers/concerns/op_turbo/component_stream.rb +++ b/app/controllers/concerns/op_turbo/component_stream.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c2887c69be8e..79ecc8e1446f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 67d2209362d7..f95192f48ff5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f85c3606a1db..50a017ce0247 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7d1e21b8330e..b7b656437260 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2ffa180ae684..3eacc1d00a7d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 39432ffefb16..ef36a889c0c6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f72ea6235b33..6dee9f4253fe 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2f8a28ab9f4c..b7795a503b42 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9bf04cb0ba01..ddd33e3cade7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0963bc474293..2af67cb280a4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 11dd0f132fbc..4a19f32904e1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4ddfe4ecdf1e..686c1434e39f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ce7b52c3c66e..c1725f4bdbc2 100644 --- a/app/controllers/journals_controller.rb +++ b/app/controllers/journals_controller.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7438cee241ef..286329269deb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/menus_controller.rb b/app/controllers/members/menus_controller.rb index acb63e86a227..9caa40f2212c 100644 --- a/app/controllers/members/menus_controller.rb +++ b/app/controllers/members/menus_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 38cc946707db..baac43876d9e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9a30c929a251..68a66f190d38 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f6564b5d1b0c..52937b948e4a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7e81179f7a6f..7ed4205ec213 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 748dab486135..56f9b39854ce 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8634e898082c..11610214d967 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 22c72c950803..7da92dbfe624 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 cc44d6bfd4b8..de59afa3ab57 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2d9ec2a95cdf..2ba8adeb7dd0 100644 --- a/app/controllers/oauth_clients_controller.rb +++ b/app/controllers/oauth_clients_controller.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 1c7dee887a88..b63925e1b9b7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 acd5a5e73950..346c8d91edbd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 91a5f2a68cea..06ad095d445a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e3fec4a88b1e..5ac441fa9c8d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8db91dc6474a..9d640988e907 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f61c21fc72a0..1929018ac415 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 cd139826780c..03f6a1acacaa 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0673b84ba25f..024869dc4bda 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e01d84f3fe15..1ef457ae26d1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 59ee52e260c1..3bd1d50b160a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ed58f78ce7a7..45de66390e04 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c21cae5d00c6..68c65ceaaa0b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d7d0a0e79d28..232b0638f07e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f6d8443d5fb3..67515829647e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 514533f69268..6f74a5a77cc5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5804cee5fa25..3f04158d2836 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3c8cff6b97f0..315c314b3a24 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 558a65007fde..3fd874957eee 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 fe861cc69bdc..f976ba707855 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 fcf4ab900c2f..38e24b96c080 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7f5e1bc5e485..a94c13e4ea1f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7f5f70611326..43be056024b2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f350c2ce74b8..778675af5c07 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 70a147646a57..bb332a605199 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9c01b54c8aff..8576812a74a0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 93963fb96c65..a02bf428ae25 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a4561e5d12d2..7ac971a8973f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 215030bb2f13..8f2fac35a84f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 add661381a3e..955140e59050 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6a956432b51a..4bf0a689fd5c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_error_message.rb b/app/controllers/work_packages/bulk_error_message.rb index 9eae4a0dd10c..05df1e659b17 100644 --- a/app/controllers/work_packages/bulk_error_message.rb +++ b/app/controllers/work_packages/bulk_error_message.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8791f00f6a9f..3d0cc952d960 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9101df17476f..76be8b1393ac 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 44db62d46fee..2b0f2fbfce19 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 85e864f864d3..00a7ac3b7b0f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/forms/work_packages/share/invitee.rb b/app/forms/work_packages/share/invitee.rb index 60cba2edf3e0..f0fe0940af68 100644 --- a/app/forms/work_packages/share/invitee.rb +++ b/app/forms/work_packages/share/invitee.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ef328631bb7a..3568ac8ddc83 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9bfe7ba7cf02..619fc733970e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 86f6470fbac2..be0fb75e6146 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/api_v3_helper.rb b/app/helpers/api_v3_helper.rb index 50be2f4d6eb7..32f9e6343296 100644 --- a/app/helpers/api_v3_helper.rb +++ b/app/helpers/api_v3_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 19a349c2819d..86113995dcac 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/archived_projects_helper.rb b/app/helpers/archived_projects_helper.rb index 8dafde767991..7246f0f8a2bb 100644 --- a/app/helpers/archived_projects_helper.rb +++ b/app/helpers/archived_projects_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 94925ce4628e..9d71015f3b6b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 31dfd2bbd630..7754edba2e07 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 789c76e72eae..a86884220676 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2d3a89969e1e..f7ad862ea428 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0ae3b732855c..c29f2f6e7161 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b519c9200be9..00d26419e3e3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 03c96c609062..4cdf772bb153 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 41f4f19e7816..618eaa53b534 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3df98944f58e..a7e41f366328 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 09db112430e8..e72b411f4676 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 921bfc0db89b..bfa9547b4961 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b9a7bbc54790..67f4de9983f2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 357055afe65c..f1af78315794 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/flash_messages_helper.rb b/app/helpers/flash_messages_helper.rb index ee43bce13ee5..15df5364fc17 100644 --- a/app/helpers/flash_messages_helper.rb +++ b/app/helpers/flash_messages_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 664c7c88d29b..0aaf9a3c559f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9cfe925881f8..24a0baddcb97 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 13a8aebddb88..94e15d5316b1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8c87e34da731..06bdf8d6452a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7e43e0a367cb..33a794a2285d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 77c3f3eec9ee..5cde7180e7f5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/journals_helper.rb b/app/helpers/journals_helper.rb index a1c3728e8b1a..1682c1e96edc 100644 --- a/app/helpers/journals_helper.rb +++ b/app/helpers/journals_helper.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 83b7bc867030..a299e59289cc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_layout_helper.rb b/app/helpers/mail_layout_helper.rb index 532894e838b5..50c9d8c372a6 100644 --- a/app/helpers/mail_layout_helper.rb +++ b/app/helpers/mail_layout_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7fcf9f9b4ffb..ef987c475f8d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 1c70b0b94b4b..16d9998b0ded 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c0c0c2758ecd..9634f21d30b3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 1295dabccaa3..2f8b27616bd6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c3bba8141f5e..872690b0b8cd 100644 --- a/app/helpers/no_results_helper.rb +++ b/app/helpers/no_results_helper.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 893b9768624e..824be596f1a8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 934f315155d9..78904124ec5c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 31941c0e762f..72d4cb251601 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4ca5947343d7..c210329a4f31 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 dc897b43edb6..020b924a0c67 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d26c831dc5dc..8510e2d43dbb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d7b2a1f0eb4b..0bdf6bce91e1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 654381a7790d..0593c74f6f9e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 324afb1b3476..875f990de741 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0c880b183e0d..0c29d1809af1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c3a26443e5b5..efa2463f4787 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 499d1accc899..254fa2519ebc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 120e56d5a2d0..30839e3bc0f7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 20e0af6c59ca..99488e5e1002 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6a18ef676df4..031371c26850 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 49d75b458f0e..63a75de8f46d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 23ad86cbbd8f..ce38b80d093e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d028a442da6c..449b64fc1ad4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 243d801c501b..7eb11cf08d5b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/stimulus_helper.rb b/app/helpers/stimulus_helper.rb index 7b3d726f1e40..ef74dbeadd93 100644 --- a/app/helpers/stimulus_helper.rb +++ b/app/helpers/stimulus_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 cb910d6e6853..f2c199b91582 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d86c563a7d97..65bbacf067e9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e0243527b6a9..50c2a277a536 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 22c4246e3ba7..c0772e72fb77 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f2bc1abe348b..dbf945c51c1d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b2ebcd7dffec..a6615893d604 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 01d356c9a1be..aae660bc8adc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 98a04109b76a..2fb79735d329 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 bea11e81ce59..b34c6ac1f456 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2def8ce3dc69..ae03e0c18f15 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_controller_helper.rb b/app/helpers/work_packages_controller_helper.rb index 8189508469fd..dc1b985694eb 100644 --- a/app/helpers/work_packages_controller_helper.rb +++ b/app/helpers/work_packages_controller_helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 258cf12f27d9..3137dc781606 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c2aa10bd1a00..b3dedb5331b1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 52ddaf869568..998505f6e0bb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f1d703f40c8b..72d86ed2cb8b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7b09399a4e6f..33f208937a32 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8a64ca88c456..704638ef949d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 543f4c863636..fcc3a48b42cd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c833d96b4dee..5e0adc20af25 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 83b56a414129..57ddcb925af3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 f4912fbc4f9e..8e69476666bd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 6bc7cdbeb361..a98eeb9a7ca7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 9bd0ccea2005..e707198f940c 100644 --- a/app/models/activities/base_activity_provider.rb +++ b/app/models/activities/base_activity_provider.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 ac09f7e14099..4d3bee979e46 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 9818598ed82e..0da981cbdb2e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 92d4a584ea86..bbb4e181bdf7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 c231e2137b16..b333ac886e73 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 a7126ebaa6a2..a8c2edcea4df 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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_page_activity_provider.rb b/app/models/activities/wiki_page_activity_provider.rb index b74702aacfa5..02adffd2c6d5 100644 --- a/app/models/activities/wiki_page_activity_provider.rb +++ b/app/models/activities/wiki_page_activity_provider.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 6ee678d2293c..6832c38ca2d4 100644 --- a/app/models/activities/work_package_activity_provider.rb +++ b/app/models/activities/work_package_activity_provider.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 a1b9a029eab6..0e9b38598e4b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 168d11a59628..936af89aca86 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 af2d0bb12179..de87d4fd9f74 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 e6de81dcb9c8..0f44ebc99541 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 f24da3e96e3c..6423c353ce40 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 da95fe535369..5d67d2d683c9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 ef49a797a17d..68f84bba946a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 05ffb8af8f96..ba25d79c728c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 4b7039ecc541..a5ddc8c3bd04 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 1a9fae201698..175e2a497cca 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 a9f82d1c5ef6..adf39adc1772 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 602002252b18..ea84db8aca35 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 f195088a780f..7cfc6e4e7ab6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 14360a6f5970..976fb1c5917d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 60e70605a362..fc55d9918682 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 24e432ccb8bd..185e608ef45e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 ba81f203333e..c9de63d32671 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 6daa5fc4c730..46de397c5eb5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 acb4e58a4e10..dd2298f5b298 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 9118d1e6a9f4..5b853c391af4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 c724a90bbc05..4843e43f547a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 43458b517255..0376f1044c23 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 ff11122e4ded..299ed03f87cf 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 ce7a12156d7e..f5574f85e0d3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 5f546f896957..64718f8b78c5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 53a2ced707c8..ff7bd4e235c9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 25dda23b19ea..34ead5f534ff 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 4eaaaf1c40ea..334ab95da454 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 da24643ccfcd..d4d3ea0744ad 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 65081e5573a6..c0f7387d6a84 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 84096be6a78b..cfc04fe93642 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 da89ff65b4b9..9b2e97a52807 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 3815d7e7fa62..5f806a2c5a11 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 72c8be113df8..8b7bfac60495 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 effc00b977e4..12328963991a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 ab69cb315666..ab51c0153ffc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 79addeed3bf2..f6ea441cccf4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 24e563dd3815..45377c884983 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 0ff27ce84d7f..88439593d469 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 02c2aa82aa58..10ee4cc98604 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 849888fd543b..b3deb53d8bac 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 e496bb9b7b6f..feac280bb46e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 95fa77dba1a6..14ac3a9c1552 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 e503e602b620..e7f839ce8a44 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 2c2106d6863b..c0104383b533 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 d2e8d87cac30..7d08e43aa968 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 d678ea92120e..f0080c2e4ecd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 04f4b99ef285..8325a48721ea 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 591ab661efa7..f978a67251f9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 5e03c084e300..801fa7587fa4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 927f2e1d3694..4b16c3b21da3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 0e3a7059d36a..1d999642d7ac 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 aeb1a9c55d26..34869def4626 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 5a52b9af4b73..2aa2e7109ae8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 354788d44ea2..9a2964d5528f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 536f6c6c3cd0..78dee7d07b9b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 88f32a1b4e7f..e569001ec92a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 d10cb28459c9..0e4f35e7f01c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 baf5640a5cbd..33d29a0e4064 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 dd294a465cf6..6dd1095a4032 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 8bb4b095a4f4..cddf7c7ae21b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 ef708dcae3cd..3b13c0aa2c9a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 00403214b9e8..96fe59f8b1a4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 6ffcd332eebb..dd7c19c3a596 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 05e960e81562..93423c566692 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 4dee7be301a5..381e74d52895 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 40dbb007058e..b7622af0e3b2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 526660f56706..f219f51e046e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 087fe2d10a0e..128a88e803ab 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 a154f31199dd..d0c43ba587fb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 ac78ceae30ec..e649011ed7d9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 a90d2ea15095..9a43bf251bda 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 8e9d58f00aa4..bcfbb5983dde 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 d135358ff920..2dde4762825c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 e7a64e068540..0f7c96197dee 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 135d16af174f..56285b89c844 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 0d772aaf8e4e..a30e7474b1b8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 f4f2489ab12f..4e51c0179845 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 c7de2de58be1..083eabf1336f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 768f7291bbea..287f368ae742 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 1252c9ad807d..972a626e7764 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 b874572d3890..66c5cc605d2e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 e54a1212faa9..225be7d60eb5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 a53ad156d1be..5237147d225e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 924d91a26636..69bd8a7121dd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 fa9c7198caa2..77172bff75ae 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/journable/historic_active_record_relation.rb b/app/models/journable/historic_active_record_relation.rb index e10d32788341..853a07e84878 100644 --- a/app/models/journable/historic_active_record_relation.rb +++ b/app/models/journable/historic_active_record_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-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/journable/timestamps.rb b/app/models/journable/timestamps.rb index 9030cd340a96..b38fdb175908 100644 --- a/app/models/journable/timestamps.rb +++ b/app/models/journable/timestamps.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/journable/with_historic_attributes.rb b/app/models/journable/with_historic_attributes.rb index 30b307839c22..ad28a466186e 100644 --- a/app/models/journable/with_historic_attributes.rb +++ b/app/models/journable/with_historic_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-2024 the OpenProject GmbH # # This program is free software; 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 ae3469008800..c41a6d787f97 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 dc66e4b8e694..9b582e89477c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 23af74ef8485..94c183e8a32c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 5ee638c42153..ebdae91e7d0c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 a550360943b9..9bb5568e5487 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 a36bb31f0956..179780f3b80d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 22bfa6cce5a1..959bf02217fb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 7e52ca2c710b..f835de254933 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 66e83fcb79ee..559b6e6a1ebc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 26473af5fe6e..f8732f20b303 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 eae95ba8497f..cbcedd6f59c1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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/storable_journal.rb b/app/models/journal/storable_journal.rb index 8731ccabbe63..0daf7f10bb35 100644 --- a/app/models/journal/storable_journal.rb +++ b/app/models/journal/storable_journal.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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/timestamps.rb b/app/models/journal/timestamps.rb index 5dd909f0c2da..a40d2ac8f455 100644 --- a/app/models/journal/timestamps.rb +++ b/app/models/journal/timestamps.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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_page_journal.rb b/app/models/journal/wiki_page_journal.rb index d76835f45ef0..3859989f989c 100644 --- a/app/models/journal/wiki_page_journal.rb +++ b/app/models/journal/wiki_page_journal.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 484396f9269a..5c37b7fa0c6c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 9f02a86c90e0..7578654d3655 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 2a3d55c9b8c9..db4b00b21e7c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 53b03da0d710..349996b23b6e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 e8738f3825f8..5ced0d30985a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 d7bcdf464c4d..53b53e6c7445 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 de6bf385b34c..9aa7d0382eaa 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 146bae46b034..08a9031a164d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 9858c4196014..affdd221be16 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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_any_project.rb b/app/models/members/scopes/of_any_project.rb index ceb71489f8a7..b3086825347b 100644 --- a/app/models/members/scopes/of_any_project.rb +++ b/app/models/members/scopes/of_any_project.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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_project.rb b/app/models/members/scopes/of_project.rb index 1418859c1486..1ee85bacd217 100644 --- a/app/models/members/scopes/of_project.rb +++ b/app/models/members/scopes/of_project.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 27c1aa089c84..b4028f180d43 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 c02108865ac0..d4b65398971c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 de3f784ae98b..1321c783816b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 e33e4e3754b6..002e083f6880 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 8aacded04ffb..dc18018395ff 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 a06611d89dd5..f7d623140e4a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 cd1fd0a2d487..c2eb0ce49062 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 949c4b35e646..7c889e524e5a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 6e438de18adb..2da88c6d7b33 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 96e780352593..3e85ce3f057c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 4311a2717a4e..7fb881482109 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 a36fcbd7b22a..7fa11294e831 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 a936e0fe5bc3..693dfdf9e75a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 18fbb65e9f46..de72c6730bbb 100644 --- a/app/models/oauth_client_token.rb +++ b/app/models/oauth_client_token.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 95c13e081fed..1726effee0f5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 614c629acee9..139b86d71997 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 592161d31c2c..57d06ec554a1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 3eae52bfbae3..0a60b641f29d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 6bddf057d8fb..e9a5d568b7b5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 a25363430f03..a94d9f294fed 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 c50c90bc7d30..b2910e133229 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 3fab3e5a32ee..17de232478e2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 ea13b337406f..7a211f0813fe 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 067f55c88f3f..6eb2a0aaf00c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 d8f56c520bcb..7ae000fc899f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 8bc06a2c03ff..9ea1f8196b93 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 6c3093712fe6..114e8f544c79 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 d9d7a167291c..077f425373c0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 51756defb891..5c35da2680ed 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 63a804ab551f..1c7dbf1ad322 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 26e2d21eaa0e..d6b5d61a68ef 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 15aed62a43ed..e07b6dd97685 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 1cd1835b1cfb..e75bddb8ac93 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 4d05059c9817..4a841119a169 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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/description.rb b/app/models/projects/exports/formatters/description.rb index a6147b57cff2..d07fadb55c91 100644 --- a/app/models/projects/exports/formatters/description.rb +++ b/app/models/projects/exports/formatters/description.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 2b62cd69342c..4a086a07b928 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 bc418ec86c97..96f809a23a02 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 ad42b0bc90f3..facebf4b20e1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 bd30243542ed..46a76fd12ea0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 10c5f48f692d..c3eebe5e7518 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 279a3fc62b91..54096895df0b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 656a9f6d3c04..970b7dfb9c46 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 d0255920416e..37f658e87242 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 c9b6cb2b92ec..1f5c94f7183a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 d7150d99acfd..68f63b79a05a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 dac3a7896844..a6152a1aa503 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 74f3206a02ef..54d7e5329a54 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 930de31eda99..09d11b7e3893 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 2d2af23e1dcc..8b90562ac485 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 04e49bb23385..c6a674f73bac 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 7c47768fac6f..b6737b0d2bfd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 4d3491b344ed..419f346175ad 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 324139f53602..7a4d2de86efd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 2f4eda139849..8da349e95f6c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 e43c740460ae..1a54a453081c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 09dcd2a0f1aa..303e79128a78 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 e0d21d78a678..ed5593487f11 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 afbae701492e..22d69f3a2196 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 ae59f93993e1..4f5fbf38d980 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 26fb5cd35ee4..4e6fe76d8f8b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 526ca1e30004..3bff06524a4d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 cc402f654b8e..481da426e1b0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 9da38c2eb74e..1a6aab94fc27 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 a6584c219dd5..207405c096d1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 d12695f92e88..df1e85354412 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 cd08064a6964..effee48b7e61 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 993b946ff5b4..6ba3c3e42438 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 6fb695cc7784..3df07a2d8738 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 5b734e20dc1f..ca575c18c8c8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 49f4cc9a4e97..e5ca46b4a6ea 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 eccf10122284..cf9f653c7744 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 033fa20905b1..2644fdd546b7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 ba6fc8e0c19b..3c105eeb2ebe 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 2f6216d4d144..272c75338915 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 e492c5c94a4c..3b59fe986065 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 2102dedbebe2..88aaf7fe07dc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 1925b801a1ac..79f80f9a226b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 842eb0086531..88004837ea56 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 586f3b0721e6..1ef5664c7380 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 102e7fab3be4..35b58fda706a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 196cc8bf53d0..5782ebe1fa8c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 99b001825dc8..ce97ffd69892 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 ce4e36b5abfd..0563a59d815e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 d422165bd129..c29a3d13e5ee 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 8bebb4bd1d8d..dae02f668f2a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 76e0056c3a56..1f8aa1d02099 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 c6509cbb9774..23b2ba148b89 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 159bbf7d3e6a..6b34a2cbb2fb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 730edba9cf12..2be08d931c5b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 be8274e6c5a2..75027841bac9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 8e3aa4e286c5..86f808a222e1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 4b8a68032f3a..443cc9c203e1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 4449e7c7ef48..3f638d9cd196 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 0abf0ef52c72..64407468a965 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 b7e8027cf87a..4e509cad7199 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 1ecb0f6070d2..629ad3441df0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 2d1331b70b9b..9f4223ad7912 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 96708b43299c..5131409bc22b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 0467f518daf5..f66d926b70d5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 a3d892f609db..e3941b6bd1da 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 5b8a7bfd5d6f..7ce4aa21759f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 acb566f538f9..83df263bd72f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 8f394a0d72a1..7ffe416ccd7e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 be33a15f5bc1..e1cbd6f7ce81 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 cfa486622e5e..deee18bbcb04 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 6bbc6aacb764..d163a2ed1d0e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 a23860f14c34..981827401d3a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 f50659d5bb72..132236eb8ff0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 68e685175678..ad98a9b4e527 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 5e9754031d18..e933e61bd85b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 6c1200ce8962..c0c0b2c02747 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 0ea2eef90c8d..4e7ea8993ddf 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 a43f48494a1a..85d7c789bf43 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 a296fbec677b..676d48192c7c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 93d8d453e4a8..6829895453d3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 eafb3137c646..75ac7b094606 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 2226c36929dc..8cc3779e79c6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 b3ece3032a89..8f55951d4dc3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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/also_project_member_filter.rb b/app/models/queries/members/filters/also_project_member_filter.rb index 27a6378dd42a..74b411f80a24 100644 --- a/app/models/queries/members/filters/also_project_member_filter.rb +++ b/app/models/queries/members/filters/also_project_member_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 5b9ef986524e..424705911164 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 a40cfd57d7c0..f393a83ca905 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 0a696fa932f0..17979bac4db3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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/entity_id_filter.rb b/app/models/queries/members/filters/entity_id_filter.rb index 4f81d1784c1c..b5c39bc9e463 100644 --- a/app/models/queries/members/filters/entity_id_filter.rb +++ b/app/models/queries/members/filters/entity_id_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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/entity_type_filter.rb b/app/models/queries/members/filters/entity_type_filter.rb index 7430f58b811f..5ddab94d13fa 100644 --- a/app/models/queries/members/filters/entity_type_filter.rb +++ b/app/models/queries/members/filters/entity_type_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 473e51eb2cc6..324915bab884 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 a5322ac31259..a977b19837f2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 6007c189bc5f..b07c7b3fbffa 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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/only_project_member_filter.rb b/app/models/queries/members/filters/only_project_member_filter.rb index f84d7090a841..5064881d677a 100644 --- a/app/models/queries/members/filters/only_project_member_filter.rb +++ b/app/models/queries/members/filters/only_project_member_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 5822341ff8a5..ac5c8bc912c9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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_type_filter.rb b/app/models/queries/members/filters/principal_type_filter.rb index a7b432a1dacc..68a72c4e614e 100644 --- a/app/models/queries/members/filters/principal_type_filter.rb +++ b/app/models/queries/members/filters/principal_type_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 33f33656064b..c1be8bef96b4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 a7a8f6cad1da..cfefd07de63f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 8c04a7213255..7a7b2dec0e5d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 c129ac7dc23c..9e952b95982a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 b7bdf9050ef6..50c7c948c533 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 19668bf0b8fe..7694ba9a4119 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 1549e7a639d5..4b2ab6d1232a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 28e6c9cf9f16..18195dc542cc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 1a37618f5b64..94cc431f8f3f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 92c945fff0f4..c726cb0a0517 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 1e7ca61c3854..30c41d133647 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 501d7d07a7d7..50ae63c08551 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 6aebe6e29b7c..71ed883995d7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 08a65190f2f9..f6dd79beb654 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 bffde818cb60..ab218f4ee171 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 5efc19ff71c7..dff733da37ac 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 9592bb27d061..3e6df852872a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 8f318b8306eb..7cf9c3c9f15b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 0c84c595ccd4..5a94bff3b571 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 f972191d5cb3..b5b9934c92a5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 530b3fbae25c..1240eb00fe69 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 38e16c581b0b..276f118317dc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 6ef1ca79c4a0..5241eed59ee4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 aff6ec6f0547..3bfb23c3d16e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 880309d76d36..41d28ed554da 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 68657155ffbb..03fe4017b868 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 9e193423ac5a..7e3536348254 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 fa9734edc583..be48f9f11bd8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 16ab433d70af..12082ec05514 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 28f0226dc3d7..73babdbcc28e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 cae905e8f123..63acd9a5f198 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 17c340385984..a498a695a00d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 da9545d2e976..8f84a2ab7c67 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 67242b069109..6a125c2fcc59 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 f1c2f01e5950..a063d86e0ecb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 cde2211cd71b..e8d8425cae02 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 d97c21f9972b..157e17739abf 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 6467462ddc7b..eb638992ab2d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 225af9d9fa5d..3d718ed823f9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 6a053e0ef6d3..cc2b28740579 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 5d2b04757bba..e3f0f3f1194e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 0255a399be1e..9939cba1b612 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 fcb651a9a1b3..c4fc7287e12a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 6fda190eb8d4..aa91315b468a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 420767974b8a..b7fc475b7eba 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 8a8506d7948b..586dd74b8382 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 cc14905a6e2a..b1a2a85a1cc8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 59714851c5a8..239eb56646ae 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 c3f64e38478e..7521abea0e3f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 1366877331dc..0fe722085fbd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 bd332b6b4994..b5a3ef236e7e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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/custom_fields/equals_all.rb b/app/models/queries/operators/custom_fields/equals_all.rb index e95111b5718b..1725246ab84b 100644 --- a/app/models/queries/operators/custom_fields/equals_all.rb +++ b/app/models/queries/operators/custom_fields/equals_all.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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/custom_fields/not_equals_all.rb b/app/models/queries/operators/custom_fields/not_equals_all.rb index e7a5432fbbc2..178528ec864e 100644 --- a/app/models/queries/operators/custom_fields/not_equals_all.rb +++ b/app/models/queries/operators/custom_fields/not_equals_all.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 0771aaf8195b..b724634f5420 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 225ff7df3205..215301a80a2b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 2d8cf04cb552..7fd0d6058a5f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 e28a57c4e755..45025a1b0ebd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 aba83d471849..9fac31954f96 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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_all.rb b/app/models/queries/operators/equals_all.rb index a90c08a89877..05d3a0dccfd9 100644 --- a/app/models/queries/operators/equals_all.rb +++ b/app/models/queries/operators/equals_all.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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_or.rb b/app/models/queries/operators/equals_or.rb index 6b7bab91e182..8058518105ba 100644 --- a/app/models/queries/operators/equals_or.rb +++ b/app/models/queries/operators/equals_or.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 624bb866004f..1eb3164ee222 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 5fa5b5321a71..eca302af1e45 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 002c7635e2cf..2282153cb1ec 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 ad80bdb98c4e..444e766dfb71 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 a47b22b50058..46c82bdc7346 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 cd6b87825fe2..7247149c319d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 ac0954075eec..fa073d90e4bf 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 6868f24e8af7..4ce878e9fee8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 ef0a56cebd83..30b11bf951e4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 cfebde72cb4c..bb0ddd508211 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 9e21061fe4e6..2e247c19a62e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 0814a998289f..f89b93aeab73 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 e76daad629a0..dfe7cb4e9a42 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 d735e7615310..d7a081ea0b97 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 dafdae92d461..a3bd82350bba 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 35ac201aaf37..31bfc3be6617 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 0c4bf8a308f5..10786633f115 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 b1d8514f9e8b..b20dd7f239b4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 4d213a2e75ad..378cb7bf193b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 8f0cf5b190cb..768dc7c0ce51 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 a629e6a154ae..ad2e16516743 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 4e898ead4c1b..a17e5aee3393 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 62e5c9e2c563..2e5f06992fbd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 ca6a0e64a8e2..6ae66bb2f443 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 775ea94bff40..2aa438d3f8fd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 bbc11a099f56..962e4992c3f9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 9f48eac2b2c2..e505d416748a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 c0ed9d8cd2df..d1d3db84ca90 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 017beed90406..ce8f6fac2129 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 60d346f32fdc..d17dbfc0e06f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 00eb23d28cc1..ba4ee046e694 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 afd7ff73ee0a..7624aede19d2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 9ba3ae7114bd..7bbd92357646 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 d95ef4df376c..5a5af308c014 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 e8015aa87037..72d5f5b554f7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 ffff9db6275a..b0715e84e008 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 8912f36f5ded..aa3f5543d6e6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 448b86e2addb..caa0170e5c97 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 95a56c75b3f4..58c831514724 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 f29be25c54ae..79f415112b90 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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/access_to_anything_in_project_filter.rb b/app/models/queries/principals/filters/access_to_anything_in_project_filter.rb index 73576b8fac7d..30f2f7a12fe6 100644 --- a/app/models/queries/principals/filters/access_to_anything_in_project_filter.rb +++ b/app/models/queries/principals/filters/access_to_anything_in_project_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 38f83c925e85..cb534f7f97df 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 44ec3eda2cc9..6da2e1ddb531 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 a39c8cf7ff01..5e60f92496d5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 2de0c98e4867..8e5fb6a54de6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 d78a8edc0320..340943324ff9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 04454c739afd..3372d2f0529d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 7b02382d8c3f..23538de7c020 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 a9a0b88a599c..27abceb87bc8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 6169b4aded80..ef42308d7a44 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 2f8967669ce8..14523d7eb9f3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 f874e953336e..e6f77e488bc6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 e272d21eb8a0..92c493413c5c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 cb0d90841aeb..9f7fad23a985 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 9167d4364677..7355b4595b4d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 e00fd047f8ff..34fad024bf30 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 7ffa8885d946..e4f6c43d8469 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 1e44b2dbdf8c..8bc577afcba7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 b4533fc60838..24f8d7c5dc4c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 473543e7958e..1b7a5eb16679 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 cc220cf573ca..36416b1d1d67 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 0a6496a0a702..22a45fb937a8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 e8839f489573..34c39e35ad7a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 49bc96e80952..b901999ef257 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 3158e27cc9b4..3275e74a59d3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 3faeb32854b2..6ad7341cdf5d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 cce8660495dc..e4a959cdf0e6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 446143b9c184..f8874cbf26a0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 0e9d3dd285dd..d2f617c9323a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 e03021e89594..43c6523698e1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 ea965400b751..d5f23c5b77ba 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 fb707f33979e..442eb5fa6b92 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 d39a73fc6e77..746d900c89eb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 a92146a6e774..65511098ed09 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 23536d3a8a5b..291cbf40b9f9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 8c0e86c5a442..6c999d85096c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 ccb8b8e5ad96..985d35b41b76 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 18080c726d29..d103e90aba6f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 3ed04dd90eb9..12266ee90c2e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 9fad135b6dd0..79544a64cdc0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 bd9a334b525d..9dd0c55ac1b9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 9804fa3fb6f9..3d79f7bb4184 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 f163edc50ac5..57b5c37ff830 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 587b1a024ad7..04e9e6166b8c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 070d5b1a05b7..7ef52994bf52 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 9bff8466f1a1..a5ebc0c20d39 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 85dcea28b38d..43d1f0ae6bbb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 eb83301dc0ce..9086335fbbf3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 ae0108bc4768..e83818cefd08 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 9a3c66fde3c2..b36c58ccef92 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 2936edaeeb10..65f2fe6a5ed8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 091b5ef2c66d..fb8dd07fc592 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 8ecef40bbb1b..a857154b586d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 bf890d5afdf0..37bc296fdb2c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 203d23075d11..1fee2304c4a4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 116e64a3074c..f2d4aca7863d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 024de41b6971..74371bd67636 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 47f3561a84cd..18238fc010f6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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/allows_becoming_assignee_filter.rb b/app/models/queries/roles/filters/allows_becoming_assignee_filter.rb index 35abe6d52d13..2c62b8f4a86c 100644 --- a/app/models/queries/roles/filters/allows_becoming_assignee_filter.rb +++ b/app/models/queries/roles/filters/allows_becoming_assignee_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 dff7bd08c7a3..5d1c4af94946 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 883c6b199db9..070222eebb9a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 c0a1d40b2059..0290bd34de28 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 15996720077a..63e18506caeb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 81d3ec6f3f12..2e239db3f887 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 a84a9e694f44..42caa20c653a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 964a5b30486b..3449b4d99f72 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 4ad05ade608a..9180958a1481 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 6228c8fc7929..013fc782f092 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 a6da445f72ce..bddccc409b8f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 b5f79f939c06..b6c5182f9553 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 f306c1c4eb09..d86c0bf15a1e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 ebef9a24f778..59082a2d3e21 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 4cc631d568ab..93597ffed6dc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 f24e094058ba..7144fd011f64 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 c4016a15240a..1466a00a024a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 f385d68c0c15..b133e962c3ef 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 a2315386ba50..2d7c7d497d3b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 5dbaa422e22e..59d60fcf68b3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 59fa84c58e6d..b077c23b8f90 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 20dabc605804..bd0c55d472c9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 71b68b19860f..9fa34f49c198 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 ea30932563f9..4f6db68065ed 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 80b513c50d46..3d279c259808 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 9fc253a38f6f..192d0bc2c4e2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 21d4331169a0..dac5c69f4ed7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 f6ef3f21763f..d0b4dddb80d7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 b7af3d625bd5..f0a02c469969 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 d1b62d0dffaf..4a544f0f114e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 d56e417c8b39..f18649892a7d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 0c6d1a1f896e..aed4603268fe 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 c4924f7d2695..d196fa09f946 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 fd591d02b8d0..2cf6c651df87 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 f8c44a781f8c..96108eb855a5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 cd94c2d13433..0a5e6d19f180 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 13149cf94d54..99af8545bc05 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 6b3500163e00..72385301c0ec 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 162237ad9436..12dd8fa1daa3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 47e9f7c8fcf1..1b4776812ab2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 f36bd4d4e681..895df19ad506 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 e2f14b2ae6ac..cf754f828111 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 ea97479be51f..b8e22eab2825 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 ab4e4d233288..ac58c9d63da8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 d67cdbf17956..3c22f2beb977 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 15bb57a88e2c..f3c0a9b66736 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 be86677b1b17..83ac1210b484 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 2eead765f24e..ae3ca27b7aeb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 5d8263536f54..afc280f16cff 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 93465b2568e2..1d07bfeeacdc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 b9b7eea00e6a..38c49228d938 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 7a48d90065e0..96dc29d6143c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 b4f3fd7b4d46..ad2f54643295 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 e0519923ff26..7d3977ffc4cf 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 e50f3c6086f3..cddcb1e20122 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 7fbd66ab08fb..1176173d0f61 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 985cf96c4398..673e824e50f7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 40d494093483..7ee85af0bd36 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 76c46cec8bb9..a89ab9f55a0b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 6ce5ee398ce1..8cfc4c1c4bc2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 78f2933ba4aa..5547cd0fdf2b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 59d13aea04e5..49c3cc2049fe 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 608b2bcbb6f7..065163d70fae 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 8c1de9aa33f9..29321f37c488 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 64d07cde51ce..f2b67af8b839 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 7a67244426b7..f3aaa43f198a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 558874f36924..f597a6128e4e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 a47ea60f3473..ec0b6664ff19 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 d7ab3be0ca49..8e33ab3447cd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 a9d16340a23a..cc7cc27a3b37 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 cfee3111469a..d95a6a93d715 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 2fcc094e9d94..9cb200e91d16 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 44a9fddec1a6..5a4831e3c0dc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 33fac25713b7..66eddd57236d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 ba4a8d0ce6fa..e7ffe0c314b1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 553fd3d29f96..86c94f6ac5dd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 f4e2e56f475d..dbb9c250986c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 efda6a6c0962..7a931177c39c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 690ed1f8f587..e1bf1ed3ca67 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 2565a64cb4f4..96392ee0921a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 97fcc0fbab04..03815985e1f2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 a87f51b3dcc6..4d8d3bdcb34b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 c7754941893d..76437edc1196 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 6a04dccb1de3..28d806c165b7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 1fa00295062e..d57e19facc6f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 d4bc8545f334..bb0dba273936 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 8d56b4817618..d45c6b6c0bc2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 705bd607b230..1580d1ba94cb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 a7bdfacd82ab..c519bdd8af68 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 687c0418cdec..8961735cc0ec 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 51373cc4df08..ae26b772af3e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 961a3014441c..a526c8258eb8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 824a719e88fa..aff793310628 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 fe68c264b4aa..68c8d38b7c31 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 779137dca418..5b9361708d61 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 4365f4ef40d8..6bf8e256187a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 080f47c4fb13..c90d54ec86d7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 0b1f762c776a..e401af5efd63 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 80dc21d727c0..5716fd004668 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 77d634c17b36..94d4f62a31cc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 e044e42f4846..302557912899 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 6a7416380750..a1b65904e833 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 29d3380986af..696cee8dc024 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 efd61585adb1..911409a3c150 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 0017dd46f79a..f05f2add3ef6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 63d03ecd2b5a..708d00ac90fb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 2aa0d43dc50b..5dfd54258fa1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 444518e67ff6..c107398c9bf6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 12eb705fc9c7..cf1f23890a7c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 0b7723245bba..686cfa1fe80c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 c5193bbfeb02..362b885ce958 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 3d45044a1e3b..f8c86dc8a38a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 a1ffa0c15d63..9e8847e321fa 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 fada2c6619b7..cf5012d2cb1b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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/timestamps.rb b/app/models/query/timestamps.rb index 294b057630ec..e23a810368e2 100644 --- a/app/models/query/timestamps.rb +++ b/app/models/query/timestamps.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 6c13ea7da255..24299adeca5a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 e9008d886388..939c1d98749d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 b3781660cd1b..128637196499 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 27f3515ab493..a26c28d4b18c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 44ef86dc1785..7005ee305d8b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 95208eb13a65..9f86b81dccdd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 d1cce292e916..f2c06f8a24d1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 4afa548a895e..99435926f287 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 56a18a9de914..de9dd0d52647 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 c51459b06a9d..f1bc416f2c1e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 41b513e135d0..c08a4ec118e1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 a09ca5217d56..73d943dea433 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 5d7e9acd1694..acc1d1275df9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 f1c887eb14c2..d78c45154e20 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 34e6a74f9202..cba4efc93400 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 97bde298bb52..db979c41d68c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 2bf129362eeb..ac45be5d3ea6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 3b0553d9aed0..6810953a9153 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 984db570bca4..0c536dc39fd5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 035b695ff5a6..474de441fc60 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/app/models/timestamp.rb b/app/models/timestamp.rb index 2977f58520fe..4962ff681b35 100644 --- a/app/models/timestamp.rb +++ b/app/models/timestamp.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 9fdcad05364c..518804b038a2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 9449acd6c847..92b975853ed6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 8a7c5a70ea06..c74271720cbb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 5a2791b89c71..224a657c08f0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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/ical.rb b/app/models/token/ical.rb index 91aa47cfb973..7d97e6ba903f 100644 --- a/app/models/token/ical.rb +++ b/app/models/token/ical.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 58fc6349914b..99acb0434f8c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 d9bf23a6ddb2..6ab4f08d417d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 2923b074e61b..d1589d6ead59 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 32febae229c2..c849e043a432 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 6cbe592b7271..5c0df238399b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 461a6e49b42f..3b14fa2d067e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 c2afe6c5425f..cb5b153ab8a1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 42a6bd889fa0..e44aaf4c2923 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 39271238cdba..bb438d52b0d7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 d6f5cbef7112..432e086a6221 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 34e9a38aa4ed..42ccd7c43704 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 e56970f30cd7..658bf8447ffd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 caa2780db8c7..7d3d58bd8e2e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 196506cc7ebb..bcc9db2eac60 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 e6a1a55e482a..8c9a087e9598 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 d4c0dc4f62ad..33ea5afb155c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 73508be3da9a..6811c2229d3e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 55d37448be6d..b4d57bee97b2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 3bef8554d542..fe83f4e78659 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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/permission_checks.rb b/app/models/users/permission_checks.rb index 5f906b9e5971..ddbc1ca1aafe 100644 --- a/app/models/users/permission_checks.rb +++ b/app/models/users/permission_checks.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 54f41991c7c6..b2997508c806 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 9b29cdae1c71..290cc54b5aed 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 a52f78189da7..c516028d14db 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 c3d09fd0beef..b3e6cf3c3398 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 451a0a7b1364..9708ce57776a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 9a6f8fb2c9e2..e3c2c4923ced 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 9b01e9210e07..c35c13e58e81 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 4502ebb54b4b..a29c8253b837 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 18c5e298a011..973c1353af46 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 8c5f18412180..b8b9d726f55f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 416e623d75b7..a20fcc223133 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 10f99bfb24e4..beafdbba4a2e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 bb387474257c..1b83ff93ede4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 bdfdddc5344c..169762d061cb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 614a4e307fa5..d8263acf3a41 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 7e171921c141..5109e05cbf86 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 a1881669a6ca..345b50f2c3b9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 d122190d852d..37810f31de5b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 e0d6ea227c34..1efe6b75b535 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 eb45191a6644..d990cb07960e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 9d6d20ab85ba..0258d189645b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 625cf3aa7ba4..54e7cef76292 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 f2418d07ac60..1244217a3b01 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 e011ed309ae1..1d37487f4aa7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 8e81046ce30d..fa631c1bb3fb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 347268c68b09..3ffcd653af24 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 b83b41cd696d..11feb47b5e4e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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/currency.rb b/app/models/work_package/exports/formatters/currency.rb index e88e84a8778d..857e1f995b92 100644 --- a/app/models/work_package/exports/formatters/currency.rb +++ b/app/models/work_package/exports/formatters/currency.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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/days.rb b/app/models/work_package/exports/formatters/days.rb index 8b99de6b27bf..0a732265de4d 100644 --- a/app/models/work_package/exports/formatters/days.rb +++ b/app/models/work_package/exports/formatters/days.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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/derived_remaining_hours.rb b/app/models/work_package/exports/formatters/derived_remaining_hours.rb index c1ca0a74a4be..853882e95cfc 100644 --- a/app/models/work_package/exports/formatters/derived_remaining_hours.rb +++ b/app/models/work_package/exports/formatters/derived_remaining_hours.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 adc14dcae6a8..df97002da5eb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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/hours.rb b/app/models/work_package/exports/formatters/hours.rb index cf8c8fa151c1..033175ebe0f5 100644 --- a/app/models/work_package/exports/formatters/hours.rb +++ b/app/models/work_package/exports/formatters/hours.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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/spent_units.rb b/app/models/work_package/exports/formatters/spent_units.rb index 00254ad8e3f2..ca3104c3dc80 100644 --- a/app/models/work_package/exports/formatters/spent_units.rb +++ b/app/models/work_package/exports/formatters/spent_units.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 7f8ecf49409f..db0f2c453812 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 5f7c291f5530..24c40ac12203 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 36a09ce81601..e33fe46fcb02 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 fda255235071..5b46ecfa274b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 01aafddc1fb2..bcae12e6f367 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 ed71f48fd301..76eb03b75fa6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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/cover.rb b/app/models/work_package/pdf_export/cover.rb index febaa9f6997e..b67012c1506e 100644 --- a/app/models/work_package/pdf_export/cover.rb +++ b/app/models/work_package/pdf_export/cover.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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/markdown.rb b/app/models/work_package/pdf_export/markdown.rb index 842ca67c38c8..292123a474d3 100644 --- a/app/models/work_package/pdf_export/markdown.rb +++ b/app/models/work_package/pdf_export/markdown.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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/markdown_field.rb b/app/models/work_package/pdf_export/markdown_field.rb index c766569da007..963396d30067 100644 --- a/app/models/work_package/pdf_export/markdown_field.rb +++ b/app/models/work_package/pdf_export/markdown_field.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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/overview_table.rb b/app/models/work_package/pdf_export/overview_table.rb index 366455cf2a5e..e8d167f77baa 100644 --- a/app/models/work_package/pdf_export/overview_table.rb +++ b/app/models/work_package/pdf_export/overview_table.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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/page.rb b/app/models/work_package/pdf_export/page.rb index 3fafb8df4877..2c7aaf3caea8 100644 --- a/app/models/work_package/pdf_export/page.rb +++ b/app/models/work_package/pdf_export/page.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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/style.rb b/app/models/work_package/pdf_export/style.rb index d88ce9b73910..6c3cd46aeb2b 100644 --- a/app/models/work_package/pdf_export/style.rb +++ b/app/models/work_package/pdf_export/style.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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/sums_table.rb b/app/models/work_package/pdf_export/sums_table.rb index 79d7963a1cef..483ce95cfd80 100644 --- a/app/models/work_package/pdf_export/sums_table.rb +++ b/app/models/work_package/pdf_export/sums_table.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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/table_of_contents.rb b/app/models/work_package/pdf_export/table_of_contents.rb index f08811282a30..848c9d6dfbe0 100644 --- a/app/models/work_package/pdf_export/table_of_contents.rb +++ b/app/models/work_package/pdf_export/table_of_contents.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 6ffa4f83d4fa..4fb8b8728728 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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_detail.rb b/app/models/work_package/pdf_export/work_package_detail.rb index 438b1e23396b..215d5ee1ad25 100644 --- a/app/models/work_package/pdf_export/work_package_detail.rb +++ b/app/models/work_package/pdf_export/work_package_detail.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 949b1644f508..d7fe1695edfa 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 7f9246c0e08f..7a8a76c31421 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 1a5848e413d9..f236c9008da7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 c0b4ad023514..b4603fdd20aa 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 79e5a46b109d..d904713035fe 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 ce894a83ea68..4ee38ea78972 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 d0fa4766a6ee..008b2e3f5b6b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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_role.rb b/app/models/work_package_role.rb index f2db1c2613c2..855bb594b533 100644 --- a/app/models/work_package_role.rb +++ b/app/models/work_package_role.rb @@ -3,7 +3,7 @@ # #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 ed7510ec82ab..ff6a8ff1e769 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 e54e2dfc3d7a..df3ba98576bc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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_dates_and_days_of_week.rb b/app/models/work_packages/scopes/covering_dates_and_days_of_week.rb index 566c45e0dea9..fa352b50f66f 100644 --- a/app/models/work_packages/scopes/covering_dates_and_days_of_week.rb +++ b/app/models/work_packages/scopes/covering_dates_and_days_of_week.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 bf94ee90f3ac..6d49b76afa39 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 54799c837ada..c09dacca770f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 5865a440067a..4b9a7134e0db 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 4e5fe25e6462..fc9d4bb3ca04 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 9e9631d8610b..529ab6658f82 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 916f949375fd..73bc257fd50a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 cc617d5e781b..1a3f3dd335dc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 94b6f057d1de..def1eda6cb28 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c2441d62dd06..e59375ac44c7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 232a5e36ab11..f6cd265447cc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8e24e5c3f0bc..cf385e34042c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f7972d417a15..1586a355f8b3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 17b4cc7828d4..f42abf756aad 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d6516c77507a..e018dbaf4068 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 59d0938ef4f4..eed6e9d01edd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/base_role_seeder.rb b/app/seeders/basic_data/base_role_seeder.rb index 31f1f7013fc4..735789e372fa 100644 --- a/app/seeders/basic_data/base_role_seeder.rb +++ b/app/seeders/basic_data/base_role_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_users_seeder.rb b/app/seeders/basic_data/builtin_users_seeder.rb index d96a813f18b1..e50933c3e7df 100644 --- a/app/seeders/basic_data/builtin_users_seeder.rb +++ b/app/seeders/basic_data/builtin_users_seeder.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3f1d065fef94..9e71ebceec25 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ec223251b35e..de66b77bd785 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/global_role_seeder.rb b/app/seeders/basic_data/global_role_seeder.rb index 13224f1fd00d..041491b984ce 100644 --- a/app/seeders/basic_data/global_role_seeder.rb +++ b/app/seeders/basic_data/global_role_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/model_seeder.rb b/app/seeders/basic_data/model_seeder.rb index 5e784d5e5f70..921513a2feeb 100644 --- a/app/seeders/basic_data/model_seeder.rb +++ b/app/seeders/basic_data/model_seeder.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 eb19fee25b69..b6eea0b81fdb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/project_role_seeder.rb b/app/seeders/basic_data/project_role_seeder.rb index 92c5f0d08a5e..a0bb520e59e3 100644 --- a/app/seeders/basic_data/project_role_seeder.rb +++ b/app/seeders/basic_data/project_role_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2ca4a86cc48e..bf52df3e0ddd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 97806c5cd0df..9d9069ea33ce 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/time_entry_activity_seeder.rb b/app/seeders/basic_data/time_entry_activity_seeder.rb index 57ede75e3163..438b6337429b 100644 --- a/app/seeders/basic_data/time_entry_activity_seeder.rb +++ b/app/seeders/basic_data/time_entry_activity_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_configuration_seeder.rb b/app/seeders/basic_data/type_configuration_seeder.rb index 5f620b830178..0fa8f88b5950 100644 --- a/app/seeders/basic_data/type_configuration_seeder.rb +++ b/app/seeders/basic_data/type_configuration_seeder.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 88e4ad735741..e6fff8e0021d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/work_package_role_seeder.rb b/app/seeders/basic_data/work_package_role_seeder.rb index 35d3db68bfa9..af62aef9a995 100644 --- a/app/seeders/basic_data/work_package_role_seeder.rb +++ b/app/seeders/basic_data/work_package_role_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 effe9cbceff7..77e23f35a3d7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5f770cb71e53..9cf8317126b5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/common.yml b/app/seeders/common.yml index e6d6c871363a..a491e884d5b9 100644 --- a/app/seeders/common.yml +++ b/app/seeders/common.yml @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 11f6b4e86262..eb8d75d5f716 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/create_attachments.rb b/app/seeders/demo_data/create_attachments.rb index f360eccbebcc..20520853ad05 100644 --- a/app/seeders/demo_data/create_attachments.rb +++ b/app/seeders/demo_data/create_attachments.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 43ee176ad3a1..b6e535ab5942 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c991233b169a..99953ada1503 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4c597f8e7343..8b154c6a0064 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/projects_seeder.rb b/app/seeders/demo_data/projects_seeder.rb index bc42a3dcbbdb..5a9dce6ac255 100644 --- a/app/seeders/demo_data/projects_seeder.rb +++ b/app/seeders/demo_data/projects_seeder.rb @@ -1,7 +1,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3e383fee7a17..d99cd17c63de 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 192c943fa0f0..da890873cee7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e8016af63fa5..cf42a4285515 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4cc70626311e..84ef9764cf92 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6cc3cc2f3853..f48ecc6b12b3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 63b13bf51fde..2f9285436506 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c88c5a0a075a..ae49fd673397 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 50e38a67b1e1..1ddc976e29d3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 584c06d63438..70bbe10ade47 100644 --- a/app/seeders/development_data/projects_seeder.rb +++ b/app/seeders/development_data/projects_seeder.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 1d60428484fe..eb49625a5069 100644 --- a/app/seeders/development_data/users_seeder.rb +++ b/app/seeders/development_data/users_seeder.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4908fbec0f66..366e740e9826 100644 --- a/app/seeders/development_data_seeder.rb +++ b/app/seeders/development_data_seeder.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/env_data/ldap_seeder.rb b/app/seeders/env_data/ldap_seeder.rb index b9dabd6aa953..aded93e586bd 100644 --- a/app/seeders/env_data/ldap_seeder.rb +++ b/app/seeders/env_data/ldap_seeder.rb @@ -1,7 +1,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/env_data_seeder.rb b/app/seeders/env_data_seeder.rb index d4ecf0519baf..ebf8748c7715 100644 --- a/app/seeders/env_data_seeder.rb +++ b/app/seeders/env_data_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 fd12837e1662..029818e43d98 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 25a3428f84b1..060ea4853f1d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/source/filter_translatables.rb b/app/seeders/source/filter_translatables.rb index 25c45b41adca..a27a2434552c 100644 --- a/app/seeders/source/filter_translatables.rb +++ b/app/seeders/source/filter_translatables.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/source/seed_data.rb b/app/seeders/source/seed_data.rb index 3710c35d2fa4..61da39acbcd2 100644 --- a/app/seeders/source/seed_data.rb +++ b/app/seeders/source/seed_data.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/source/seed_data_loader.rb b/app/seeders/source/seed_data_loader.rb index c602e97ff530..2761b2a97928 100644 --- a/app/seeders/source/seed_data_loader.rb +++ b/app/seeders/source/seed_data_loader.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/source/seed_file.rb b/app/seeders/source/seed_file.rb index 4b4876fb8744..6b4cadbd385f 100644 --- a/app/seeders/source/seed_file.rb +++ b/app/seeders/source/seed_file.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/source/translate.rb b/app/seeders/source/translate.rb index 5935a7d594af..d117778d743e 100644 --- a/app/seeders/source/translate.rb +++ b/app/seeders/source/translate.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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.yml b/app/seeders/standard.yml index 196db474cd1a..62d028f79197 100644 --- a/app/seeders/standard.yml +++ b/app/seeders/standard.yml @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/basic_data_seeder.rb b/app/seeders/standard/basic_data_seeder.rb index c79065eb623a..3c35150bf034 100644 --- a/app/seeders/standard/basic_data_seeder.rb +++ b/app/seeders/standard/basic_data_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 76fda70828d5..0e9f933e5b00 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e11eab0179ca..d726fb1e49fe 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 442ce2bc2724..89d49f3b10a9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 bf2286054fed..b30da1fbb6b1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c49c4ae6beb2..31926ef53367 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 72273f7df4e7..7ea8e5454bff 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 1b1292a59048..3e33c262bfdd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 486dd04cc3af..a0936e484dad 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f34daf0a8979..092da189d547 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ffc12ef48d9f..c79925a54bb2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b35de4447958..9466ff5b3d43 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7babcaadd4ea..08276784c530 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 275383772bf5..993296ae7801 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e291ebe3bacb..392804ed6a90 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 78bdb85c63c6..cbf570abb9f5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 cfc0e7f6bcbf..7077ff446b3a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 26ba993850a4..73ab99f3157a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9a8952b536de..18a72259517e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6b1b857466b5..68b53ae9796d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 32b0b6077da9..2114f48d7ad7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 931e1bef68d8..52b13432eb9c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 53c3691232ed..44de200833d8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f1c992f54e9f..3be8c4217a9a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 bea3be8a338c..8ddac8337da6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6a74f6ba3660..79ff9151ce5d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4e780684761e..bb3da6ec25c7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6d9431cf01d7..45706430c01a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/illegal_permission_context_error.rb b/app/services/authorization/illegal_permission_context_error.rb index 8fcd146dd3b8..4bd81afdcdec 100644 --- a/app/services/authorization/illegal_permission_context_error.rb +++ b/app/services/authorization/illegal_permission_context_error.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f1f923b6ebb6..a04e3850b6e1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 1848dae76dd2..0564a718ebb0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4543c75234ba..da75df339f68 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ed39076cbc08..6ccda7444617 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e16af418d59a..e2858bdc587d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/unknown_permission_error.rb b/app/services/authorization/unknown_permission_error.rb index 4f33f79f7442..7e428dfa8566 100644 --- a/app/services/authorization/unknown_permission_error.rb +++ b/app/services/authorization/unknown_permission_error.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 22171ed5ab84..5102d455d920 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7558b061b98e..e6bbf77aff03 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_entity_roles_query.rb b/app/services/authorization/user_entity_roles_query.rb index 04a3a614d947..cc8508b32c9b 100644 --- a/app/services/authorization/user_entity_roles_query.rb +++ b/app/services/authorization/user_entity_roles_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f45fc298615f..1726d3b99aae 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 beada7c77b5b..dd1d59e8a85f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7843321b38fc..7a0b96651c9b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 daa51e2f5d7f..bac02942b396 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f8b995305f20..d2d03da9e582 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e0a4527ebed6..57eb3603ba3c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 be2394512b33..fab7dbdad1a7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 96bbbc7d74e5..074f16f1a9c3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7f6dba38dff9..d0cad199a513 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a32b200ce816..c0457ca01fef 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 030f3a65388c..de1f9653bbc5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 44c50a1b6404..abf0b68b99ec 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f25fad693abb..0163c7736680 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8c7e3272f1e8..aceb0c57f4dc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 756381e99905..c5729d03b7ec 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 fd00f5e47bcc..be2549c93fb3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8d37d88c5a35..15693c8179dd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7455cda85f3f..1142a156966c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 db9c6ba2cb27..b92350ef7091 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6cae73cbeff0..a9614cf1f503 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 21af5de0b599..b8d7faff4a83 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ff097b2c9b46..08120c9ad09e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 13126b301620..23c02f611c54 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 130126d2ab3b..010e1399d0fe 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e6605834b5d3..917af3728531 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 832e8b128b58..67431bcb49f1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 054bafd6ad80..1e04457df2be 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 059801f7a31b..3815dd10821d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e5f34d891fcb..aef95704ff0c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c1a3a3e6d038..f71f5cc4f7f4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3e6e17ca1f87..8f60350ba5cc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2c4539285f99..96113812eed5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3ce9a89a02ed..263567d442b8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_inherited_roles_service.rb b/app/services/groups/create_inherited_roles_service.rb index 0078a9650600..d8652e808f35 100644 --- a/app/services/groups/create_inherited_roles_service.rb +++ b/app/services/groups/create_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-2024 the OpenProject GmbH # # This program is free 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 4bc5594dd19a..44aedcc1b280 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a632093b5865..9dde353fdb74 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e1f7d2a5c26f..2f6be7771dea 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2b5fd06444d0..6ca419d37c20 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e9546b170bf5..c2c526c60f94 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6c5758cca8c4..07220d620e24 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 72a56ed3bf83..f8e61a31fd58 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5e99c629c663..1a02c8127ece 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 13b4b3d0c9a3..b50d2dc8c3c5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7ea0dcda54a0..f50a043a53e6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 11aba97a33f9..fb20b337564a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 aa1512d9f91f..ceeca96e4aa0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0b8ebd456bcc..42659e208d43 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3d64d827a02e..3bb56ae80db7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2a24d043725a..6badbc274de2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 dd9a41d3e57e..ca93748b418e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ce62e162d1d6..94fcf0e8384b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 bd8ad6e1a8c3..7dacc9199b59 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a86ff7977558..a4c67c19ddd8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d0c1269369a5..f5fe42869f8f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a1f27134a06a..1a3cd14f0611 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 280825e53a99..eb34f9c56ca8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ff1f0b5fca5a..38f963cd2960 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_page_strategy.rb b/app/services/notifications/create_from_model_service/wiki_page_strategy.rb index 642de7469800..8aadeaf57ca2 100644 --- a/app/services/notifications/create_from_model_service/wiki_page_strategy.rb +++ b/app/services/notifications/create_from_model_service/wiki_page_strategy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 017fd4390bad..ff078b9aa168 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 14f729921cf7..c66523d6a306 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 709662403ab2..2bd1eb39d4c9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 527d7931728d..0fd33bada56f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a857eb187956..04c7ff1793cb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8fca9e20e2a4..07094fbe1204 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_page_strategy.rb b/app/services/notifications/mail_service/wiki_page_strategy.rb index f06b77b4ad07..e9f50c089535 100644 --- a/app/services/notifications/mail_service/wiki_page_strategy.rb +++ b/app/services/notifications/mail_service/wiki_page_strategy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 21e46329a94b..677770f59b25 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 bedd6d9991fc..e16e0c6ac130 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a95f1554e7c2..a545a4b7837e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 be8f33bb1ada..e7377b80c12d 100644 --- a/app/services/oauth_clients/connection_manager.rb +++ b/app/services/oauth_clients/connection_manager.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 13321d9d4f43..9e0e14e75983 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e90640c142ad..2aff37c61984 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 def3aeba92d3..29803390d4ff 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e1827834e803..10f26aa90664 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b41b0e92a55d..710695141848 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4ea07e71dd4b..d748838ceed6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a6f91dbd7a68..adc0d3c0dfe2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 32caed4677e1..19909713853d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 46b2f560d5d9..bc80f8b51199 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6ce90ea66907..2b233101eae8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a39f86e23a10..72f3af41a25f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 06503d3ce095..28b20f7bc9e4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2a381594e580..4b8dd4d90de7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4e6320db5b31..2fbb91ce679b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 04d08525e6d6..5364e9c3a007 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e5d2fbc01f45..8d3692d054ca 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f107d0bc6e73..78362cca41e4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 1f4b7d85c3a5..377e2f1d137e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 557325c64b3a..b9d392c5bc19 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f4d4f65fd128..0198a5dd3f9e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 17544e129f15..711f309b21a0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7a21ec9fc8bd..72696002c96d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9c87cdae9a7d..406aad145f79 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 986e08d5968e..d4cf31fa83f4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4764dd3bd0a0..6763e43eefb9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ad7dbf67cafb..97863455514c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b291b3056e6e..6252b7861997 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7cb249052055..2acfb54e552e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 1d68fe69636d..0fe0a6acd39f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 06887caeca39..7fc088d40279 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9e703b716c3e..ad6c3864b3ab 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0a4de141d934..8a5182b6b8db 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 970af5ae2b77..0394c8d3756e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3dc0b264482c..f0df6035a9f0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3706370d305e..b6da8ef729dd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ac995c11dba2..fbf94f1c4da3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0da43e1107e7..f54338dcdf16 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5a82a280ec9f..82494f10f765 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 92afad7a04ac..746234935ae3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 714aa4719ca2..77d829b391e0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ff3db8170891..82b710e8dee3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a9a636ac913a..3fa92e75fb92 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 935d1379cab7..87e3c0c53295 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b10782e47b31..bffa3e24c8bd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f8ea836e10ac..fab64b9e5172 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2f7cd3457679..435474cbd74d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 50ae88716c46..24607c5778c7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 fb2264a3a4d9..aeef8424d858 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c4df615fc2a7..987b2bff09c2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e56f04e50bea..3bb9d2a82804 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c2fb1faee6cd..3cddf516b5f7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 13ccb0381dbd..c0fbc83d2ef0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 484e5f215c59..e7bf9fe7d5f0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a23595c8e26c..6f4347cfb0cd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6b5c027c2f99..071007aa3be1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 cfe89897e258..f365017c6bb6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f5a2bafa897e..5bddb4f1ce0a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 1c75f4cc515d..479d2b458acf 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/delete_service.rb b/app/services/roles/delete_service.rb index 12bbef8dfc86..5f77cf7671c4 100644 --- a/app/services/roles/delete_service.rb +++ b/app/services/roles/delete_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3ca4a9f34edb..4fb7c99c5571 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 cb67f717c20e..66245719468d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 45a913a45105..7d06889a2cda 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 23840f60f7b8..94e885d05bc4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3dc4b2100e72..126b35e2aa66 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 54248a4c038b..49a070e125f2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 16ecb360eec7..d4071a52719f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 33a6ee4dafc6..265d8f6c2d0f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_all_sessions_service.rb b/app/services/sessions/drop_all_sessions_service.rb index 7c0b133f3911..5577bb5d90d4 100644 --- a/app/services/sessions/drop_all_sessions_service.rb +++ b/app/services/sessions/drop_all_sessions_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d348dc8a88d5..040ad943ba13 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ae0043686900..364fe7c8462a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/working_days_update_service.rb b/app/services/settings/working_days_update_service.rb index 82fae2ea6ffe..56575aed1e83 100644 --- a/app/services/settings/working_days_update_service.rb +++ b/app/services/settings/working_days_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-2024 the OpenProject GmbH # # This program is free 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 8c286cb9bb0b..f85dc181539f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ccda00e26f72..50ae78a98646 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 06ff63a919a8..b40cbab89f4a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 01971ac48937..6484698a8c35 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8d9e675354a6..be1799c75055 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 bb274bf2d4ff..919f67a450e1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 52cb2304fa8c..8638e5590601 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2683b42e5147..016cd2ca5d64 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 62c53976622c..d23d9885d8ab 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b76168efbc6f..624bb7654ddf 100644 --- a/app/services/users/change_password_service.rb +++ b/app/services/users/change_password_service.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a6a0d4c9ed55..c0cc59f50c6d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9ee6b0b82b67..faae57ab31fb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 17c753bf1192..ac41c18ec662 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b6b531c04561..bb7d58e0a0aa 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ca82c877dd39..00754fd900c2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 368805b9f5f1..e8179f9f9c2b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 19e4d6498a6c..2bf14a6c5bb3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 64969d7d83d7..a017aa8d6f39 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ce83ae082632..bd8d2cdbb24b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 06d2b81d77a8..6e9fd7a29b1f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0bbaf235e00d..81c48f28bade 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f27895e80c62..6a68e098d2e4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/global_create_service.rb b/app/services/views/global_create_service.rb index 59e6742e7673..6d56649ba4e0 100644 --- a/app/services/views/global_create_service.rb +++ b/app/services/views/global_create_service.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 69baac86dc52..1176385a270d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ebf8b912328c..7e37b9f670b8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e5ae4529cef6..4c23ce543c79 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3efcc4598c4e..4be9d21336b9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 314def5a12b4..3d4e59d6659b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 225cbc3bcdd5..beeb44449d79 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ff7fb8583f41..e18707f89e0e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 766cbcdd1853..d7a970e4c08f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 cd5b80c24941..cf9bff223887 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6a5d0b39d2da..c23bb1602445 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f0b600b7c450..db48ec744dd9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 37e3208624c7..1cc454aafdb7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b5cd4f61707b..921441054e17 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9b8507ccb32a..d42f54a7e2a3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6634d5048fac..ce533dd3ec65 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d1fc2299c3f1..33f626f25c1c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 abdb0fd01e55..aff89c852f0e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 09408a85abe6..57a966818f5c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6d4d41843bf3..84fbe1d49e9d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 520c370972c0..bc95af09e795 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9d579e499251..21d11eff700f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9e30920ee924..aec6da4785b9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a12d3d896ee0..7d51f6a69006 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6049bc203236..d92165155202 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 dd1c1334070f..9fb9d8580763 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 59208f2625a9..712ee656b019 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4087f491c197..72045c68ab00 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 23a986055278..0e43004706cc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 efde0d93ccb7..4711355806f1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 72a1d665eb15..a76bb140ecbf 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 16d15195a7f5..3699d4209d1b 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 bb2c941034af..b2bcbec89e0f 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 e43dc8957786..84f726cba1bd 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 eec9e95a2d09..3530a583bcb7 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 47d803b08617..ee1ef844a6b8 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 50a79ae40bb7..8331c2c9447d 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 0c66ab01531e..bebd9fdfb001 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 4a2f1ae680f1..f616717796db 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 0ec4d2441825..c07defe494a9 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 153fe531eaeb..c73cf0736a56 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 c38c564a8b29..2dabec0e329f 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 37df22334ee4..4e570b8f8e81 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 8bda0b5ae221..9d22e875e645 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 2da15754f252..2abc3be990af 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 44a38da628d7..071e15aea84d 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 c467f45ab9bc..d318b2fb6be9 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 3533a369ad1c..3e2885cc5552 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 87b8b5b43169..2343204c7d44 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 421e5de983a9..dbd45c84e3f4 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 c1d60a754ab1..c2b2a97efe50 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 19c21510fe5c..478d0cf5d5d0 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 a8d1a572caa9..a64f210f8f10 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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/date_format_settings/show.html.erb b/app/views/admin/settings/date_format_settings/show.html.erb index eeecbc915693..9f3e79b44e42 100644 --- a/app/views/admin/settings/date_format_settings/show.html.erb +++ b/app/views/admin/settings/date_format_settings/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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/experimental_settings/show.html.erb b/app/views/admin/settings/experimental_settings/show.html.erb index 5db821c0d33d..4ce41f32a1ef 100644 --- a/app/views/admin/settings/experimental_settings/show.html.erb +++ b/app/views/admin/settings/experimental_settings/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 6569e5923805..0c0aac2d1f51 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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/icalendar_settings/show.html.erb b/app/views/admin/settings/icalendar_settings/show.html.erb index f463d7ee223a..518f84d4193f 100644 --- a/app/views/admin/settings/icalendar_settings/show.html.erb +++ b/app/views/admin/settings/icalendar_settings/show.html.erb @@ -1,6 +1,6 @@ <%# -- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 660a5adfff30..779cb84a904c 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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/languages_settings/show.html.erb b/app/views/admin/settings/languages_settings/show.html.erb index 79c948dae7d7..9646f9f00f63 100644 --- a/app/views/admin/settings/languages_settings/show.html.erb +++ b/app/views/admin/settings/languages_settings/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 bb12727c4d88..d7851ff20687 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 e8d40db7d410..8fd4977baabf 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 cdbd4d8df104..b6c6cdf0ef76 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 5c6f48a973d1..c1bc59753092 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 25fd7574e2c3..cb0faf1d4671 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 65b6c391f164..a8d56d6f0661 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 6128dd870573..3570e95a9366 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 9ad0ea91a250..4059a136f08d 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 5ff6ff585158..e990266c51b7 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 d11a2549b201..f28ea0396950 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 ce6d66159ee2..03a17460fb43 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 ce40b37bab3b..928f8bea14ba 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 3d2bcc7c1a63..59bf238ce50a 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 17d2fc96a7c1..67d4d7d7d267 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 8284124d9603..62ba944e437d 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 0d127a7f8898..ad6e532836a0 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 07da39337675..aaa02e7a9f07 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 7286a985f395..3d4cb7ae788b 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 9c3c35fd6c91..e66e15b680b1 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 41a958bdd16c..739414c1c881 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 471111d7672f..06dee2929b6b 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 c7b76d86c0b3..6883be7a9e00 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 9376f8f91c60..db2dca0f2f19 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 11a31e6d853a..8575573e2820 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 aa466a36726d..91a93087f5a1 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 54768a639245..83127b8740c0 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 b41b3cba7401..91e7cee467cc 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 5fa3f9c2a3b8..69b0d18e19ad 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 1f6425ae1646..c9e0480a3fce 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 c243b0bdc87e..a4681450af54 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 639a84bd454e..79622a590620 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 84ef8512abc2..cc30bcac8f8b 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 08095ccfc611..a0111056ccc4 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 bb26fcd0e2f2..d9a7a5688a46 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 d0e70e168ff1..bc95729ebcfd 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 0791b6875f60..7829a420e862 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 3541a1b1bd3d..563354707b13 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 b1ef7111a704..0466c66b52ab 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 ad9f7f7f9785..7bfb0bae8230 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 3ab6fb88acd1..4e2ca2f2af2f 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 ad969d49f685..0c59172ba562 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 6e2e0c1e7418..54d142cf02d2 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 3cb414bac041..fe05e65edb0e 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 319a09f7edbb..bce52b816851 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 e0a462bd3176..75e5dfb8f985 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 8951e0c534f9..ae1e97c4c19c 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 595a06f9b731..587b6a1291a3 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 d56663aa474b..2b23d1887b8e 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 ca64a0b19e35..7269a23df81e 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 ba74b7a42ab3..324203a1f22e 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 8f45f05bdcb0..487ebc799b3a 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 4170ea7dc369..58cdd8a90048 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 76ae6e7b1e97..d3add7f3a478 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 bc9e153eea28..b46a46476b5f 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 362f229d07c0..eed48f95f43e 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 83256828966e..0c5f35a1550f 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 289f8df6008d..597256d4f5cf 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 f602390396bc..cbb4dd062039 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 deadc71e3185..0156d6421acc 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 7bcff4d4f68b..bd1ec5430793 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 a3fba2770cf3..420bc7e991a6 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 05245fe02b2a..2b3c27cd14c2 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 0b2046f83463..5a6c29f31355 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 c0d54cdb08f8..b4bbdf816a4c 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 fdcab8fbda2f..751eb8966517 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 8e273eab2fd8..27d04fe07a4e 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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-login-required.text.erb b/app/views/homescreen/robots-login-required.text.erb index 5182d7ca287f..3d2b52f9d434 100644 --- a/app/views/homescreen/robots-login-required.text.erb +++ b/app/views/homescreen/robots-login-required.text.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 2c9dcd9d6310..d0f094c45d2f 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 c4e0fadb5135..51276eaf1cdd 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 461457c42792..e931d16e6180 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 0d991878e85e..ef668420c00c 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 5bfdae4c418f..cfe720f4d6ef 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 3f873ddc27e1..6f7aaa6855af 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 ddffcf9f6b3a..bf873fa84d5a 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 5ea4f152f9b6..a510cd28eda0 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 d9bd228358cb..d8448ab511b3 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 9c1dbeddfd61..1c61dabaca8a 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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/component_preview.html.erb b/app/views/layouts/component_preview.html.erb index 10d5bb64001e..dbbd47468e61 100644 --- a/app/views/layouts/component_preview.html.erb +++ b/app/views/layouts/component_preview.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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/global.html.erb b/app/views/layouts/global.html.erb index 06a2fb8a49b6..b5ce0bdf077b 100644 --- a/app/views/layouts/global.html.erb +++ b/app/views/layouts/global.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 a385cf3d2fd6..6ae1aa2361b1 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 67bfbb6f53fa..39e7af60bc77 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 76c62a997f3c..b9438a00b990 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 87f3e6fa2d12..1eaac03be8c9 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 8decf9b17cdb..744c67aae664 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 419754e1cc30..83a5afbac7f9 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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/edit.html.erb b/app/views/ldap_auth_sources/edit.html.erb index a7cba1c6e011..2751fdb4cc28 100644 --- a/app/views/ldap_auth_sources/edit.html.erb +++ b/app/views/ldap_auth_sources/edit.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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/index.html.erb b/app/views/ldap_auth_sources/index.html.erb index 568185e1971c..6e4495f8bee3 100644 --- a/app/views/ldap_auth_sources/index.html.erb +++ b/app/views/ldap_auth_sources/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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/new.html.erb b/app/views/ldap_auth_sources/new.html.erb index 06862937c43e..b16c9cb4057e 100644 --- a/app/views/ldap_auth_sources/new.html.erb +++ b/app/views/ldap_auth_sources/new.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 df0868d8bc72..6152432580a4 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 b149ffd7c620..e72b8a1a2b30 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 fa56e3d71053..53f64796c646 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 1a74e698a569..74581ed6e5a0 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 f3db82d7d473..6f53b5a4edbb 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 a8b21b48e483..b5ceb1997125 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 2c3207495b71..c28a1623eb8e 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 216351021473..1d8957ab75db 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 68181eeed21d..feb0819e282c 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 226f212728fd..b9700bd481f1 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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_partials/_api_tokens_section.html.erb b/app/views/my/access_token_partials/_api_tokens_section.html.erb index 1ae9fdcc90ae..8d2228cf130c 100644 --- a/app/views/my/access_token_partials/_api_tokens_section.html.erb +++ b/app/views/my/access_token_partials/_api_tokens_section.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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_partials/_icalendar_tokens_section.html.erb b/app/views/my/access_token_partials/_icalendar_tokens_section.html.erb index 4e9405a3719a..26d7c6b5b0bf 100644 --- a/app/views/my/access_token_partials/_icalendar_tokens_section.html.erb +++ b/app/views/my/access_token_partials/_icalendar_tokens_section.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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_partials/_oauth_tokens_section.html.erb b/app/views/my/access_token_partials/_oauth_tokens_section.html.erb index a6216c050b8c..1340593e53c8 100644 --- a/app/views/my/access_token_partials/_oauth_tokens_section.html.erb +++ b/app/views/my/access_token_partials/_oauth_tokens_section.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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_partials/_rss_tokens_section.html.erb b/app/views/my/access_token_partials/_rss_tokens_section.html.erb index 56280e644dc7..eeec7447253b 100644 --- a/app/views/my/access_token_partials/_rss_tokens_section.html.erb +++ b/app/views/my/access_token_partials/_rss_tokens_section.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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_partials/_storage_tokens_section.html.erb b/app/views/my/access_token_partials/_storage_tokens_section.html.erb index 4e43e6f00b3e..6a9872d8f63e 100644 --- a/app/views/my/access_token_partials/_storage_tokens_section.html.erb +++ b/app/views/my/access_token_partials/_storage_tokens_section.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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_partials/_token_table_header.html.erb b/app/views/my/access_token_partials/_token_table_header.html.erb index 8633355f9bda..451a1dc280f9 100644 --- a/app/views/my/access_token_partials/_token_table_header.html.erb +++ b/app/views/my/access_token_partials/_token_table_header.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 6a94b833b96e..ab609a78f434 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 8bb702e615f9..f5c1057d333f 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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/sessions/index.html.erb b/app/views/my/sessions/index.html.erb index daed8cd7034b..71194b62138a 100644 --- a/app/views/my/sessions/index.html.erb +++ b/app/views/my/sessions/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 6662fa901d42..b0d30f73ab6a 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 07642ebcdeba..d23dc9241b33 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 714c0cb12439..af397c35aea2 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 f54d8e4bbc46..75333d3ddcc0 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 fc2fab0c29f7..0b6000e1374e 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 b6e3bf28cdae..4153de7dd07c 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 f27544ceef7a..4514b93ca7e8 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 c713375bce40..a18661e447ea 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 8cb44aa9a515..c56fe48382e8 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 460ddc993626..47cb78921c1f 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 0a1f9100266c..1ee51f8ec9ff 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 6d073aa93edc..52d257225a44 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 16b095f0e055..437976f2c894 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 86cf5fe63a3a..e5067eab050d 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 e7f168a86519..8adcb057dd86 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 d2d03475dd23..7a7ea8f69495 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 8ce60b7b0026..bafa6138d063 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 7090db096101..47de2c2c7ae8 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 462b5b726c91..db90328a763d 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 d7616d1fa536..f21bd7365b50 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 80c890ef6933..ebd3833c0bae 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 af5e36bd1e49..6e3b83a1cc95 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 81e6c91c67b5..8d0a09cd206a 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 42d847d4f755..a0f1cad7969b 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 5f1ffc8ae289..725d5121ea75 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 729d84cd62c5..78a7a359a091 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 8d122b157be0..48d088d8ba9b 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 610ccffbcd68..af0441f0bee3 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 ddcbd6ccc815..7ae1f3155cbc 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 83e4627c20d6..5c77746516f5 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 936775261e22..046de29644eb 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 469bee67d72d..fdc36339dae1 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 6d6439af8fdd..81b6053f1e69 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 b391482ef3a0..4ff418612cbf 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 45c2d8df89bb..b96f4a2b05ca 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 a1525a949722..55e6a7891a75 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 7a6d9cf73d63..d3ae15b049c5 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 b24feb364fa4..49fba78032ef 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 1034d10e45cc..a1d153774a37 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 0545be44b063..4f5191b94d2b 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 51a7769b214c..ff4b7ecabe62 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 9a9020828102..e23c06a01ac4 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 4055e10b1917..5e2fc5677749 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 94fbdfab5feb..b19e314c4cad 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 e68b13f3649f..69d2edca9210 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 fdb519b8a92a..804684133ad7 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 4f902b814339..abe34a478c83 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 03d408f4f6b3..7c99d581fc49 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 e4fceb99ccac..bf9047ab8c1e 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 105e38e360dd..769130a8dac1 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 f94e0003f89b..31d6098c1ae2 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 4da33380a522..255e89ba1fb4 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 0bca0f7375c7..b08e795275c6 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 53a835c44a68..38b46434c7c8 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 355464314cdc..e5ed0d989ecc 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 d9d862292047..41f2d6e93a3d 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 a2b1ac0630aa..5fea99782bc5 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 b29a4680aeb9..da7cc5179687 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 23a505b47726..4dcb48ad8a33 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 98e8993e41aa..b753f390d078 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 3ed33cb05665..e527d3ad7059 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 7782743e11c0..2cdf798b8c49 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 0dee15191f46..13ad74baf382 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 944088b9c40a..c1eae0d422ca 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 1cb9ebdcfe94..e72594b29113 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 a00882a15a43..64ffd4c24b4d 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 3133e3a9d781..35185b06a341 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 2570d164e48f..454220b63a1a 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 e4787349e36f..f30e7d947ffc 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 396384c8ffd8..37dc371d1fad 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 2fa971730f6b..1973f4d3ab5e 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 e76869110f12..86291b1a6db6 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 4335dd2d5d11..090f2db5812d 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 747e4ef1b997..7fb6bae51fff 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 921350e9af16..dfeb2ab349c5 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 27de8fdc3ccb..6682151b1095 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 341dd13893f7..d1bf2e53b8a5 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 da77e21f70e2..f198ce94364e 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 fed7c0ac659c..9cac54b1439c 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 b8e5298e9f59..a754ac643c3f 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 8ac26c322e9d..df262c1200ac 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 6748341ee702..dc8179bf12d3 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 db6113f3ff6e..05037e48644c 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 549c85e0c8cd..30a54d00f0ad 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 fb5bb7d3017b..f654d812aea5 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 45301d844027..039cff632ada 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 16ce441f61ac..15b4b57c5ebe 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 f6da03ef6ce4..8907c98bcdc1 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 62c57f97c4aa..1d74b0c708c5 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 8c31618cb4a8..d4898ff567e0 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 41c4cf3b3df6..f507ebf095e8 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 0b8e8779a0ab..154cd27026c0 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 e5a4b9806d61..d5165dcbfa17 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 f1a96ffcecac..3c18dc2691a7 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 e3a1248f5654..bbf8a50f696c 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 7415fc21f314..8fa0b5f88580 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 51a77a9d1672..e7d671d58e72 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 7ac8995f6801..1758232e7a57 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 3acf681f33b7..8a784ab50e3b 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 80ad3acb850a..b0db4a085f39 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 2dc8531256b4..22a92737ee23 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 34dd6b0d7496..01e6ae942c18 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 4ee4afa6ad70..3f58ea21f792 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 15a3482edabe..7363799a3109 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 536e97dd9e9e..a66e024257b5 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 a4fb8349db71..e91ddd4121e0 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 13d75086b531..7ed782135e18 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 5f38dfa86abf..2a2c18a17c14 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 965110147672..02b55cf3e7da 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 9e6db5a71111..01ae55aafee0 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 98ba72a91f30..51690e8a1934 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 6883395f4a2e..8ece2a55b190 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 d44deac5875c..a5cbebc3fd9b 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 773903ae110c..50a8447b67ed 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 456db265926a..7ec73960599a 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 9a54dd8fa860..844e6044a8f9 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 602a67a2c7d3..32449b9e5748 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 74e662fe8cc7..6801adb94ec9 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 acbd037d3ab5..7d5450344b9d 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 a2a13daabf60..a38201351294 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 4b7d7a96e367..9d2fe0623af0 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 97da54c403e8..78070d48395b 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 2dc3c8da35ae..e49151fa42b1 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 c6c8ed9eb87c..815521f4f379 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 0c1dc963a6bd..db8e9dfbd186 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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_change_not_possible.html.erb b/app/views/user_mailer/password_change_not_possible.html.erb index 59f514de5d7f..b4ebfec01603 100644 --- a/app/views/user_mailer/password_change_not_possible.html.erb +++ b/app/views/user_mailer/password_change_not_possible.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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_change_not_possible.text.erb b/app/views/user_mailer/password_change_not_possible.text.erb index b8dafb6b9ca3..bdc1deebe652 100644 --- a/app/views/user_mailer/password_change_not_possible.text.erb +++ b/app/views/user_mailer/password_change_not_possible.text.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 0d67bd56f83f..dcc7ed65859d 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 193ba89b0a0e..7ef681270359 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 4d72b8addaec..70971d00a6cb 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 7f7fe950f2e0..3a35bd69e340 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 636afddac84a..96bf1a67008e 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 ee0cea07c173..c951a9870532 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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_page_added.html.erb b/app/views/user_mailer/wiki_page_added.html.erb index bcd602f6a9f6..f362f9dba0f1 100644 --- a/app/views/user_mailer/wiki_page_added.html.erb +++ b/app/views/user_mailer/wiki_page_added.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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_page_added.text.erb b/app/views/user_mailer/wiki_page_added.text.erb index 4b1509248f01..2fbcff4306eb 100644 --- a/app/views/user_mailer/wiki_page_added.text.erb +++ b/app/views/user_mailer/wiki_page_added.text.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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_page_updated.html.erb b/app/views/user_mailer/wiki_page_updated.html.erb index 93f7404d95f1..9e8b2d33bd25 100644 --- a/app/views/user_mailer/wiki_page_updated.html.erb +++ b/app/views/user_mailer/wiki_page_updated.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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_page_updated.text.erb b/app/views/user_mailer/wiki_page_updated.text.erb index ea61ed351101..5bf34fc35698 100644 --- a/app/views/user_mailer/wiki_page_updated.text.erb +++ b/app/views/user_mailer/wiki_page_updated.text.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 0a14bf3d67c4..7d2cb271a291 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 a0d23762032f..f80127338136 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 5ac9147a0868..c41597e566db 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 428a957b8e99..bef42420d6f6 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 750634c1a54f..cd3a4cff9350 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 2ac5baded8c7..bd905421abc0 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 c0efc3cb5f6b..8acb5780ede9 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 a4cd2d0ade45..a7c07cd796e1 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 d790cb9f8123..a0b2a46d6f94 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 80498664e8b0..4ba19e1e411f 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 e81c81483726..a89e67987723 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 479f293b06a8..d218a1056662 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 25703a1b89ae..e465e2152d57 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 b3b5576cbf94..a3c9c8752a42 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 b7d6c8014d1f..aaaff0dc6640 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 254830d8fdcb..db32deeac1bd 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 84736d0b8717..ec06bb663259 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 92e8e3c59687..051e25fbfb8c 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 ae334b6c2d2d..c47dc3bc1e6d 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 a840abe51f62..80fb1b4467be 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 a0731f27b2fd..b4c1f28b9403 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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/_text.html.erb b/app/views/wiki/_text.html.erb index ea1fb4b4564a..e4be69b5fef5 100644 --- a/app/views/wiki/_text.html.erb +++ b/app/views/wiki/_text.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 61b146092d5d..079e6802e8f2 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 bb2743e30ca6..2f448547c922 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 e5b50400d3a0..dad0c99bb911 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 84e579d49ba8..0ad474ed5728 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 b103fb417794..0223d1a3ac65 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 235aa6b29fbf..b9549b8b74a6 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 d1da8c45eedd..768907eb9389 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 075626ef7fc2..081993f21bd5 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 ebca3ac1d8b1..f1ab134166ed 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 56350a7cedc3..354547ec6915 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 6f5ee5b22418..674597a208df 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 89dcb1be7e32..e6fc7a40cf9c 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 bee7e3127115..ee74b41bd285 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 6a1b745e03b8..84f3f538eb3d 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 7713a88ce321..213a6fa6b895 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 0d8a31050d7d..dea72fc98ff4 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 ac250b881022..1b9f7ce2b4e1 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 37ee2d7dc3c2..625a2368fd7a 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 f0aded61f9ca..e9d74abf91f8 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 a23e45721ea6..f5d22b068f34 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 bdba79488101..f829be428340 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 149d76d58936..871a98d09f5f 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 75ed798476d0..672a236589f7 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 24a7aa26e1e8..b8a64e400860 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 b51379444b44..b6a963d646a0 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 6f36309b755f..07df7a811377 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 a275fbbaa6f8..d7a55fce6ced 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 88e8536c6a1d..bdb75a468660 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 f8d99303efcd..2d3d117a7608 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 706570d63c0c..aa2f80fb8901 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 172ac6f5d25f..aae1f2430f3c 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 a05db9533dc8..0418e3df6747 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 9150e209634f..db349e7a27e5 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; 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 df0ef5524a93..a9abdae85092 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 00d12d4ec956..fa5e6dc4f43a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ead4ca7c0609..579d7df009b5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5f94daaa428f..729fd37231be 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c9ffbdedbffc..9542cdb507e0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 22277e347d10..3db87b42473b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 fec9a4507a97..b47c8fac6fc6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 18bb63b0567b..27b2018b7bfd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 95b9536afc38..5e342e7042f1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c8a83e16b4cd..9f0840eeec56 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 fc2bf251f001..c75e0bdb781c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 31369eaef547..a2afe9f260d6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 166d14e3c5da..cc0d4c598b8b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5db777e54a68..bff360227fc4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9541627b5952..b3a8ad188cf6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 81dfbe4710b4..e584179d931e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 228ac2a11f26..638fa27bad84 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5ca159a1f593..c70009b9f79a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d5d8750155f4..03d05aa7725b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f2ce8b144e0d..de027c6d3d59 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 713d707daa5e..458d66b1b803 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d7c1040f4057..6e62bf0b974e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b77f8a48f061..d110423c5a38 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 bff414264ec9..d3f53260398d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 50505746bdb4..6eee3ae40797 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a4541cf4ccd7..6148551762f2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c0dad282d1b5..3a7b483a646c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/work_package_shared_job.rb b/app/workers/mails/work_package_shared_job.rb index fea6a1e702b3..2fa52f3a4802 100644 --- a/app/workers/mails/work_package_shared_job.rb +++ b/app/workers/mails/work_package_shared_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 351e12203a9a..c29d714b20e6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f1a07a611ca4..dae14ea4f1e3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8aaa44a6f849..d3d8f2b7bdec 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a856fe2856cd..dcb50dd19c22 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_date_alerts_notifications_job.rb b/app/workers/notifications/schedule_date_alerts_notifications_job.rb index dc5406c788ba..43c5bd810bd4 100644 --- a/app/workers/notifications/schedule_date_alerts_notifications_job.rb +++ b/app/workers/notifications/schedule_date_alerts_notifications_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_date_alerts_notifications_job/service.rb b/app/workers/notifications/schedule_date_alerts_notifications_job/service.rb index 97a4fbfd6cd1..b52ebe0650f3 100644 --- a/app/workers/notifications/schedule_date_alerts_notifications_job/service.rb +++ b/app/workers/notifications/schedule_date_alerts_notifications_job/service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a2d51b1ddabe..0932594fbda0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 365827af1b06..e56639dc620a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 10f903eb5095..1bb977c29426 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9a39253e96b0..672176836244 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 67cfc7bfa83d..634f240c7641 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f589ea8fe3b0..d4dd3c722cc1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c517a2052aa5..34787de4db4c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 978659b7e12f..eafa3ed0efd5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 049e86e3c33a..b1fde86c9e9a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 47e136e903b5..0ff84a93323a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4439c2822368..17e85b8d86c7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5df3ac5b0402..7bba59194ef1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d9525b725fb6..2debddb61850 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 dccaff030a48..f60627962936 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 85d582b27f6f..8f7360f2460f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d5aad5ffad28..ec1050531cba 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e024d0da3e5f..17bab13bbb03 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 af80874e3472..db79c3c43019 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/bulk_copy_job.rb b/app/workers/work_packages/bulk_copy_job.rb index 0e0cdbba25ff..cee69afb9bd7 100644 --- a/app/workers/work_packages/bulk_copy_job.rb +++ b/app/workers/work_packages/bulk_copy_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/bulk_job.rb b/app/workers/work_packages/bulk_job.rb index 56047f8fc0cd..e493507f2a19 100644 --- a/app/workers/work_packages/bulk_job.rb +++ b/app/workers/work_packages/bulk_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/bulk_move_job.rb b/app/workers/work_packages/bulk_move_job.rb index 9bb8370a6538..abeb0897162b 100644 --- a/app/workers/work_packages/bulk_move_job.rb +++ b/app/workers/work_packages/bulk_move_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 1b77b67c0407..d66538f67770 100644 --- a/config.ru +++ b/config.ru @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 92323e4fccae..98f66db88b9a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 0e48b09bc813..dc8bdc92f922 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 eff8ee7cac9b..da121bbf707f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 74c5c794e927..b6120bc37c3c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 546271d4eead..39e255adaa05 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 9923b945f030..b97ccc321fa3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 62bd09b5d7c4..30a78dd09f98 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 c36e6e79ba31..170849f1e968 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 b3c25318601d..7c018f92c158 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 9b3dc4a06372..b2f32b8c27e4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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.production.yml b/config/database.production.yml index bcda2d54178b..7a0042938ade 100644 --- a/config/database.production.yml +++ b/config/database.production.yml @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 d9deb4b5fd3f..895d3b217598 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 8af0aa091db0..cf3879900c16 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 dd7da7729518..45f2a4472c5f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 b64c68a96616..955e37fff49e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 5d3de7353c52..d57dd9948571 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 c503373bfcbc..020b88912d38 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 02c2e88d6002..574c5da8ea46 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 34cec6888b7b..40566b60b628 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 a3656958ad49..e026eacd7333 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 7bdeaba0a657..b5fb9cd3bffd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 2c3735d611da..869095e63b70 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 dfc982a05017..05792c1c2504 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 fa12c3df929c..0fea8c935977 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 7498083d6b20..3c9f322f4f7b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 15bc5858884e..08c0268f7437 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 716fdd929f1d..6285a1a8ed34 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 d57934b13f56..a3d6ec735260 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 8dced2ed1c4b..a45558be6550 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 34de91a4bb89..ebcb20e3cc4f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 13f4d5845a85..00408d7e3d48 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 c5dbfd6d6acd..c2f89eb5ec90 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 4a7dc9776869..edfa6fbe7bcc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 6add79ac84b8..887a04e2611f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 861c055419f0..d1c77c8cab1b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 e26b34d433ef..5f982831c543 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 ca15b80b75ad..d34a339afe44 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 c61a9c8f4da1..9e9b22537f08 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 28b517729294..f058462b60eb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 0af3691c0cff..a1c888934aa7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 7ebaf4fb21de..e7a23093a6c7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 a725c19b271a..f7dca4456440 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 43c78482121b..404b3225e93b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 0e45713d2016..7988a3fc0fc0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 e3133dbf9723..52ec0201e455 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 48e96e0db4a2..02bbba8881db 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 c7a77a42cae5..3fa5bba0fe1f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 7cd9c98ad6dc..2d8267becf3e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 a3a26fffa215..a01cb748eaef 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 5b8718e5919a..6d83479b699b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 4426fc80260b..31761c649fab 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 290006426a6c..00f6404a7b92 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 7d1b17d621ce..117f21ffaa4d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 ec698edc236d..62b4dbd97897 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 a7fb7426d5bd..e7a05cd2b459 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 0c51d433987d..162c0178a114 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 a1249b57e173..427a7bb6c9fa 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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/be.yml b/config/locales/crowdin/be.yml index 38e1f538f6ea..23eb5828e17f 100644 --- a/config/locales/crowdin/be.yml +++ b/config/locales/crowdin/be.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 d6d2d007a492..b22e419b3ccc 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 d108b2801ecb..bc9a7a45d258 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 9c025e2c961c..b1f3c9905b6a 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 0c86d50abf8e..f8a8bc7929ae 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 c2f0c6eeaa46..bed2eaddcecc 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 7ec279611dd5..6bf47cdbf4d7 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 7da6ce0c351a..a83e8e7ba654 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 3dcccdacff48..fefe8dc2edcb 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 7ba9af6fb532..4ce13ef4f659 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 4f662d1a30b7..9bc3e026ca40 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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/eu.yml b/config/locales/crowdin/eu.yml index e38c9a9c8329..21f081aae5f6 100644 --- a/config/locales/crowdin/eu.yml +++ b/config/locales/crowdin/eu.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 197494eacadb..55a377313a72 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 cb6ae9813dfc..81a6c353f979 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 45fc4ea777ea..1db9b6bb9416 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 498945a130bf..16a7a32f17e0 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 530f0fbda077..d6221160058e 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 21df88ef8746..8cf9c605c6ea 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 688b7cadf8f0..7d2cb8d7e552 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 e2a5b3c1483b..d2d01a42a900 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 e1414d3a3ca2..00840b447877 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 585d78bee695..5654356cc1a9 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 2cd8d9a079ce..5315ccdfff2a 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 6cfaa466ec68..3ed3233f5d83 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 a7fb7563b625..1585c215f173 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 b96afafdbe7d..b10f60bdf613 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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-be.yml b/config/locales/crowdin/js-be.yml index 9dc9f4b1eead..8b40ef65018a 100644 --- a/config/locales/crowdin/js-be.yml +++ b/config/locales/crowdin/js-be.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 1fec29bf7088..a3d4d0ea4b4f 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 fa27c4d39932..9e13ab35ac03 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 11ce5e92b00d..12b665a56800 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 d55ddf9f8224..12ff98e0ddac 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 2086d4e52325..e43ad82a0ce3 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 abfb3f922758..29adef56bf40 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 62edb0eca4ca..a7c5c8f2b02c 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 df8e75298e44..6f9ac3f82cb6 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 c4367f27d4eb..3f7c26d9baad 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 dbf1d20465b9..1d827e6ff941 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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-eu.yml b/config/locales/crowdin/js-eu.yml index d72aa3156369..6be77c2bac26 100644 --- a/config/locales/crowdin/js-eu.yml +++ b/config/locales/crowdin/js-eu.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 ed96ea8f1935..b8e194f24c64 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 5735aec509c9..3c7e1d9ed3b5 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 17a106858444..26ba0fb24b6a 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 cb2e0fb1909c..042fdda8cba5 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 7ede7775736b..8e2ce39185d4 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 d647f881d8cb..783f8e7863fa 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 1e8836f18e71..07fd6cf538fb 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 6e928b8f278f..18909f1c097b 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 acc26e80512a..99f4efbc112c 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 af3780f6df99..8bbb5a04b11f 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 2882612391fb..250331975e78 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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-ka.yml b/config/locales/crowdin/js-ka.yml index 14fda842c057..9529eb6fd4d7 100644 --- a/config/locales/crowdin/js-ka.yml +++ b/config/locales/crowdin/js-ka.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 414e5ddb296b..f53dcdcf6dec 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 a16205e08c67..11f49a5ef94a 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 6a503fd17daf..583b67cc878d 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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-mn.yml b/config/locales/crowdin/js-mn.yml index a293cd087461..fbc8a19723cb 100644 --- a/config/locales/crowdin/js-mn.yml +++ b/config/locales/crowdin/js-mn.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 c8f02fdb18b8..d8bc00b0ab87 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 7f970d166e63..910f26d4da83 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 e48e705f03b5..0e82e0e90d9d 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 f41b1b619a15..54de10b0c887 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 56c1493c913a..fe35f697b8ee 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 25c74ccf7974..03b9cd2240c2 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 6e8a29c53404..64d0427870cb 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 6e03c6ce1caa..eaa32d12418f 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 ad5ee5f44b16..bb4fcfb4234a 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 24cfe066f889..43cc36d06b85 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 e72b420e8a62..d64f7d2518bf 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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-sr.yml b/config/locales/crowdin/js-sr.yml index 704e3f1fe1ea..4d3060f12637 100644 --- a/config/locales/crowdin/js-sr.yml +++ b/config/locales/crowdin/js-sr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 cda1383999cf..f1bf1770f114 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 291409fbf921..5a483b9a2fee 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 9e9e5d9a71e7..24565c798292 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 492e61734863..ff9791a64c77 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 7751151b614c..c0e87831090d 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 b3748fb26380..c990f03c3616 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 d28140eefb97..6809b8c5bd39 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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/ka.yml b/config/locales/crowdin/ka.yml index 601c5a20605d..17fda80296b8 100644 --- a/config/locales/crowdin/ka.yml +++ b/config/locales/crowdin/ka.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 b156d82012dd..135b80ddfc00 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 d5376382a48c..5f88649b6a52 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 681661c539cb..6ba41ee3b269 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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/mn.yml b/config/locales/crowdin/mn.yml index 891eb9fd72f3..f0c2ab9929cd 100644 --- a/config/locales/crowdin/mn.yml +++ b/config/locales/crowdin/mn.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 31c3f5c7bf09..06654c4d81c8 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 dec5423d9452..8ad85018bdf0 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 917926d4dc4e..1b85a04882af 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 6286c7aa2dcb..670d0964bb72 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 1b6d9f7b63da..9fc5895e9751 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 a55e7fdfd715..12ee1a2e277f 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 d9a3e320359e..c71980075935 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 5f2b336732db..038d903de88e 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 b0d16d976b62..f533109b43aa 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 33702e2accb5..6fc989c471b3 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 e651c0142ecb..3482c57d816d 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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/sr.yml b/config/locales/crowdin/sr.yml index 23a10563dc75..01fbbbcdae01 100644 --- a/config/locales/crowdin/sr.yml +++ b/config/locales/crowdin/sr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 010349b37259..9afa03da3478 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 1ccf38bbfd43..65adb8d3ee51 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 7f402330339f..9618f8d49b0a 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 42f3caa41f33..097d4f693fdf 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 80a8f03056fa..96d01448b404 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 68b3634a99ea..afa96f73b182 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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 ab2059b26bf5..d76bd6c1fb36 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the 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.yml b/config/locales/en.yml index d1f734f31a9c..f5202baa8cf9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 b943993204fb..f9ca6efdcabd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 c13c4232e4fd..e942bb0d1728 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 e82c5536bf17..1e160b907bc3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 a8e184642b97..6bf2667431b0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 32f9624866b4..2f3dcc67bf0c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20170703075208_add_attribute_help_texts.rb b/db/migrate/20170703075208_add_attribute_help_texts.rb index 43577b90a24b..954d968b61d1 100644 --- a/db/migrate/20170703075208_add_attribute_help_texts.rb +++ b/db/migrate/20170703075208_add_attribute_help_texts.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20170705134348_remove_attribute_visibility.rb b/db/migrate/20170705134348_remove_attribute_visibility.rb index 0c2782c45140..a7e0ef307f52 100644 --- a/db/migrate/20170705134348_remove_attribute_visibility.rb +++ b/db/migrate/20170705134348_remove_attribute_visibility.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20170818063404_add_timeline_labels_to_query.rb b/db/migrate/20170818063404_add_timeline_labels_to_query.rb index 67b75cc214fb..0142d34337ae 100644 --- a/db/migrate/20170818063404_add_timeline_labels_to_query.rb +++ b/db/migrate/20170818063404_add_timeline_labels_to_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 e1c0008fec9c..94eacfc0b0fe 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20171106074835_move_hashed_token_to_core.rb b/db/migrate/20171106074835_move_hashed_token_to_core.rb index 1cabf8d6bd87..efa290af60d1 100644 --- a/db/migrate/20171106074835_move_hashed_token_to_core.rb +++ b/db/migrate/20171106074835_move_hashed_token_to_core.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 b77369dc6cd6..24feee34e2ab 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 279a006d9013..e9dbfaa0585d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 bbf9aa99ded7..9b69feab2d1d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 125d779f7480..3c7f32ec382f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 c9f945a83894..8f8eb7b5e17c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 0606f4ee4aae..fab3abfee959 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20180123092002_add_custom_actions.rb b/db/migrate/20180123092002_add_custom_actions.rb index 1410a39fd878..96326f0c01b9 100644 --- a/db/migrate/20180123092002_add_custom_actions.rb +++ b/db/migrate/20180123092002_add_custom_actions.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20180213155320_add_description_to_custom_actions.rb b/db/migrate/20180213155320_add_description_to_custom_actions.rb index e89c4e475ce1..51b1241ccb4e 100644 --- a/db/migrate/20180213155320_add_description_to_custom_actions.rb +++ b/db/migrate/20180213155320_add_description_to_custom_actions.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20180221151038_add_position_to_custom_action.rb b/db/migrate/20180221151038_add_position_to_custom_action.rb index fa1eb81f01c9..29527747b48e 100644 --- a/db/migrate/20180221151038_add_position_to_custom_action.rb +++ b/db/migrate/20180221151038_add_position_to_custom_action.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 309a51b47e5a..18409d5f9d11 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 dfe8d1ec8f3c..49e7ab6ee421 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20180504144320_add_color_to_statuses_and_enumerations.rb b/db/migrate/20180504144320_add_color_to_statuses_and_enumerations.rb index 3e61b8f51556..c96dec68b34f 100644 --- a/db/migrate/20180504144320_add_color_to_statuses_and_enumerations.rb +++ b/db/migrate/20180504144320_add_color_to_statuses_and_enumerations.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20180510184732_rename_planning_elemnt_type_colors_to_colors.rb b/db/migrate/20180510184732_rename_planning_elemnt_type_colors_to_colors.rb index 91974e9d7c6f..17a252e97261 100644 --- a/db/migrate/20180510184732_rename_planning_elemnt_type_colors_to_colors.rb +++ b/db/migrate/20180510184732_rename_planning_elemnt_type_colors_to_colors.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20180518130559_add_timestamps_to_wiki.rb b/db/migrate/20180518130559_add_timestamps_to_wiki.rb index ca8d16c88538..0fc22f62aa1a 100644 --- a/db/migrate/20180518130559_add_timestamps_to_wiki.rb +++ b/db/migrate/20180518130559_add_timestamps_to_wiki.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 7a826c3ca374..3b01dad1b834 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20180524113516_add_consent_timestamp_to_user.rb b/db/migrate/20180524113516_add_consent_timestamp_to_user.rb index 03750f496157..1ebfac50dca0 100644 --- a/db/migrate/20180524113516_add_consent_timestamp_to_user.rb +++ b/db/migrate/20180524113516_add_consent_timestamp_to_user.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 216461c21168..0b2123ad43b7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20180717102331_remove_in_aggregation_from_type.rb b/db/migrate/20180717102331_remove_in_aggregation_from_type.rb index 23aa05eea0be..77eb2a288009 100644 --- a/db/migrate/20180717102331_remove_in_aggregation_from_type.rb +++ b/db/migrate/20180717102331_remove_in_aggregation_from_type.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20180801072018_remove_responsible_and_type_from_project.rb b/db/migrate/20180801072018_remove_responsible_and_type_from_project.rb index 55b927258dce..2ba40b5832f6 100644 --- a/db/migrate/20180801072018_remove_responsible_and_type_from_project.rb +++ b/db/migrate/20180801072018_remove_responsible_and_type_from_project.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20180830120550_migrate_light_background_themes.rb b/db/migrate/20180830120550_migrate_light_background_themes.rb index e7ad7f59ff48..0653b2a3baab 100644 --- a/db/migrate/20180830120550_migrate_light_background_themes.rb +++ b/db/migrate/20180830120550_migrate_light_background_themes.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20180903110212_add_highlighting_to_query.rb b/db/migrate/20180903110212_add_highlighting_to_query.rb index bf601d1aad0a..a044e18b07a3 100644 --- a/db/migrate/20180903110212_add_highlighting_to_query.rb +++ b/db/migrate/20180903110212_add_highlighting_to_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20180924141838_add_highlighted_attributes_to_query.rb b/db/migrate/20180924141838_add_highlighted_attributes_to_query.rb index 54636c2093e2..59bff872f67c 100644 --- a/db/migrate/20180924141838_add_highlighted_attributes_to_query.rb +++ b/db/migrate/20180924141838_add_highlighted_attributes_to_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20181101132712_add_read_only_to_statuses.rb b/db/migrate/20181101132712_add_read_only_to_statuses.rb index 6e7869f65988..9d061bdaa6c4 100644 --- a/db/migrate/20181101132712_add_read_only_to_statuses.rb +++ b/db/migrate/20181101132712_add_read_only_to_statuses.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20181112125034_create_doorkeeper_tables.rb b/db/migrate/20181112125034_create_doorkeeper_tables.rb index f3c81e7144da..77f5b2ace9df 100644 --- a/db/migrate/20181112125034_create_doorkeeper_tables.rb +++ b/db/migrate/20181112125034_create_doorkeeper_tables.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20181118193730_create_grid.rb b/db/migrate/20181118193730_create_grid.rb index a0a68fd61f09..74c2415e6b65 100644 --- a/db/migrate/20181118193730_create_grid.rb +++ b/db/migrate/20181118193730_create_grid.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20181121174153_create_ordered_work_packages.rb b/db/migrate/20181121174153_create_ordered_work_packages.rb index 8def928c808c..75424ce11102 100644 --- a/db/migrate/20181121174153_create_ordered_work_packages.rb +++ b/db/migrate/20181121174153_create_ordered_work_packages.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20190124081710_remove_accessibility_mode.rb b/db/migrate/20190124081710_remove_accessibility_mode.rb index ef7d8fefeefb..cf59b22329a0 100644 --- a/db/migrate/20190124081710_remove_accessibility_mode.rb +++ b/db/migrate/20190124081710_remove_accessibility_mode.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20190129083842_add_project_to_grid.rb b/db/migrate/20190129083842_add_project_to_grid.rb index 34f5b7b4afca..72fee2c1c281 100644 --- a/db/migrate/20190129083842_add_project_to_grid.rb +++ b/db/migrate/20190129083842_add_project_to_grid.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20190205090102_add_options_to_grid.rb b/db/migrate/20190205090102_add_options_to_grid.rb index bb77247b81ed..14773c02fd72 100644 --- a/db/migrate/20190205090102_add_options_to_grid.rb +++ b/db/migrate/20190205090102_add_options_to_grid.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20190207155607_add_hidden_to_queries.rb b/db/migrate/20190207155607_add_hidden_to_queries.rb index edb47e7fb0a6..0c056dbd1695 100644 --- a/db/migrate/20190207155607_add_hidden_to_queries.rb +++ b/db/migrate/20190207155607_add_hidden_to_queries.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20190220080647_migrate_my_page_layout.rb b/db/migrate/20190220080647_migrate_my_page_layout.rb index 06f6e8c01fe5..d72bfca54885 100644 --- a/db/migrate/20190220080647_migrate_my_page_layout.rb +++ b/db/migrate/20190220080647_migrate_my_page_layout.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20190227163226_add_tls_mode_to_auth_sources.rb b/db/migrate/20190227163226_add_tls_mode_to_auth_sources.rb index e09d021b4136..0da94f8cbfd0 100644 --- a/db/migrate/20190227163226_add_tls_mode_to_auth_sources.rb +++ b/db/migrate/20190227163226_add_tls_mode_to_auth_sources.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20190301122554_remove_hierarchy_paths.rb b/db/migrate/20190301122554_remove_hierarchy_paths.rb index 3a676088f43e..d2476a9f9c94 100644 --- a/db/migrate/20190301122554_remove_hierarchy_paths.rb +++ b/db/migrate/20190301122554_remove_hierarchy_paths.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20190312083304_rename_boards_to_forums.rb b/db/migrate/20190312083304_rename_boards_to_forums.rb index 9b6f694aeb3d..365856aac732 100644 --- a/db/migrate/20190312083304_rename_boards_to_forums.rb +++ b/db/migrate/20190312083304_rename_boards_to_forums.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20190411122815_set_timeline_auto_zoom.rb b/db/migrate/20190411122815_set_timeline_auto_zoom.rb index 8456c37af7ae..c9544438d750 100644 --- a/db/migrate/20190411122815_set_timeline_auto_zoom.rb +++ b/db/migrate/20190411122815_set_timeline_auto_zoom.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20190502102512_ensure_postgres_index_names.rb b/db/migrate/20190502102512_ensure_postgres_index_names.rb index 51f256b4d507..901f3fd8e639 100644 --- a/db/migrate/20190502102512_ensure_postgres_index_names.rb +++ b/db/migrate/20190502102512_ensure_postgres_index_names.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20190507132517_add_board_view_to_roles.rb b/db/migrate/20190507132517_add_board_view_to_roles.rb index b7f26adb7733..e4ca1044a4f9 100644 --- a/db/migrate/20190507132517_add_board_view_to_roles.rb +++ b/db/migrate/20190507132517_add_board_view_to_roles.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20190509071101_add_default_description_to_types.rb b/db/migrate/20190509071101_add_default_description_to_types.rb index d326b431eea5..395871f829cb 100644 --- a/db/migrate/20190509071101_add_default_description_to_types.rb +++ b/db/migrate/20190509071101_add_default_description_to_types.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20190527095959_set_manage_board_permission.rb b/db/migrate/20190527095959_set_manage_board_permission.rb index 4f701c3cbde8..6059f459b55c 100644 --- a/db/migrate/20190527095959_set_manage_board_permission.rb +++ b/db/migrate/20190527095959_set_manage_board_permission.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20190603060951_set_assign_versions_permission.rb b/db/migrate/20190603060951_set_assign_versions_permission.rb index f69109512689..0c20eb48c2a9 100644 --- a/db/migrate/20190603060951_set_assign_versions_permission.rb +++ b/db/migrate/20190603060951_set_assign_versions_permission.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20190618115620_fix_available_languages.rb b/db/migrate/20190618115620_fix_available_languages.rb index 8fca9338de10..9b6835ec2034 100644 --- a/db/migrate/20190618115620_fix_available_languages.rb +++ b/db/migrate/20190618115620_fix_available_languages.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20190619143049_add_timestamps_to_query.rb b/db/migrate/20190619143049_add_timestamps_to_query.rb index 2e19cf6699f0..ae236fd37e35 100644 --- a/db/migrate/20190619143049_add_timestamps_to_query.rb +++ b/db/migrate/20190619143049_add_timestamps_to_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20190710132957_rename_my_page_widgets.rb b/db/migrate/20190710132957_rename_my_page_widgets.rb index 87834d43ae23..a15f85f9fc55 100644 --- a/db/migrate/20190710132957_rename_my_page_widgets.rb +++ b/db/migrate/20190710132957_rename_my_page_widgets.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20190716071941_add_display_representation_to_query.rb b/db/migrate/20190716071941_add_display_representation_to_query.rb index 1980ab30eaa4..1109b58f34fc 100644 --- a/db/migrate/20190716071941_add_display_representation_to_query.rb +++ b/db/migrate/20190716071941_add_display_representation_to_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20190722082648_add_derived_estimated_hours_to_work_packages.rb b/db/migrate/20190722082648_add_derived_estimated_hours_to_work_packages.rb index f7a033cfc551..75b6e10eab36 100644 --- a/db/migrate/20190722082648_add_derived_estimated_hours_to_work_packages.rb +++ b/db/migrate/20190722082648_add_derived_estimated_hours_to_work_packages.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20190724093332_add_journal_versions_table.rb b/db/migrate/20190724093332_add_journal_versions_table.rb index ca75eac5a73b..3d0c9daa1503 100644 --- a/db/migrate/20190724093332_add_journal_versions_table.rb +++ b/db/migrate/20190724093332_add_journal_versions_table.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20190920102446_clean_custom_values.rb b/db/migrate/20190920102446_clean_custom_values.rb index 04456cacf87a..13ca1ea4f248 100644 --- a/db/migrate/20190920102446_clean_custom_values.rb +++ b/db/migrate/20190920102446_clean_custom_values.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20190923111902_add_project_status_reporting.rb b/db/migrate/20190923111902_add_project_status_reporting.rb index 97b8c7f68075..82c68cbc8f59 100644 --- a/db/migrate/20190923111902_add_project_status_reporting.rb +++ b/db/migrate/20190923111902_add_project_status_reporting.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20190923123858_simplify_project_active_and_timestamp.rb b/db/migrate/20190923123858_simplify_project_active_and_timestamp.rb index 3ec05625b9bc..7cf1a3b2189e 100644 --- a/db/migrate/20190923123858_simplify_project_active_and_timestamp.rb +++ b/db/migrate/20190923123858_simplify_project_active_and_timestamp.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20191106132533_make_system_user_active.rb b/db/migrate/20191106132533_make_system_user_active.rb index c3abf136232c..5a2bc1d86c36 100644 --- a/db/migrate/20191106132533_make_system_user_active.rb +++ b/db/migrate/20191106132533_make_system_user_active.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20191112111040_fix_system_user_status.rb b/db/migrate/20191112111040_fix_system_user_status.rb index d58d5f000249..479f8b3b64a0 100644 --- a/db/migrate/20191112111040_fix_system_user_status.rb +++ b/db/migrate/20191112111040_fix_system_user_status.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20191115141154_add_content_orientation_to_custom_fields.rb b/db/migrate/20191115141154_add_content_orientation_to_custom_fields.rb index 72077849d2ac..a183ebd4a4ba 100644 --- a/db/migrate/20191115141154_add_content_orientation_to_custom_fields.rb +++ b/db/migrate/20191115141154_add_content_orientation_to_custom_fields.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20191216135213_join_table_for_active_activities.rb b/db/migrate/20191216135213_join_table_for_active_activities.rb index 217cedacf550..965c2504a240 100644 --- a/db/migrate/20191216135213_join_table_for_active_activities.rb +++ b/db/migrate/20191216135213_join_table_for_active_activities.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20200114091135_add_theme_name_to_custom_styles.rb b/db/migrate/20200114091135_add_theme_name_to_custom_styles.rb index 6e52a2d73f04..15c9c805a955 100644 --- a/db/migrate/20200114091135_add_theme_name_to_custom_styles.rb +++ b/db/migrate/20200114091135_add_theme_name_to_custom_styles.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20200115090742_fix_parent_id_for_wiki_pages.rb b/db/migrate/20200115090742_fix_parent_id_for_wiki_pages.rb index 49c2c4c2015d..d6ca4e1207b2 100644 --- a/db/migrate/20200115090742_fix_parent_id_for_wiki_pages.rb +++ b/db/migrate/20200115090742_fix_parent_id_for_wiki_pages.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20200206101135_add_theme_logo_to_custom_style.rb b/db/migrate/20200206101135_add_theme_logo_to_custom_style.rb index 678c26220170..b0aa9e6a9c49 100644 --- a/db/migrate/20200206101135_add_theme_logo_to_custom_style.rb +++ b/db/migrate/20200206101135_add_theme_logo_to_custom_style.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20200217061622_add_timestamp_to_news.rb b/db/migrate/20200217061622_add_timestamp_to_news.rb index 5b9435822a6d..5640ce76b919 100644 --- a/db/migrate/20200217061622_add_timestamp_to_news.rb +++ b/db/migrate/20200217061622_add_timestamp_to_news.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20200217155632_rename_tokens.rb b/db/migrate/20200217155632_rename_tokens.rb index 46bd72a54fa4..a11699b77dd1 100644 --- a/db/migrate/20200217155632_rename_tokens.rb +++ b/db/migrate/20200217155632_rename_tokens.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20200220171133_rename_bim_module.rb b/db/migrate/20200220171133_rename_bim_module.rb index 88507a3b6be6..7451a9f61116 100644 --- a/db/migrate/20200220171133_rename_bim_module.rb +++ b/db/migrate/20200220171133_rename_bim_module.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20200302100431_fix_attachable_journals.rb b/db/migrate/20200302100431_fix_attachable_journals.rb index b8970b34327b..56c6c50ac749 100644 --- a/db/migrate/20200302100431_fix_attachable_journals.rb +++ b/db/migrate/20200302100431_fix_attachable_journals.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20200310092237_add_timestamps_to_bcf.rb b/db/migrate/20200310092237_add_timestamps_to_bcf.rb index 7f01ed767931..52c3e5586c58 100644 --- a/db/migrate/20200310092237_add_timestamps_to_bcf.rb +++ b/db/migrate/20200310092237_add_timestamps_to_bcf.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20200325101528_strip_whitespace_from_user_attributes.rb b/db/migrate/20200325101528_strip_whitespace_from_user_attributes.rb index 7f0a21b9c429..ca7302c16e30 100644 --- a/db/migrate/20200325101528_strip_whitespace_from_user_attributes.rb +++ b/db/migrate/20200325101528_strip_whitespace_from_user_attributes.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20200326102408_rename_fixed_version.rb b/db/migrate/20200326102408_rename_fixed_version.rb index c1430f1d0514..8e0cfde92442 100644 --- a/db/migrate/20200326102408_rename_fixed_version.rb +++ b/db/migrate/20200326102408_rename_fixed_version.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20200403105252_add_cron_to_delayed_jobs.rb b/db/migrate/20200403105252_add_cron_to_delayed_jobs.rb index 04d5ad5791ca..b81466c57c67 100644 --- a/db/migrate/20200403105252_add_cron_to_delayed_jobs.rb +++ b/db/migrate/20200403105252_add_cron_to_delayed_jobs.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20200415131633_add_work_package_exports.rb b/db/migrate/20200415131633_add_work_package_exports.rb index 8840b044afb0..6b1b66f2690e 100644 --- a/db/migrate/20200415131633_add_work_package_exports.rb +++ b/db/migrate/20200415131633_add_work_package_exports.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20200427121606_add_filter_to_ldap.rb b/db/migrate/20200427121606_add_filter_to_ldap.rb index 44b19caca423..de6e73783f49 100644 --- a/db/migrate/20200427121606_add_filter_to_ldap.rb +++ b/db/migrate/20200427121606_add_filter_to_ldap.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20200428105404_unique_member_role.rb b/db/migrate/20200428105404_unique_member_role.rb index 75a4f565641e..07058d0ed72f 100644 --- a/db/migrate/20200428105404_unique_member_role.rb +++ b/db/migrate/20200428105404_unique_member_role.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20200504085933_add_schedule_manually_to_work_packages.rb b/db/migrate/20200504085933_add_schedule_manually_to_work_packages.rb index a047f79124cd..4b50c46adb33 100644 --- a/db/migrate/20200504085933_add_schedule_manually_to_work_packages.rb +++ b/db/migrate/20200504085933_add_schedule_manually_to_work_packages.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20200522131255_splash_multi_list_customizable_journals.rb b/db/migrate/20200522131255_splash_multi_list_customizable_journals.rb index e050cdea6169..155b755b3ccd 100644 --- a/db/migrate/20200522131255_splash_multi_list_customizable_journals.rb +++ b/db/migrate/20200522131255_splash_multi_list_customizable_journals.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20200522140244_remove_journal_versions_table.rb b/db/migrate/20200522140244_remove_journal_versions_table.rb index e62d50ea3ced..4686d6ffb06b 100644 --- a/db/migrate/20200522140244_remove_journal_versions_table.rb +++ b/db/migrate/20200522140244_remove_journal_versions_table.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20200527130633_add_templated_to_project.rb b/db/migrate/20200527130633_add_templated_to_project.rb index ed326926ef7a..703130b44abb 100644 --- a/db/migrate/20200527130633_add_templated_to_project.rb +++ b/db/migrate/20200527130633_add_templated_to_project.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20200625133727_fix_inherited_group_member_roles.rb b/db/migrate/20200625133727_fix_inherited_group_member_roles.rb index 101687dd906d..b171fd239e6c 100644 --- a/db/migrate/20200625133727_fix_inherited_group_member_roles.rb +++ b/db/migrate/20200625133727_fix_inherited_group_member_roles.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20200708065116_fix_members_inconsistencies.rb b/db/migrate/20200708065116_fix_members_inconsistencies.rb index 78d3ae166fa8..daf1212e968c 100644 --- a/db/migrate/20200708065116_fix_members_inconsistencies.rb +++ b/db/migrate/20200708065116_fix_members_inconsistencies.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20200803081038_journalize_scheduling_mode.rb b/db/migrate/20200803081038_journalize_scheduling_mode.rb index dabeb5abf2db..f8c723c95828 100644 --- a/db/migrate/20200803081038_journalize_scheduling_mode.rb +++ b/db/migrate/20200803081038_journalize_scheduling_mode.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20200820140526_remove_summable_setting.rb b/db/migrate/20200820140526_remove_summable_setting.rb index 07dee884425f..8f9a60098d21 100644 --- a/db/migrate/20200820140526_remove_summable_setting.rb +++ b/db/migrate/20200820140526_remove_summable_setting.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20200903064009_enable_current_project_custom_fields_columns.rb b/db/migrate/20200903064009_enable_current_project_custom_fields_columns.rb index afaff769c1b1..f650a3870481 100644 --- a/db/migrate/20200903064009_enable_current_project_custom_fields_columns.rb +++ b/db/migrate/20200903064009_enable_current_project_custom_fields_columns.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20200907090753_change_attachment_filesize_to_big_int.rb b/db/migrate/20200907090753_change_attachment_filesize_to_big_int.rb index cb05b679f883..de79b39fa1c2 100644 --- a/db/migrate/20200907090753_change_attachment_filesize_to_big_int.rb +++ b/db/migrate/20200907090753_change_attachment_filesize_to_big_int.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20200914092212_set_current_timestamp_defaults_for_bcf_viewpoints_and_issues.rb b/db/migrate/20200914092212_set_current_timestamp_defaults_for_bcf_viewpoints_and_issues.rb index 299a8fb7ce44..18588a3c2927 100644 --- a/db/migrate/20200914092212_set_current_timestamp_defaults_for_bcf_viewpoints_and_issues.rb +++ b/db/migrate/20200914092212_set_current_timestamp_defaults_for_bcf_viewpoints_and_issues.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20200924085508_cleanup_orphaned_journal_data.rb b/db/migrate/20200924085508_cleanup_orphaned_journal_data.rb index c744139ef8d9..0ccfdbd0ce5b 100644 --- a/db/migrate/20200924085508_cleanup_orphaned_journal_data.rb +++ b/db/migrate/20200924085508_cleanup_orphaned_journal_data.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20200925084550_members_allow_null_on_project.rb b/db/migrate/20200925084550_members_allow_null_on_project.rb index 26f9d1978a01..47bf49e8c05c 100644 --- a/db/migrate/20200925084550_members_allow_null_on_project.rb +++ b/db/migrate/20200925084550_members_allow_null_on_project.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20201001184404_rename_timestamp_on_time_and_cost_entry.rb b/db/migrate/20201001184404_rename_timestamp_on_time_and_cost_entry.rb index 0853153065f7..d771b159ac04 100644 --- a/db/migrate/20201001184404_rename_timestamp_on_time_and_cost_entry.rb +++ b/db/migrate/20201001184404_rename_timestamp_on_time_and_cost_entry.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 8f44e2c79ab4..11025bb671c6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20201005184411_rename_timestamps.rb b/db/migrate/20201005184411_rename_timestamps.rb index 5b23977b0f76..2dda2f451760 100644 --- a/db/migrate/20201005184411_rename_timestamps.rb +++ b/db/migrate/20201005184411_rename_timestamps.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 08b9b24d5200..c9d08ea8a7ed 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20210126112238_add_uniqueness_constrain_on_lastname_for_groups_and_placeholder_users.rb b/db/migrate/20210126112238_add_uniqueness_constrain_on_lastname_for_groups_and_placeholder_users.rb index b51337efc4f3..30cdfeb1fb26 100644 --- a/db/migrate/20210126112238_add_uniqueness_constrain_on_lastname_for_groups_and_placeholder_users.rb +++ b/db/migrate/20210126112238_add_uniqueness_constrain_on_lastname_for_groups_and_placeholder_users.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20210127134438_alter_user_attributes_max_length.rb b/db/migrate/20210127134438_alter_user_attributes_max_length.rb index 6697e2c15376..e89e43f5be5d 100644 --- a/db/migrate/20210127134438_alter_user_attributes_max_length.rb +++ b/db/migrate/20210127134438_alter_user_attributes_max_length.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20210214205545_replace_invalid_principal_references.rb b/db/migrate/20210214205545_replace_invalid_principal_references.rb index bcc5e7898cfd..2d9fd7de7cb4 100644 --- a/db/migrate/20210214205545_replace_invalid_principal_references.rb +++ b/db/migrate/20210214205545_replace_invalid_principal_references.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20210221230446_add_group_user_primary_key.rb b/db/migrate/20210221230446_add_group_user_primary_key.rb index 29b293a316e5..9edd7f35ff4a 100644 --- a/db/migrate/20210221230446_add_group_user_primary_key.rb +++ b/db/migrate/20210221230446_add_group_user_primary_key.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20210310101840_generalize_exports.rb b/db/migrate/20210310101840_generalize_exports.rb index 38debfb8ded2..5ba29c6ea527 100644 --- a/db/migrate/20210310101840_generalize_exports.rb +++ b/db/migrate/20210310101840_generalize_exports.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20210331085058_migrate_sessions_unlogged.rb b/db/migrate/20210331085058_migrate_sessions_unlogged.rb index 1fb026f461a4..61db62b0101a 100644 --- a/db/migrate/20210331085058_migrate_sessions_unlogged.rb +++ b/db/migrate/20210331085058_migrate_sessions_unlogged.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20210427065703_make_system_user_admin.rb b/db/migrate/20210427065703_make_system_user_admin.rb index ce839754200d..2a49d00f002c 100644 --- a/db/migrate/20210427065703_make_system_user_admin.rb +++ b/db/migrate/20210427065703_make_system_user_admin.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20210510193438_remove_project_setting.rb b/db/migrate/20210510193438_remove_project_setting.rb index 480ff1aed628..6505e6bf6648 100644 --- a/db/migrate/20210510193438_remove_project_setting.rb +++ b/db/migrate/20210510193438_remove_project_setting.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20210512121322_make_project_identifier_unique.rb b/db/migrate/20210512121322_make_project_identifier_unique.rb index e43297f2cde2..3871d2a5234d 100644 --- a/db/migrate/20210512121322_make_project_identifier_unique.rb +++ b/db/migrate/20210512121322_make_project_identifier_unique.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20210519141244_remove_reply_from_message_journalizing.rb b/db/migrate/20210519141244_remove_reply_from_message_journalizing.rb index 487e4a4b0287..6c350c6558d7 100644 --- a/db/migrate/20210519141244_remove_reply_from_message_journalizing.rb +++ b/db/migrate/20210519141244_remove_reply_from_message_journalizing.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20210615150558_aggregate_journals.rb b/db/migrate/20210615150558_aggregate_journals.rb index 46068af4612a..b7f33611d39b 100644 --- a/db/migrate/20210615150558_aggregate_journals.rb +++ b/db/migrate/20210615150558_aggregate_journals.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20210616145324_polymorphic_journal_data.rb b/db/migrate/20210616145324_polymorphic_journal_data.rb index 6bbb95a4c69c..4bfb8b05bd0e 100644 --- a/db/migrate/20210616145324_polymorphic_journal_data.rb +++ b/db/migrate/20210616145324_polymorphic_journal_data.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20210616191052_create_notifications.rb b/db/migrate/20210616191052_create_notifications.rb index 31e180060f57..a5bb36430551 100644 --- a/db/migrate/20210616191052_create_notifications.rb +++ b/db/migrate/20210616191052_create_notifications.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20210618125430_authors_as_watchers.rb b/db/migrate/20210618125430_authors_as_watchers.rb index 4a30bbb06052..a56d8617ee8e 100644 --- a/db/migrate/20210618125430_authors_as_watchers.rb +++ b/db/migrate/20210618125430_authors_as_watchers.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20210618132206_add_notification_settings.rb b/db/migrate/20210618132206_add_notification_settings.rb index 4ee21d8f23e6..3275f6f02c84 100644 --- a/db/migrate/20210618132206_add_notification_settings.rb +++ b/db/migrate/20210618132206_add_notification_settings.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20210628185054_extend_custom_field_name_length.rb b/db/migrate/20210628185054_extend_custom_field_name_length.rb index 5581edb14914..b7c838fc8e0c 100644 --- a/db/migrate/20210628185054_extend_custom_field_name_length.rb +++ b/db/migrate/20210628185054_extend_custom_field_name_length.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20210701073944_add_digest_setting.rb b/db/migrate/20210701073944_add_digest_setting.rb index a864ef79a21c..3740602fc0bd 100644 --- a/db/migrate/20210701073944_add_digest_setting.rb +++ b/db/migrate/20210701073944_add_digest_setting.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20210701082511_add_digest_to_notification.rb b/db/migrate/20210701082511_add_digest_to_notification.rb index 63553870cc51..1dfc0345e0c9 100644 --- a/db/migrate/20210701082511_add_digest_to_notification.rb +++ b/db/migrate/20210701082511_add_digest_to_notification.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20210713081724_flip_bcf_viewpoint_clipping_direction_selectively.rb b/db/migrate/20210713081724_flip_bcf_viewpoint_clipping_direction_selectively.rb index dc944cb0c06a..add10b34505a 100644 --- a/db/migrate/20210713081724_flip_bcf_viewpoint_clipping_direction_selectively.rb +++ b/db/migrate/20210713081724_flip_bcf_viewpoint_clipping_direction_selectively.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20210726070813_remove_journal_versions.rb b/db/migrate/20210726070813_remove_journal_versions.rb index 4b0e2e63aa7c..dabe1124ae3a 100644 --- a/db/migrate/20210726070813_remove_journal_versions.rb +++ b/db/migrate/20210726070813_remove_journal_versions.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20210802114054_add_notification_setting_options.rb b/db/migrate/20210802114054_add_notification_setting_options.rb index 6cb709081181..3c926df3ee6b 100644 --- a/db/migrate/20210802114054_add_notification_setting_options.rb +++ b/db/migrate/20210802114054_add_notification_setting_options.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20210825183540_make_user_preferences_json.rb b/db/migrate/20210825183540_make_user_preferences_json.rb index 74075f271e1f..1082dd2e3de8 100644 --- a/db/migrate/20210825183540_make_user_preferences_json.rb +++ b/db/migrate/20210825183540_make_user_preferences_json.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20210902201126_cleanup_user_preferences.rb b/db/migrate/20210902201126_cleanup_user_preferences.rb index c5d8b2af00b6..97fb27311de5 100644 --- a/db/migrate/20210902201126_cleanup_user_preferences.rb +++ b/db/migrate/20210902201126_cleanup_user_preferences.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20210910092414_add_bcf_comment_hierarchy.rb b/db/migrate/20210910092414_add_bcf_comment_hierarchy.rb index 9e342fa130a2..7365eb752e6d 100644 --- a/db/migrate/20210910092414_add_bcf_comment_hierarchy.rb +++ b/db/migrate/20210910092414_add_bcf_comment_hierarchy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20210914065555_cleanup_notifications.rb b/db/migrate/20210914065555_cleanup_notifications.rb index 2da582c378f8..b0a74aa61860 100644 --- a/db/migrate/20210914065555_cleanup_notifications.rb +++ b/db/migrate/20210914065555_cleanup_notifications.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20210915154656_add_user_preference_settings_indices.rb b/db/migrate/20210915154656_add_user_preference_settings_indices.rb index 8148430c3d1a..e688edef5e19 100644 --- a/db/migrate/20210915154656_add_user_preference_settings_indices.rb +++ b/db/migrate/20210915154656_add_user_preference_settings_indices.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20210917190141_non_work_package_notification_settings.rb b/db/migrate/20210917190141_non_work_package_notification_settings.rb index 7e8fdfbe2ffb..10e60e4d4411 100644 --- a/db/migrate/20210917190141_non_work_package_notification_settings.rb +++ b/db/migrate/20210917190141_non_work_package_notification_settings.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20210922123908_notification_foreign_key_constraint.rb b/db/migrate/20210922123908_notification_foreign_key_constraint.rb index 83e1249c49cf..ea88c98da330 100644 --- a/db/migrate/20210922123908_notification_foreign_key_constraint.rb +++ b/db/migrate/20210922123908_notification_foreign_key_constraint.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20210928133538_add_reminder_workdays.rb b/db/migrate/20210928133538_add_reminder_workdays.rb index c78abd1824ad..00914b4afb0d 100644 --- a/db/migrate/20210928133538_add_reminder_workdays.rb +++ b/db/migrate/20210928133538_add_reminder_workdays.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 d534f1b15932..41cc50a9278c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20211005135637_remove_invalid_group_users.rb b/db/migrate/20211005135637_remove_invalid_group_users.rb index df267a9c9db0..ebf8f9134407 100644 --- a/db/migrate/20211005135637_remove_invalid_group_users.rb +++ b/db/migrate/20211005135637_remove_invalid_group_users.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20211022143726_remove_snapshot_data.rb b/db/migrate/20211022143726_remove_snapshot_data.rb index 89e7279d7875..a42b7c5cd51f 100644 --- a/db/migrate/20211022143726_remove_snapshot_data.rb +++ b/db/migrate/20211022143726_remove_snapshot_data.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20211026061420_add_indexes_for_email_reminder_pause.rb b/db/migrate/20211026061420_add_indexes_for_email_reminder_pause.rb index d7ce0178728d..634be8c7806b 100644 --- a/db/migrate/20211026061420_add_indexes_for_email_reminder_pause.rb +++ b/db/migrate/20211026061420_add_indexes_for_email_reminder_pause.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20211101152840_redistribute_edit_project_permission.rb b/db/migrate/20211101152840_redistribute_edit_project_permission.rb index 2971528ca009..73c52dc9a644 100644 --- a/db/migrate/20211101152840_redistribute_edit_project_permission.rb +++ b/db/migrate/20211101152840_redistribute_edit_project_permission.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20211102161932_remove_custom_field_types.rb b/db/migrate/20211102161932_remove_custom_field_types.rb index 7ddc11fb0f42..2da68f215401 100644 --- a/db/migrate/20211102161932_remove_custom_field_types.rb +++ b/db/migrate/20211102161932_remove_custom_field_types.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20211103120946_clean_emails_footer.rb b/db/migrate/20211103120946_clean_emails_footer.rb index 27447c79e315..89e2a0519e35 100644 --- a/db/migrate/20211103120946_clean_emails_footer.rb +++ b/db/migrate/20211103120946_clean_emails_footer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20211104151329_default_notification_setting.rb b/db/migrate/20211104151329_default_notification_setting.rb index 0e9bb142490c..500640a88116 100644 --- a/db/migrate/20211104151329_default_notification_setting.rb +++ b/db/migrate/20211104151329_default_notification_setting.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20211105142202_queue_notification_update_mail.rb b/db/migrate/20211105142202_queue_notification_update_mail.rb index 3d15dee09463..945b15e64744 100644 --- a/db/migrate/20211105142202_queue_notification_update_mail.rb +++ b/db/migrate/20211105142202_queue_notification_update_mail.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20211117195121_remove_destroyed_help_texts.rb b/db/migrate/20211117195121_remove_destroyed_help_texts.rb index bd0279cf3f38..01f24e1c5985 100644 --- a/db/migrate/20211117195121_remove_destroyed_help_texts.rb +++ b/db/migrate/20211117195121_remove_destroyed_help_texts.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20211118203332_clean_hide_mail.rb b/db/migrate/20211118203332_clean_hide_mail.rb index 3b5915e60e07..aa61eb74bcdc 100644 --- a/db/migrate/20211118203332_clean_hide_mail.rb +++ b/db/migrate/20211118203332_clean_hide_mail.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20211130161501_add_views.rb b/db/migrate/20211130161501_add_views.rb index df4cd904d139..35eb18ee53f6 100644 --- a/db/migrate/20211130161501_add_views.rb +++ b/db/migrate/20211130161501_add_views.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20211209092519_query_views.rb b/db/migrate/20211209092519_query_views.rb index 1d77864afbe1..d228dcb11332 100644 --- a/db/migrate/20211209092519_query_views.rb +++ b/db/migrate/20211209092519_query_views.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20220106145037_fix_missing_notification_settings.rb b/db/migrate/20220106145037_fix_missing_notification_settings.rb index 8930df77126a..cb9764e16ff2 100644 --- a/db/migrate/20220106145037_fix_missing_notification_settings.rb +++ b/db/migrate/20220106145037_fix_missing_notification_settings.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20220202140507_reorder_project_children.rb b/db/migrate/20220202140507_reorder_project_children.rb index 23e6a4502a44..d964d0d077e8 100644 --- a/db/migrate/20220202140507_reorder_project_children.rb +++ b/db/migrate/20220202140507_reorder_project_children.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20220223095355_projects_lft_rgt_index.rb b/db/migrate/20220223095355_projects_lft_rgt_index.rb index 2268e76d2032..1cd3c9302413 100644 --- a/db/migrate/20220223095355_projects_lft_rgt_index.rb +++ b/db/migrate/20220223095355_projects_lft_rgt_index.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20220302123642_assignable_to_permission.rb b/db/migrate/20220302123642_assignable_to_permission.rb index ef58396b039c..161091ea80e5 100644 --- a/db/migrate/20220302123642_assignable_to_permission.rb +++ b/db/migrate/20220302123642_assignable_to_permission.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 42769991ddd1..7ede76660399 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20220323083000_add_include_subprojects_to_query.rb b/db/migrate/20220323083000_add_include_subprojects_to_query.rb index ea84c0f86c91..01fec549f8c8 100644 --- a/db/migrate/20220323083000_add_include_subprojects_to_query.rb +++ b/db/migrate/20220323083000_add_include_subprojects_to_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 ea8de5e49e5d..ae128e1642ac 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20220414085531_migrate_team_planner_permissions.rb b/db/migrate/20220414085531_migrate_team_planner_permissions.rb index 8d75246a287e..0f2c77264476 100644 --- a/db/migrate/20220414085531_migrate_team_planner_permissions.rb +++ b/db/migrate/20220414085531_migrate_team_planner_permissions.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20220426132637_refix_inherited_group_member_roles.rb b/db/migrate/20220426132637_refix_inherited_group_member_roles.rb index b7539e986129..b60b03f51d52 100644 --- a/db/migrate/20220426132637_refix_inherited_group_member_roles.rb +++ b/db/migrate/20220426132637_refix_inherited_group_member_roles.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20220428071221_restore_defaults_on_empty_settings.rb b/db/migrate/20220428071221_restore_defaults_on_empty_settings.rb index bb49f62f6b46..34643140a82f 100644 --- a/db/migrate/20220428071221_restore_defaults_on_empty_settings.rb +++ b/db/migrate/20220428071221_restore_defaults_on_empty_settings.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 c6b0b909167d..225d77cff518 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20220511124930_create_week_days.rb b/db/migrate/20220511124930_create_week_days.rb index 5f09a3a57449..fd93644ab89c 100644 --- a/db/migrate/20220511124930_create_week_days.rb +++ b/db/migrate/20220511124930_create_week_days.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20220517113828_create_non_working_days.rb b/db/migrate/20220517113828_create_non_working_days.rb index d86df7485f4d..cf061e15be48 100644 --- a/db/migrate/20220517113828_create_non_working_days.rb +++ b/db/migrate/20220517113828_create_non_working_days.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20220518154147_create_oauth_client_tokens.rb b/db/migrate/20220518154147_create_oauth_client_tokens.rb index e1d408e1c052..8ba230afd4dd 100644 --- a/db/migrate/20220518154147_create_oauth_client_tokens.rb +++ b/db/migrate/20220518154147_create_oauth_client_tokens.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20220525154549_add_duration_to_work_packages.rb b/db/migrate/20220525154549_add_duration_to_work_packages.rb index 5ef038af2808..5c8bdcd095f3 100644 --- a/db/migrate/20220525154549_add_duration_to_work_packages.rb +++ b/db/migrate/20220525154549_add_duration_to_work_packages.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20220608213712_add_logged_by_id_to_time_entries.rb b/db/migrate/20220608213712_add_logged_by_id_to_time_entries.rb index 88f080a1f989..2b050659eaf5 100644 --- a/db/migrate/20220608213712_add_logged_by_id_to_time_entries.rb +++ b/db/migrate/20220608213712_add_logged_by_id_to_time_entries.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20220614132200_add_ignore_non_working_days_to_work_packages.rb b/db/migrate/20220614132200_add_ignore_non_working_days_to_work_packages.rb index 95f7ba312971..b9bb608fa347 100644 --- a/db/migrate/20220614132200_add_ignore_non_working_days_to_work_packages.rb +++ b/db/migrate/20220614132200_add_ignore_non_working_days_to_work_packages.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20220615213015_migrate_log_time_to_log_own_time_in_role_permissions.rb b/db/migrate/20220615213015_migrate_log_time_to_log_own_time_in_role_permissions.rb index 0c9882e706cc..29fe69536032 100644 --- a/db/migrate/20220615213015_migrate_log_time_to_log_own_time_in_role_permissions.rb +++ b/db/migrate/20220615213015_migrate_log_time_to_log_own_time_in_role_permissions.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20220620132922_change_duration_default_value.rb b/db/migrate/20220620132922_change_duration_default_value.rb index 70827e341e34..c9242f949bda 100644 --- a/db/migrate/20220620132922_change_duration_default_value.rb +++ b/db/migrate/20220620132922_change_duration_default_value.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20220622151721_drop_project_associations.rb b/db/migrate/20220622151721_drop_project_associations.rb index 5caeef14889d..c47b58113505 100644 --- a/db/migrate/20220622151721_drop_project_associations.rb +++ b/db/migrate/20220622151721_drop_project_associations.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20220629061540_add_paper_trail.rb b/db/migrate/20220629061540_add_paper_trail.rb index 3f0eab3b0457..df075eef8c59 100644 --- a/db/migrate/20220629061540_add_paper_trail.rb +++ b/db/migrate/20220629061540_add_paper_trail.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20220629073727_add_polymorphic_integration_to_oauth_application.rb b/db/migrate/20220629073727_add_polymorphic_integration_to_oauth_application.rb index 97c0518d3559..5499d62c4810 100644 --- a/db/migrate/20220629073727_add_polymorphic_integration_to_oauth_application.rb +++ b/db/migrate/20220629073727_add_polymorphic_integration_to_oauth_application.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20220707192304_backfill_time_entries_with_logged_by_id.rb b/db/migrate/20220707192304_backfill_time_entries_with_logged_by_id.rb index e136cc8febaf..f667737f5cd1 100644 --- a/db/migrate/20220707192304_backfill_time_entries_with_logged_by_id.rb +++ b/db/migrate/20220707192304_backfill_time_entries_with_logged_by_id.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20220712132505_add_foreign_key_constraint_for_type_color_id.rb b/db/migrate/20220712132505_add_foreign_key_constraint_for_type_color_id.rb index 39d077021f63..6d0663bcd60c 100644 --- a/db/migrate/20220712132505_add_foreign_key_constraint_for_type_color_id.rb +++ b/db/migrate/20220712132505_add_foreign_key_constraint_for_type_color_id.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20220714145356_migrate_work_package_export_settings.rb b/db/migrate/20220714145356_migrate_work_package_export_settings.rb index e9e9e0e6cfc8..87659892d808 100644 --- a/db/migrate/20220714145356_migrate_work_package_export_settings.rb +++ b/db/migrate/20220714145356_migrate_work_package_export_settings.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 15d04e4fc33c..956032ddad79 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20220811061024_rename_work_package_export_limit.rb b/db/migrate/20220811061024_rename_work_package_export_limit.rb index 482157bf5296..277529873560 100644 --- a/db/migrate/20220811061024_rename_work_package_export_limit.rb +++ b/db/migrate/20220811061024_rename_work_package_export_limit.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20220815072420_add_logged_by_to_time_entries_journals.rb b/db/migrate/20220815072420_add_logged_by_to_time_entries_journals.rb index 06e685f99c04..1834f79abe85 100644 --- a/db/migrate/20220815072420_add_logged_by_to_time_entries_journals.rb +++ b/db/migrate/20220815072420_add_logged_by_to_time_entries_journals.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20220817154403_remove_work_packages_duration_field_active_setting.rb b/db/migrate/20220817154403_remove_work_packages_duration_field_active_setting.rb index 16e799274d8c..5667e3581346 100644 --- a/db/migrate/20220817154403_remove_work_packages_duration_field_active_setting.rb +++ b/db/migrate/20220817154403_remove_work_packages_duration_field_active_setting.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20220818074150_fix_invalid_journals.rb b/db/migrate/20220818074150_fix_invalid_journals.rb index ee71a279973c..0d3023eccc65 100644 --- a/db/migrate/20220818074150_fix_invalid_journals.rb +++ b/db/migrate/20220818074150_fix_invalid_journals.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20220818074159_fix_deleted_data_journals.rb b/db/migrate/20220818074159_fix_deleted_data_journals.rb index ff212b424d23..e639e302ee2e 100644 --- a/db/migrate/20220818074159_fix_deleted_data_journals.rb +++ b/db/migrate/20220818074159_fix_deleted_data_journals.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20220830074821_add_ignore_non_working_days_to_work_package_journals.rb b/db/migrate/20220830074821_add_ignore_non_working_days_to_work_package_journals.rb index bb8491518c88..3b2f24ee3a80 100644 --- a/db/migrate/20220830074821_add_ignore_non_working_days_to_work_package_journals.rb +++ b/db/migrate/20220830074821_add_ignore_non_working_days_to_work_package_journals.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20220830092057_change_default_for_non_working_days.rb b/db/migrate/20220830092057_change_default_for_non_working_days.rb index df3a69bc0283..5e538b9fa57a 100644 --- a/db/migrate/20220830092057_change_default_for_non_working_days.rb +++ b/db/migrate/20220830092057_change_default_for_non_working_days.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20220831073113_work_package_project_foreign_key.rb b/db/migrate/20220831073113_work_package_project_foreign_key.rb index e0daf22e0bb1..3af792e12cd7 100644 --- a/db/migrate/20220831073113_work_package_project_foreign_key.rb +++ b/db/migrate/20220831073113_work_package_project_foreign_key.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20220831081937_migrate_timestamps_to_with_timezone.rb b/db/migrate/20220831081937_migrate_timestamps_to_with_timezone.rb index 1c61b66d28bd..af9f22ff563a 100644 --- a/db/migrate/20220831081937_migrate_timestamps_to_with_timezone.rb +++ b/db/migrate/20220831081937_migrate_timestamps_to_with_timezone.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20220909153412_drop_week_days.rb b/db/migrate/20220909153412_drop_week_days.rb index 1a05a6d799ed..928ab200f8b2 100644 --- a/db/migrate/20220909153412_drop_week_days.rb +++ b/db/migrate/20220909153412_drop_week_days.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20220911182835_create_default_working_days_setting_entry.rb b/db/migrate/20220911182835_create_default_working_days_setting_entry.rb index 3edfe39fdfe7..253e7aa1a364 100644 --- a/db/migrate/20220911182835_create_default_working_days_setting_entry.rb +++ b/db/migrate/20220911182835_create_default_working_days_setting_entry.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20220918165443_add_start_date_due_date_and_overdue_to_notification_settings.rb b/db/migrate/20220918165443_add_start_date_due_date_and_overdue_to_notification_settings.rb index c423dacde720..95e710a18250 100644 --- a/db/migrate/20220918165443_add_start_date_due_date_and_overdue_to_notification_settings.rb +++ b/db/migrate/20220918165443_add_start_date_due_date_and_overdue_to_notification_settings.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20220922200908_split_involved_notification_setting.rb b/db/migrate/20220922200908_split_involved_notification_setting.rb index 99a7c9fbbc60..2f1f26720235 100644 --- a/db/migrate/20220922200908_split_involved_notification_setting.rb +++ b/db/migrate/20220922200908_split_involved_notification_setting.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20220926124435_constrain_work_package_dates.rb b/db/migrate/20220926124435_constrain_work_package_dates.rb index 95a89413fc94..81688e3d71fb 100644 --- a/db/migrate/20220926124435_constrain_work_package_dates.rb +++ b/db/migrate/20220926124435_constrain_work_package_dates.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20220929114423_add_unique_index_to_ldap_groups_membership.rb b/db/migrate/20220929114423_add_unique_index_to_ldap_groups_membership.rb index acfe09a3bfaa..6fe062d8235d 100644 --- a/db/migrate/20220929114423_add_unique_index_to_ldap_groups_membership.rb +++ b/db/migrate/20220929114423_add_unique_index_to_ldap_groups_membership.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20220930133418_set_duration_for_milestone_work_packages.rb b/db/migrate/20220930133418_set_duration_for_milestone_work_packages.rb index 70f7426bdd0e..3c4110ef4607 100644 --- a/db/migrate/20220930133418_set_duration_for_milestone_work_packages.rb +++ b/db/migrate/20220930133418_set_duration_for_milestone_work_packages.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20221017073431_remove_orphaned_tokens.rb b/db/migrate/20221017073431_remove_orphaned_tokens.rb index 219c9b533c79..03326736293f 100644 --- a/db/migrate/20221017073431_remove_orphaned_tokens.rb +++ b/db/migrate/20221017073431_remove_orphaned_tokens.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20221017184204_change_defaults_for_notification_settings.rb b/db/migrate/20221017184204_change_defaults_for_notification_settings.rb index 807f95704042..1a28153f8427 100644 --- a/db/migrate/20221017184204_change_defaults_for_notification_settings.rb +++ b/db/migrate/20221017184204_change_defaults_for_notification_settings.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20221018160449_add_logged_by_to_cost_entries.rb b/db/migrate/20221018160449_add_logged_by_to_cost_entries.rb index ed30a9510f9d..78ed9b8a1b16 100644 --- a/db/migrate/20221018160449_add_logged_by_to_cost_entries.rb +++ b/db/migrate/20221018160449_add_logged_by_to_cost_entries.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20221026132134_bigint_primary_and_foreign_keys.rb b/db/migrate/20221026132134_bigint_primary_and_foreign_keys.rb index bc8496325485..81fb3e68e2df 100644 --- a/db/migrate/20221026132134_bigint_primary_and_foreign_keys.rb +++ b/db/migrate/20221026132134_bigint_primary_and_foreign_keys.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20221027151959_remove_plaintext_tokens.rb b/db/migrate/20221027151959_remove_plaintext_tokens.rb index 0fb318f40593..2d678071dd7b 100644 --- a/db/migrate/20221027151959_remove_plaintext_tokens.rb +++ b/db/migrate/20221027151959_remove_plaintext_tokens.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20221028070534_change_notification_settings_start_date_due_date_and_overdue_duration_unit_to_days.rb b/db/migrate/20221028070534_change_notification_settings_start_date_due_date_and_overdue_duration_unit_to_days.rb index 8697283c0b5a..1a3d2d363ea6 100644 --- a/db/migrate/20221028070534_change_notification_settings_start_date_due_date_and_overdue_duration_unit_to_days.rb +++ b/db/migrate/20221028070534_change_notification_settings_start_date_due_date_and_overdue_duration_unit_to_days.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20221029194419_add_timestamps_to_queries.rb b/db/migrate/20221029194419_add_timestamps_to_queries.rb index 166ece3b7550..99ede913e3d1 100644 --- a/db/migrate/20221029194419_add_timestamps_to_queries.rb +++ b/db/migrate/20221029194419_add_timestamps_to_queries.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20221115082403_add_ldap_tls_options.rb b/db/migrate/20221115082403_add_ldap_tls_options.rb index f0005f9e00e9..03850cfdaa19 100644 --- a/db/migrate/20221115082403_add_ldap_tls_options.rb +++ b/db/migrate/20221115082403_add_ldap_tls_options.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20221129074635_remove_activity_type_from_journals_table.rb b/db/migrate/20221129074635_remove_activity_type_from_journals_table.rb index 4c2c53548b95..c55581fdbb4b 100644 --- a/db/migrate/20221129074635_remove_activity_type_from_journals_table.rb +++ b/db/migrate/20221129074635_remove_activity_type_from_journals_table.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20221130150352_create_project_journals.rb b/db/migrate/20221130150352_create_project_journals.rb index 739f3e6d8919..a08f4f82903a 100644 --- a/db/migrate/20221130150352_create_project_journals.rb +++ b/db/migrate/20221130150352_create_project_journals.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20221201140825_add_non_null_constraint_on_projects_identifier.rb b/db/migrate/20221201140825_add_non_null_constraint_on_projects_identifier.rb index 1cf25bff46ef..0486e63f84d6 100644 --- a/db/migrate/20221201140825_add_non_null_constraint_on_projects_identifier.rb +++ b/db/migrate/20221201140825_add_non_null_constraint_on_projects_identifier.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20221202130039_fill_project_journals_with_existing_data.rb b/db/migrate/20221202130039_fill_project_journals_with_existing_data.rb index 55ed83339adb..127a480f38c9 100644 --- a/db/migrate/20221202130039_fill_project_journals_with_existing_data.rb +++ b/db/migrate/20221202130039_fill_project_journals_with_existing_data.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20221213092910_remove_default_values_from_journal_tables_definition.rb b/db/migrate/20221213092910_remove_default_values_from_journal_tables_definition.rb index 5e6f6a1a73aa..8e0db8218529 100644 --- a/db/migrate/20221213092910_remove_default_values_from_journal_tables_definition.rb +++ b/db/migrate/20221213092910_remove_default_values_from_journal_tables_definition.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20230105073117_remove_renamed_date_alert_job.rb b/db/migrate/20230105073117_remove_renamed_date_alert_job.rb index ad480960b90d..9ae61bc1923b 100644 --- a/db/migrate/20230105073117_remove_renamed_date_alert_job.rb +++ b/db/migrate/20230105073117_remove_renamed_date_alert_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20230105134940_work_package_date_indices.rb b/db/migrate/20230105134940_work_package_date_indices.rb index 1d986fd7953b..e6f9848a15f8 100644 --- a/db/migrate/20230105134940_work_package_date_indices.rb +++ b/db/migrate/20230105134940_work_package_date_indices.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20230130134630_add_index_for_work_package_journals_project_id.rb b/db/migrate/20230130134630_add_index_for_work_package_journals_project_id.rb index ec6abd1e1d91..fd385710a1e5 100644 --- a/db/migrate/20230130134630_add_index_for_work_package_journals_project_id.rb +++ b/db/migrate/20230130134630_add_index_for_work_package_journals_project_id.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20230306083203_non_null_data_reference_on_journals.rb b/db/migrate/20230306083203_non_null_data_reference_on_journals.rb index 4c195a76b071..6a239df4d9f1 100644 --- a/db/migrate/20230306083203_non_null_data_reference_on_journals.rb +++ b/db/migrate/20230306083203_non_null_data_reference_on_journals.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20230309104056_unique_index_on_custom_fields_projects.rb b/db/migrate/20230309104056_unique_index_on_custom_fields_projects.rb index cae19665624e..2a2696752644 100644 --- a/db/migrate/20230309104056_unique_index_on_custom_fields_projects.rb +++ b/db/migrate/20230309104056_unique_index_on_custom_fields_projects.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20230314093106_add_update_delete_cascade_to_work_packages_project_id.rb b/db/migrate/20230314093106_add_update_delete_cascade_to_work_packages_project_id.rb index 22ab9e9857ad..259edcdc018e 100644 --- a/db/migrate/20230314093106_add_update_delete_cascade_to_work_packages_project_id.rb +++ b/db/migrate/20230314093106_add_update_delete_cascade_to_work_packages_project_id.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20230314165213_add_foreign_keys_to_work_packages.rb b/db/migrate/20230314165213_add_foreign_keys_to_work_packages.rb index 21436d2e517c..ae4af5542be3 100644 --- a/db/migrate/20230314165213_add_foreign_keys_to_work_packages.rb +++ b/db/migrate/20230314165213_add_foreign_keys_to_work_packages.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20230315103437_add_foreign_keys_to_workflows.rb b/db/migrate/20230315103437_add_foreign_keys_to_workflows.rb index 3338d1ca049f..e0674071b4e2 100644 --- a/db/migrate/20230315103437_add_foreign_keys_to_workflows.rb +++ b/db/migrate/20230315103437_add_foreign_keys_to_workflows.rb @@ -1,5 +1,5 @@ # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20230315183431_add_foreign_keys_to_projects_types.rb b/db/migrate/20230315183431_add_foreign_keys_to_projects_types.rb index 2893bb937014..ebb97be620e8 100644 --- a/db/migrate/20230315183431_add_foreign_keys_to_projects_types.rb +++ b/db/migrate/20230315183431_add_foreign_keys_to_projects_types.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20230315184533_add_foreign_keys_to_custom_fields_projects.rb b/db/migrate/20230315184533_add_foreign_keys_to_custom_fields_projects.rb index 6d79969483c6..84836744acfb 100644 --- a/db/migrate/20230315184533_add_foreign_keys_to_custom_fields_projects.rb +++ b/db/migrate/20230315184533_add_foreign_keys_to_custom_fields_projects.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20230322135932_merge_wiki_content_into_page.rb b/db/migrate/20230322135932_merge_wiki_content_into_page.rb index 3592f3fdcb06..84a68ed5466b 100644 --- a/db/migrate/20230322135932_merge_wiki_content_into_page.rb +++ b/db/migrate/20230322135932_merge_wiki_content_into_page.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20230328154645_add_gin_trgm_index_on_journals_and_custom_values.rb b/db/migrate/20230328154645_add_gin_trgm_index_on_journals_and_custom_values.rb index dbbfaccecee7..ba11f3233880 100644 --- a/db/migrate/20230328154645_add_gin_trgm_index_on_journals_and_custom_values.rb +++ b/db/migrate/20230328154645_add_gin_trgm_index_on_journals_and_custom_values.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20230508150835_copy_project_status_into_projects_and_journals.rb b/db/migrate/20230508150835_copy_project_status_into_projects_and_journals.rb index 708b9764efed..20b436ae7b92 100644 --- a/db/migrate/20230508150835_copy_project_status_into_projects_and_journals.rb +++ b/db/migrate/20230508150835_copy_project_status_into_projects_and_journals.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20230713144232_create_storages_file_link_journals.rb b/db/migrate/20230713144232_create_storages_file_link_journals.rb index 0061722e926c..d447e25fea84 100644 --- a/db/migrate/20230713144232_create_storages_file_link_journals.rb +++ b/db/migrate/20230713144232_create_storages_file_link_journals.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20230725165505_add_storage_name_to_storages_file_links_journals.rb b/db/migrate/20230725165505_add_storage_name_to_storages_file_links_journals.rb index febcd3c9c929..f58d27d33c2c 100644 --- a/db/migrate/20230725165505_add_storage_name_to_storages_file_links_journals.rb +++ b/db/migrate/20230725165505_add_storage_name_to_storages_file_links_journals.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20230731153909_add_file_link_journals_to_existing_containers.rb b/db/migrate/20230731153909_add_file_link_journals_to_existing_containers.rb index b1110b7e7c8c..6e0882581719 100644 --- a/db/migrate/20230731153909_add_file_link_journals_to_existing_containers.rb +++ b/db/migrate/20230731153909_add_file_link_journals_to_existing_containers.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20230808140921_add_derived_remaining_hours_to_work_packages.rb b/db/migrate/20230808140921_add_derived_remaining_hours_to_work_packages.rb index 793f18118fe5..034bdde095bf 100644 --- a/db/migrate/20230808140921_add_derived_remaining_hours_to_work_packages.rb +++ b/db/migrate/20230808140921_add_derived_remaining_hours_to_work_packages.rb @@ -2,7 +2,7 @@ #--copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20230829151629_add_copy_work_packages_permission_to_roles.rb b/db/migrate/20230829151629_add_copy_work_packages_permission_to_roles.rb index fc6c0bd8e66e..2ef9ba3c1898 100644 --- a/db/migrate/20230829151629_add_copy_work_packages_permission_to_roles.rb +++ b/db/migrate/20230829151629_add_copy_work_packages_permission_to_roles.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20230905090205_add_share_workpackages_permission.rb b/db/migrate/20230905090205_add_share_workpackages_permission.rb index 1e3b45dac4f6..2e7ee6bd5237 100644 --- a/db/migrate/20230905090205_add_share_workpackages_permission.rb +++ b/db/migrate/20230905090205_add_share_workpackages_permission.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20231025144701_migrate_agenda_item_permissions.rb b/db/migrate/20231025144701_migrate_agenda_item_permissions.rb index f22088ec3e71..4b7bddb9b5d6 100644 --- a/db/migrate/20231025144701_migrate_agenda_item_permissions.rb +++ b/db/migrate/20231025144701_migrate_agenda_item_permissions.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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/20231027102747_rollback_create_meeting_agendas_and_split_edit_meeting_role.rb b/db/migrate/20231027102747_rollback_create_meeting_agendas_and_split_edit_meeting_role.rb index b8e9bada5a5f..3310d0e675a9 100644 --- a/db/migrate/20231027102747_rollback_create_meeting_agendas_and_split_edit_meeting_role.rb +++ b/db/migrate/20231027102747_rollback_create_meeting_agendas_and_split_edit_meeting_role.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 1369f6d06d4e..aad20d12c193 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 069d19971d1b..efbb459c3ced 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 80655205d636..fc0607a9a8f1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 9ce5439463b2..255d5d824f59 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 dd64da813add..f2a7784faa0b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 801e57a69279..1fa3874579cf 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 ea86d7f85f53..72808f9b713d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 6d3285ce9ab5..88c93f6af2ab 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 5d0dd01e890e..74b5b4ae89a0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 4a667f5bd009..2d564e233be4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 3ce383a56e66..600f277e2b02 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 7e07e9c3f52d..b74fbdbdc6ef 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 30efda7de0b8..cd8fd11b0470 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 082828dedfdc..db06f34153b1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 ca469572160c..a5e572e4b7d5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 0e4e629f4ab0..250f6a2c07bc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 5374199e3dc4..4dc0def509ab 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 af739b33706f..70a3e51dadb9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 0308929b183a..b941b68f4d35 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 cd1b8ff5138d..ff2ad8103017 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 7d26a79c9231..92f17eb5654b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 0b392d542e98..105182316541 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 ae4ff7f66637..eddc9c10865a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 9be74243e188..2af97f861f88 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 3d469d5649d7..152acee355bd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 485c4623d1de..6259d895b5b4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 11ebf582ad08..ccc225ec44fd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 c753def12e7b..502b05c6d700 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 3b9a467cb105..a6e176a8a0d6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 509d445ef329..e9c08d0311d0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 b98349a97f92..4d9cee2d72aa 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 17d75559a5be..08520082054f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 2833c96edc1e..8e0f747c4832 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 43efeb83bd50..e6b2585dc4f0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 819c58f4153c..e7dc71db2384 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 08538e2fb1eb..7f03c65358b9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 55e7fd7c6ba3..8b1da2a8d7ce 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 b07080a81926..12b8d56ca203 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 9f197c640b13..0cdfefb7107e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 6cc05a347bd6..1242f3e3a5c9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 7a66505171c2..e8e41b8e1084 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 c3fd8645c06c..65b385749504 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 ff423308633d..7f5aaffaa522 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 26b4c739520b..1ccd345af5d4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 e6dbd8de9489..f37d95cd05fa 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 67a1e67bf046..c9c04326ff0e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 ab160ba56f4e..4fa4e6aedd48 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 8624cfea7463..b619e97b7bcc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 9e20f904651f..433b6ca182cc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 70eff098e52b..c7e3806aabca 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 32a8686a0429..6b4e72f80c15 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 d57c773edfae..e58079d27692 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 49381746dadb..042d2f848a34 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 aba4f0c1a7ee..7545654bd7a9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 2daa7f57134d..d9751892d198 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 848753753416..d8315ec7a0b7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 a5f1f3e2d468..598103a6104f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 23985170901e..28f3a309ad73 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 57153a47df8f..bc73881c242e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 b01c5bd1723a..082ee00f4b19 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 56888b0c0fce..9902438c6d3b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 0d6f2e00ce5e..f7df9bc28faa 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 2dc0ccc65181..ba75fa069231 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 5f307a439667..f814f8de75c6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 d74205d4e308..23ef705b0d29 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 5b251e931482..e773ab782cc4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 37bdf9b1c5c1..8265e5b6a013 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 5f70e3a310a3..8cbb6e745b23 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 80f3ffc8253e..30e6f77a4bf5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 b239d8647909..1999a8c800f9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 93072a71b84d..a1b62394c517 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 175a8774abba..3b9ac4561880 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 b09d134f9291..02f835c60c8a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 0f72d9c9c49f..52c9e332bedb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 e40927fb552d..bd90fca19c40 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 9881eff4b39e..a6e737ac665b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 3430cf6626a4..d8095fb3f700 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 007af7fb2fd7..67e0a7e97b4e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 becf755bdc8e..236c80a5da58 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 c24639c50a25..4cfeec5f62f1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 9217fff817ae..a670505067db 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 993c48bfac14..bac4d2a3135d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 e3152b9fea6b..3419e89d9d0a 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 85e73002beaf..eabbc1e5305d 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 6695e84311cc..61f42a1d78e3 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 e6c2e3caf7cb..7c21f1aba055 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 08454823dcfb..0ce2235bc2a7 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 004627935a52..12d3b6a1f68c 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 c2ab1c6c4b22..c0ac15e34b90 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 9926603a258f..b64529745780 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 870d03294e32..fdce9d8a0664 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 fae073bd6f03..3a63f0075891 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 f6af1096a971..ca38797e7817 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 959d00cef3f9..5be90ca48b0e 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 96d2406f16e0..64353d24d223 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 8d15aca2545d..45d8931473a9 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 0e1471f2ab1a..f29f45698c16 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 65424c979623..1acab3425b40 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 089241253843..07d1c40844ca 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 05978c94dc59..d702cd6e4ef6 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 1c5697c5c25e..eb83641f3d65 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 1424a6333346..cc1eb95c3636 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 5e55c06a1411..09fffbafc850 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 b78e9d2521f9..4171dc8f7ccd 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 a49f4c2a925c..c7e690875a64 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 e5ccd5c3758c..21ee66379bba 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 9c57b5af8397..c41ccf163c41 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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/project-storages/api-v3-project-storages-paths.ts b/frontend/src/app/core/apiv3/endpoints/project-storages/api-v3-project-storages-paths.ts index 60268a01c053..08cac0c35e24 100644 --- a/frontend/src/app/core/apiv3/endpoints/project-storages/api-v3-project-storages-paths.ts +++ b/frontend/src/app/core/apiv3/endpoints/project-storages/api-v3-project-storages-paths.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 98cd0e54e488..5ef6a902f937 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 98a38f3278c9..804d44b07832 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 68693d813e9c..93ba8400a5af 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 fb55a6c766f0..f52c81448856 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 b32a9f221bd1..d2bf8e363697 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 c98d26c5c0f5..13d79954700c 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 311815911bc2..9130c2ef39e3 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 2888822a47a6..19313b61775f 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 15766b6f589a..4cb0f6c8f5d7 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 a1569d8935e0..cc2956e0b9ff 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 58bc160b4f93..dac75b389f02 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 da029d37c93f..d2b6fbf2db72 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 9443743243db..f04643c04c04 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 747158016ca3..d141ad37f9fd 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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/api-v3-storages-paths.ts b/frontend/src/app/core/apiv3/endpoints/storages/api-v3-storages-paths.ts index 2d7579feec64..c9e5de3d016e 100644 --- a/frontend/src/app/core/apiv3/endpoints/storages/api-v3-storages-paths.ts +++ b/frontend/src/app/core/apiv3/endpoints/storages/api-v3-storages-paths.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 56acd5d7db5a..0c658702a386 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 12162cbf454a..8b95b0be2bb4 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 9030bf832014..45deaa1d5e67 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 eeba0cd66be1..2293c34db516 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 5d30160026d9..3fcf3a3ca2d4 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 1b824e4a915d..6faa836d0ffa 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 b761df9727cf..3b16c681cdc7 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 c44d36a9b384..443b13dc24d2 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 7b65a9824323..4793652675e4 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 5cc6e5d338b4..3e2bfb3ee973 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 87c49efb45c4..5ff26c825252 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 748c4806d5e6..f8e5ba46a790 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 353b350bc009..bd0031d23bc5 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 831ae462b3de..dfa640d521f1 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 3fb69bc4a3b9..6a8973246e00 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 930c82efff77..6d169cf92151 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 8acc5b4844c8..d983b712017d 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 a90f856831a9..1fd6aaafed6b 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 5c9f218b7879..4311d3f824ea 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 720a95060a6c..46d97bec8dff 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 873aac185127..1cbe1ed3454f 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 27164a376ce0..f60ed6ae2180 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 f9e761fd913c..d34618a87039 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 932bc7a08179..f875245db30e 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 1251bcaee537..06a95e4f6b2a 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 2a7731780763..0e43fd2dbae9 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 228b06dc747e..1e072312be2a 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 714a5264718c..b93a10acb207 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 2c35b06653ce..4b3fcb41a123 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 4ff8a5b8da7f..ed65e5ee67f7 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 112f1c24917c..ec64015d33a3 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 609f5664d7f9..8f5871aa1b05 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 6c76033c76d2..98641b77c18e 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 b74e939479c4..fb4f7f31222d 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 2e0b6e0edce3..c9573908eb51 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 6ca86b18bae4..443927a71f39 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 db55ddf6db5f..cebe005a1e25 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 e9d7eaa5cbeb..16ad2c6bf3dd 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 329126d9dd7c..c6f0134bf4bf 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 c8c192d9ebc4..a8708f4d6b6e 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 02db2525f492..db708533496c 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 4700b9c82fa8..5d30bec71d64 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 4c012ac28155..444643d294af 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 a6b4e39a6771..7af70d935763 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 9a8d48271fa7..fd5f9c2fe507 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 dc3b416bb9f8..210af69a2039 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 6eafa27780f3..82fbf468e6b8 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 31c661340a4a..aca5c4e69b87 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 18a574400006..0faa566a24af 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 973a969382dd..e330626b81de 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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/recent-items.service.ts b/frontend/src/app/core/recent-items.service.ts index 63a8a2a77ab6..aa9e4fda75ac 100644 --- a/frontend/src/app/core/recent-items.service.ts +++ b/frontend/src/app/core/recent-items.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 779073bb6507..1c8e7d7c3085 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 330870b99319..323c749b00f3 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 9ae1bcf6de80..631b8a2f1764 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 28597b25085c..b72d4b749bbf 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 b6f2cf165caf..eabbb5471fc9 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 72dda72a04bf..d69d21d89b9e 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 ec46da97720f..e149512dea41 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 6221c6738a6e..cae42f523e5f 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 753ff1881e46..b21e778ebd98 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 48191561b7c7..543cf823e0df 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 29d6d234bdc7..eff1e22edd80 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 0d8f5ac7ba0b..a35c784b706f 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 7cdf0f243e74..de85f6ec64d4 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 386934abc455..f64d3e282e43 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 475d4079bccd..77adecb54faf 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 bb19ad3f6d78..f1140543d68f 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 c44b48c3a092..c35fbc649a1d 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 2bf58b81e1e6..fff690da1b45 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 13ad33355a9a..012e9d6cef59 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 d607a31c1bd2..08c7c14ca5ec 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 d58b4fdcf958..96e7efe2aba7 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 1fcf84454210..729c4293ab1f 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 9373d8a37b03..2ce78edde86a 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 e05d842c507a..d42564d00c79 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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/compare-id.ts b/frontend/src/app/core/state/compare-id.ts index d8556ec2a6b5..f77d04ea6e57 100644 --- a/frontend/src/app/core/state/compare-id.ts +++ b/frontend/src/app/core/state/compare-id.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 5d72d1168ebb..c6072ecbfd91 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 761b67dff930..4edf025e43d6 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 6197451896a3..4abf2a82667f 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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/in-app-notifications/in-app-notifications.actions.ts b/frontend/src/app/core/state/in-app-notifications/in-app-notifications.actions.ts index e63397832eaa..e9cfebebf235 100644 --- a/frontend/src/app/core/state/in-app-notifications/in-app-notifications.actions.ts +++ b/frontend/src/app/core/state/in-app-notifications/in-app-notifications.actions.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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/in-app-notifications/in-app-notifications.service.ts b/frontend/src/app/core/state/in-app-notifications/in-app-notifications.service.ts index 131c47b8797f..90f2234642c8 100644 --- a/frontend/src/app/core/state/in-app-notifications/in-app-notifications.service.ts +++ b/frontend/src/app/core/state/in-app-notifications/in-app-notifications.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 fb8889873939..15da50bac733 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 acbf37b4aa9e..110a41dbe3c0 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 cc71423535a4..d9c0d179dfda 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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/project-storages/project-storage.model.ts b/frontend/src/app/core/state/project-storages/project-storage.model.ts index d65eac7af58d..7bc7c6b97022 100644 --- a/frontend/src/app/core/state/project-storages/project-storage.model.ts +++ b/frontend/src/app/core/state/project-storages/project-storage.model.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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/project-storages/project-storages.service.ts b/frontend/src/app/core/state/project-storages/project-storages.service.ts index de2f7f05ded1..809406abbe3c 100644 --- a/frontend/src/app/core/state/project-storages/project-storages.service.ts +++ b/frontend/src/app/core/state/project-storages/project-storages.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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/project-storages/project-storages.store.ts b/frontend/src/app/core/state/project-storages/project-storages.store.ts index 2d68cb90bda3..455ac2bcd13a 100644 --- a/frontend/src/app/core/state/project-storages/project-storages.store.ts +++ b/frontend/src/app/core/state/project-storages/project-storages.store.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 a28ef56f8eab..f18d6e85870e 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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-store.service.ts b/frontend/src/app/core/state/resource-store.service.ts index f04720bf6676..ed2ebe458c5a 100644 --- a/frontend/src/app/core/state/resource-store.service.ts +++ b/frontend/src/app/core/state/resource-store.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 c42f03621b96..ce14953cab39 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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.model.ts b/frontend/src/app/core/state/storage-files/storage-files.model.ts index b9cf9056b726..36602b4aea0f 100644 --- a/frontend/src/app/core/state/storage-files/storage-files.model.ts +++ b/frontend/src/app/core/state/storage-files/storage-files.model.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 646279ba9b5d..796a0d9b27d9 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 f4474b688d4b..93b066e447b8 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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/upload-link.model.ts b/frontend/src/app/core/state/storage-files/upload-link.model.ts index 176a76f43d64..424513a13ef5 100644 --- a/frontend/src/app/core/state/storage-files/upload-link.model.ts +++ b/frontend/src/app/core/state/storage-files/upload-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-2024 the OpenProject GmbH // // This program is free software; you 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 6891d55df40e..8c0de225877b 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 0b7abd3e2841..8d455ff15a0a 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 3d07039db8a3..817ed3eafd03 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 a8998f3af7a2..36c328f8d907 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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/upload/convert-http-event.ts b/frontend/src/app/core/upload/convert-http-event.ts index c42e82e785c6..547a976bd97b 100644 --- a/frontend/src/app/core/upload/convert-http-event.ts +++ b/frontend/src/app/core/upload/convert-http-event.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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/upload/fog-upload.service.ts b/frontend/src/app/core/upload/fog-upload.service.ts index a557c0e8df9b..ddba63c02527 100644 --- a/frontend/src/app/core/upload/fog-upload.service.ts +++ b/frontend/src/app/core/upload/fog-upload.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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/upload/is-http-response.ts b/frontend/src/app/core/upload/is-http-response.ts index eccd41f4c1c1..62b02be5ef79 100644 --- a/frontend/src/app/core/upload/is-http-response.ts +++ b/frontend/src/app/core/upload/is-http-response.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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/upload/local-upload.service.ts b/frontend/src/app/core/upload/local-upload.service.ts index ab510a3b8719..9f3bb550a0bb 100644 --- a/frontend/src/app/core/upload/local-upload.service.ts +++ b/frontend/src/app/core/upload/local-upload.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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/upload/upload.service.ts b/frontend/src/app/core/upload/upload.service.ts index 3b76c905d00c..9946600f6220 100644 --- a/frontend/src/app/core/upload/upload.service.ts +++ b/frontend/src/app/core/upload/upload.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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/upload/wait-for-uploads-finished.ts b/frontend/src/app/core/upload/wait-for-uploads-finished.ts index 2f50f60e16f9..a3638e5ff281 100644 --- a/frontend/src/app/core/upload/wait-for-uploads-finished.ts +++ b/frontend/src/app/core/upload/wait-for-uploads-finished.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 f53c0a72af80..9cfc23e574cd 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 0fdcf8f2c2ec..73dc229a7837 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 18e59b6f8cca..083797b45d43 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-2023 the OpenProject GmbH + * Copyright (C) 2012-2024 the OpenProject GmbH * * This program is free software; you can 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 867d7265c8d9..873c8fe6bd53 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-2023 the OpenProject GmbH + * Copyright (C) 2012-2024 the OpenProject GmbH * * This program is free software; you can 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 7c62c342d62e..ae9c61fe2488 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 5360302476e4..913856efcfe9 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 5eaa7d6627a9..9894b5d71bd0 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 b1fbf3467d6c..86c732982751 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 a06252ef4179..04cda0056d00 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 391191ba315e..1431b0dbc38f 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 6d882ed419c0..946c4623710d 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 9876dcc76ad9..bebf4d1255a3 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 c33925d3dfd6..0e8febb0cf49 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 e979ef016615..3cdbba893be6 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 80268ff3d180..a6df4ca9d120 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 bec9ce252379..d03fe74ea490 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 6eac5714b794..dd0f274833dc 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 a463050050bc..a57630e39a8a 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 2c6574da74a1..86c97494b9a8 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 6b80aeaac2dd..eac0b52449ff 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 d2c1e9beb46a..1b1c106b4fb9 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 0df30747bec0..5982546e5ff0 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 25d87a59461c..a2bffb51bbc1 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 d7a89c0b4dfb..4ef25dbfc872 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 a690a9f18a1d..b8f981dd43f7 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 f41410e7ea48..7f62effe4ca0 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 8661c1c1ea92..751d768084ed 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 43fcdd5ed28b..57755ee37a21 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 aff17e429509..11427e4bff9c 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 99d22cdd749d..1886303dbdb6 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 98e13d182832..4bc79ca16cde 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 edfc9c36bcad..2c6529e91e0b 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 fd6c37eadc37..a198d324757c 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 63dbfabd2622..ee1e1b4ad58b 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 8f34d820ea21..877fc13f20ba 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 8f24257663b6..a0684963570b 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 7f6af499234d..827819b44c87 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 15e88b923803..35b68ba2e981 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 8eafb1ea367d..b85bf8b0f758 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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-add-in-settings-button.service.ts b/frontend/src/app/features/bim/revit_add_in/revit-add-in-settings-button.service.ts index 96fa80c905bb..0834d2268cef 100644 --- a/frontend/src/app/features/bim/revit_add_in/revit-add-in-settings-button.service.ts +++ b/frontend/src/app/features/bim/revit_add_in/revit-add-in-settings-button.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 7466d5c1516a..f57d447e9d23 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 56dbf62f6783..be1eadc12dfa 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 8cbbd34f4e45..8ce5d22fb7ee 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 99515634f7e4..d14bd32b16df 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 cf42ea90d8a2..519dfc1f0a08 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 f287713b075a..671bc86babd5 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 c30ddc80d92d..0a3e5d1a09c6 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 42d00d0776b4..45577001926e 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 4f2caced10d3..d551002109b6 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 580ee12c067f..2f6062906439 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 34a008b42868..25438538edf5 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 eaefee0af01a..e4350c8d6048 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 9017e2898cde..8151a3202c6e 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 277be640cd42..70fd46aae91e 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 9435e33e4e53..806c8f2118e6 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 fb1734786ff4..fa2adbd0d726 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 cf30b5694051..b805f628e12e 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 5a4755318c1a..366612ea4f5e 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 68b8e5c13c2d..26da57502aa9 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 2bc083dbba2f..84b159b79371 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 5840995b32ca..c5c780648842 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 8223a88df781..ef22cba69a66 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 aec7c912e79a..351b5cbbddf4 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 1e74ccaba549..1e2d6a6703c3 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 886d52a68814..8fa2f1d253c4 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 8d53060aedb4..3108f94a97c9 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 7ec9b9a85836..d55fdf70e2f7 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 9bcd94a821b4..75800d2861d5 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 2df37c646465..59e2b5805ca1 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 211a2ec24bff..add93f296dd5 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 88939644b099..84c33b8e1b45 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 9372a52f003a..33e01018b778 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 60739e275fa5..37bffd2d537b 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 401ac3b8d6bb..941ecd8e9a41 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 00503d3ceb56..14b042849507 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 164a5c8b260c..5f93cb0241a1 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 3b873c7c64ba..f08b9a9a7560 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 d39de6500657..c6583595aa4d 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 195ca6a7aed8..869c390b2d93 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 52abb02d57cb..ea15be723c38 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 8692537bddba..bc79076025b7 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 2b9ad68104b2..1a3dc7d3e932 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 6daa855f3da2..eb0602b1af1a 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 f3ecd1dd8e83..290497b23d6d 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 6c294181a4d2..8b3e4c7a26d9 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 f7aa14bb689b..0585ae867f63 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 5efc2022c322..b5bf47b68e19 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 c2e3a83cb1ff..5cc1bee5deab 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 136e3adb3acf..3c3176cc5056 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 a7dfe78415a6..b818bb71c62c 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 54df7f6e9837..7c00313ece4d 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 7a2af999dbea..cce3bcf438f6 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 2eb11dfb5d0c..c483cc341e8e 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 fc507f4bc584..8cb61fae4532 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 6e773bcf06fc..c4cf49c7fa85 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 43757b2e919a..79bc06a88046 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 bc7aaa67c2d6..5b52754db135 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 6aac6bc71668..87dab589cc12 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 aa9839377466..3be64e72ae96 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 d10b387245db..673af13870e4 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 89e1969d04c1..c354fe6278d1 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 4c180f5e0787..f1ccc3aa422f 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 f5ff595e2552..6749f3e97923 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 6beecb505982..0a37d6dee0cf 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 23a598a90742..b636b493acd3 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 09ac15c41bb9..3eee30521a90 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 4051eb993153..78461be024ea 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 3b2fca2e1b55..504aaf093d2a 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 8d03f11cddfd..26bdd0d190ed 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 01b2eafed841..a2d24f3f2dc6 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 47896bbe27cb..78a2124ad25e 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 168cad476e50..cc53fa3d5f6d 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 6da61f89e74c..a0cb86d4d024 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 65f7c800edfd..e147605f9991 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 a0ef75583f27..0be3adcfeb47 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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-timestamp-resource.ts b/frontend/src/app/features/hal/resources/work-package-timestamp-resource.ts index 7fd19ff4d90b..571feca639a6 100644 --- a/frontend/src/app/features/hal/resources/work-package-timestamp-resource.ts +++ b/frontend/src/app/features/hal/resources/work-package-timestamp-resource.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 e48c3a02a569..4314899ca689 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 36af115db682..c48b5b9f0232 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 9dc62fdf4c81..3bd27c057614 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 0a650882a137..12d929afac90 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 9831ed7942d0..a134e664d675 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 ca4f514b4d30..5eeaad3a40c1 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 75ec3c211589..7b20feb79745 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 b35c9be19979..594f61cd614e 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 d98b84773705..d72f96dc78a9 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 32b06431d3a4..61a4b89901ba 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 511a23e2a6ff..394451992a79 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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/bell/state/ian-bell.service.ts b/frontend/src/app/features/in-app-notifications/bell/state/ian-bell.service.ts index 1eb9d076cc46..7e20939c7382 100644 --- a/frontend/src/app/features/in-app-notifications/bell/state/ian-bell.service.ts +++ b/frontend/src/app/features/in-app-notifications/bell/state/ian-bell.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 985230e17880..dce9a2b3974d 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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/in-app-notification-center.component.ts b/frontend/src/app/features/in-app-notifications/center/in-app-notification-center.component.ts index 4dad712e4a2f..55d288645e9e 100644 --- a/frontend/src/app/features/in-app-notifications/center/in-app-notification-center.component.ts +++ b/frontend/src/app/features/in-app-notifications/center/in-app-notification-center.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 a909de5ffab9..7f748ed0ea37 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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/state/ian-center.service.ts b/frontend/src/app/features/in-app-notifications/center/state/ian-center.service.ts index fcf46a0097ca..d4eed6db520f 100644 --- a/frontend/src/app/features/in-app-notifications/center/state/ian-center.service.ts +++ b/frontend/src/app/features/in-app-notifications/center/state/ian-center.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 cb6a80c11966..0135b0690a3f 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 af2a87130cf3..3dfa352b0275 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 4ad41dd7140e..e37be9b20295 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 13e9987030ce..b7e229dee059 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 0dff86cc857e..b88508a7410a 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 317c93c65a2b..c3915aafa0d2 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 81dde4d56f79..060475a5a4ed 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 19615007405b..f8326800da85 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 e8e258e749a8..e6e555137883 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 aba710e73963..d3f6dee954af 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 401f4021eefc..930c72716c92 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 04efd98e4e23..4d4587344bde 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 804f8dca4616..da590da597ef 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 0678c796ade5..f6ab5b783907 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 f9f1bc69a8e1..8b616db923f2 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 422451cb5cca..49b7ccf3ee7c 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 0c4aa09838fb..bfdee70b24ed 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 31edb6b1dd56..a7688e7fdf75 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 432a700c55d1..42f60f37b4b7 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 ff97fc238e62..4608d1f13898 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 0b9881df8f1a..435b8e463f30 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 d412135950d7..108e5ea5cf19 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 dab5ab0ec6b7..6c9e0896a120 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 37ed02999bac..2674e488e6f7 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 3c9151b882bf..e7bd52fbcc7f 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 6ba891cc543e..3c071840c661 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 4c401a862003..7b9d2115f64f 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 0f44b3cc42c3..3eaa1aaf89b7 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 8cfc15cc0665..b13abfb8f9ec 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 37c1b7194769..298650871441 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 ce4c3218ccd2..fd47d744ccf8 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 67465710648f..494a713bd0e6 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 3caee976ff52..832037b0ee34 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 50a970fe40c3..a17152cc3bb1 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 16c99443b01d..9faac68b2998 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 4f96bd4d6b9d..0cac28cfc15a 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 5918e001cde4..4601457335c2 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 a01842500290..e005f1736b10 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 ead2d84b8438..4fbde84326e0 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 2686d97c93f7..77e9ab598111 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 d5c19b9643b3..98a1acdac1ed 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 0fb5d5f76b2e..42c0b4e2a1d5 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 19de2a415181..3fdbd72cdcdf 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 51713795107f..94446506bbf6 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 c74003345772..25b43e79575a 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 f02ffb4f9b72..02fcc08be3de 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 fc7014586cd1..de80a0bc0eeb 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 79b51fa2e0a4..23fc262a8d8a 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 5c5a96cbd0fd..42fdc8dc6bb1 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 f98963e894ee..fb4bb0aadaea 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 6f94dec758b2..9353544203c0 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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-baseline/baseline-legends/baseline-legends.component.ts b/frontend/src/app/features/work-packages/components/wp-baseline/baseline-legends/baseline-legends.component.ts index 2ac4c4b7d405..263b87b5b5f7 100644 --- a/frontend/src/app/features/work-packages/components/wp-baseline/baseline-legends/baseline-legends.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-baseline/baseline-legends/baseline-legends.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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-baseline/baseline-loading/baseline-loading.component.ts b/frontend/src/app/features/work-packages/components/wp-baseline/baseline-loading/baseline-loading.component.ts index 4a48be725705..d5b8f6b94754 100644 --- a/frontend/src/app/features/work-packages/components/wp-baseline/baseline-loading/baseline-loading.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-baseline/baseline-loading/baseline-loading.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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-baseline/baseline-modal/baseline-modal.component.ts b/frontend/src/app/features/work-packages/components/wp-baseline/baseline-modal/baseline-modal.component.ts index ab495828f460..529e7c212ff0 100644 --- a/frontend/src/app/features/work-packages/components/wp-baseline/baseline-modal/baseline-modal.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-baseline/baseline-modal/baseline-modal.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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-baseline/baseline/baseline.component.ts b/frontend/src/app/features/work-packages/components/wp-baseline/baseline/baseline.component.ts index bbe0780abe8e..59d91b6c657c 100644 --- a/frontend/src/app/features/work-packages/components/wp-baseline/baseline/baseline.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-baseline/baseline/baseline.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 731cb0a6c628..51357a21d184 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 8118aac9b8e5..7e4b1c478b2c 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 19a2c159c016..2d6b78bd78be 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 79ca0177f3a8..27401a6854e4 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 b937116fa0e3..04c7cb8d5069 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 1e4287c7be54..22768beb1d5b 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 d1ff6381213c..e4f9516ed210 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 89f0f1b7bfd1..31a96442ed19 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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-share-button/wp-share-button.component.ts b/frontend/src/app/features/work-packages/components/wp-buttons/wp-share-button/wp-share-button.component.ts index 1fb0c5673c22..a145725494be 100644 --- a/frontend/src/app/features/work-packages/components/wp-buttons/wp-share-button/wp-share-button.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-buttons/wp-share-button/wp-share-button.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 b522377dfb34..7dfa7dd6ada0 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 ea1047071966..fa5bd704b32a 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 0edd7f556869..35825b1c4126 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 9fee09652f92..b10be1d988d6 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 8614f0f7ff73..952cecaa5cbf 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 ae8a107169f5..e73f8bca266a 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 12126ad43eab..47ef910ef647 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 9b03ba1d003b..ea9b41a02cfb 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 df8658281c39..593933f3e48d 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 add9abc625f2..fb9cd88bfb47 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 e5fd81f46ad7..4e5016ec35cb 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 07ab2179a787..a5f329c5f6fb 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 b16a60b38138..947da1a32503 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 52613ab5db63..9c5ea5fa8b2a 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 3ea560fc5014..c2306c2ad8e0 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 6781a6ad95d3..45722dda4b02 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 44037019a3c1..9fe7fbf35a1f 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 ce03f5af3b8f..76919cf5244f 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 27a80210b50c..46add73bd854 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 787a7ea57c79..f9fdea7682e1 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 cc0fdf11fd9a..1a109fb4bcb5 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 2631111f1b83..26585742258d 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 7ef3e98ce004..179ce5fc4e3a 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 77c4517e835a..54ead35ef769 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 1cf5cb1e38fe..b6d2567a87c6 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 4fd5b1f90f9e..ef10ece28ad6 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 d1bce649d015..ada80abc4e3d 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 ac6c0b469f41..5788ded386d0 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 9d912911f18c..6d8ed9d29e4c 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 0ec9c74ce057..cbd4c724871a 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 42a9728a5866..23314755bf09 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 ebb6328eb5a5..b945628415ee 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 95bba81586b2..f393f0a220c1 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 35c23009198c..767441735bf9 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 4493772815b0..381d7d2cc6b0 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 8a8476e6ff6e..a32201b4086a 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 55ba24bb60d5..4446e70e1865 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 61b23be47b8c..be844b0dcb25 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 803dcd71b605..f06d86a71dcf 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 2514d3cef5ab..da2978d5d9bb 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 a7b62459f3cd..3013cd4a850e 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 ad28ca6906a7..bd0a10b68d42 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 c2fe6b6f819e..fa7f51c32213 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 36f6fdd58ff6..26d9a90715ca 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 d65c9c1f7c66..4799f1fa01b9 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 ef40fd2dcd06..6875291f6543 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 1f8acfc89755..70be3908967a 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 c7cfea1de475..e053cfc4b713 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 9bd66812ccdc..bee70853aab2 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 6a4acf1acb7a..07bb6364f179 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 77977f10ae45..50ea8c0cf43d 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 e6224ca508a3..cebb78ebe566 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 6e6d9513e415..959d6030d915 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 e15d63dccfd4..8fc369e46406 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 9ee1768d162d..fc3b3820fc57 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 ae2e5f7419aa..9490d99ea69b 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 7f908a3ae142..8185c06803e4 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 4d2e3172a738..3a3c36b26177 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 52cf287194ff..f075ef434e43 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 1b08857819bd..f8b854bf2639 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 5026b97763bf..10b6ea8e0cd5 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 33b0ad9d7dfe..9a24312979d0 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 cb53d9e41c5d..6cd1740ebac7 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 977e06432789..8a3fa0f4e293 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 d289bd380585..20acbb7f57f8 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 ad8f28696bc5..e73cb077eb54 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 9f86fded236e..063b1ea18b29 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 a89237b68bdc..5c9582344c1f 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 6d9c4390ef9e..2abf84423399 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 ab45bb5e3d62..76cffab47e07 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 97e3cbe6ae6e..59b466722065 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 7661863aedea..2b15effe7978 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 6622800753c6..1c749d540d9e 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 424adbeec7f0..b5c7f92b682b 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 6a1ef8bfef80..bccaf19123c7 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 b1973672502a..8350e808b8c2 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 5810d5ab5eee..1dd014c666b3 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 6ba4b02b088e..4db6ad363cc7 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 16aa9805721c..9376db1e35de 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 a9aab1472899..28a4f64aef91 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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-timer-button/wp-timer-button.component.ts b/frontend/src/app/features/work-packages/components/wp-timer-button/wp-timer-button.component.ts index 202918fd3130..e400f0117388 100644 --- a/frontend/src/app/features/work-packages/components/wp-timer-button/wp-timer-button.component.ts +++ b/frontend/src/app/features/work-packages/components/wp-timer-button/wp-timer-button.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 b99fdab825f1..4278d4ab3ea7 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 2f63ba0150bb..1e651dddbd70 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 28a478e8246f..ead742b95361 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 d1c066cf370a..530c019a3f49 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 a5011392f296..8330ceed8107 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 3be19a3f2b96..9dda705ea77e 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 3bbde5fe2803..4448c227d72e 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 6f9a55741a2c..a8a1ad6349a0 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 f0256bd92b95..b8cd9ca8b15c 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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-gantt-routes.ts b/frontend/src/app/features/work-packages/routing/work-packages-gantt-routes.ts index 7656d2e30dc8..938525ea8bc4 100644 --- a/frontend/src/app/features/work-packages/routing/work-packages-gantt-routes.ts +++ b/frontend/src/app/features/work-packages/routing/work-packages-gantt-routes.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 0ec93f1fbca1..8ff1718c3403 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 a0ba6a7751d7..61a9305d427e 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 8ea636ef6655..49fc224e6ddb 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 528fafc51684..d275854a66d8 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 4474483ce84d..e083a7c38ff9 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 73eec36263c2..35afb9789f99 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 7716aa225245..75e2ac72cedf 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 8f55f8a173a1..66b61c1aa5bf 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 ff7e1689df9a..49abaf9686d3 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 bf1efb00be6b..1c345aeb3290 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 d01153113d23..049f96a5d3da 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 2e8999e8b613..3987c216ed95 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 e995bcabfea3..3fe3f1647829 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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-baseline.service.ts b/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-baseline.service.ts index e3918aa6e526..2d5c51c898a4 100644 --- a/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-baseline.service.ts +++ b/frontend/src/app/features/work-packages/routing/wp-view-base/view-services/wp-view-baseline.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 e6994be5ea57..02a70b4d8272 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 b3fbefe8d3be..392609ac7f7c 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 a5e3cb6a3421..331dfb7c829b 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 2e0eb233d6ac..eb1383a4b666 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 447bcf2f0794..0fa65f123f0e 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 cb2a5155fed2..6aab34cb0f71 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 c84314a4e3a9..e9adb4445b3b 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 d793c5e2b147..641fff7ee219 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 19689a9868dd..9052b75f5d0b 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 cf7e7fd3d0b8..066332d12d73 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 6b025fe79157..380156e80c52 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 72c62820c20c..da1e3269e407 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 832a77f29b44..3d9e346ca4d7 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 d5cf021f1aac..032845249b99 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 384b43ace7b2..b03728f52154 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 3cdc3a423528..ae5f78c7fd0a 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 931906fabb3e..d2dd6bcbcf78 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 89f0fcabcc81..02d920d4f236 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 88b8a708441f..88eb237e9e2e 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can 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 7707d67390e3..df169be78490 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 35799f4c96fe..adb907690cc9 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 fb31d2774045..ccb781ff408b 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 eb3ecb320219..5ba3ed502ce0 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 9a2dfa2662b0..0473bce6cf46 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 f74b49d09278..aa217b5e9f06 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 c0f1d416a965..4c448e2fa0df 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 d2205d86e514..1c80dd4a5747 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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/static-attribute-help-text.component.ts b/frontend/src/app/shared/components/attribute-help-texts/static-attribute-help-text.component.ts index b0795274f5ee..f0c39701cb8a 100644 --- a/frontend/src/app/shared/components/attribute-help-texts/static-attribute-help-text.component.ts +++ b/frontend/src/app/shared/components/attribute-help-texts/static-attribute-help-text.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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/static-attribute-help-text.modal.ts b/frontend/src/app/shared/components/attribute-help-texts/static-attribute-help-text.modal.ts index 0b02d803b34d..d71d306b58a2 100644 --- a/frontend/src/app/shared/components/attribute-help-texts/static-attribute-help-text.modal.ts +++ b/frontend/src/app/shared/components/attribute-help-texts/static-attribute-help-text.modal.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 b3c4b553be53..4b25578cfe8b 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 6138699c46f5..2568a800e4e6 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 6b039d3bd752..47cb7568c72b 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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-template.component.ts b/frontend/src/app/shared/components/autocompleter/project-autocompleter/project-autocompleter-template.component.ts index 73cceff1aaad..87cd0f7f31b6 100644 --- a/frontend/src/app/shared/components/autocompleter/project-autocompleter/project-autocompleter-template.component.ts +++ b/frontend/src/app/shared/components/autocompleter/project-autocompleter/project-autocompleter-template.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 bcbf17119ea5..8d4676f64bae 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 05002e1514f6..3585de1b9c5b 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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-template.component.ts b/frontend/src/app/shared/components/autocompleter/user-autocompleter/user-autocompleter-template.component.ts index 5c0d80c6c559..90908bce26f0 100644 --- a/frontend/src/app/shared/components/autocompleter/user-autocompleter/user-autocompleter-template.component.ts +++ b/frontend/src/app/shared/components/autocompleter/user-autocompleter/user-autocompleter-template.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 64a3ddd771c5..86ffcf98a837 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 50e67ed4057a..b76bc0d98863 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 56fceb551b6c..584426b0eb18 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 67737b5bee99..b4247ac04a4a 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 50c82cff1f73..b2871916702f 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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.component.ts b/frontend/src/app/shared/components/copy-to-clipboard/copy-to-clipboard.component.ts index 9cb6cec31416..3aece4c55d61 100644 --- a/frontend/src/app/shared/components/copy-to-clipboard/copy-to-clipboard.component.ts +++ b/frontend/src/app/shared/components/copy-to-clipboard/copy-to-clipboard.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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.service.ts b/frontend/src/app/shared/components/copy-to-clipboard/copy-to-clipboard.service.ts index 1ae0b12a53a4..e0bb8401f94e 100644 --- a/frontend/src/app/shared/components/copy-to-clipboard/copy-to-clipboard.service.ts +++ b/frontend/src/app/shared/components/copy-to-clipboard/copy-to-clipboard.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 9049079d1acc..0e68d9f0b681 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 bc430ab68aa1..c316985249ca 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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/basic-range-date-picker/basic-range-date-picker.component.ts b/frontend/src/app/shared/components/datepicker/basic-range-date-picker/basic-range-date-picker.component.ts index e9fa79f2505c..9df012381b55 100644 --- a/frontend/src/app/shared/components/datepicker/basic-range-date-picker/basic-range-date-picker.component.ts +++ b/frontend/src/app/shared/components/datepicker/basic-range-date-picker/basic-range-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-2024 the OpenProject GmbH // // This program is free software; you 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/basic-single-date-picker/basic-single-date-picker.component.ts b/frontend/src/app/shared/components/datepicker/basic-single-date-picker/basic-single-date-picker.component.ts index 604e3b560e3e..38912b9bf222 100644 --- a/frontend/src/app/shared/components/datepicker/basic-single-date-picker/basic-single-date-picker.component.ts +++ b/frontend/src/app/shared/components/datepicker/basic-single-date-picker/basic-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-2024 the OpenProject GmbH // // This program is free software; you 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/datepicker.ts b/frontend/src/app/shared/components/datepicker/datepicker.ts index 79d6ed32fc92..8ec10e73fe4e 100644 --- a/frontend/src/app/shared/components/datepicker/datepicker.ts +++ b/frontend/src/app/shared/components/datepicker/datepicker.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 5c1f4987b624..a838c72718d2 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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/modal-single-date-picker/modal-single-date-picker.component.ts b/frontend/src/app/shared/components/datepicker/modal-single-date-picker/modal-single-date-picker.component.ts index 9190960e948b..e3f8b56dc5c2 100644 --- a/frontend/src/app/shared/components/datepicker/modal-single-date-picker/modal-single-date-picker.component.ts +++ b/frontend/src/app/shared/components/datepicker/modal-single-date-picker/modal-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-2024 the OpenProject GmbH // // This program is free software; you 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-picker/multi-date-picker.component.ts b/frontend/src/app/shared/components/datepicker/multi-date-picker/multi-date-picker.component.ts index 682c36203e94..b0fd38c39d2a 100644 --- a/frontend/src/app/shared/components/datepicker/multi-date-picker/multi-date-picker.component.ts +++ b/frontend/src/app/shared/components/datepicker/multi-date-picker/multi-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-2024 the OpenProject GmbH // // This program is free software; you 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 6252d4a953aa..7b530e305c92 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 d2843a002270..2b4d1ee5e4b8 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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/sheet/date-picker-sheet.component.ts b/frontend/src/app/shared/components/datepicker/sheet/date-picker-sheet.component.ts index 4368731670e6..e571b8603819 100644 --- a/frontend/src/app/shared/components/datepicker/sheet/date-picker-sheet.component.ts +++ b/frontend/src/app/shared/components/datepicker/sheet/date-picker-sheet.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-2024 the OpenProject GmbH // // This program is free software; you 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/wp-multi-date-form/wp-multi-date-form.component.ts b/frontend/src/app/shared/components/datepicker/wp-multi-date-form/wp-multi-date-form.component.ts index e41f74fa3bfa..44fb68b0c942 100644 --- a/frontend/src/app/shared/components/datepicker/wp-multi-date-form/wp-multi-date-form.component.ts +++ b/frontend/src/app/shared/components/datepicker/wp-multi-date-form/wp-multi-date-form.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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/wp-single-date-form/wp-single-date-form.component.ts b/frontend/src/app/shared/components/datepicker/wp-single-date-form/wp-single-date-form.component.ts index 55bd36a2c840..1b7600afe666 100644 --- a/frontend/src/app/shared/components/datepicker/wp-single-date-form/wp-single-date-form.component.ts +++ b/frontend/src/app/shared/components/datepicker/wp-single-date-form/wp-single-date-form.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 8d30f4abd3f0..833a827b17c1 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 a8c1a3d12f97..35b6a8a26497 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 718a1767be72..7d76e5cf0eaf 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 dc13f6fa0136..dc3a772d790d 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 f577c611dfe2..06eaad8c5ce7 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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/changeset/resource-changeset.ts b/frontend/src/app/shared/components/fields/changeset/resource-changeset.ts index c846ce156b78..b061608bdbbf 100644 --- a/frontend/src/app/shared/components/fields/changeset/resource-changeset.ts +++ b/frontend/src/app/shared/components/fields/changeset/resource-changeset.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 f2fe2ebf73e7..9086928a73bf 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 a3105d3ef35e..a2bb14a64468 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 d0487ac62860..6f6f7760f500 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 b97fb8d2382f..755594f3ec29 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 e7f43708b839..d169a99fc2d3 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 a12af95ca622..cbe798e1a3f9 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 ad7867f731ae..a880010a1469 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 e510f76970f7..555fc094b065 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 a5afa4c5f204..15a2f0716e4c 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 4c0c2c89f4ba..86d778847938 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 1071d0511d2c..c026f3346c54 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 d65fcb0b1a5e..f1b5d9d70fcd 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 2fcdd0f31a20..f8f554f878d0 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 c64ea70460d9..af301c903719 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 c62b941ecbe5..9a748e2fc6ba 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 f6150a71a4f1..147838b1469c 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 715acddacf0a..90605446987f 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 60b6c7d2438c..122fad6e9a81 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 ed2f6bdcd249..a42a59de7f34 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 6137b616329c..bb5a46e97906 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 b11121dc4e18..73f9815d864e 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 5350938fecef..657e10a61db9 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 107292ecf69e..e70e6e0a24ad 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 345afbbb5ada..b8f682f380fc 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 ee4b96607b77..0c9b4422478e 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 7a20523da28d..ad8de0752456 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 42a1729df0ba..a90b4e1e9c46 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 2367ebec38d6..c2e6ed3f0844 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 7b67e4712ad9..c5c8343e1335 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 9d7f29dc10ae..0d7df5497058 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 9de712e994a8..a7e870abb531 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 b6832e86c4d1..11cf107b6f03 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 4a0a7b6f7efe..c47a8fe54e5c 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 31e1aa844619..a51873f3626c 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 7c44e22ac96c..4feb556d6500 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 7f85551e68bf..2857a29493eb 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 c163fa43c0c8..e51b4b58c0dc 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 8b6f19dccfa4..0c7a87df766e 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 d0c111f7aebc..6f44b167e0fd 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 80c7638e846e..e29d2678c81d 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 d0aece8ba59d..4566c6feb0f8 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 19f3e036a4ef..46fafc549581 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 1071b8393525..b4c0830a4617 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 ee59ca0a6f58..78ef10178c72 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 47aac53b2afc..5c84e9853a3d 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 302e92eb3ac9..f00e75ee9242 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 2ebd3dfa67a5..b267515ffad6 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 57e1ad87d787..fd3f02d54cbd 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 328e1925b8c4..06c8e8c88449 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 f7c8a1c2415a..3e5dfd153baf 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 b0346090654b..79e446ef7d3e 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 81960afc6459..fddf34c5cca3 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 6c9313f4a31e..3467dff20fff 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 c2e2ce0f0fe3..ab0be6f9e2b0 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 09500c588159..2989debf30f8 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 24d5a812f51b..05b2b6508984 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 49d395916796..f9cf34fa6246 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 487ec262abee..602d7c9416b7 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 2ff03def342e..b74ded97b0e4 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 825509da5734..1ae48a59d061 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 b8fa99f37860..5826c1545021 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 70fa78020dc7..d230a14fdb7c 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 ce6df3f5a31b..d177e52ee7a8 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 23b228fa0b80..3fc89a6f7c56 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 ffd771cc2e5c..97268e03eaf8 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 c222bffb81a9..1af4a5d60be0 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 6e5be894e8a3..093e3e21cc1e 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 565cea70a0ef..a7d35425df1b 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 73f4f87baa8b..ad7d0e641bab 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 f41750528f51..2c80f6ee68e7 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 bda6879add46..cda1ed8425f2 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 0ded4f293f71..7678eb2c5e79 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 73dfad632f03..e074e6bdd9ca 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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-menu.component.ts b/frontend/src/app/shared/components/grids/widgets/project-details/project-details-menu.component.ts index 0aff0d196dcd..1085aa5705f6 100644 --- a/frontend/src/app/shared/components/grids/widgets/project-details/project-details-menu.component.ts +++ b/frontend/src/app/shared/components/grids/widgets/project-details/project-details-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-2024 the OpenProject GmbH // // This program is free software; you 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 0510836065b0..e6caae2e84c4 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 fa9282e5c09a..ca5e2f53577f 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 1314f626ff4d..2a5e6c0cde2e 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 2d881aec7d8f..31c9b9f068f8 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 4142397b6f01..0adaf2ffc207 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 06fce0ca8d4b..fb4ee8586e95 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 014b1494815f..518b7e786976 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 eab1fd0b2e94..63d35e95b5a6 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 be2fd4c1024d..99e311c972af 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 e0fd23aad392..d7e5b1d741e6 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 73dab5349fd0..55ac6bc465b8 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 9e153f274685..d4491e4a5947 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 b3e259d7cb67..93b203f2907d 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 445c090aec0c..7dbd0d49fe6d 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 04d61a965456..eff69679ea13 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 549be54aa618..36f2c3bcdacb 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 7759bdcdbde3..87e5501395f1 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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.component.ts b/frontend/src/app/shared/components/modal/modal.component.ts index 3ce186a37887..d5c9a31fe02e 100644 --- a/frontend/src/app/shared/components/modal/modal.component.ts +++ b/frontend/src/app/shared/components/modal/modal.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 4231d319f6b6..0455e1c92ae0 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 de1a834dbc4d..4202f6261560 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 03297559e057..40576000a780 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 4ce5beca7a8c..c484d18dd88c 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 2dde5c92590b..9103177d8613 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 3d8bddb22949..26d52f2804c7 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 55bee8f31568..864eec41b0d0 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 4c7e046226ea..7c73714f883b 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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/get-ical-url-modal/query-get-ical-url.modal.ts b/frontend/src/app/shared/components/modals/get-ical-url-modal/query-get-ical-url.modal.ts index 39b80ed68c8a..e06ad1e068ce 100644 --- a/frontend/src/app/shared/components/modals/get-ical-url-modal/query-get-ical-url.modal.ts +++ b/frontend/src/app/shared/components/modals/get-ical-url-modal/query-get-ical-url.modal.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 8edd35093462..7387c4426bb8 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 595c8adcc137..74fa31de0742 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 69ac7979acec..406b0e362c60 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 aca41914d8ee..997741c056ca 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 19c449268905..9ef17aaf8621 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 0b8f5648ed74..9980600e1c9e 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 afd8515055b9..ac500b5a1eea 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 20437ff7f399..68fbfa7a9443 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 411675daa2fc..3dd30145748c 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 179e16540b61..70645e47e6d6 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 ad6c2a26b380..0ff87b4ced7a 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 9eed94cd2067..514fedb179d4 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 5a8bcb800e1f..603dd8cd4e45 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 7a990351484e..6b1b8e3e5655 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 4371871d48b3..dff1ff991c0a 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 654a440db507..6e76cb6e7d9d 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 49ac2c26f704..c584e37596eb 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 f18d7446433a..e4b2349a6e55 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 882bd97ee467..e39c93900c3a 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 99cee1547a61..0742d311bb53 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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/project-include/calculate-positions.ts b/frontend/src/app/shared/components/project-include/calculate-positions.ts index 892de3d3122b..e2074cd18d65 100644 --- a/frontend/src/app/shared/components/project-include/calculate-positions.ts +++ b/frontend/src/app/shared/components/project-include/calculate-positions.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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/project-include/list/project-include-list.component.ts b/frontend/src/app/shared/components/project-include/list/project-include-list.component.ts index 01289fcaa047..bddefff8e303 100644 --- a/frontend/src/app/shared/components/project-include/list/project-include-list.component.ts +++ b/frontend/src/app/shared/components/project-include/list/project-include-list.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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/project-include/project-include.component.ts b/frontend/src/app/shared/components/project-include/project-include.component.ts index 20356dd20849..4bba0c22fda6 100644 --- a/frontend/src/app/shared/components/project-include/project-include.component.ts +++ b/frontend/src/app/shared/components/project-include/project-include.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 bf49329dcd39..d136824987ce 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 8539dad8258c..0fd310b08de4 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 8a0d124afa01..5b8a939ca20f 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 20eaaa005a69..86c62a60daa3 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 430801393a83..ce4fb211c50c 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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/file-picker-base-modal.component.ts b/frontend/src/app/shared/components/storages/file-picker-base-modal/file-picker-base-modal.component.ts index 4b1527492e50..f8e0d243676b 100644 --- a/frontend/src/app/shared/components/storages/file-picker-base-modal/file-picker-base-modal.component.ts +++ b/frontend/src/app/shared/components/storages/file-picker-base-modal/file-picker-base-modal.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 d26e3d71262d..d25a1939c281 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 5a339105cb43..cf4f4a1f8dc7 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 01ff93fbd3f0..dd65ab2786a6 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 0fa3fda297b2..e9d01f0e7fcc 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 c43e0cc6c557..78ab589d066d 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 582ec898cf39..573376d79a77 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 fb9a03b3c5ea..80754d1edb8b 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 3af90f4566bf..ce5841c0fc90 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 a8a58b897945..8e369dd47e42 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 74cb96958072..6448b2876aa9 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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.service.ts b/frontend/src/app/shared/components/storages/storage-information/storage-information.service.ts index 7563d9b70338..0101901df29a 100644 --- a/frontend/src/app/shared/components/storages/storage-information/storage-information.service.ts +++ b/frontend/src/app/shared/components/storages/storage-information/storage-information.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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-login-button/storage-login-button.component.ts b/frontend/src/app/shared/components/storages/storage-login-button/storage-login-button.component.ts index fd116f10f9a3..6c9dceaacb8a 100644 --- a/frontend/src/app/shared/components/storages/storage-login-button/storage-login-button.component.ts +++ b/frontend/src/app/shared/components/storages/storage-login-button/storage-login-button.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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-login-button/storage-login-input.ts b/frontend/src/app/shared/components/storages/storage-login-button/storage-login-input.ts index 5ba038b4429d..af029a553e30 100644 --- a/frontend/src/app/shared/components/storages/storage-login-button/storage-login-input.ts +++ b/frontend/src/app/shared/components/storages/storage-login-button/storage-login-input.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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/interfaces.ts b/frontend/src/app/shared/components/storages/storage/interfaces.ts index 96c66ff0c9da..9b79ade73e82 100644 --- a/frontend/src/app/shared/components/storages/storage/interfaces.ts +++ b/frontend/src/app/shared/components/storages/storage/interfaces.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 df12601b0d1c..2c70c534b5d5 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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/upload-conflict-modal/upload-conflict-modal.component.ts b/frontend/src/app/shared/components/storages/upload-conflict-modal/upload-conflict-modal.component.ts index 178b11d45616..b6e60da4a528 100644 --- a/frontend/src/app/shared/components/storages/upload-conflict-modal/upload-conflict-modal.component.ts +++ b/frontend/src/app/shared/components/storages/upload-conflict-modal/upload-conflict-modal.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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/upload/nextcloud-upload.strategy.ts b/frontend/src/app/shared/components/storages/upload/nextcloud-upload.strategy.ts index dfb95ebed6bc..ee26575dec73 100644 --- a/frontend/src/app/shared/components/storages/upload/nextcloud-upload.strategy.ts +++ b/frontend/src/app/shared/components/storages/upload/nextcloud-upload.strategy.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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/upload/one-drive-upload.strategy.ts b/frontend/src/app/shared/components/storages/upload/one-drive-upload.strategy.ts index ee730d688331..d9c02ad88e4b 100644 --- a/frontend/src/app/shared/components/storages/upload/one-drive-upload.strategy.ts +++ b/frontend/src/app/shared/components/storages/upload/one-drive-upload.strategy.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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/upload/storage-upload.service.ts b/frontend/src/app/shared/components/storages/upload/storage-upload.service.ts index d3557b9fd20a..f94433d785c4 100644 --- a/frontend/src/app/shared/components/storages/upload/storage-upload.service.ts +++ b/frontend/src/app/shared/components/storages/upload/storage-upload.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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/upload/upload-strategy.ts b/frontend/src/app/shared/components/storages/upload/upload-strategy.ts index 21aaa77ef679..25fc0c8b6c99 100644 --- a/frontend/src/app/shared/components/storages/upload/upload-strategy.ts +++ b/frontend/src/app/shared/components/storages/upload/upload-strategy.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 530b07d9ff44..730564903ea5 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 6b114c8307c5..35f2ee2e688d 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 5e06d4d2c2e1..e3e11b5eb4ca 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 1e9b02bba241..16b5bebad435 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 98c521ba9aca..55b63c86a13a 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 13335003f905..df0498f2d1d8 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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/timer/stop-existing-timer-modal.component.ts b/frontend/src/app/shared/components/time_entries/timer/stop-existing-timer-modal.component.ts index 4598b4948671..a2632f0f3e69 100644 --- a/frontend/src/app/shared/components/time_entries/timer/stop-existing-timer-modal.component.ts +++ b/frontend/src/app/shared/components/time_entries/timer/stop-existing-timer-modal.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 77c7f508705b..52bfe417a71c 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 15d2cb06b68c..9c6877533dde 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 1f1d6edb9214..2118390d3191 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 ef47c46bb4b1..c36e8fc43472 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 6d414fb82d98..5fc08af94bab 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 83c4a01c5d82..a325518d1dfa 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 ed0aeec725fb..3c03be94e489 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 08bc74cc659a..a7331a28c31b 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 07442fac7867..6f81849a4364 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 f163cd2abff3..f9453d53b772 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 cc8d4f4c682c..5199914954b3 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 70b21b0c9c10..ca4b97d0ec8a 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 6812653cee94..63c666d3f2de 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 dc3e4a1f9442..97154aa3c1ae 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 2e6d8c0e13d9..a496dd18a91f 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 2b8bcbd7e8df..6743c327fdfe 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 52ddc8c45143..84207fc2f42b 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 e2ec4cdafdcc..d18e576b9ab6 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 cfeff13a9b48..59529dee45e3 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 9c673cf4a853..12ff22f8d3e4 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you 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 a0f66e17744e..7d79dbdbf833 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 d7258a20f4e6..d6e0635ab884 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 6a4fe46a04cf..98a4a4ae8e40 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 afb0b2c8603a..2dc6cf3fd723 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 4dc8a402c003..8f8ebe3f0bd8 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 4bf53307cdde..75b9bd3e4b24 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 63e989e3daab..317fcc7f5719 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 5280dba1af6c..fa584c43e511 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 0b8458e2c179..85980a95545f 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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_primerized.sass b/frontend/src/global_styles/content/_autocomplete_primerized.sass index 4c6eebdddb03..ea444055242c 100644 --- a/frontend/src/global_styles/content/_autocomplete_primerized.sass +++ b/frontend/src/global_styles/content/_autocomplete_primerized.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 e5de56787b1a..6b7a827897a1 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 1a81e2aca2d7..22ee3c986afa 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 9a77f76c5751..ef85507997ea 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 697b82ea8f60..93328987e96a 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 92eeda5e28d0..0737cc3196c6 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 ab626183a3f7..e182a4d2396e 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 7c6b0702e447..3f01514c630f 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 f78a177637c8..6982e03ab653 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 0e20f3e56885..392f69097278 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 f3869d935dc3..4e96934a249c 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 9ee984a7ca62..f5a8ebcaf79d 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 57f39efc33a0..a99868280fce 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 0677cc205a43..9f2956271123 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 b255e72f99c4..0c01211d2780 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 2f0903d3f857..3b5eb0b35d76 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 c4f8cfd9b01d..2fcd597aa216 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 dded5522ee58..1f8859531ea5 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 ba8dc9331578..be57d18bfbc2 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 8ed687284cb8..0857da4ba174 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 068bf5e8a304..745437e9210b 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 d59e4a3f4059..44d0954c1a75 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 bdad1d3ec7b0..5f5c82b82600 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 d0744d1d412f..93346a3d0416 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 b5d9fbd44335..7c252cbbb579 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 034522b3c755..df6c4ea4cfba 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 1a76021144fa..cb7edd8bd447 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 6907e689b6d9..ee17666a0cc6 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 5be341c5fa14..3080a8e93813 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 a5d599926b33..3908a986e56a 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 78588f29a6cc..a536e8ed020b 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 2f2b68fbc793..127019459e01 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 b8378b924ede..70e138e31c73 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 3da3ce5f7162..16afcd84640f 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 df2811c0f931..e1d2cd02ba72 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 8d6c1acbdcd2..35fe23cc3768 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 e3bf8eacc46a..83f94b3abc3d 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 c0e50c720e56..a7d443223fb2 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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/_tiles.sass b/frontend/src/global_styles/content/_tiles.sass index e421f200ecce..cabb42842803 100644 --- a/frontend/src/global_styles/content/_tiles.sass +++ b/frontend/src/global_styles/content/_tiles.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 0e3f8fc96a52..f63dacb93ff5 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 6867ba0ac284..1b5a8f7d00c2 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 fd3f3601d230..352930421651 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 6c537ff95639..33d3fc32c348 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 8dac7e5bacc2..f976afe75117 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 d51f1d08cd96..7216c86ca9b5 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 3e88ad3571e0..10a1db21ce77 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 4f05badc9b00..80727fe46396 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 eb15e375e28a..7c98b0871601 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 e976ee740409..e90f13ccd356 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 3b1f19691f4c..f5c5b26ddc7c 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 24a99da68f9b..9bba47ace6e4 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 f3bf3765f379..4fea630d7f0c 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 3cd898c12beb..3067ee27a455 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 d33cf17a5e05..eb3ede5cbfe3 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 c7b3f68e4127..92515080cb8a 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 a87545bf9d4a..5502b1d90a8c 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 330166b9b9f0..358e1f51ca91 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 ba59ecf27da4..37e61da575c3 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 9172463ea656..b2c26cdef83a 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 a1c4c55a3344..36dbee861df2 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 0e99526a7627..77924118ce96 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 5e6e6d5d999b..88ca4ff66419 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 060928569800..16cdcb0185d4 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 90c94d9d8f31..453c70f5b36c 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 5ccdeb405a44..20e965a07ccc 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 31d5d99dcf66..4359d1578a71 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 cfb2b00acc11..15a25e360bf5 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 e082fc612876..d3f7d826c2e8 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 84303251e2f3..bfbace005daf 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 7ab47f5b3743..47bf8509430e 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 0320775c3e76..860c70b4a41b 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 f038ab076f3e..44f010ddc5b7 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 bc1285ec9423..2f7ce25040c6 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 fc38581afeec..8f5753ec993c 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 defd5365bf1e..c0129e2f4625 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 58b520c45185..e644ac548208 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 0c6626e77ad1..8e0641520131 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 0ee2c178a8ad..7f580db6f62e 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 dc577480301c..400df8f4005a 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 4478377ee9a6..b3222d931a66 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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_baseline.sass b/frontend/src/global_styles/layout/work_packages/_table_baseline.sass index 531ee950b643..be0d9c194c05 100644 --- a/frontend/src/global_styles/layout/work_packages/_table_baseline.sass +++ b/frontend/src/global_styles/layout/work_packages/_table_baseline.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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_baseline_overrides.sass b/frontend/src/global_styles/layout/work_packages/_table_baseline_overrides.sass index 5e3ee62516dc..e816fcfa557b 100644 --- a/frontend/src/global_styles/layout/work_packages/_table_baseline_overrides.sass +++ b/frontend/src/global_styles/layout/work_packages/_table_baseline_overrides.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 b5f28d8a35c9..1620dafd8955 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 5fa724572486..23d1c6d3eff1 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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/_base.sass b/frontend/src/global_styles/openproject/_base.sass index 4ccd591f2b84..acd04a60263f 100644 --- a/frontend/src/global_styles/openproject/_base.sass +++ b/frontend/src/global_styles/openproject/_base.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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/_forms.sass b/frontend/src/global_styles/openproject/_forms.sass index d2ae6deedddd..71b79dce941f 100644 --- a/frontend/src/global_styles/openproject/_forms.sass +++ b/frontend/src/global_styles/openproject/_forms.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 04b05b9e159d..01f3eec20fd8 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 70074900818e..cb5e2b93f820 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 303eb1c329c1..1ce778e76467 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 5c7fa32f4819..f7a04cb03100 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 af3d8c59191b..23a4e3c25420 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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/_primer-adjustments.sass b/frontend/src/global_styles/openproject/_primer-adjustments.sass index 87765223853b..f6ca50ff82d1 100644 --- a/frontend/src/global_styles/openproject/_primer-adjustments.sass +++ b/frontend/src/global_styles/openproject/_primer-adjustments.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 a1915ab0a5b7..2372afc02d2e 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-2023 the OpenProject GmbH + * Copyright (C) 2012-2024 the OpenProject GmbH * * This program is free software; 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/_variable_defaults.scss b/frontend/src/global_styles/openproject/_variable_defaults.scss index 202f4830dea7..fd96a01a18bc 100644 --- a/frontend/src/global_styles/openproject/_variable_defaults.scss +++ b/frontend/src/global_styles/openproject/_variable_defaults.scss @@ -1,6 +1,6 @@ /*-- copyright * OpenProject is an open source project management software. - * Copyright (C) 2012-2023 the OpenProject GmbH + * Copyright (C) 2012-2024 the OpenProject GmbH * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/stimulus/controllers/dynamic/backlogs/backlog.js b/frontend/src/stimulus/controllers/dynamic/backlogs/backlog.js index fd7bca3b0a16..6e12ac85ea2b 100644 --- a/frontend/src/stimulus/controllers/dynamic/backlogs/backlog.js +++ b/frontend/src/stimulus/controllers/dynamic/backlogs/backlog.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/stimulus/controllers/dynamic/backlogs/burndown.js b/frontend/src/stimulus/controllers/dynamic/backlogs/burndown.js index ed6e279747ca..699d706a297f 100644 --- a/frontend/src/stimulus/controllers/dynamic/backlogs/burndown.js +++ b/frontend/src/stimulus/controllers/dynamic/backlogs/burndown.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/stimulus/controllers/dynamic/backlogs/common.js b/frontend/src/stimulus/controllers/dynamic/backlogs/common.js index 46f10210c91e..4d542cdfaebc 100644 --- a/frontend/src/stimulus/controllers/dynamic/backlogs/common.js +++ b/frontend/src/stimulus/controllers/dynamic/backlogs/common.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/stimulus/controllers/dynamic/backlogs/editable_inplace.js b/frontend/src/stimulus/controllers/dynamic/backlogs/editable_inplace.js index 1d41736d1d27..493b7eea3a5b 100644 --- a/frontend/src/stimulus/controllers/dynamic/backlogs/editable_inplace.js +++ b/frontend/src/stimulus/controllers/dynamic/backlogs/editable_inplace.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/stimulus/controllers/dynamic/backlogs/impediment.js b/frontend/src/stimulus/controllers/dynamic/backlogs/impediment.js index 73b726b27754..37f22bb653ef 100644 --- a/frontend/src/stimulus/controllers/dynamic/backlogs/impediment.js +++ b/frontend/src/stimulus/controllers/dynamic/backlogs/impediment.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/stimulus/controllers/dynamic/backlogs/master_backlog.js b/frontend/src/stimulus/controllers/dynamic/backlogs/master_backlog.js index 96081fae404b..1c99f1075928 100644 --- a/frontend/src/stimulus/controllers/dynamic/backlogs/master_backlog.js +++ b/frontend/src/stimulus/controllers/dynamic/backlogs/master_backlog.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/stimulus/controllers/dynamic/backlogs/model.js b/frontend/src/stimulus/controllers/dynamic/backlogs/model.js index a51d0730604a..09fcf2f31b20 100644 --- a/frontend/src/stimulus/controllers/dynamic/backlogs/model.js +++ b/frontend/src/stimulus/controllers/dynamic/backlogs/model.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/stimulus/controllers/dynamic/backlogs/show_main.js b/frontend/src/stimulus/controllers/dynamic/backlogs/show_main.js index d8259df78a23..174780ab77f5 100644 --- a/frontend/src/stimulus/controllers/dynamic/backlogs/show_main.js +++ b/frontend/src/stimulus/controllers/dynamic/backlogs/show_main.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/stimulus/controllers/dynamic/backlogs/sprint.js b/frontend/src/stimulus/controllers/dynamic/backlogs/sprint.js index a2128169b8e9..7a4eaa55f8a7 100644 --- a/frontend/src/stimulus/controllers/dynamic/backlogs/sprint.js +++ b/frontend/src/stimulus/controllers/dynamic/backlogs/sprint.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/stimulus/controllers/dynamic/backlogs/story.js b/frontend/src/stimulus/controllers/dynamic/backlogs/story.js index fbad3297f292..830a4d584cad 100644 --- a/frontend/src/stimulus/controllers/dynamic/backlogs/story.js +++ b/frontend/src/stimulus/controllers/dynamic/backlogs/story.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/stimulus/controllers/dynamic/backlogs/task.js b/frontend/src/stimulus/controllers/dynamic/backlogs/task.js index afa4a7b069b0..f6a918a36478 100644 --- a/frontend/src/stimulus/controllers/dynamic/backlogs/task.js +++ b/frontend/src/stimulus/controllers/dynamic/backlogs/task.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/stimulus/controllers/dynamic/backlogs/taskboard.js b/frontend/src/stimulus/controllers/dynamic/backlogs/taskboard.js index c2db6c15352e..6ed496cbe9a7 100644 --- a/frontend/src/stimulus/controllers/dynamic/backlogs/taskboard.js +++ b/frontend/src/stimulus/controllers/dynamic/backlogs/taskboard.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. diff --git a/frontend/src/stimulus/controllers/dynamic/backlogs/work_package.js b/frontend/src/stimulus/controllers/dynamic/backlogs/work_package.js index ee58400513e9..aaaa29aa4312 100644 --- a/frontend/src/stimulus/controllers/dynamic/backlogs/work_package.js +++ b/frontend/src/stimulus/controllers/dynamic/backlogs/work_package.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 20795d98a6a7..b88533b6b5b6 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 216f85cab744..c43ea75d30eb 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free software; 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 36271ea4191d..51f6a14cf598 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 5c3b591ebd53..4c7e4ffbcda6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 5f1db14b53f8..20cd08e484b4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 7c5a516c87c5..99b92a78d666 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 b3e8578e3ee3..8de39ab01606 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 0176e13ac529..f41b672368b8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 5da5dd514b45..a81231b68618 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 15990f8381d0..8d7ea604f3cc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 0de499c28fa1..19327d570e7a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 cb2f809fae07..f3bb149c00ed 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 3def5e97ed17..28a36f48fa64 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 37ffd9cb3830..8575cdab1d6c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 6cda7238a42c..b0225e1a29ee 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 1cc72d0accee..cc92e7b47ed8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 be5ac68cd97e..d074984fdf5c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 ca71c2fdfc8d..ae18a5d6f9f6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 a0d8e31df4a0..dc02121666ed 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 186b326c77f3..788d1c92bfcb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 e18a30dd9351..ee17613fd6c0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 6be444e12a53..e0c2f58de419 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 478c220545dc..017cc3078ee9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 0398273b66ca..22394e05ad69 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 c13ead23190e..10df5693e3cb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 8d6040584c03..40727b347951 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 4fd3d044f963..53b01dac93bb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 9e35e02d4a49..bb468b722a46 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 a1c021e7451f..b3789e35355c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 5efb59026aa1..93fb2156ebc7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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/enterprise_token_missing.rb b/lib/api/errors/enterprise_token_missing.rb index e6727e12fe85..2fd326d252af 100644 --- a/lib/api/errors/enterprise_token_missing.rb +++ b/lib/api/errors/enterprise_token_missing.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 ef250bc9e4aa..f40143b14984 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 5ab08a42c9d1..ee5c99885735 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 94c8de53fe78..571af95efb09 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 6d1b804b3df6..d510dbce4126 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 ba025bcd953b..a2b3ef9d5458 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 f5f34fb8f9d1..07cd95b2181e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 2e6290b12a9b..c0f3936d6f31 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 9512d6a07c77..2a993ca9511b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 b93affe35faf..3516b3762cea 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 0c8e966965b8..337f496844fc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 9205def1dd69..af0ed15a6017 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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/outbound_request_forbidden.rb b/lib/api/errors/outbound_request_forbidden.rb index af2a3ea4c8ee..022424af9923 100644 --- a/lib/api/errors/outbound_request_forbidden.rb +++ b/lib/api/errors/outbound_request_forbidden.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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/outbound_request_not_found.rb b/lib/api/errors/outbound_request_not_found.rb index c0b8ad903930..368ea861a243 100644 --- a/lib/api/errors/outbound_request_not_found.rb +++ b/lib/api/errors/outbound_request_not_found.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 2774e6e2b4f6..c210e94c0190 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 ae1ab2d95e87..2b127034525f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 2c493db10b7b..3c3a8c3ee9f6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 5c3cfd4b224f..7e97ac1db6eb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 225b2d0fce18..22f8fd9b3d5e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 af2dcaa06ff6..0465a7f7ad65 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 b61203a85375..0a77ca5aff5b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 d61b72da7acc..44c77b6247ab 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 a77fdf9e9d55..2469b428c73f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 23de94a24f65..397466a58597 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 58100b3f1e9a..80ac0415d012 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 b68cf3e82dfa..cd8b86a29725 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 c9ade8448cf9..84ac8972ae5c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 a87ae7f3c238..9974b605280f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 312fd51a2e56..8865fd187a13 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 6d8447df7224..10fb02a2c385 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 dca91c3b0da3..e75714e5ad6a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 1f3fea858cf6..cf1303d106ed 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 866396bb6c39..9c98d463bd64 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 4dece6295830..ec0341832c9e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 b06650229659..a867b4551aa7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 94a11f918b46..f06e8518ddc5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 62e0a4888706..c3d9b678b7c8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 d4d84c9ceb0d..e52ed985372d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 889e88ee4d76..6d69604cb6c4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 78264eec44d2..673ebd97d519 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 2ca7a3485964..fed56c41ce5a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 0e167792d004..5ac06bb8054b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 e378d88604ad..ae7cff016063 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 5f4e871ee69c..71dbba8dd0b3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 efefb695a5e6..9c4725b57b11 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 0eab16f5c2ae..a4de3f025c16 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 82a525011204..e2972a36dfcb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 68ffc6f58f62..1180de83c00f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 0b2281abb252..864f06c1a384 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 893beea90f9c..5169e9485c9e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 84f0c8cf3e77..34e7f0203208 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; 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 d0c0260ae312..c445ad614359 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 f3e573561bb4..0473e84041e7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 6edf15d0eaa0..a66cffb92606 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 51af88c097be..a5cec51b4e85 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 c214525c5754..4c3db3b45058 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 47a8ccb4ae0c..68bbad2f5c03 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 5dd5f182e5ee..bdd1053e3ae6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 c65176fb087e..94f6ea869f42 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 4c2bf913e788..1ca183ff7e22 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 f288d8d875da..c63a5a3901ac 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 14774eab3dd1..86bc5d3781f6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 767cca244bf9..85e590fa0189 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 a3f9171733f7..72bfd5550d32 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 fed4be38567b..a16975c49b71 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 bd985baae8a0..4f75290dbd81 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 892a8bf3772d..84d2221a1319 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 6599242ceaf3..0d75c27d2e90 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 0dc3e0e7d9c2..5e5c63b6923d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 f3a0b8c6683f..cc3d885f8495 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 c7464272deba..9782e1e59852 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 341054fbcd92..18d9824c1f08 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 6713259258e0..ac67d4fd7065 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 ef9012b53a72..f090b52d80fb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 fe6148e880c2..478426666753 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 7f8951b949d7..0512e5df5bc5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 d1db4caa93ee..e445bdb88d73 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 b1fd50ed7216..57e987e9bb0e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 11de3b2a2976..f48ede8e5cb3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 b8d4841e5919..dd1c9a9f46dd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 05678c597822..6c38bb6f36e9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 8964e1d743f8..4cf8b627800d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 76ea9520f0e8..f0466393b783 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 0501538b306e..4eb82a0c8a08 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 2e2113d5b2a9..ac83b8e9fcd6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 4602bc965fff..1160223cc90a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 4418423921e7..28f9c961d3e2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 7612d9f9b028..9f2da76f7bf1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 919dd7b26f52..22e9b4d87ed9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 c0716ebe6c98..701693ab9c93 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 e13ebb8b3ca4..9cec648f3f28 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 8bff2f26dbca..e15dd1b546e6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 4acd22925826..29415f1d2ec8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 f77cae7738e0..3c7aa2af45da 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 4e63f1d10417..d2700ca0be31 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 423beba4765a..8feed13970ef 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 3c70f64891e7..e305544a9391 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 484773552344..6487ff027550 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 5fc596d1e56b..b3955e92764b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 cb40008bb5c2..cf83604a08d4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 e7b81e5853a6..80239ebf56d4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 4ca77b89fb5e..c52e62ec2b01 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 11c529505d60..7ab9288ff7a7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 0e0f23bfd694..1151c2ce6c39 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 bddf462edf3b..9396a5df39f6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 9ffcf5842146..c86b54ebb675 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 0407ceaf427f..b6983666e799 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 7979ab587d28..1f3a77d2d6f7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 df2699d92681..5a7f638cdf04 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 1e102582cae8..126b8561179d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 fbc23bae8bf7..e8e0facaa913 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 3b4cb359b884..eb72a5f16e49 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 9b47c6045c98..278487aae9d0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 3f0efc9ca513..01466a485da6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 46fbe9ad7a65..6b811e48f9e9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 40c338de6821..4db91894abeb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 a013c5d9a308..a5c8ea981129 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 2fd97d8f3ff0..9f38c27f75ea 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 8bc503c8df23..64e589d51721 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 5fe2b4e5e1f5..edf2a7e84f00 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 08d2921f1d57..1bb9fdeeef60 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 4fd439286f73..23c08cbd5715 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 a2483633ae26..84443abf26d9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 f6bf0828f7d9..fd2267e35ac9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 61d1c1037090..d6c1e9dd6cee 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 84af592b7cbf..3609f7a72657 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 f714c8f87df9..41e9661bf796 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 6dcdc5e0ab1b..37b493c31d7f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 b9f0eb4631b4..55365f8f6317 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 0978214c8471..886e09cdd950 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 ec8794a4b672..21cc313fe99b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 9acaf955b2c9..8e32878283df 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 e93927a5f486..1b551700dbb7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 ecf0616797a6..664950489908 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 03cd2b75684c..b3435c3b4ea2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 a69062577107..ba1d97ab44c4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 d07bc6020c1b..bd672cb9c668 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 5b0d1da56594..96e02e2038a0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 df8baa041bef..35a11242541d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 682ff942cb64..758b3f662ec9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 4b662a1c0117..4b986ac0e5d3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 3e5c9252338b..f31becbc3784 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 c735bb2d854c..90e6d55e9029 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 7df995f6d481..de70bf2b9488 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 3cf270e34804..33813ee011b6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 6540cfb7145c..e6c7b2bc8ffd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 a8e5d0a3df8c..0006aaabbf77 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 bc6406e6d439..09e3202bb8eb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 1300397ecc4d..40c05d815102 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 5f497254b2ed..85a17f8f21ea 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 4bb9849cbb90..cc69f6cce143 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 305911ccc8a7..0980247088f9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 4756649c9ec7..4b765cfdfd19 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 e5e12b7869b8..14a14cc0a5ba 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 4685a6fafdd7..63013205f73e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 85c8ba2172de..35c02e4e1d99 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 1188bf9ab2f4..fa1a0467331e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 3a87f2a1499a..ce1c85f68ca7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 ec664ba0c66b..f0e28cb3941b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 551beec389d2..bda799375c44 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 18563d0573a2..999a6aea1997 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 19a75005ae25..c2b22b432cca 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 1242d63582ad..906a8529a41f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 94e2a36f6d78..a4a699c0432a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 4649fdbf1050..3603844de825 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 e800eaf40013..897d4b4dc678 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 c9d873e2086a..68d4e9c8dc1f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 079b35e5a35e..e25601608ca9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 82bf0cf2bf60..6711821827fc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 aee3a9e7e61d..4090ee0641bc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 1355ab5410b5..ee5c42750acb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 bbfe1e167108..a5c98eafa7d4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 69ed1a9ac471..427d6cd174e9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 d4f3bee122cc..61c6ef7a594c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 cab2b78fd0f0..3d118b14f151 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 0bf90a480a4f..632e99bedf1f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 231c5b1e80e8..4f513d582add 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 f11c809d12c2..5b9bc68235ed 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 6b4cfaecd788..827c3c83eb99 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 0cfb311a1730..1716d19a9518 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 146947468e5e..834e6bc990dd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 c953daa736be..f4fe94220395 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 a7f7b61f3545..cc0524ef133c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 a079c80a5b8e..3db53da8ee51 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 96797f771836..65bb5d0e4c11 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 fcb9acea6962..9f6a9cce9f93 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 6be311eebb69..d4461c7fd579 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 e0ce2565b09a..6a12cab37998 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 3deaeb4a1409..d804946bfccb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 4cde3952a82a..6dfbf76d7e29 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 b92c520aa294..eaf1c1899903 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 def35f3b83fc..2bb0960086e4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 4ac2ed833bbb..f2f25f036dc8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 787da2728711..fae5f86c8215 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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/ical_url/query_ical_url_api.rb b/lib/api/v3/queries/ical_url/query_ical_url_api.rb index 7c99d9a36cfe..b418b280ea00 100644 --- a/lib/api/v3/queries/ical_url/query_ical_url_api.rb +++ b/lib/api/v3/queries/ical_url/query_ical_url_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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/ical_url/query_ical_url_representer.rb b/lib/api/v3/queries/ical_url/query_ical_url_representer.rb index e2a54c41e898..f48d6e0c030b 100644 --- a/lib/api/v3/queries/ical_url/query_ical_url_representer.rb +++ b/lib/api/v3/queries/ical_url/query_ical_url_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 3e1fe5e181b9..af257847ad3d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 f8214a4e6a11..94ad3a55ad5c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 9525f311a5ea..5e9f811c8f50 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 824f7c6dc7ae..88538c70e2f4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 df0e5022fa31..de3cf226a506 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 cfd6f7c8759d..c1a1e027c54c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 f3c555612810..cd27f1a952cc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 86c8e7f822c8..67778f7072df 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 9b37b15f5d95..ccbcce6b1d3c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 efe2bb6beb10..c2d5e73aae00 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 fb25839ba3db..589430fb07f0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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/access_to_project_filter_dependency_representer.rb b/lib/api/v3/queries/schemas/access_to_project_filter_dependency_representer.rb index 005ea5009ac3..9222ab390cd7 100644 --- a/lib/api/v3/queries/schemas/access_to_project_filter_dependency_representer.rb +++ b/lib/api/v3/queries/schemas/access_to_project_filter_dependency_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 924b209d98cf..63fdf78de340 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 b6e3cfb39344..cfe097eb00f6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 9406cefb9feb..4b320d8d829f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 bf8e52a1107a..ab7dfafe7817 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 6a67c8acaadb..1d295b2c7d7e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 f4964828f51d..5aefbad436d7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 7f76d29c41ed..af624591a0b5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 9003f6aae72b..2c99643dcce9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 b57cf72b20dd..3acaee8e02be 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 1986e957a457..5d3ec9380f47 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 5aed808b9c17..6dae96c8b250 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 3c8ed47df134..f214a991e3dc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 a51ca32569df..96e99de4d9a6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 fb20e8a728a6..6c49650ea9b4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 00c807dc3f59..68eb79102f27 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 126e4b3c3870..c040a5734d2d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 505072f8b7a2..3c7793905e57 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 c37f5e34874c..0dfd364333de 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 e7b0f467a747..906311f70c25 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 28dcf5c6ce69..ddc45f9a6249 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 11b394502e22..f14618781b36 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 529d3b6d3eb2..1c2c4bc78c03 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 5056d9be7ab5..79501d54ac06 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 d0b742e3a5b0..73a69d79e720 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 a3a8f0639c23..e79fb8202645 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 7d28b4322eb5..f3fe2d4c9ae4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 e5762d7bda24..88ccc1022e57 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 c1ea2d829870..daed58138bd4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 6b009939e217..c24caafc675d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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_members_filter_dependency_representer.rb b/lib/api/v3/queries/schemas/project_members_filter_dependency_representer.rb index c498d4816a68..3ef08437cef3 100644 --- a/lib/api/v3/queries/schemas/project_members_filter_dependency_representer.rb +++ b/lib/api/v3/queries/schemas/project_members_filter_dependency_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 2c7859d19072..a2ac89057881 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 2681a41f7579..7939206e379e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 3b2ff9d91333..bf2883c545bb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 8fefd578be21..206fc37927a2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 ed5ef98a1a07..e6792d04f7cf 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 3d46604e0963..4f8cdd5b6cba 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 5bfe00c03884..095443e12587 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 c4b2fe12fe9b..61f585fd112e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 d462c9b1de6c..d30549878e77 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 2f9d536c5bd2..1f8094fec63e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 68491c368e7a..99aae261f9e6 100644 --- a/lib/api/v3/queries/schemas/role_filter_dependency_representer.rb +++ b/lib/api/v3/queries/schemas/role_filter_dependency_representer.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 0a42cb1c4698..bb28358b9e75 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 369a85592434..9dc5c347de2d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 c547dc2c6565..4b9330c6b635 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 2d32bea573c6..530372a9d6f1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 b91100fe004f..d103e683c610 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 31139ec7d3ea..0f26a34583ce 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 7f94dc79c3e4..d32719763712 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 7240f5e5fd72..53dd4bacbbb6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 e8a0031da33a..981527516910 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 c061c6305419..8ce6770c9d05 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 5597021c81ad..ff9c8ef87bb0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 419c59e80b34..3f07652ba193 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 8ad60d2bff1a..53386a6af1a2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 2cb98779f614..d8313a96a7c3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 caf8a907f92a..624b0e64c066 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 6fd90caba81d..0854a5c92717 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 7bcb3fe54a33..687b3896399c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 d3dd0c564930..aea73472d1dc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 bb414309a9ed..1e7f8a7835ef 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 73f5e7257eae..9e73600aec79 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 dd7fbba8f5cd..6f4242e7fa78 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 6902926b6a16..eac3e3687a5f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 270e9ef4eb63..34d8a688eda8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 a489c3067edb..c735a016af6a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 5ca51f147ea4..5711cd0c1423 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 8e7d61aad0e2..e7b5405e1bf4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 de2148681fdd..af22fcd95d06 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 621027b2092f..538b21a306c5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 ada8efeb8995..aae9845cd2c7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 4b592393bcce..9a66f9bc2bbb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 ab55d88ea050..6e4b49db8567 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 53bd86228076..6a2917867e19 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 721f5c80ff9d..6070c459379d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 535b64499709..fb3538fb7940 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 2920c3f9584f..6b62cedd2de5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 ffb16439b360..68831bd58fb6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 373f26669c00..c2d1cad5a816 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 71731ce392e4..940820be40f6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 54ee64f8b966..4a28ea664c3b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 c46b0e793ad1..c2a19d158289 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 477b7e343380..db4d245c85b4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 70524f9f408b..802abdf55aea 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 3bc01b576be6..62544bfc9583 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 28e53dd96d21..13bc31ea889c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 743489a6c293..d0eeea195529 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 a5b56b924736..73b0fea0f8ac 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 027189006948..17314e0ad490 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 58b0e2aadd85..773a60944d78 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 286584c9d78e..ee31e762d296 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 5854797d0833..672da3b4e971 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 97ad032b4773..97c96b0787db 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 55481b59155a..fea3c52df8d8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 c80f9a8a7810..a13188e38719 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 183089165403..f2606b095f62 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 66a05c218f32..a5714af91d18 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 3c61e8350506..3bfae49269f9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 55cbe69353f8..eb5f5ef030ad 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 58bb65fdfdf8..a5ade97cdd07 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 7768f7b362ae..ae7cee0532d9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 ce277eea21a9..cae649d1fe23 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 1ed2fee2914b..9de19716cb4a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 993e656079bd..980220937526 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 d7c25e5e9ac5..fe961762abb9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 4b74b98c826d..e1fa4ff0bd51 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 4982ee9e143e..4b353317b8d2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 695bff8c9cc1..4171be090bad 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 f01e04b1ba7a..032dd0e71ea2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 b282fb8ad44d..3e8a1a7b73b6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 5d8e7eaa72c1..50cffa9792a5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 72d217084b93..550386d66df4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 877966160178..97700ad3866b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 a1785b0cea2c..6cf63a8844d1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 7afde7b9d2b7..32d142d706ea 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 810f832e9158..17d3f507f342 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 6856e05312c6..659602413658 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 3bb044440990..34ef6a5fb429 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 59194a0f632e..9955e2bb73f7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 ba2eb1fa6c59..bc9bcb8c14b9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 de6b286504c3..863bffa7bf72 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 b6c6d7137019..40a7f6fc0794 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 d41d196e4764..9edc26a43bde 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 7463bc0f15d2..2286000489ff 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 e6f05e0e22b8..ebc94966afaf 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 d005a470576d..5da1ab89fcfe 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 62d1f91ef839..6ca4c003ed71 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 31b01aa04562..4a96f29d9fcc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 6f8615e5fad6..211a7b29703a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 29f7c44bedec..3320d1a5457e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 9c8391921b6f..080562b965e8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 5abb35c76bb2..90cb66803ecf 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 03b860393fe8..031f897aba62 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 4018a67aeb63..5f04f3775a8d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 23d44e39aea2..50fe2c6c1692 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 6077957bd79f..c885ef6dc1e9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 ed16c5477b31..1b984dfc1cfd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 bcdca63656e3..befb49a9a3bb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 de2343928523..763625952aa0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 95ed27721c39..3fb19e2c0619 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 813d3c8652af..f2cf4934b9fe 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 dea407d6a246..e7c346202d10 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 42803e9a898b..96a3df7c546c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 24971427b08f..940da05777c4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 fc0f9b15d5f3..e92f5a0db9c8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 5bae8f90aa34..2d27b04f9047 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 1509ede334de..3c8410a1f2c9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 b353b345b5a3..1472e9db1842 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 ff7e05f7a2a0..6428b426c9f6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 b9c02287c13b..1b1d1e99c728 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 1b308839b77e..13946580617c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 15f1447a32a2..2ca8cd29f0d9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 e04625d044cb..c28b4a220b19 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 98bffa43a61b..949be4b4b743 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 3e4bf3a0c9a8..426f7469507c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 5fbd55b980f7..64580ce86691 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 219957f30a6d..f994f4075dd1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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/historic_attributes.rb b/lib/api/v3/work_packages/eager_loading/historic_attributes.rb index 57aaf4d47cd4..910fec84173d 100644 --- a/lib/api/v3/work_packages/eager_loading/historic_attributes.rb +++ b/lib/api/v3/work_packages/eager_loading/historic_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-2024 the OpenProject GmbH # # This program is free software; you 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 80aa55e88d49..8511e315cba6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 956e9603cfc0..bfe8dac86f9f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 3c478886871c..59bb4992cdd9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 c776c8e1aced..0576962b17ca 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 0a7320f0898d..7897e7c5bb79 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 eb145dbfecd1..7c681ea60fe0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 79ab2828f393..c1315c3ff013 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 a5e69836c207..b224fe29a717 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 dda95eb95b96..2582589372cf 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 3830be28a6d2..9e3ec507e3e8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 f4d9dac2778e..ec8c2704fc98 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 f020c3317bef..33da6e9a8e65 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 fe72aa0c42ca..bab440bc6e93 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 e37f24eb72f4..7a5574990f25 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 63b9eb1fca7b..a797613784c7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 626453aa09d5..11c526080155 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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/show_end_point.rb b/lib/api/v3/work_packages/show_end_point.rb index 5e252800faed..d86187a16799 100644 --- a/lib/api/v3/work_packages/show_end_point.rb +++ b/lib/api/v3/work_packages/show_end_point.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 549959585716..27545290ee80 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 1421bbd9c8c3..b95a2a9d270a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 71c9117203e2..be6cfca2aee4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 ea187a7d80a5..711c8d59e66d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 f60b35636a5f..cd14588f1ce0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 7207bc0ed026..0770b57598f5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 464b623e5c16..66f529a3f094 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 de053c621440..ce46f51c7b53 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 0f61bd6c8bee..be3f89d9c6a9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 24b8e28dd41b..5918ace340cf 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 3001c6d9bf1b..a7238e80c900 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 f723abeda069..79bde7782a00 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you 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 0f194b336c45..c03e80863b5a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 120f73d10598..1705f21babaf 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6f217337c26f..ff7a856fe0c8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 32bdd3c4b1be..2317bfd0d537 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 53581c2bb275..836470277e31 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2fb62fac91e9..73cd60ab8cbc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f67e0acdbe6a..2ff109597e48 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 df9292e6fb26..dd3cc028bf5b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 07f493288b9f..81e921029a5c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4e824d26d4a2..832edd19d921 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 716bf18e2434..672e45b83a93 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 eeaf2feb7c82..21f2371dd657 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b1d29cd68191..d791be9e0d65 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6bc356ee8919..a175c503b759 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9380a93de4fa..ea57f336380b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 04633e512bc9..e4d54e65e69e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f3805255d417..7fdbc17d08f4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e6afd54ec977..9bd5c17a186c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9f6259e4350f..8e35a631d50c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 06f974ccaad6..ca8501518781 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 989d3732bb81..172176b543ed 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 962ea7657c4e..6c4d7bf6f0cb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 90fe4f6d02db..732eb5cb88b6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8038a056cc66..c9cda1a724e6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 755c80d244fc..dc1bcc22044c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3fcb963a3f94..9f2b5830f512 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0e92616390f1..8702bc8c8a90 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ea42aaa0162b..5fbb9207c26e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c955a9e13a9f..aae889c22e39 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 114896482403..64f980380033 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c1dd4c98f6d3..6befc4f70b68 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5bd590f2f3d1..0d2fc2fd5df1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6b155b58a294..d5d414c5cdcf 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b666b8e4c45e..2f66450db3e0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f1e3d4ca8236..100760ffb21b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 46dc5ce09bd1..79f57991bb72 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 945342aceccd..23bce0248df8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 bed1072f2cbc..b91444e7ef90 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4b62089d46b0..27c761bbbaef 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3149e3acdda0..31e4b214c1fa 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/active_status.rb b/lib/open_project/journal_formatter/active_status.rb index 6da3ed6f44c6..82a8a10f1a3e 100644 --- a/lib/open_project/journal_formatter/active_status.rb +++ b/lib/open_project/journal_formatter/active_status.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d900aec15909..65d1f628ea85 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/cause.rb b/lib/open_project/journal_formatter/cause.rb index c6f9893915d9..53eb0d7e32ad 100644 --- a/lib/open_project/journal_formatter/cause.rb +++ b/lib/open_project/journal_formatter/cause.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f54c098b52e2..d8d9f8052211 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ead7e0e19d37..3910e810288e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/file_link.rb b/lib/open_project/journal_formatter/file_link.rb index 8fa66e4e1f93..8281f5d428f2 100644 --- a/lib/open_project/journal_formatter/file_link.rb +++ b/lib/open_project/journal_formatter/file_link.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 478c59e2bbe2..7fae566bc561 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/project_status_code.rb b/lib/open_project/journal_formatter/project_status_code.rb index 2fbe084d9bef..83e1a9f317fc 100644 --- a/lib/open_project/journal_formatter/project_status_code.rb +++ b/lib/open_project/journal_formatter/project_status_code.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 91c353b5c303..141dcc6badcc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/subproject_named_association.rb b/lib/open_project/journal_formatter/subproject_named_association.rb index a033f5b1cc02..0266af9d4f93 100644 --- a/lib/open_project/journal_formatter/subproject_named_association.rb +++ b/lib/open_project/journal_formatter/subproject_named_association.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/template.rb b/lib/open_project/journal_formatter/template.rb index f44a48503c99..fb3145395819 100644 --- a/lib/open_project/journal_formatter/template.rb +++ b/lib/open_project/journal_formatter/template.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/time_entry_hours.rb b/lib/open_project/journal_formatter/time_entry_hours.rb index 7e2672783cf6..98ff91596bcf 100644 --- a/lib/open_project/journal_formatter/time_entry_hours.rb +++ b/lib/open_project/journal_formatter/time_entry_hours.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/time_entry_named_association.rb b/lib/open_project/journal_formatter/time_entry_named_association.rb index 266fa76294b3..bec101400874 100644 --- a/lib/open_project/journal_formatter/time_entry_named_association.rb +++ b/lib/open_project/journal_formatter/time_entry_named_association.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/visibility.rb b/lib/open_project/journal_formatter/visibility.rb index 772a7ead764c..07a302655f96 100644 --- a/lib/open_project/journal_formatter/visibility.rb +++ b/lib/open_project/journal_formatter/visibility.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/wiki_diff.rb b/lib/open_project/journal_formatter/wiki_diff.rb index 4c64cd8fd93a..9f069adef680 100644 --- a/lib/open_project/journal_formatter/wiki_diff.rb +++ b/lib/open_project/journal_formatter/wiki_diff.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 955f2079736b..08843d4eaafb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/menu.rb b/lib/open_project/menu.rb index b761f535bef2..693e4517b87e 100644 --- a/lib/open_project/menu.rb +++ b/lib/open_project/menu.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 695481054347..d7060c2bf1c3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7530ec864023..f708442dfc01 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ad35a8460583..0817dc29a67d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e16af57663f7..55516ae19235 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9320d353eb1f..3e1dc0760b88 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5fda4055e5d3..4970e9eebe3b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6b725f6c3136..c4d6318509ab 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 89bc660a82dc..010bb459c3a1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7da68b9c3ccd..965a9bdc83a3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d9c310990cb8..4a8e99c76363 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5cef22860df2..146e38001528 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 486a6ecf2fd8..e2196cf2822b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 26c411f30d50..be0b086df719 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 07185ad9e1ed..1a3af2f472b1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 21ae39c7331f..99f29caa0472 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 04b2afe3f6d1..adf2810684f5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 97423077507c..cf1e896b6df1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/lookbook_tree_node_inflector.rb b/lib/open_project/patches/lookbook_tree_node_inflector.rb index b299bb33a6b8..2293143dc171 100644 --- a/lib/open_project/patches/lookbook_tree_node_inflector.rb +++ b/lib/open_project/patches/lookbook_tree_node_inflector.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/mailer_controller_preview.rb b/lib/open_project/patches/mailer_controller_preview.rb index 468567b9f6a2..2dd4083c530a 100644 --- a/lib/open_project/patches/mailer_controller_preview.rb +++ b/lib/open_project/patches/mailer_controller_preview.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 1bb6580591f8..e174e7c4fe43 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 854d558e55a9..6e01c3a3f00e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f054ccdc9145..a97c1bc2289c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 35321b535eef..cd3b221ceb3d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 022758daa9a0..35eed08c1b99 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9df8d87004d3..967fc0e02175 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ee857d0ee3e6..4f13547cc4a9 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free 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 865916cb0502..a71986288701 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free 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 9ce585ee841b..d92204b776e7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 283d99037583..4517a0380e78 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7dcb0e4f533a..9e12c259d680 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c73f3bbc9284..d03c678b1d99 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9442c689304d..67b9d25498fb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 fc6ec014120b..85315f96160e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e1c606a18390..53f70b146791 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 fab5ba17b2a4..c1e832845fd5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 79a202d6ecce..62dde88beea1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 15763d7eb0a1..2f2ca4072109 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 1b3c2062f2e2..c30a4435fa79 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d424d78f7367..9596a98d12e7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c87e1941bcf8..5ef88fde4636 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6fc2f76bdabc..91f45a907f4f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e0b834627bbd..bf600d5ccece 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3de382c6b5c7..adc5d318acee 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3fd3fc747dbf..892f1fb38ce2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 be4da3680368..79aa7ac59c62 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7e46c50753d0..c51b41401581 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 77821f652cac..8f78d7f2559f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 842bb81a12a7..c21b9985adea 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d9baa979251d..d86fb34cee2f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 acfa264c458a..55cd843a938e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8470bdcd4364..ee133ac91c0f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 863c253fd8c9..1b2742664119 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 afb43c57cbea..2a3b9d89ca19 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 aecf0abbe95b..524b0c574876 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 39ed22bcd3a9..578eb8d3d1a4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 35ed3d0a6433..a552eeb03e5a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 fb3abb384997..de750eaf6705 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3f83e5009710..9303fe32d45c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8096ff63d25a..bd24d0a37471 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e6f6049e4309..7e0f07bc7373 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 398ae5b54ea3..f3285c54ff58 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ccfc4342b879..847248fd63a0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 da7f52ace6b1..bed2223d97dc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 dc93c66388c9..1bc20b093894 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 896694050101..308c68593fcd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 17724602dcbf..171e7a085111 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 bfa5460fd20f..730080eb5865 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 16bd12afb4a5..6de5724ea397 100644 --- a/lib/open_project/text_formatting/filters/setting_macros_filter.rb +++ b/lib/open_project/text_formatting/filters/setting_macros_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 996263eeb614..9164d9e5527f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 17e2479550d1..eb5b5cb3c04a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0000383a54b3..bd9a1e615985 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 247c48d69d5a..08b4eb9e422b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 1e476761a0d8..823df59ec811 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c7c06a9b3765..928e2764e229 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 02e52c4e8091..b42b54f6fac5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 120c5e92eb72..f494b0022b17 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b3c12a95357b..096fac1eac8a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5cba30ff76f8..072310d87bda 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4940d00e0c09..2d3f77393582 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 806fcbb539e6..54cc212f2808 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d298359dff34..8994e981f6bc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6481f46f50f1..c232313ca50b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 10856552f57f..152035067bfe 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 95c0a3bcbd24..8d3b74c16138 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 45b0566c1742..815d44f642ed 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9b0f27075ba8..e9a7a312013e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 298df6a8817f..f45fa3668664 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 eef00fe0c7de..b0c2604265e2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 beecb4720cc7..806d379a472e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3d3171587ceb..fc59e10a8ee9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f16cdd8f6749..031df74c7963 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 afdd6ab3ba5a..cc8e87ed3f4b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5e1ad85ed628..4beec22535dd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d579fa6f6f1f..4990f5f6c639 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e33c59586e9d..e09d5cddef6d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ef245bd4ea68..f9670fc68be3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 66b6cfd19968..2a876f921286 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c1a76626923c..a48fac8c0999 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8b747e3f8b06..1f4919fcacdf 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 540f1d6ff1a8..c54ff68f0ff1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 cc1008f699d8..521c2b0ae5ff 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 195e09b67e1d..d96880075e76 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 04d6c242e494..af8bb8b06756 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 98c4084845bc..fb69c3196f64 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 22b737476f10..5767efc8ea02 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 024dce2da117..b824a286a277 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3a8c4df6ff37..bc3d8ab98a70 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b1f644864f93..6a4bad3039a3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e91020b83f0b..b7ea71177219 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7134ab89fa50..60d1b6a4c152 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 09226a4441b1..840ac44edb82 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7bc9bfe382a8..7100704410c3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4f7de54aa39e..87a54085dae9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 1e649f52d40b..b6085df3c8a7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4d4ae1ed8f9c..90a14fb3ed9a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b44ee8d58d1e..2573708e0115 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 36ddd04b90b0..1f7e66e71297 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 19b6c6166e67..31a62c6232ac 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9fd9d1009a59..e9491493363a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 83b875afe7f0..248b9e2ce4c1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f0dad9d43c5f..3e991eada88e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0a2106ca596d..8fc607b34494 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 32e7e4c801a9..5e55b6cf1356 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 01347df43e25..cc86882c6741 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e136ec93ee36..caa7f8eaddb9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 940d7dded34e..f8624bf46f3e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 dc62f6d4dc6a..b27069bb8d7d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 493f7b62afbc..335dabcdfaec 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 efe0b93d5753..d87587a6269f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 cd118e51efc6..ffa603a4dd89 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3ff0163eb7a2..fd5440a8a6af 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5a1b90227cc8..8f76dff98809 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3a57f8e937c4..799e9bf25c4f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 fe64d07c4891..8ea28800017e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a01fa6d80de0..8fc996e51f24 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d6c2821a9eb5..2223b7e8cd96 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ef253baca11e..043385c5d165 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8958aa4e3f30..f9de94ad4d71 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 81cae2686975..80602b621c2c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 cb95f1608160..08aac442c5f0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 538bfade882f..20e6204d0e02 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 00474e69bf87..933dfce147fc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6cbb365642f7..86bb6b8c2d51 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ff1a14778a32..0ad1c904b82e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f1028bef5467..b94bd892a2fc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 73d31b6470b5..2dd21d10ad9b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 96107e67679e..f2a0fd7afd34 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ef934c820104..5889594920c3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e11311a5b0d1..35df1506cc7d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 649345b148ea..a1f7bf67c501 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 29200c2207fc..48a461ac3a51 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8b309afab330..02eff3cbf6db 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0537efbae996..e9d02806a1d2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 cfaa16614b2b..ec38358031cf 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 16507435adbe..4472dfa4897e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6a69d4ef64bb..83b578fe757a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/seed.rake b/lib/tasks/seed.rake index 72f8d5cf21c2..0cbe004369f2 100644 --- a/lib/tasks/seed.rake +++ b/lib/tasks/seed.rake @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e5037340d9c0..302b8d1f4dcb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b17c2fe253d8..4fe0dbbd4615 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4daa23490fe1..75bce82fa003 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7bad51ad0961..b45ab73fb904 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 38cdbc99f6f2..32e8b7d6b373 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 1bec9754dce2..0d27b2b944f6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 50c0aea8ab63..fce28a76ca24 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9b73c59ae4c8..bf4b1b86d3d0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c725f6dc3567..1664ebdf5314 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f0f466680317..dc8cc35c6ded 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c32a4678762e..a46437f1f230 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9450c766d696..42879e0e129a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 956c897aa230..5ba6949538d5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 db4043693248..4f838b82a430 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 42d4ab38ef1d..5a9e2ba0b616 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0c66bfcea07a..2e49a5a27557 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 cfbca63c8932..a775da0dccd4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ac5f909b3cb4..34315d9dce58 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 903deff69744..52f3facdfca0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a4c47e578ad3..63c80385db50 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6591b1819b35..f01cea372593 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f511d2b5679d..82213d3e496e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/file_link_journal_differ.rb b/lib_static/plugins/acts_as_journalized/lib/acts/journalized/file_link_journal_differ.rb index 9b0bbefd20cf..2d9aaaa92600 100644 --- a/lib_static/plugins/acts_as_journalized/lib/acts/journalized/file_link_journal_differ.rb +++ b/lib_static/plugins/acts_as_journalized/lib/acts/journalized/file_link_journal_differ.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 08a67e95cb5e..21f76d6428ac 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6eaf479d7169..d94ca15c11a5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3b3e39d4a554..1b8bd66d793f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d4d72093ba55..74b49314ba50 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a7204d7586c1..cd9db536dcd2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8530d7af6bac..863115e2c16a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a83007655abb..045275ea70ad 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 10d6e9e78201..565aadab76a3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5ec3402ba746..f4b32da88de7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 1df1764c140e..833ad498d37c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d2bc990518f0..dc490eef492f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 aee2f1aefd4c..c36c54388dd0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a8bded2b7ffc..7e6768e5033c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8949ffa3ab84..03feb4f76931 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a0e5cc182da2..47c02c2a3a5f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 272d2052e5c3..a3a8dcf6040b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 58026de529b2..c74488aba0f2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f09ce0f8aa9b..e5da21e06067 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_cache.rb b/lib_static/plugins/acts_as_journalized/lib/journal_formatter_cache.rb index d32889a153ce..50f4c3421250 100644 --- a/lib_static/plugins/acts_as_journalized/lib/journal_formatter_cache.rb +++ b/lib_static/plugins/acts_as_journalized/lib/journal_formatter_cache.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9731a00b863c..1aeff22a2aad 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a01ac75a66f0..ccb45006f383 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 00995063022d..8f6c4a98b155 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8c2fea219da3..f4b9ab031b95 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 61323d669941..7874be8c495c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f2fcb55cd33c..927383e43979 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2e475d3c589b..399eb69ea17d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 49d7a6c56b6d..7daaa110742d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/add_preview_for_view_component.rb b/lib_static/rubocop/cop/open_project/add_preview_for_view_component.rb index 1fa98dc9545d..0fd4f82ff286 100644 --- a/lib_static/rubocop/cop/open_project/add_preview_for_view_component.rb +++ b/lib_static/rubocop/cop/open_project/add_preview_for_view_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8e5d55bf4035..908be8973ce8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 752756f6b015..c51f19b8b2d9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e3d141ed832a..2541565b96ec 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 df70e87ac974..b384d9a8b65e 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 07d39e6f7fbc..4c00ed367383 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ef7f3b8c7847..f48399bcafb9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b602dcf80698..dd0ae4678a2a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0af40ed036db..4710fdb474eb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 22238d9c588c..031c3df232a8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/patches.rb b/modules/auth_plugins/lib/open_project/auth_plugins/patches.rb index a96108b21621..4aed413d5813 100644 --- a/modules/auth_plugins/lib/open_project/auth_plugins/patches.rb +++ b/modules/auth_plugins/lib/open_project/auth_plugins/patches.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 12c4d2b49c97..642f7f30aaf5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b28dfbd2ff3c..2d1d186cce7c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 73f001cf4438..e2ae489d61a0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 417245207b9f..2f44ae81ee72 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c688aa3a22bc..07afc46259bd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d6cf37342ed4..6c8be160c3d6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 32fad0dd9819..9704a2c5077f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_saml/spec/requests/saml_provider_callback_spec.rb b/modules/auth_saml/spec/requests/saml_provider_callback_spec.rb index 7e9a61b447ab..9cecd9a5a43b 100644 --- a/modules/auth_saml/spec/requests/saml_provider_callback_spec.rb +++ b/modules/auth_saml/spec/requests/saml_provider_callback_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 1bcbc12a973d..75f966bd5367 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 bbeb36e5cf8a..00640f14cffc 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free 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.service.ts b/modules/avatars/frontend/module/avatar-upload.service.ts index 38071731bd56..3c2e17a6c3ec 100644 --- a/modules/avatars/frontend/module/avatar-upload.service.ts +++ b/modules/avatars/frontend/module/avatar-upload.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free 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 78e20f2390b9..04c66c07898e 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free 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 fe5c2cb3647f..ae8804c6b7f1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5d10fe41387c..7e7897dde6e5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 bc0100691f25..0bf052b37da7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 18dfd52c94a4..2e323868e7a7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a2090fb4a373..fb7ae526d69d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 adfd136d5007..8bd3bd894350 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 abdd43e4b715..a7e2d1c7840c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9daa7053cb76..fefc5c5328cb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 24eb4b8990b9..d811390a05f7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6bddf44c0514..64e688e7d2c0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d697e72c745a..f5d06eec108a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 773968c26567..97f702ebddc1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b9c67de844e8..f59629643157 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5b1c0eec97d5..3ecfb17e5594 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e0cc2cd5d066..7e9b9b958550 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6289f0c094cf..efb43a7656e5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 070c089d477f..df86563a0c1e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 fb4671ff6501..ebfcd9f63375 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0779994d4e7b..41254afc0051 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 247197585270..7c7b9c71bb19 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a0dd469923ff..456d4012ab6c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c3eb82d787bb..439672e11c71 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 df846b74f28c..b27aa221f9a5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 47c80f25b146..b0e393c93b99 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 94fe1d3cee02..7ae2f4c9b2c9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 30db44af4e2d..be7a2eba06ef 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5fb8c9e311bf..be1688399edf 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f589796a0d29..0dc5331f7dc3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2c0bcd61d50c..532f1fbbc570 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 87d9d1174bbc..970b64e20b63 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/common.yml b/modules/backlogs/app/seeders/common.yml index 4454afd6e9ce..0219ea07243c 100644 --- a/modules/backlogs/app/seeders/common.yml +++ b/modules/backlogs/app/seeders/common.yml @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c728191d60d0..baaeb688b549 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0cc00ed372a0..ff1747ec5fd1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6109cddd5fc2..c7678b17e0d5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 bb595bc3530d..52dc2059f2e2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c20a25da38a0..bacda2758475 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9b4e60888d52..e3e814c6cb43 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f0a33c88202e..93008aa7318c 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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/layouts/backlogs.html.erb b/modules/backlogs/app/views/layouts/backlogs.html.erb index 4e7f8425d26d..10d769745990 100644 --- a/modules/backlogs/app/views/layouts/backlogs.html.erb +++ b/modules/backlogs/app/views/layouts/backlogs.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 c28dac22089f..eaab1733c552 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 9a32dbfa3e70..6abc0223aee8 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 6448b755f4f8..476c7ff125d6 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 655e00857bff..19d0f62b3f7a 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 d2197efaa6a1..f06374c7b075 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 4794bdde1971..2583a04a9a85 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 846647f38d80..6cd874d1a62b 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 02b1b6482d66..b904ca8faa18 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 11f73e034a47..39f78a80ef3c 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 67ec1c4b6cb7..0a80bf2a1c78 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 cc6a54ba979c..8ac0b4295798 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 5d437c1fbf46..7d51762c362e 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 f3322d7b6248..3fefa1c4bdbc 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 e6a4d607140e..3a0747fcc6b0 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 a0cf7ac476e9..bec642571802 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 33f4e68bc80e..a82bb1fb97e9 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 262c5fe47d6e..a29f1a44ab71 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 47d7d7e3dc63..4eabc4fae665 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 d6ab3d98391d..603e5f3ee3dc 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 15efb0fdf663..ade954d7dac5 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 260b3dec9509..fb99f78cf921 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 3c3ed61e6827..a1d6bde57676 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/be.yml b/modules/backlogs/config/locales/crowdin/be.yml index b18c47852385..86cba57e8fe3 100644 --- a/modules/backlogs/config/locales/crowdin/be.yml +++ b/modules/backlogs/config/locales/crowdin/be.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 b18e3aa306ad..50c67eebbd5c 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 c0eb6466739e..fd560a7bef3e 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 0209a3dc59a0..c9b5cbe58e21 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 13bc12db4fc3..16d6a9789886 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 b7a1d242807c..df85b435ef46 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 85c2c3597544..5dd7d30d31bb 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 765251d68004..2a5ff0b9f5d6 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 477c2359ea17..d6d374409425 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 ce77999f9306..d348430fcb60 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 a2d8918e1c3f..f84b0e68b68e 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/eu.yml b/modules/backlogs/config/locales/crowdin/eu.yml index 0939fb5fd6b3..00b5bccf9c78 100644 --- a/modules/backlogs/config/locales/crowdin/eu.yml +++ b/modules/backlogs/config/locales/crowdin/eu.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 c76c3fd01945..b700669fbbd6 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 603a7f1a0ad7..66a442410cb2 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 cd874388487b..c5ed53562f53 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 9a470044bf61..054b2f353f3f 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 fa03c8aa28d9..03bb903046fa 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 53b53e7b8330..5e3e6dfc6b3d 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 2eb99c156e7b..bbbf2823ad93 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 f73ad99a104a..97d544ddb54e 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 5df30fbb9861..665cfc02d55f 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 024b6cf42c9c..32c30bb070c2 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 f81826096de2..120e7109b37f 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 630d46c36f2c..261b138c3fe2 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 d41dfc7a5cb3..7a310412a22a 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 c4204874cd37..ac4965dbd4dd 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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-be.yml b/modules/backlogs/config/locales/crowdin/js-be.yml index c5d45aae94d2..aa220454e4a4 100644 --- a/modules/backlogs/config/locales/crowdin/js-be.yml +++ b/modules/backlogs/config/locales/crowdin/js-be.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 52bdf78ce125..f374d0d9e169 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 34ecd06ef01c..58b63862b261 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 e7e634581815..1adb5f8f63f6 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 9af56e207ccb..de7dbd2d2583 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 3c992aa7f0ce..b5d7e06940dc 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 7832101460ed..4fb4bd6e7067 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 fdee1eb84585..b51fcbe389e2 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 1dde013da97f..afa203710918 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 1265ad19bc84..5993ec879d74 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 dd2961ea54af..12c8702b85c6 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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-eu.yml b/modules/backlogs/config/locales/crowdin/js-eu.yml index 02d697241f5f..e5e1a3e7e8e1 100644 --- a/modules/backlogs/config/locales/crowdin/js-eu.yml +++ b/modules/backlogs/config/locales/crowdin/js-eu.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 f1d831036ef8..5b49b90c006b 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 a66be57441bd..7b641dad8e40 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 eee5129f2dc2..050c072bbfac 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 cd447301bf30..d06f64ced711 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 d96fcc29b79d..4dea90871ce3 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 2dc33989c313..0425b946aa6b 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 6ec59ee43028..a538cfcaf4cb 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 9938807e41a4..2a24ae437c6b 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 3f574c7f6cfc..cb69b76b89eb 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 70b7a4ac8b38..a529389033d8 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 62616a27122a..a3d97ead7532 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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-ka.yml b/modules/backlogs/config/locales/crowdin/js-ka.yml index 7ecc9ffbf3c3..b23bb0e27078 100644 --- a/modules/backlogs/config/locales/crowdin/js-ka.yml +++ b/modules/backlogs/config/locales/crowdin/js-ka.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 94b2b74c5831..150743a05b2d 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 e749252af02f..3496c0e1dd71 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 39278e36dde0..84976e76529b 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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-mn.yml b/modules/backlogs/config/locales/crowdin/js-mn.yml index ff7c293ec772..ad87ec40e3ad 100644 --- a/modules/backlogs/config/locales/crowdin/js-mn.yml +++ b/modules/backlogs/config/locales/crowdin/js-mn.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 54fe261841e1..f0db7b3ded6d 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 75d506b6b725..e52aff815450 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 3e21ac4db01b..1a6c57a98f97 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 2ff3c8a2cf92..cd13e5f97473 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 9fb41535bcbd..da6dd64df643 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 83b5a3358dce..5111f3af41cb 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 dbb1d8c0cba9..846b23b1a4d9 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 e7c827117074..c90428587e4c 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 cfb03b61aa0c..a71914755bbd 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 ef8204fc769a..5c56451787c6 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 2270edfff849..539b15a79159 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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-sr.yml b/modules/backlogs/config/locales/crowdin/js-sr.yml index 37eb264f122f..6b855152d253 100644 --- a/modules/backlogs/config/locales/crowdin/js-sr.yml +++ b/modules/backlogs/config/locales/crowdin/js-sr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 028b13097791..cbcd01eed880 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 d9a6d8606094..fded193659b8 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 66e91095c8e6..effbdc7aa9c4 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 0357a87a0838..545721dbe7f9 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 e68add065b5c..8c6c474de7b6 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 8e8a5a8f791e..9e51e9db195a 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 5803af8f3328..27874894db9c 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/ka.yml b/modules/backlogs/config/locales/crowdin/ka.yml index de7bc06134e2..e9557e61d2cc 100644 --- a/modules/backlogs/config/locales/crowdin/ka.yml +++ b/modules/backlogs/config/locales/crowdin/ka.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 004a6f551159..deb5d4cff2c6 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 534959a4b3ed..cade4df7193f 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 8981d1a42c80..e305e7cf3130 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/mn.yml b/modules/backlogs/config/locales/crowdin/mn.yml index 5fff4c60d5c0..7460eee8ce51 100644 --- a/modules/backlogs/config/locales/crowdin/mn.yml +++ b/modules/backlogs/config/locales/crowdin/mn.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 baea5cc22d59..96aee2444bdd 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 602c7a4521fc..b1785307221f 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 b75765862de5..ef296eb369fb 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 1f99ebde930e..96c042d7f3ed 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 6a667c2382b8..e757466ed9d8 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 28c57b36789f..c9e165acd4e9 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 b64e1d3633ab..c3b0521154c5 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 96b87c3019b8..240368e4b473 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 8ba8d89afe0e..e42dda484150 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 df34b6b0228f..b09079c4477e 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 819e6068fd6b..f39559f6503d 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/sr.yml b/modules/backlogs/config/locales/crowdin/sr.yml index 9e1b2d682f56..2c31a2739153 100644 --- a/modules/backlogs/config/locales/crowdin/sr.yml +++ b/modules/backlogs/config/locales/crowdin/sr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 881cba66889b..36f37186a50c 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 b8e8490d8fed..fd9c185af494 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 ba02b004adf1..abf69b468270 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 9a741bc32df9..097721d2a6bf 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 4a896772566e..e30e7eea9b1e 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 a12576a73aa0..1ded846d2685 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 076fd112e72d..476f3a04aec6 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 c02ee00a6eb1..82acacc947c2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 bf40cd1d6c3c..f785354ab4e1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 cce169ec4106..4472488a0c54 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d7f6451bbec6..c8a735b3b16a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ad07f185cef9..1bf41138f774 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ef80c597374e..177a4e418218 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 108923bbca31..a7aba6385876 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 618f16932fcb..1266f8527337 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3957320cc78e..7f9ff584952e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9d2492384ff2..d5f2a229bd34 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 1ba1a1b30e89..8420e72165ae 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 41a67472d189..7b32d83e5e23 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5e4d218c32e8..5b42eb85fb4f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5ddabb6de28a..33056fbae73a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 50d60c311724..657da7830f33 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b7f6ecac9eee..ece421ae14ab 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 799b98fc41b7..4d9d1e579b12 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 02f1b3885167..63a5c7397253 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2c54c227a1f8..03aeac14947a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 041b29512ef2..3cd3f3e12918 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9866635982de..ee795fe687cf 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 83d3f285e729..7b733df1aa66 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 119fdcea5163..b34115f6e32d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ebadd082499c..f1d01da5b3a5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 550ac950b4ef..e8d0c9f91e72 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b3fa23de1855..ca8e8c25cd53 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a8f8eb8effca..b0802036d5ae 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2bdcc91d16a3..0951b77da48d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c71e8eac1ce0..293885a9e9ee 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d76b8f0f99d3..6c989697471e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b62077f91665..0c84225838fd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_component_patch.rb b/modules/backlogs/lib/open_project/backlogs/patches/versions/row_component_patch.rb index 3c4d4ca57786..33a74b108e8d 100644 --- a/modules/backlogs/lib/open_project/backlogs/patches/versions/row_component_patch.rb +++ b/modules/backlogs/lib/open_project/backlogs/patches/versions/row_component_patch.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9a23a10a7b03..0c881c69b5ca 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a1d5c29ad131..089c997f3b42 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5d98facb92cf..5790134245e6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2653901945a4..e2c662d33ae5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3a1679e4d5ba..04918798b753 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 70d77e7ebf5b..f098c4d0a416 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f8d1799dd08b..56d7fb04e3f9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d374e573e344..96aacb93a714 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f9f61e7d63ec..0e06ab2b58e5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f86200eb904b..008b8646e683 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2b878b1ad340..04a864aa8995 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5d409a448a4e..e69f92e34c72 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 04cb13935cd5..41783f5380f8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 bd26c431a381..b44a1704589a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3211fb573a7d..01736ae033d4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3bcdc27c53f6..9a67a9e47380 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 63f30b3e259a..c119474e80cc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7f3807f49d8c..aa0714c510dd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 bbfa3719ba5f..239f8a46eafa 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 55528a36fa31..f54523e18eb2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 00cffa55b496..f7b0960aa89a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a23c78f4ab86..d698a644b418 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 93129f0115b0..3938d14c3028 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 adf4eb1258d9..64953a04089e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 1215c6741afe..ee9d1f843c26 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 09f8bfc05a25..062380cff032 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b10d9daeaef9..7d6382184e54 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3429aafa4152..76de80282441 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a6c92332a5d3..545ddea42370 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3e6ece7a8846..12cf765bd802 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 bb96a40dff56..44072a954dc7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 67882f97ea43..a8da3ece88ad 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9344bf10aa64..d4424f7b4c64 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5acec8644933..4d0bb8a53eb4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 01f84ea21aec..bc9626979a09 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b0d4198bdfd8..a3dc518d5724 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 38b6b77a373e..0d64afcf9003 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 51fb080bbdad..ef77d12a029b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 704808791441..c507b7a717ea 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f98f7e94d5d1..2902b8779e5b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4ee9e0a95395..0d1949a0b477 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ec46437ba28d..684bb8c8f29d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 376bcf295415..34d22f569a9a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2e74586ef2f4..4a33b7bd8b0f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b85d3e9290c8..366051e6fe39 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a2ab1ee5f227..8cab06b4c360 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 54737e38e106..8762e0b0e8bf 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 55db91d0e9b6..2921132d50f8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b893ceb86ff7..5101f514800c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 219019185f5d..a31d60c10b78 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 04c6fe0241b7..17d9f0b2786b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5faacddbbd77..04c34cde9892 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0e00e03727d6..ff2a4d1eb480 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 38046fe54f6a..aa6a97c38224 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 056f1521527e..c0a131cfe255 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f9d042ae9dff..8ba79b0f24bc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 78a13124e56f..f1a9ddffee59 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c56d2e4169b3..3d2492afe9ef 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5f19a647f300..5397fba52b76 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b298108f3814..94473509a944 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5074bccd26b8..8279829222d7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 18234c32ee34..c272d63966b7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 00e48977be89..d6cf1ce2810a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 56eea9455969..6f0d2ef4846b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c820aea4aac5..840e9faa00e1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d47ed875ea67..dbd47184d5ee 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 83b12035d80d..a84acfeff6d2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 43526c32aea2..19067e6cf368 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7b3f4dedcc31..4a84acd9d064 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0d678b5ff770..40b02c025f59 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6706e24605f8..1acb4fdbea67 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 fa05d5c90939..315ce53237ea 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 499c2c1d26da..5e6ac82b9659 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 dcc828343b31..2cfc627ebdd1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 853a386787e8..8d28bbbbe8e2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5a0102d807fe..d2dfa44703c6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 74dd142ad4a5..131f012fdca5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b8b1c6aa6b1a..e6899cf3c636 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6bfe9b5a59d9..5a6409051c48 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5c3fa8a8a519..110a4d4e9c9d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 86adb63af217..82738973cf71 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0a660404fb45..7117e8e310ae 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 1eb2279587e8..52322e087440 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 49c1b7c1150f..87f36ffeb9e3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5d28b512831e..ebb43370a649 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a57ae7b21e46..581a9b472a8b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 acb728039e41..46477890474d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3412556b6ed4..13e53a7299bf 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 dfe1e234fe91..098096bdeef4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f05fe9fa1d2d..e90753492954 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d592cc8c9f27..c85222270839 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 fd67d87b2c43..231a3d438da6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8ed730ff158c..412148244112 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 11f7125cd06f..e76682ecf02f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 91efda107438..5799888ec6a9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 90d854d045dc..ba286c74c823 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9fe2abc86ee5..5333f27368fd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f36d5d50cbdd..4b99bfcbcda4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7ab5d20683a7..00fc37c82768 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5ca255f506d8..8eede24a09f0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6bd1b7aae84b..67596e6476a1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 186f4861eb52..0282df78adda 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b12834da6c2a..9ef8bef60860 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d198ab3fe48c..5d41c480c70b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0dd971eb58f1..a30cefb2e01d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ecb6eed99cd8..eb864d8759aa 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 410878075e71..0b151c563d17 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 021bf47429e2..7c7cca60cbcf 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 1cdeea87fdd0..21525be7b206 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 20ac9ec18ce9..e6cd1f25fad8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4a902582dbdb..9ff060ae3c5a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a988fa9bc568..12f683a50073 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a0c59682bba2..6f00e5b8ace6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 be10f887e021..b47a50ce02b1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 eabd7b47ed75..35d89e0ff988 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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.yml b/modules/bim/app/seeders/bim.yml index 6c84b389d6e5..26ccb2d54e65 100644 --- a/modules/bim/app/seeders/bim.yml +++ b/modules/bim/app/seeders/bim.yml @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d98f7a598fb4..fe8b80117e5f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4a1358bd060d..9e41b3d189a7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a6b1b00171ae..2ddbe3f3187a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 daf6860eda27..038cfbaae20c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 19a724392b9c..b1170c000453 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 febdd526bd08..9f8dca4f6fb2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 195369e9722a..9cfdc2930812 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7de10b68463c..8624fa8a5df0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7c2da3a8f324..d9f9157d84d3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 48f685957966..ca3d5dd99d2d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 99e234e81f64..8762f6d92c6f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d235679ef153..bd70c7034e1e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 bed3204fdb26..a3b771a4e5ea 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f0bb43e31dae..5e07b3830d22 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 15435e205a36..dac14ab483e0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 61e077462c3e..bc6d782477a7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0504331a7867..90e7d4676f2f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 53a2dfebfccb..79380cec8c51 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-2023 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2024 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 9018522b67c8..4fdf325d0f52 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 113d42278e66..eae54743d673 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-2023 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2024 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 b39b48e27b75..617712dfb291 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-2023 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2024 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 752d67498af7..62d8e3464db2 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 764f98578f4e..3365cc51f543 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 6417a677d8c0..dcde8d48ace2 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 a6e2f86457b5..d727929581f0 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 ee00764397aa..06c9ab715308 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 f870fdef8b81..e2d2528c1025 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/20181214103300_add_bcf_plugin.rb b/modules/bim/db/migrate/20181214103300_add_bcf_plugin.rb index 4c702910a328..e2529bd4ce9c 100644 --- a/modules/bim/db/migrate/20181214103300_add_bcf_plugin.rb +++ b/modules/bim/db/migrate/20181214103300_add_bcf_plugin.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/20190719123448_add_viewpoint_to_bcf_comment.rb b/modules/bim/db/migrate/20190719123448_add_viewpoint_to_bcf_comment.rb index bbdd58c7e9a4..d19d746891d2 100644 --- a/modules/bim/db/migrate/20190719123448_add_viewpoint_to_bcf_comment.rb +++ b/modules/bim/db/migrate/20190719123448_add_viewpoint_to_bcf_comment.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/20190823090211_remove_project_id_from_bcf_issue.rb b/modules/bim/db/migrate/20190823090211_remove_project_id_from_bcf_issue.rb index 972a1987848a..ba6f3a62ade9 100644 --- a/modules/bim/db/migrate/20190823090211_remove_project_id_from_bcf_issue.rb +++ b/modules/bim/db/migrate/20190823090211_remove_project_id_from_bcf_issue.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/20191029155327_add_ifc_models_plugin.rb b/modules/bim/db/migrate/20191029155327_add_ifc_models_plugin.rb index c47fe3c65e12..5e8a718f7cce 100644 --- a/modules/bim/db/migrate/20191029155327_add_ifc_models_plugin.rb +++ b/modules/bim/db/migrate/20191029155327_add_ifc_models_plugin.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/20191114090353_add_is_default_to_ifc_models.rb b/modules/bim/db/migrate/20191114090353_add_is_default_to_ifc_models.rb index 2fa55fa1245d..b5f55f28a1f1 100644 --- a/modules/bim/db/migrate/20191114090353_add_is_default_to_ifc_models.rb +++ b/modules/bim/db/migrate/20191114090353_add_is_default_to_ifc_models.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/20191119144123_add_issue_columns.rb b/modules/bim/db/migrate/20191119144123_add_issue_columns.rb index 6bfd8c9b0a90..d75322a6ab7e 100644 --- a/modules/bim/db/migrate/20191119144123_add_issue_columns.rb +++ b/modules/bim/db/migrate/20191119144123_add_issue_columns.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/20191121140202_migrate_xml_viewpoint_to_json.rb b/modules/bim/db/migrate/20191121140202_migrate_xml_viewpoint_to_json.rb index ef0b9a330fa6..3a9fac0fbec2 100644 --- a/modules/bim/db/migrate/20191121140202_migrate_xml_viewpoint_to_json.rb +++ b/modules/bim/db/migrate/20191121140202_migrate_xml_viewpoint_to_json.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/20200123163818_add_on_delete_nullify_to_bcf_comment_foreign_key_to_viewpoint.rb b/modules/bim/db/migrate/20200123163818_add_on_delete_nullify_to_bcf_comment_foreign_key_to_viewpoint.rb index c82ec4079be8..abf4674a7ccf 100644 --- a/modules/bim/db/migrate/20200123163818_add_on_delete_nullify_to_bcf_comment_foreign_key_to_viewpoint.rb +++ b/modules/bim/db/migrate/20200123163818_add_on_delete_nullify_to_bcf_comment_foreign_key_to_viewpoint.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/20200610083854_add_uniqueness_contrain_to_bcf_topic_on_uuid.rb b/modules/bim/db/migrate/20200610083854_add_uniqueness_contrain_to_bcf_topic_on_uuid.rb index 40182087c4f9..f26eda28dd7a 100644 --- a/modules/bim/db/migrate/20200610083854_add_uniqueness_contrain_to_bcf_topic_on_uuid.rb +++ b/modules/bim/db/migrate/20200610083854_add_uniqueness_contrain_to_bcf_topic_on_uuid.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 22ad0dc5df0a..b930be48d7e8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/20210521080035_update_xkt_to_version8.rb b/modules/bim/db/migrate/20210521080035_update_xkt_to_version8.rb index 57fa697fd43f..3ea28a0500e0 100644 --- a/modules/bim/db/migrate/20210521080035_update_xkt_to_version8.rb +++ b/modules/bim/db/migrate/20210521080035_update_xkt_to_version8.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/20211011204301_add_column_conversion_status_to_ifc_model.rb b/modules/bim/db/migrate/20211011204301_add_column_conversion_status_to_ifc_model.rb index cf3037a1d3ca..c5dc2887a976 100644 --- a/modules/bim/db/migrate/20211011204301_add_column_conversion_status_to_ifc_model.rb +++ b/modules/bim/db/migrate/20211011204301_add_column_conversion_status_to_ifc_model.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 57c659e32a91..3da1b9920e15 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b13576019949..3c3ce66a2da2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/bcf_json/faster_converter.rb b/modules/bim/lib/open_project/bim/bcf_json/faster_converter.rb index 8fa8eedd5aac..7395aefdd402 100644 --- a/modules/bim/lib/open_project/bim/bcf_json/faster_converter.rb +++ b/modules/bim/lib/open_project/bim/bcf_json/faster_converter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b18f8e6d26a7..206703c9639e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0c99bc6062d0..e57664b48a6c 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-2023 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2024 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 f54dc1136704..e2a3cc682025 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a5e912155d2f..1c66bbdc8de5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a4b95f3e343e..3dcaea8eb112 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 46605f5c1661..54a6d5f5e986 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 70a333e26228..f9a1419f9219 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6430ebdd1dd7..78b95d13f4b7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 210fd3fdc229..c55f6069b00d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d3abad10a76b..ac005067fc8e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c6f25035a863..7a28b393e846 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 169c3fb222ae..c0276c2af013 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 27a99d3aa2c9..15d96e604815 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5f15913bbfba..ef72f59fef2c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c8abc1532b74..0a710b6834ba 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 492d7a33104c..68d84e7be915 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 22673dd04eff..e4befa91f421 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6a959fec00d8..e2267f92705f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9fb645e727e6..77e5bf1a5f43 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2d174035c040..a63081a665a3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 111e3aa8b95b..7ff69baba396 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 24f2e3620cce..347b80fdaca1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 aafdf0683634..211f25aeae37 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 47d1a1c91293..895ad05c7f86 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 941f918c08c9..892bcbc2ef36 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 20fe17adc09f..3ef87109129e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 69702d49f3b5..eae212202e5a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a0a7128bbded..5b6daf669bee 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 927eb839cf4c..01909e7fc1d6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 43679dff16e2..5aeb2a08d65e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d75b19bdb871..55c9b2db6f73 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 1a99fd08161a..bab80b0e1fe2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b4814e3b1443..6a4fb633402d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b3c7d73ae052..3e58ac4dc7d0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a0142f01e785..b6a03fb95d8a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5945f0ed4ba6..d55a03964b04 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 02d079b441b0..e2dec51b011e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f959c5d17749..4e21547765ae 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 59c735a7d90a..eff44117660a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e5dda0ec4c86..6e379f0546ff 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ae8e57fd5217..fa7e612fd1c3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 bb1f89bdbc99..c7051e6d2f60 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d07970a413b6..26c410c8d439 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3e6f9ee9048e..27a16673068e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4538ca949fd0..9fdb332a3be0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 03f7e78c8679..30759fb1255a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 55d57ab1be8c..7f77b68aee31 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a5a9bb1fc821..ba184f3a9c42 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 dc3f48b937b5..7419790fe261 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6ff853a9ec45..ee4c539cea1a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6132f5d6fd2d..239b6512dc8d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0a44137167f4..6c77bca0e2bc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/faster_converter_spec.rb b/modules/bim/spec/lib/open_project/bcf/bcf_json/faster_converter_spec.rb index 694319db6edf..77522a686dca 100644 --- a/modules/bim/spec/lib/open_project/bcf/bcf_json/faster_converter_spec.rb +++ b/modules/bim/spec/lib/open_project/bcf/bcf_json/faster_converter_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 334e65dde62d..855b8df54cfd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7fd64af01616..4875ac72ee97 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 477cbec700c9..1b8294dc91c1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c65f9a1d9358..55c9a1df84b6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5bac7923ebdb..1147504edefd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3b22ba231a86..e01a704ba0c9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0c4c561c2f78..c6f5af71fe1d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b83f7c0415ae..647b222dff92 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8a95f5531a1b..20361488a6e1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ed7882f7ef24..65c7c97dcc1f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 256cdd7e5769..00a15812a1f0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3a6e3bac95bd..49ba96f022fb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d7fee6e87b21..4a921c116ea1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 27c2448d270b..cf9670544cf6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b7c84af55283..1b5aec7bcdbd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6d8fb8e6948c..8edaf10145f5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ebfb716d8384..5ad57c0ba904 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4e086ae01cfb..8d4858901998 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 159203f0cfa9..a45f14789482 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e9405fb0adb5..0ce928e33865 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3c1be305a864..abbec151a276 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9ff180248acd..bf22e20f7273 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 09064cab6c9f..49413343a9d9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 1698cb050114..e7fe2c7142b2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/root_seeder_bim_edition_spec.rb b/modules/bim/spec/seeders/root_seeder_bim_edition_spec.rb index ab675818b2bc..70d70abfeb3c 100644 --- a/modules/bim/spec/seeders/root_seeder_bim_edition_spec.rb +++ b/modules/bim/spec/seeders/root_seeder_bim_edition_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0f6af4ed34bb..79df527c74f0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 43d9267e8b33..f7d1ec74fe93 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c39cd65bd9d4..d01b15b15f15 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 078bb0644f87..fbfaa9a51860 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7e8f5589241c..6f31639d8784 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 da163b9124dc..8c76f44d3eae 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 edc311cbab91..94589268d6b3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 88286a9dab9f..4369b543d827 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 714ee5a1f02b..45b8e249a63a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 dde3dac98890..7366ecc1dcae 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 545e9087435e..326db80a0f4d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c2ea9b859165..0a11dd4b4dd4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 73223b089693..50d45b6952e0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2f39edd9a0ce..5bef01651caa 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/boards/row_component.rb b/modules/boards/app/components/boards/row_component.rb index b81812cb991b..b5c90c82916a 100644 --- a/modules/boards/app/components/boards/row_component.rb +++ b/modules/boards/app/components/boards/row_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/boards/table_component.rb b/modules/boards/app/components/boards/table_component.rb index 22736fab9068..ccd8fc3f2c85 100644 --- a/modules/boards/app/components/boards/table_component.rb +++ b/modules/boards/app/components/boards/table_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 25e1ec73da9f..beec300c2fc5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 57e1d88354b2..11c88ef7eef7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/seeders/common.yml b/modules/boards/app/seeders/common.yml index add65367b412..03514c01530d 100644 --- a/modules/boards/app/seeders/common.yml +++ b/modules/boards/app/seeders/common.yml @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 84f19ded1b27..b5d6ae143bc9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8443cc8d87b8..5ed81d4b9992 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/views/boards/boards/_form.html.erb b/modules/boards/app/views/boards/boards/_form.html.erb index 7bd223f45f98..2849d0ba7be1 100644 --- a/modules/boards/app/views/boards/boards/_form.html.erb +++ b/modules/boards/app/views/boards/boards/_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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/views/boards/boards/index.html.erb b/modules/boards/app/views/boards/boards/index.html.erb index 56b59b37eaa2..dc70e7536d19 100644 --- a/modules/boards/app/views/boards/boards/index.html.erb +++ b/modules/boards/app/views/boards/boards/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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/views/boards/boards/new.html.erb b/modules/boards/app/views/boards/boards/new.html.erb index 9486f40b1cca..f0b780bb2630 100644 --- a/modules/boards/app/views/boards/boards/new.html.erb +++ b/modules/boards/app/views/boards/boards/new.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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/views/boards/boards/overview.html.erb b/modules/boards/app/views/boards/boards/overview.html.erb index 9d9a1934869f..27f18e7f717f 100644 --- a/modules/boards/app/views/boards/boards/overview.html.erb +++ b/modules/boards/app/views/boards/boards/overview.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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/views/boards/boards/show.html.erb b/modules/boards/app/views/boards/boards/show.html.erb index 3655423d0983..30c455e3936f 100644 --- a/modules/boards/app/views/boards/boards/show.html.erb +++ b/modules/boards/app/views/boards/boards/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 34b84e699121..61f63c826c02 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/boards/create_contract_spec.rb b/modules/boards/spec/contracts/boards/create_contract_spec.rb index 9096c3841b07..8ec469cabb46 100644 --- a/modules/boards/spec/contracts/boards/create_contract_spec.rb +++ b/modules/boards/spec/contracts/boards/create_contract_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5b67896c128b..c203c5993d3e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e6a5bd7a6723..5feb4325f8c8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 559cbdd71d87..f47018d04b4c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2c8899085418..c4bf4c896a95 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 077704766658..4a3cd5ff022d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5dd95bbd36b0..a2f9e324a05d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 73da9c988730..d075792e21eb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3224f399778d..b98a713970e5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0e12ae95e511..ce5d2e46f5fa 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 590c92c0c3aa..0e05c8ae788d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0cc9d08b907f..86f0b0b3b4ae 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_index_spec.rb b/modules/boards/spec/features/board_index_spec.rb index a4567eb22d91..79c3596f0e1a 100644 --- a/modules/boards/spec/features/board_index_spec.rb +++ b/modules/boards/spec/features/board_index_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 73c01bcacae1..b23b483994b3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 82076fbc76af..1da1ec872157 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_overview_spec.rb b/modules/boards/spec/features/board_overview_spec.rb index d66a4f23153a..2fa458568bc8 100644 --- a/modules/boards/spec/features/board_overview_spec.rb +++ b/modules/boards/spec/features/board_overview_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a9337465558a..de469248ac17 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2eb5f1a83ef6..23aca879e2b9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 74416b989c22..f77c5bbc6e31 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/menu_items/top_menu_item_spec.rb b/modules/boards/spec/features/menu_items/top_menu_item_spec.rb index 3910d23094ae..ee4181aa90e5 100644 --- a/modules/boards/spec/features/menu_items/top_menu_item_spec.rb +++ b/modules/boards/spec/features/menu_items/top_menu_item_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 307177ffc459..c317aadaa477 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 da8db1269bc4..8647aae07a2b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_list_page.rb b/modules/boards/spec/features/support/board_list_page.rb index 9a02fb9a6dfb..8830ae0f327e 100644 --- a/modules/boards/spec/features/support/board_list_page.rb +++ b/modules/boards/spec/features/support/board_list_page.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_overview_page.rb b/modules/boards/spec/features/support/board_overview_page.rb index cac8cfa9c0ab..5661d72b4aa6 100644 --- a/modules/boards/spec/features/support/board_overview_page.rb +++ b/modules/boards/spec/features/support/board_overview_page.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 bb395d1b0d63..58ddf1721061 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4e049e010bb9..206b31b09f2c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 996abd2f7f49..239edc14e09d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c81321c90322..2688f32feda9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c7d61f0b177a..1afb1a911ba9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 50f23bf6a4e2..986326b28a43 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3705c7b62ac9..da7eb42cfe63 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6a83d97dedc3..f38df997003e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/assignee_board_create_service_spec.rb b/modules/boards/spec/services/assignee_board_create_service_spec.rb index 0b9d6ef2503c..ab324afa75f7 100644 --- a/modules/boards/spec/services/assignee_board_create_service_spec.rb +++ b/modules/boards/spec/services/assignee_board_create_service_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/base_create_service_shared_examples.rb b/modules/boards/spec/services/base_create_service_shared_examples.rb index 6e9b91e57af3..7146101c57b6 100644 --- a/modules/boards/spec/services/base_create_service_shared_examples.rb +++ b/modules/boards/spec/services/base_create_service_shared_examples.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/basic_board_create_service_spec.rb b/modules/boards/spec/services/basic_board_create_service_spec.rb index 5666e0a6f45f..723caa11a4cf 100644 --- a/modules/boards/spec/services/basic_board_create_service_spec.rb +++ b/modules/boards/spec/services/basic_board_create_service_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 66f2e9e35a8d..5682ae157df0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/status_board_create_service_spec.rb b/modules/boards/spec/services/status_board_create_service_spec.rb index b585eb6dca9a..012a139f4e88 100644 --- a/modules/boards/spec/services/status_board_create_service_spec.rb +++ b/modules/boards/spec/services/status_board_create_service_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/subproject_board_create_service_spec.rb b/modules/boards/spec/services/subproject_board_create_service_spec.rb index 0c9837d83f7a..ad5056c6700a 100644 --- a/modules/boards/spec/services/subproject_board_create_service_spec.rb +++ b/modules/boards/spec/services/subproject_board_create_service_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/subtasks_board_create_service_spec.rb b/modules/boards/spec/services/subtasks_board_create_service_spec.rb index 0dedb2081388..d78fcf557d3a 100644 --- a/modules/boards/spec/services/subtasks_board_create_service_spec.rb +++ b/modules/boards/spec/services/subtasks_board_create_service_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/version_board_create_service_spec.rb b/modules/boards/spec/services/version_board_create_service_spec.rb index 3dd973571403..5566ba36ab96 100644 --- a/modules/boards/spec/services/version_board_create_service_spec.rb +++ b/modules/boards/spec/services/version_board_create_service_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 43d8764c5360..e3aed4e26841 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 cdfec81e8a0c..50d958714b09 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4dc8da4e1897..9390f2105169 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a3fd60361111..83e1ed101479 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 300b72b5583f..044d59185f88 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3c85f3a80d0e..22de1755b48b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c2329bfd6a76..eef5a1015558 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 49f3b96d2fed..7c53d8bf66cc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 65a55a057260..65bf79afb7b9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d89dc6483833..cfdae6b0ad7b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b6058f35999d..d92bea2e8efa 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 219eb6c39a0f..a28ebd7e0cc4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 fddcc7e0c337..6103ad05912c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9d551020ff34..9ca65329730f 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 5f39f8ec787a..c28ba52cd200 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 a5623be647ed..506f9c7d76d7 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 00c0c13bf2cb..42e9cf703c9d 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 b7ac5238cc48..48085eaf6e73 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 cfab32719f08..0651bafef015 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 fa008c3c2e25..720768fa9693 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 a991ff9c6be4..c80db693281d 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 33ed51c94eaa..3a6e99510bb2 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 c4aa61a58fcc..73c821286477 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 549655736296..9291cb5e0d2b 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 5c4a0c5b49c7..b59de3079459 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 69640a20ea8b..d78d608b7b41 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 f9ee47b544d4..12c01c10967a 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 91bcfc3d9603..dca856a09a36 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 9fa4a5df662c..d1abc254872a 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 592e1b4ede1b..e18537d25cee 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/be.yml b/modules/budgets/config/locales/crowdin/be.yml index bcfe1af3e645..3d1b3ee2a1e4 100644 --- a/modules/budgets/config/locales/crowdin/be.yml +++ b/modules/budgets/config/locales/crowdin/be.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 c92218a88170..408ea3784c21 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 5dcb01caa6db..59cf27f08f15 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 5b326010a488..599bf8435afb 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 9632e29d0d2b..100d7ef33903 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 7bf2dd8b8f0c..2c000cbf274b 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 27f2e3151450..f4021fc3dd15 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 dc7be11ac11d..07e43b4711fb 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 a93e856ad063..8ea3d068545a 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 b6b5a12dbc95..75353e3810fc 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 d12845ea635b..71b0777c8832 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/eu.yml b/modules/budgets/config/locales/crowdin/eu.yml index 6c28116b7443..f75ad5b92bcc 100644 --- a/modules/budgets/config/locales/crowdin/eu.yml +++ b/modules/budgets/config/locales/crowdin/eu.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 31209b09b048..dc8bb5f3c92b 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 f396af35dcbd..46905f1d27be 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 085e3bc08abd..4ab0c2856693 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 80e54da4b219..f7fc0d1dc5f4 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 f3453361867f..914eacacb881 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 e584fa0dd3b3..e10ed352ccb8 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 095ffac15b1b..46d4f1da5b04 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 83587e2b588b..06541bbf17ec 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 660f85ef3ecc..b78a936a4616 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 d470acac6c06..c1cae12c2871 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 86912150364d..13d5db7e0a46 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 f520d4552a48..9668a37adc86 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 a54ae6584160..54e6a064d5fe 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 47e0fef313ca..cbf7e2664d39 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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-be.yml b/modules/budgets/config/locales/crowdin/js-be.yml index a2f53fb34cc4..d7d278f09496 100644 --- a/modules/budgets/config/locales/crowdin/js-be.yml +++ b/modules/budgets/config/locales/crowdin/js-be.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 61cdc9ef87f6..00b9ecb03ed6 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 0726e719dabc..fd314c96de37 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 432fecab8b86..522cea06db7b 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 c3a01616e1d4..4aa618983c02 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 d39891533941..c9bc4cf101ea 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 2b86f45a2e51..5cdb934d65df 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 df7d05f2368e..555ad8c70c0e 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 83ff0a1fb2c9..5221ecc106ca 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 e11375aaff64..4bb159c8fc7e 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 207248024a8c..779f112fda1e 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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-eu.yml b/modules/budgets/config/locales/crowdin/js-eu.yml index 2001dcf95473..88f7172cf9dd 100644 --- a/modules/budgets/config/locales/crowdin/js-eu.yml +++ b/modules/budgets/config/locales/crowdin/js-eu.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 5f294d01ad20..738fa5005696 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 78e28f72f81e..6f4fca0402d7 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 bf8d4513af36..ca19e612b630 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 c3adc91f92b7..25eaec146338 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 997ae93ccdf3..624379d9afcc 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 651509ac044c..e54931980bda 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 883736d70518..b3dfb554165d 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 9224fbcd4044..f67d431ab174 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 0d4fe2af1944..7cad7c544190 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 dab88504cf2e..fe4b3727ba51 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 cb1d67bfba04..6a2b35666796 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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-ka.yml b/modules/budgets/config/locales/crowdin/js-ka.yml index b0e375cf8b82..09a419f3f701 100644 --- a/modules/budgets/config/locales/crowdin/js-ka.yml +++ b/modules/budgets/config/locales/crowdin/js-ka.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 e546495dc9c4..6503762b03ba 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 6f6b2a127cbf..6b528cfda3e2 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 c922ca6590ee..2e8b6cb003ac 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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-mn.yml b/modules/budgets/config/locales/crowdin/js-mn.yml index 94524777ae64..4d8a153d0d78 100644 --- a/modules/budgets/config/locales/crowdin/js-mn.yml +++ b/modules/budgets/config/locales/crowdin/js-mn.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 e3f1f332da96..9f67b51cc59c 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 cff45e7e988c..9542987f1784 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 2e6ed5d9847f..ed33dfe680e8 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 33ef994e8cd6..b9c79c2d8dae 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 56b2b63a6dfd..b61d8f714f35 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 aa1e36ebfe58..30b9f68ef3d5 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 ec2cdbf7c9d2..42b83b23a38b 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 fda5e5ee2bcf..bf97efb4cb1b 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 2db65ef22a38..846febbf0934 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 1e0fe876021a..ddccc1191c59 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 044c4d8f3145..7723f1ae3103 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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-sr.yml b/modules/budgets/config/locales/crowdin/js-sr.yml index 3f6c61c2f12b..458145fb88be 100644 --- a/modules/budgets/config/locales/crowdin/js-sr.yml +++ b/modules/budgets/config/locales/crowdin/js-sr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 e2d2da810756..e56836847e1b 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 49f21482885e..49bf3a322dab 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 68162e852fcd..f16e8fba8adc 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 53efbc2e7fc7..9d52caf9d192 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 394886ab7f43..f5d220e40a5c 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 c36fb8f769f0..ec594c1eff8b 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 d8086735f3c2..80f60dd2bc7f 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/ka.yml b/modules/budgets/config/locales/crowdin/ka.yml index 2d1606caade0..1dcb1eb11235 100644 --- a/modules/budgets/config/locales/crowdin/ka.yml +++ b/modules/budgets/config/locales/crowdin/ka.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 a5b0f7e4cd16..6886b57e3161 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 1fef33d6164c..3a50681eb6d9 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 a7cb04516196..a45acf93bff2 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/mn.yml b/modules/budgets/config/locales/crowdin/mn.yml index 997a8b911ea1..206b3f763a3d 100644 --- a/modules/budgets/config/locales/crowdin/mn.yml +++ b/modules/budgets/config/locales/crowdin/mn.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 7917f248e69b..1cbe16d2b416 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 646b4011fd68..ecc619b94c87 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 3a97cbeaa35b..a3df3a42b0f5 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 11e24f6727a8..ce0578f878c0 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 2170342f30da..2ff55be55ffb 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 772711a7574c..081064ac4009 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 8cb4e630b256..7abb037aadd7 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 8fe9c209f3f6..58c631491cfb 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 f1645f9439af..80878f87618f 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 f399b39bb23a..bc3151e2470a 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 878497d8ecce..edc8ca5f6120 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/sr.yml b/modules/budgets/config/locales/crowdin/sr.yml index 0f9657edf7eb..c15a11d77328 100644 --- a/modules/budgets/config/locales/crowdin/sr.yml +++ b/modules/budgets/config/locales/crowdin/sr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 dd516cbe741a..3c98c9785f58 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 36583c34e339..5e9fb31acd3e 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 75551ef4c433..404207d66789 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 bff6d97f3a7b..9fd9d22915a5 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 bf7b96e6970b..5f41a8c50fe8 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 284bb3ff58ef..d0d2b2755e91 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 6c3ebe9e4b15..eb796960b0b1 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 6442fe7be3d8..148f03a40992 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3740b523c651..c30cc2b3f90a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c70e2f4b4c24..2519e288e4ab 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b37226939227..4cc2e59210aa 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/20200810152654_rename_cost_object_to_budget.rb b/modules/budgets/db/migrate/20200810152654_rename_cost_object_to_budget.rb index a43a0af9966d..442510c962fe 100644 --- a/modules/budgets/db/migrate/20200810152654_rename_cost_object_to_budget.rb +++ b/modules/budgets/db/migrate/20200810152654_rename_cost_object_to_budget.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 aa11b45492de..dff3d5b81bfe 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free 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 31b563d116a5..d90eff13f49e 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free 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 ac97c31b9082..43573826fe76 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free 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 c3934d513c84..e9466f1fcc0b 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free 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 ae97b9232b4a..6f533d8accf3 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free 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 f3f7c3d3c5e8..5949fdebde7e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f5e41e8c0ff3..e5fd15aa8dbb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 755ce426285e..c9d096c4b430 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0fbf72101e37..cfb44b6a46ea 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5f3f10ba1637..148547b4cf28 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 20513c72b22b..f67aecd2ee12 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d0d2f8daafb6..3adf6b922c36 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 bb05b511265a..5aa495bbc042 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6020425e2378..967f89b0b07d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7ddd53c34214..1b8e778842f6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4c9784aa7d2f..60857662cebd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3ffaab891755..0079c6619000 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 70a0d4910a86..ed4800467faa 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 1dce60225536..cdbeda2a0a2a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9e7f8d7042cc..bc2b4ae19e32 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 240ebcda9a64..43d00887efdd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f6e6fca8c5c0..2a2a4c7b8d56 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9e3e070cdf8d..476f2ebbfad9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 045727bbb059..ede95378a5fe 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6119f014c6ee..2278f2c55269 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2fe863c03aac..97931b26a9a2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d59682c187e7..68707c6d2f49 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5c84d1334457..ef7d40670f20 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f4a1979f1fa7..ad1d8f8aaea5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4b3ad106ef97..a10ea2ac47f2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a9981da1da82..8777672870c3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8c861ba68b7f..fb36afeab170 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 93f3e26e8b5b..cb06fc211592 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 68edd2b930db..6d58504710c3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f4fbaea0c1fb..f6d14b7801c8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ac9b36adf0ad..831dd3fd8fe4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8110bd7ad3bd..9c2a056795d4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b8ef28cb31fc..c256366b3846 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/calendar/row_component.rb b/modules/calendar/app/components/calendar/row_component.rb index c29d3810a074..15bb64d2de6c 100644 --- a/modules/calendar/app/components/calendar/row_component.rb +++ b/modules/calendar/app/components/calendar/row_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/calendar/table_component.rb b/modules/calendar/app/components/calendar/table_component.rb index a9553381d6a0..558ae563a723 100644 --- a/modules/calendar/app/components/calendar/table_component.rb +++ b/modules/calendar/app/components/calendar/table_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 168a6ac4435c..a0d6957a0279 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/ical_controller.rb b/modules/calendar/app/controllers/calendar/ical_controller.rb index 46dd6f33f0d5..f3284d7c4f5c 100644 --- a/modules/calendar/app/controllers/calendar/ical_controller.rb +++ b/modules/calendar/app/controllers/calendar/ical_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/models/ical_token_query_assignment.rb b/modules/calendar/app/models/ical_token_query_assignment.rb index 3c13c32866ff..a7a5de5c1c70 100644 --- a/modules/calendar/app/models/ical_token_query_assignment.rb +++ b/modules/calendar/app/models/ical_token_query_assignment.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/seeders/common.yml b/modules/calendar/app/seeders/common.yml index 07da3dc9ff08..8193ac1213ad 100644 --- a/modules/calendar/app/seeders/common.yml +++ b/modules/calendar/app/seeders/common.yml @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/services/calendar/create_ical_service.rb b/modules/calendar/app/services/calendar/create_ical_service.rb index 1bb32bfd66c9..b553e89c646d 100644 --- a/modules/calendar/app/services/calendar/create_ical_service.rb +++ b/modules/calendar/app/services/calendar/create_ical_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/services/calendar/generate_ical_url_service.rb b/modules/calendar/app/services/calendar/generate_ical_url_service.rb index 8d82e053a91e..d840f201214e 100644 --- a/modules/calendar/app/services/calendar/generate_ical_url_service.rb +++ b/modules/calendar/app/services/calendar/generate_ical_url_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/services/calendar/ical_response_service.rb b/modules/calendar/app/services/calendar/ical_response_service.rb index 914e6a8c10f2..fe205b4107a6 100644 --- a/modules/calendar/app/services/calendar/ical_response_service.rb +++ b/modules/calendar/app/services/calendar/ical_response_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/services/calendar/resolve_ical_token_service.rb b/modules/calendar/app/services/calendar/resolve_ical_token_service.rb index f54d30b367d2..fdbad75129af 100644 --- a/modules/calendar/app/services/calendar/resolve_ical_token_service.rb +++ b/modules/calendar/app/services/calendar/resolve_ical_token_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/services/calendar/resolve_work_packages_service.rb b/modules/calendar/app/services/calendar/resolve_work_packages_service.rb index 5d162f0efd38..b7293b610a42 100644 --- a/modules/calendar/app/services/calendar/resolve_work_packages_service.rb +++ b/modules/calendar/app/services/calendar/resolve_work_packages_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/services/calendar/views/global_create_service.rb b/modules/calendar/app/services/calendar/views/global_create_service.rb index a4797292b8d3..05d2752d8de1 100644 --- a/modules/calendar/app/services/calendar/views/global_create_service.rb +++ b/modules/calendar/app/services/calendar/views/global_create_service.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/services/calendar/views/set_attributes_service.rb b/modules/calendar/app/services/calendar/views/set_attributes_service.rb index 5c1adb7ebfc7..17ee4b6da512 100644 --- a/modules/calendar/app/services/calendar/views/set_attributes_service.rb +++ b/modules/calendar/app/services/calendar/views/set_attributes_service.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/_form.html.erb b/modules/calendar/app/views/calendar/calendars/_form.html.erb index b875bada5322..f793e220b27c 100644 --- a/modules/calendar/app/views/calendar/calendars/_form.html.erb +++ b/modules/calendar/app/views/calendar/calendars/_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 422d81bf0346..6f7482c6c832 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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/new.html.erb b/modules/calendar/app/views/calendar/calendars/new.html.erb index 13ca5bd706a8..6eb6fba852d2 100644 --- a/modules/calendar/app/views/calendar/calendars/new.html.erb +++ b/modules/calendar/app/views/calendar/calendars/new.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 3246ce29f515..0f92c3f915d8 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 0503dd3bb83e..ac7da727a473 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 251986ffc43b..10bb9754413d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/ical_controller_spec.rb b/modules/calendar/spec/controllers/ical_controller_spec.rb index 5639b9d27f8c..b351ec176955 100644 --- a/modules/calendar/spec/controllers/ical_controller_spec.rb +++ b/modules/calendar/spec/controllers/ical_controller_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e6371390ec78..52ed74681b4e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 95aa59e54af4..77ee81f16a4d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 24645ee25ab7..91efafc584ba 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_sharing_spec.rb b/modules/calendar/spec/features/calendar_sharing_spec.rb index 6983a763fa59..fd5ed82efa3d 100644 --- a/modules/calendar/spec/features/calendar_sharing_spec.rb +++ b/modules/calendar/spec/features/calendar_sharing_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 12638c59d588..8f11d30f06f6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d7b3d2bd8fe3..7e52cb32cafa 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 aca9a636c820..16629d7e9e2e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 631edbf20bc1..f41718612456 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a80198c3a195..77297e3028c0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 68f975466e54..c2ec5c8687ab 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6a82bac7da2a..602329cb9401 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/ical_routing_spec.rb b/modules/calendar/spec/routing/ical_routing_spec.rb index feaf041684d4..5f77112b4e3d 100644 --- a/modules/calendar/spec/routing/ical_routing_spec.rb +++ b/modules/calendar/spec/routing/ical_routing_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/services/create_ical_service_spec.rb b/modules/calendar/spec/services/create_ical_service_spec.rb index 286665e3b36d..1189b29618ac 100644 --- a/modules/calendar/spec/services/create_ical_service_spec.rb +++ b/modules/calendar/spec/services/create_ical_service_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/services/global_create_service_spec.rb b/modules/calendar/spec/services/global_create_service_spec.rb index 2c7e26f55672..a24031a9f32d 100644 --- a/modules/calendar/spec/services/global_create_service_spec.rb +++ b/modules/calendar/spec/services/global_create_service_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/services/resolve_ical_token_service_spec.rb b/modules/calendar/spec/services/resolve_ical_token_service_spec.rb index 2133d26fe458..7b48bfb0f607 100644 --- a/modules/calendar/spec/services/resolve_ical_token_service_spec.rb +++ b/modules/calendar/spec/services/resolve_ical_token_service_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/services/resolve_work_packages_service_spec.rb b/modules/calendar/spec/services/resolve_work_packages_service_spec.rb index ef0730db21a2..0fafae8173c6 100644 --- a/modules/calendar/spec/services/resolve_work_packages_service_spec.rb +++ b/modules/calendar/spec/services/resolve_work_packages_service_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 01ef1487643f..4af28db990cb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 999573a22d1d..b4a02fb5231a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 fe74503f3e2d..39b643ee4865 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 46835ab205c3..0ba30c008766 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5e447ad1ff1c..d7ba5f2ed262 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 74611911bc74..ffc670710647 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ae1f23a605b9..5e4e3abbb7f0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2eca3e33f197..ee6679faa1f1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/my/timer_controller.rb b/modules/costs/app/controllers/my/timer_controller.rb index 0aa548dd04ec..74c1d6c7ebe3 100644 --- a/modules/costs/app/controllers/my/timer_controller.rb +++ b/modules/costs/app/controllers/my/timer_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 892dfee4241a..584e9ed7d70d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 88ec39942d97..219183f33d53 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f5362fd85953..00916731f327 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8602de95b564..c7c1053a0aa4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 77f06a9e6ae5..abc0866c92c3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4cb2e99019e5..8a0eb999c288 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6ca1bb9f7df2..6ac25f3467c6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3fdf309391f9..82eb60fdf40d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8e99c09ec3f7..a7081bd6ca72 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7e7eb406e08e..aa854df9b22a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8c4554eee87e..b5047a69b7cd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b9c359a2b786..2a4f8f0ff88a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6b1ff2a13875..24876fb89b84 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 22fa6bf2f687..974dc05895d5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 169ea3fd6537..5f4b97ca0195 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0e460c8a396a..fd0e4872feb5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 bc57345f3934..3f72b9276072 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e116833db197..14416ccd1f8b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 104665666b53..3c7149c11f14 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8d2172db9299..e23bf0a12af6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/ongoing_filter.rb b/modules/costs/app/models/queries/time_entries/filters/ongoing_filter.rb index 03d0a5c94ebc..abdc1e796297 100644 --- a/modules/costs/app/models/queries/time_entries/filters/ongoing_filter.rb +++ b/modules/costs/app/models/queries/time_entries/filters/ongoing_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 197792b823f5..09f584a61dbf 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 68accaab7809..1d0f6e846520 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 85f1d8656fe8..351639213742 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0ad217386141..fb5906fe340e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 700a156e78fa..7deb7b6bfb90 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 46a3011b67a2..94dd20b12509 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 fd8b2cfaecff..ff5a68be44b3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 1803413bf432..c21b783b8062 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d73208f968ce..63bff76b475c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c1abfb9f985e..e62928d75f73 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/ongoing.rb b/modules/costs/app/models/time_entries/scopes/ongoing.rb index cd6f422bcc37..4a52c40b0e0c 100644 --- a/modules/costs/app/models/time_entries/scopes/ongoing.rb +++ b/modules/costs/app/models/time_entries/scopes/ongoing.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e317762078fd..5502092e6fee 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6c8a585d8446..4eeed50f32c7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 dda897448445..5fe1060cfa44 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 29fb418a3a4a..76851b5d564b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4d79ddbf2fcf..63db073deab9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/seeders/common.yml b/modules/costs/app/seeders/common.yml index 22be845da779..236d3b2d0267 100644 --- a/modules/costs/app/seeders/common.yml +++ b/modules/costs/app/seeders/common.yml @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b20d6367d5b1..541392446ec9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 668e523261c1..13baf36d1009 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b2930ec9d30c..d7c27f478e98 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 60531ac83992..a0e191d201f5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0019e73b3a6d..af320663e693 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 a6158eac8c0e..1a31e3301be4 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 5b1a8a2faef1..94304c99ed36 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 435fe43a3cf1..ccdfcc7cb396 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 28b17e0575ef..29e557526fea 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 3d90a9525d6c..d6cc998467c0 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 ff1df3f3f2f1..8975f5823a6a 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 3b2862773e4d..2f509f015fec 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 583a9e5d9b6d..6e6261f5bad5 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 d71835082660..eac87b4d9d9f 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 f5478fe9f2be..c83cfa37a428 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 0e8b4e7c3336..00087c2a82da 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 d0cf39569900..ed21f553fe0d 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 5b2f5ebabdc9..c16c3399a68f 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 b7c184a838e0..8426af3b3c2b 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 27bf7127005f..65ee2ac1581a 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 146e6759b753..ba0277b86df2 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 0e24472ca564..13b0fc070120 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 9b2724644abd..b7c318124de6 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/be.yml b/modules/costs/config/locales/crowdin/be.yml index 7c40077fc043..4028bdafd3cf 100644 --- a/modules/costs/config/locales/crowdin/be.yml +++ b/modules/costs/config/locales/crowdin/be.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 5bfa62425fe6..494076ce930f 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 fca048046efb..b9f5bf81a25d 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 55f1cac6d046..eb19c257418d 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 805f174ceefc..8fe5630df300 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 b3724bf57bec..240d18e8a89c 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 e038766a1bf3..1eb79393362c 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 90d92fab0f60..3a50f1fbf632 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 024e7585cb19..7d58b3472f32 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 562b552b4ff3..52f62c82d9b8 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 40d77b83e163..6adb2b9f2cb5 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/eu.yml b/modules/costs/config/locales/crowdin/eu.yml index 048767894fdd..2e6eab40ef44 100644 --- a/modules/costs/config/locales/crowdin/eu.yml +++ b/modules/costs/config/locales/crowdin/eu.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 102b662c206f..a22b558031b8 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 32855bd71564..aaf2168b5361 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 2db7f2497fb6..8f7605ee2767 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 7439fd43c767..1bc7b716e6bc 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 428015b8e8d5..bff301c6e1eb 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 46a15c2ebb93..08594067f076 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 ddb6a6b9ed3a..587aa9656dda 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 703d177a4a22..72ac4c3d60be 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 6753253e476a..61d2bede3228 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 bbc397193434..5515343185fe 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 9e048ab6a3d1..8736df5bbf1a 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 db1b2e3a641d..835e116a4ab6 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 e7422c98ff8c..e6933d138e7b 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 5fab333ffdf6..718e28f3088c 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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-be.yml b/modules/costs/config/locales/crowdin/js-be.yml index 2b9d087cb394..0d9e3ba8f036 100644 --- a/modules/costs/config/locales/crowdin/js-be.yml +++ b/modules/costs/config/locales/crowdin/js-be.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 3df6a7180134..22ec226c96eb 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 36d2036f9c24..5950826d91f5 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 0bd00ceeea8a..79aadd567d1f 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 b1a2688346ea..c216dba336b8 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 5c0917b4fa0b..8224e3266623 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 7664dfabf9ed..04be02baa7d6 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 8090f2e6ba21..35e100e825ec 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 63fb698626b4..e385faa834d7 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 ef58d954b862..f344c54d481b 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 8319ffe8e5b1..cd69c5798017 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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-eu.yml b/modules/costs/config/locales/crowdin/js-eu.yml index c01dd66df352..a7f7a488ae64 100644 --- a/modules/costs/config/locales/crowdin/js-eu.yml +++ b/modules/costs/config/locales/crowdin/js-eu.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 31ebd7f24903..928c23608072 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 9c87d38e6d2b..b6eef6b196f0 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 19d81b795e7a..239adebb6a44 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 b2ba5bfae3fe..8dff95940ff3 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 bfb1edb7dfcb..b617d141dc77 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 5728e3ddbf65..6246bc543a1f 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 da3c3f0973d5..752d2e552bde 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 37cb34dad655..16def1b7e9e0 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 4baef018bed6..df22179c6791 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 ae646ae4a564..52968905c4dc 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 7939a77a510f..f275ac9fb042 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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-ka.yml b/modules/costs/config/locales/crowdin/js-ka.yml index a10c93edb517..05eb4e50162c 100644 --- a/modules/costs/config/locales/crowdin/js-ka.yml +++ b/modules/costs/config/locales/crowdin/js-ka.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 bb9532c3a0ac..4056f8c45ab0 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 6a353eabb9a1..634a358aa28b 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 3c4999c09e87..9a3cfc35be65 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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-mn.yml b/modules/costs/config/locales/crowdin/js-mn.yml index 24335a7137d8..c23447207b3b 100644 --- a/modules/costs/config/locales/crowdin/js-mn.yml +++ b/modules/costs/config/locales/crowdin/js-mn.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 2907c65b143a..ff13d7f74cbc 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 c595a316848a..81ab3421581c 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 615d7a511965..995d2f152c51 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 2af553010844..1760138571da 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 999c5645e899..546b2d01fba3 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 2efc2c2a80ba..fd14c1ab5138 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 dc17d23312d6..067f22970954 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 6467ef1ecf1b..4bd883fc09eb 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 3a52510d16df..1307828a8fc4 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 9e8ed9a066a8..6d8a5580225a 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 a27ddbf661a8..87f6f4e0d762 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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-sr.yml b/modules/costs/config/locales/crowdin/js-sr.yml index 0c74459939fa..93e4313b3b7c 100644 --- a/modules/costs/config/locales/crowdin/js-sr.yml +++ b/modules/costs/config/locales/crowdin/js-sr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 561700973d57..3497c8bcb2c8 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 58db58c11592..3adc76310227 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 494123ea6b90..c4a1d4e54205 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 753d2132e787..805815c7ebc6 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 5ce077a0b278..2d2106ac945e 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 438ec956fe77..e84a849d37e1 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 ec2185f58ad0..dbd5ed85193f 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/ka.yml b/modules/costs/config/locales/crowdin/ka.yml index 9f57b633a446..d5af9a96577b 100644 --- a/modules/costs/config/locales/crowdin/ka.yml +++ b/modules/costs/config/locales/crowdin/ka.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 21fbc83dd650..bf08e89fa49d 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 2fec07a06792..f4215601e12c 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 c3e518b28f62..9cbb7d5918a0 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/mn.yml b/modules/costs/config/locales/crowdin/mn.yml index 18e9bf74eb9d..c516f4664f3e 100644 --- a/modules/costs/config/locales/crowdin/mn.yml +++ b/modules/costs/config/locales/crowdin/mn.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 b0acd2261d68..7199e0f3aec4 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 9e2d76e13fab..3528b20bc680 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 012ee9d2e15e..ac8ce11c6638 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 b8dbcd0a117a..025674a2f10d 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 530b76987d20..fe5298744da6 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 924b8b006145..c93b9bf625b2 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 13fed3afc893..7fd181379c00 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 a7df1ad577e7..0e2cc81880ec 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 6b094e9d0324..0a08810cac93 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 355b73ad9fcb..fc7ffbdc4313 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 ef3f1fb107d6..61171a4b07e4 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/sr.yml b/modules/costs/config/locales/crowdin/sr.yml index 694e06243016..ff430231a0d9 100644 --- a/modules/costs/config/locales/crowdin/sr.yml +++ b/modules/costs/config/locales/crowdin/sr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 fd78d820a1e6..c36b09c54519 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 41027a8c84ff..f156340cbc5c 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 e52f0bce8129..c17345f09c56 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 89399145ee46..faa93f1201b3 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 6e8794d5e547..27fec91f2cd0 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 f4bcb73fff20..01d4e60c9849 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 4ec01cf1bc66..a7a3b496caf6 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 80cc5cb1c5f5..d89e4e9bb229 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b48c4bb03ca3..335b9d04e2d4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 36c6a7663659..9b688ba32f55 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 dc901b52889e..b1aece8fd0c3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/20200327074416_rename_fixed_version_in_cost_query.rb b/modules/costs/db/migrate/20200327074416_rename_fixed_version_in_cost_query.rb index ec026c5e9203..7951ed074c0f 100644 --- a/modules/costs/db/migrate/20200327074416_rename_fixed_version_in_cost_query.rb +++ b/modules/costs/db/migrate/20200327074416_rename_fixed_version_in_cost_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 aae70daa36ba..d5dbfea4dbec 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/20210726065912_rename_cost_object_type.rb b/modules/costs/db/migrate/20210726065912_rename_cost_object_type.rb index e52c27bab058..9942367ff0a8 100644 --- a/modules/costs/db/migrate/20210726065912_rename_cost_object_type.rb +++ b/modules/costs/db/migrate/20210726065912_rename_cost_object_type.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 629600268bad..d76b2384faef 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free 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 3726f9d6fdcc..cfac37874d2e 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free 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 e61ea6286dc7..b11b13a62e2b 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free 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 f99dfd4f37c9..ccba7dcb4ad3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7a8994f48e6a..60a1b7947032 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f8df8ac30c9b..bebfd695734a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 28c42f666c99..d355ea9d6c9e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 366a9ee0d4aa..0780180f09b1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 138662b3d25f..0acdbaba79e7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 43e3696985cc..7e55321621a2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8c74642f8403..52f66ea1193a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 1e314023def8..7e49b37e8a50 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 24e825469252..1999d5c5fd1e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d9a658510daa..b6d388d82de3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 04c9d69a43d4..3eb5472dbb11 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3e94098be796..bba566a6efbd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3426f4e3790e..f36b4f2e39c0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c47b74639aa0..8dfbd2aca914 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9d581f8bfa58..42b152464613 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7fbc7c324e54..c81a30aefc92 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 1d1edbb5fe51..bd50eab1b458 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 86b58bee0e74..39ec03c97d2a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a437253e5c90..78ac7ade8588 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2781420ff7e8..acdbe04d216a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 416eef290a48..f1932cd89b93 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2eb14ffa3e45..6dbf73a083fb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e1dacd0928de..ee1fe87c379d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 54534fe011b8..7d1e26260fa2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 89543b73f1e1..f9d947f3ee4c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 edeba4106642..305aabef2779 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 680cdbd52cdf..c76ee1722691 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7ed864fe3da6..78d91df6582b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 27562ccbe62c..aa5d9eeed1f1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8dfdbc96ce2a..d47b230473cb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f4846a51f2b5..320d253298b9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 74c587b51e0e..c316135526c8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c29707389bb1..971d7472b5f6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 44de9ac31158..9fa57b00bdbc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 becde2aeb3ea..bd0f29a5f59d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 26fd73788220..490ff6e270f0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b88c37e4f520..18f8496002e0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e9998258c387..3e9bf25bb55b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7855019ad233..a4d979ba1167 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 879811f46774..b1ea2d681cc0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e8062ef735a5..bd25b934b069 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7a5fbe489fa7..70e613e0883d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 cde4b1e3e2cb..c108e8a6d913 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6033c791c3ce..3f7df92323a8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4800ee98571c..5491e29772d5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b4e148e9d061..6764a000c000 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 59eda69396db..b7307b720d9a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d2c15ce7bf6c..7763c414d283 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a841c73dcdfd..ad7a38733028 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 925287ac84c1..d11ecf9ed53b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6528b36559f1..ea79035fac04 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6a0d480a9cd4..d2adfe07b886 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d947862f46e6..5c676e0f3dca 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8f69398c0375..484302a9ca93 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a3096b765ecd..014fe090076d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c1fc08f5abab..2ef46f0b4f02 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8823755d2f7b..8c33b65795e8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3ff350857f54..d8f834cf6bfb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e50afb68e263..42479aca5493 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 82f1c88bb629..ee77ac8af19c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4e8284a4403d..9e4ce090f3b4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2f9867aff7d6..1e3875ff2594 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e529b32c9a14..cf05f0aae663 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/timer_spec.rb b/modules/costs/spec/features/timer_spec.rb index 42e64f407433..d22e9b26339d 100644 --- a/modules/costs/spec/features/timer_spec.rb +++ b/modules/costs/spec/features/timer_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b7aef7349588..00ea8f5bcbbb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 edaf373e624b..89cc003c5ed6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 855313eb9f46..b730277cc94b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 983c25cdaf2d..e8c9084cf3bf 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 503f6ac78090..0ca7ee6cd398 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 086921ef374a..a12c4df90c56 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c47774244828..4ff5b4b3aa06 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4b1c630bd48b..fd9ae5bf6b41 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6ee4b492fcbd..9b82261da053 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d44476cb058d..2d07ba07d455 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 36948c6e7758..35a6dc56128b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 211a71f235e7..a3c236f5b7bc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 cd9889401e63..156c53449aa3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0dc688c4dc89..2ac6a0fee9d6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c9fb084b6526..a13c2887d09b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 aa00beb95894..8d0a736749c1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e1d6256aae57..b925339c4337 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 91a3739fc769..3a75cace79a7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d1ff40d6f69b..f562c0150b80 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 99810a85f889..f877145e702b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 786510423969..ab68171bcb49 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 005e304f2ef0..85b2fefc0d4c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e323c8d48257..f5f7b9a82ed2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 835e8b6603ca..e8e900addbed 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ac22ca27d47d..ac46eced1358 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7cf75d07c2df..ba476e6dc20f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/ongoing_filter_spec.rb b/modules/costs/spec/models/queries/time_entries/filters/ongoing_filter_spec.rb index 28d880535468..4c53179f433f 100644 --- a/modules/costs/spec/models/queries/time_entries/filters/ongoing_filter_spec.rb +++ b/modules/costs/spec/models/queries/time_entries/filters/ongoing_filter_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5afe05938275..e788e562df3f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 802a08f321c1..2893d2ff1bd7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c0b3d293a905..e473154b70fa 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4d83f37dea45..aeea4cedeb29 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 189dda9393ea..1fe0c4162d4d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_integration_spec.rb b/modules/costs/spec/models/queries/time_entries/time_entry_query_integration_spec.rb index b6d9e522e213..37c0e98b6070 100644 --- a/modules/costs/spec/models/queries/time_entries/time_entry_query_integration_spec.rb +++ b/modules/costs/spec/models/queries/time_entries/time_entry_query_integration_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a655766e623e..5ab24076ad51 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 289092e61f54..42941ea18e9f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 807105502294..4078396c00e0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b1305c96ee23..cb142c4ea694 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 aff1c2f0bb9c..f4eecce27a2b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f2210fb2c277..3ab3cb3c1534 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d168cd210b5e..71233c2f72e7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ff8dd2cb391f..841f5df2d148 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 873c0ce3474d..2d933e057959 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e9ac8fef3b19..dc4cf0f0e4aa 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e0f67053f761..92d49c48abc8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 fa0f39d00c51..96aa91cfd585 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2cbf5c39d799..f3b28c961fc4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f5acc97b74f4..0a0c970cf9bf 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 fcfe69c5a507..b57fd00b17fc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 abde372baca1..6a5e452e1afc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 be8761edebab..039f11e48472 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5720d31e8fb5..868538ebeb03 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 280aca2af5a5..d226973ba544 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 570831f42069..95760f2ef7d9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7758de1f95ed..979045ec4725 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8230f9965601..57a28c568335 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b6c22a5fbed9..816f12344f36 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d8c7263bd909..1c0dfbe7345a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2f11f7a0b949..a9d89cf8d879 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_integration_spec.rb b/modules/costs/spec/services/time_entries/set_attributes_service_integration_spec.rb index e1a825fbc344..bdb3155be31f 100644 --- a/modules/costs/spec/services/time_entries/set_attributes_service_integration_spec.rb +++ b/modules/costs/spec/services/time_entries/set_attributes_service_integration_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 980c6b58e734..8ef8bbb0aacf 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c2fabedbd478..073c6827c8e1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 fc2d95140820..9205d0edb28f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f0474731aa74..7ea452fef89a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 37eb6e9bd5f6..ad853a8e648a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 bf239ede4ba4..ebecb6fbb136 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4d92fbfb4d52..fefcf6e842a5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 983bd5af980e..625a4226016b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4e0d8828a654..cc038800ce63 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 229b706eb57f..4d8e9850c211 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 bc7eec97bea2..a1a70270ae29 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 80a1c6f87eb5..7873df17ba57 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f6abf62bf0b8..3c54560d0d00 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 10f9c6616481..428ac9a67774 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4b3e81bc51b3..59ced1df6181 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3d16a79b34f9..3d5e1a262664 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6eb70b4f9cb6..50988723b844 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d5fe4726d2c0..8606ded4b29c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8c7c1edbe829..4c37913d78cb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 307b735c36e8..68ad32eae7cb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0f7009185782..2b60220e5df5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c7cf097e94c0..ae751a2122a8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4a35327e9dd1..37ca93750dee 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 453daca73e7a..995b414361d5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7f4d92b309a9..75f72d85e9ce 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 69ea1ee5ef96..e3e5039aea9d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 943bb385a592..9d74a9f34653 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 709383b932cc..048c5c688b20 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 dc52fa216338..bbf9c1033ac2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0123b265fdb1..a0ed79f2645a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 17d62813a959..9c90f1172bf5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 efb9af76f400..1412d2206ea9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b22a32f2360d..529beb841482 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d1d110fda238..c0e89f874bd9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6cb4a8a29e62..c5c41f7d92ea 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2f99054442c8..118b87a17743 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ddd9941edccc..b85fab9ccc52 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 cf19b3d5e4c7..dc74ff2c0fe4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8607f3346e40..8703a81c5308 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c64727aac650..3af9c8a3bf02 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f1d6a2e71177..11118d3eb0dc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 80b30b0a95db..f3953d577be3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/common.yml b/modules/documents/app/seeders/common.yml index 52b1b77b2581..34474cfb58ce 100644 --- a/modules/documents/app/seeders/common.yml +++ b/modules/documents/app/seeders/common.yml @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 eb4a4671968f..ca446ac0f078 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c178b25b7393..426b8f1ad5a9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8fbc54e7c8ee..39c9418c4862 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7c13bbfc325f..d2855acbcefd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e5fee7a8ef7e..afbb26eff5e2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 31877bb210e4..ee4fb7da78d4 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 94357169f449..6d4644ba77a9 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 5f1b8762555d..b1b1dc1f18dc 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 7ef3ab484e4c..d7542150c4df 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 4ba030de840f..45df1d2214f9 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 338cfe6d3f94..6ab7d973f596 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 84f97dd3cc5d..d511ed57b36e 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 a27809661300..682fba1f5544 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 edea8424ef90..60b01cf7e6d0 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 42f046005c26..0d21f7cd36de 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 0cfb2fd1989b..a1374d42eefc 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 fa1a874788b9..f3af86545f07 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/be.yml b/modules/documents/config/locales/crowdin/be.yml index 3f05b1b6e205..21624d4f1150 100644 --- a/modules/documents/config/locales/crowdin/be.yml +++ b/modules/documents/config/locales/crowdin/be.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 b9b652f0cb62..11bc69cc48c8 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 61912c0582f0..6b828cdbd934 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 5e0108644d8b..847807edcc6d 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 286b0216ff3d..48ab646b2bfd 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 95c0df3e2405..f3f321c40bc8 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 dabe6208fc30..f1c9d988e641 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 605bfa44c7e8..ae1d135689d3 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 d3b2e3e9b51a..cbd2d5d8a63d 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 90d2a6f918dd..5cf7bcdd7fc4 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 8c99a2c791ad..f5f91e42dd4b 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/eu.yml b/modules/documents/config/locales/crowdin/eu.yml index d68839310360..3a8400c3aeb4 100644 --- a/modules/documents/config/locales/crowdin/eu.yml +++ b/modules/documents/config/locales/crowdin/eu.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 a0b91d4b57fd..dc3beed548ea 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 d5f9c45bde28..16e07d273e88 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 cec0f4c6ee37..fc40b36fbd22 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 81097591df5f..95198e2f85e0 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 0f88d08b85f4..e45a09212ec0 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 663b4eb89d21..93f1adf29957 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 af03923d4a90..e50134618401 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 6367c54a9c2b..2b0ddf150539 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 2aa191c8accc..9723c8346ca4 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 f4384c816098..a351e4e2d6bc 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 5b509affb505..6a9c795d9b23 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/ka.yml b/modules/documents/config/locales/crowdin/ka.yml index d484524267f2..2916f68cd611 100644 --- a/modules/documents/config/locales/crowdin/ka.yml +++ b/modules/documents/config/locales/crowdin/ka.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 6e14a75bf1db..178c6066b4f1 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 b4fc2b1be91e..c8def208063c 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 bfb88a3a22ab..afaf2c9d9fd6 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/mn.yml b/modules/documents/config/locales/crowdin/mn.yml index e26cad7afdf4..6c548d3acd77 100644 --- a/modules/documents/config/locales/crowdin/mn.yml +++ b/modules/documents/config/locales/crowdin/mn.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 813874b6c714..990aa11fa21e 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 dd7a2bddd129..770f40808d00 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 ed8defd65c5c..0354239aea4b 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 f7110a037087..47b8cbfed576 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 701dd638d59d..e702bd7f9a7d 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 657c7a2a4912..04770c9b80e1 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 9a21aa844ea8..ae060e9249aa 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 2d6499e58045..8c9911913a95 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 de0251324321..72952abfd1c1 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 c6dd152e107b..bc1e82ea7e67 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 337876bfd6f4..9fff610b2ef8 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/sr.yml b/modules/documents/config/locales/crowdin/sr.yml index a8da66dbad04..6dcd4309c943 100644 --- a/modules/documents/config/locales/crowdin/sr.yml +++ b/modules/documents/config/locales/crowdin/sr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 3a6db43a707e..b9ff7d343ad5 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 9525767098ed..9346fa174db1 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 f202419a3ae4..ab92861e7481 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 bf73f2f8dc4e..912bb4fa0337 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 652e6907f8be..be8bcb810929 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 7a7800a6a8f4..b4614325276b 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 0d98dbf15223..093b57ad5b81 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 82a17bf422c3..927c81655191 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 af04a6a50a05..f2029a562caa 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9f3e7f8aed75..9c61b1d39b3a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/20200217090016_document_timestamps.rb b/modules/documents/db/migrate/20200217090016_document_timestamps.rb index e14741620189..393a4ea7a2ce 100644 --- a/modules/documents/db/migrate/20200217090016_document_timestamps.rb +++ b/modules/documents/db/migrate/20200217090016_document_timestamps.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 668b31ca8499..6200e91c32e3 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free 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 f605b24c9e13..fa85d073ed6d 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free 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 cb3933bf1610..1e6013483e2a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 362851c2e2e3..7f39b2e3a40a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 63f91220ef2e..99a78bb0ed74 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4ee6b4240839..5314ba6c9c6c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d14f295f93be..f333d353d1e8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8fae0f02c82e..4d30387356e2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0d6f3ed38e9a..e4d9425b8e94 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d54b21ceecf6..4c7097486a06 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0555bb5b03ff..9288d1d36f86 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 88e4af0108e2..68d8524ba021 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 14763304cf51..2e18111bd57a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7b44a5415dc5..85f4f470465a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 57b0ab44ab49..5ae3bf6b67c5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c7b7374611ab..5f5229cc1ce5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b33538b11e9e..0f01b316bc83 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3cc6a441e9de..9c72ba18152d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 04097c07846c..7e5e61e7aa5c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 485a36f4fbf3..bc484b4b3e3f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b6ab65b7cd94..9d26d2b95502 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b4bf1e631ed9..ff645858504e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 1c2f35ea53fb..1889677ccd89 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 79602f4eb1f0..1ac9dfb330b4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8b0877874da7..26cfdd7d9920 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a92be6370f36..ea08c72fb03f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 94200c096e4a..59a3372702ef 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 afae8c819344..34cc47cde187 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5959993b2979..93abebff329b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7045e1aa2d29..5f6ad1063cb0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5d2c0b29f9af..9bf43696be67 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/gantt/app/views/gantt/gantt/index.html.erb b/modules/gantt/app/views/gantt/gantt/index.html.erb index 8cf4d680be5e..d9dd2eac7a5e 100644 --- a/modules/gantt/app/views/gantt/gantt/index.html.erb +++ b/modules/gantt/app/views/gantt/gantt/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. diff --git a/modules/gantt/lib/open_project/gantt.rb b/modules/gantt/lib/open_project/gantt.rb index 8ec76b844c25..d6eba8e7d10d 100644 --- a/modules/gantt/lib/open_project/gantt.rb +++ b/modules/gantt/lib/open_project/gantt.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/gantt/spec/migrations/change_view_of_queries_with_timeline_to_gantt_spec.rb b/modules/gantt/spec/migrations/change_view_of_queries_with_timeline_to_gantt_spec.rb index f13b90a2cef3..4f8cd7c1f843 100644 --- a/modules/gantt/spec/migrations/change_view_of_queries_with_timeline_to_gantt_spec.rb +++ b/modules/gantt/spec/migrations/change_view_of_queries_with_timeline_to_gantt_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/gantt/spec/routing/gantt_routing_spec.rb b/modules/gantt/spec/routing/gantt_routing_spec.rb index 9f137dec6fe2..d64644bf8c6f 100644 --- a/modules/gantt/spec/routing/gantt_routing_spec.rb +++ b/modules/gantt/spec/routing/gantt_routing_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 1ad285ca0b36..38c10ead37d0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 de442553b5b5..32c16ae749a4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3ca38fd9ad9b..f2580ef6df62 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/seeders/common.yml b/modules/github_integration/app/seeders/common.yml index eb8efd520618..a180930b4503 100644 --- a/modules/github_integration/app/seeders/common.yml +++ b/modules/github_integration/app/seeders/common.yml @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d9297ea5b1c4..f43df184e8e6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8c16f63dd4bf..bf078ba5074f 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 b4d2d9da0186..1d9a37fda1ff 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 e9fae657cf80..39d4f01f4312 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/be.yml b/modules/github_integration/config/locales/crowdin/be.yml index 2f1e9a8238a4..ecca59cddb7d 100644 --- a/modules/github_integration/config/locales/crowdin/be.yml +++ b/modules/github_integration/config/locales/crowdin/be.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 206ce64547da..2951ef2ed5c1 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 1952b1c3476d..281de70a9e8c 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 2e582d816777..a196a2b20966 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 20b1f53ab777..623cc8293066 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 dc1c7a3cc13d..63535f8c8bff 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 167c4ffb5ceb..90e23bd57458 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 4ce727f257fb..d0ff03cb836e 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 93c5313d0a1b..2a3c878fcb6e 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 1573a959fc97..054612a72417 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 bfe33528bdbc..2f044d80b514 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/eu.yml b/modules/github_integration/config/locales/crowdin/eu.yml index 0477651cf3e9..a6fc297c2037 100644 --- a/modules/github_integration/config/locales/crowdin/eu.yml +++ b/modules/github_integration/config/locales/crowdin/eu.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 a5bbb7fab0b1..23756ff7fe35 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 10812f212021..45427fba8763 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 0b9efa90bfdb..53862d954cbe 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 9cf6e123a96e..e7756809697a 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 c495f826e7d7..b2dc75766e5f 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 cd6af83457a7..c2c206940e38 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 64603f9b0784..34ec7803ff4a 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 f5271eaa3178..e25a58801b7b 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 60cfc993c6ec..f7e8c79d0ac2 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 c81fca3197be..d2b0ecda8dec 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 d9e293525017..ba104b1a6e78 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 2941098091dc..f9d1a52dd646 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 f2b1d2d06e1b..ab342782a5a7 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 0ed98cf8ce11..22d64b21ba70 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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-be.yml b/modules/github_integration/config/locales/crowdin/js-be.yml index 9b77d947baa4..5b10c500b5d7 100644 --- a/modules/github_integration/config/locales/crowdin/js-be.yml +++ b/modules/github_integration/config/locales/crowdin/js-be.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 c08f89bcca64..fbe46dcbc953 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 c3aca15688af..873d25ef1642 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 6a8dd098fd88..1226978dc385 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 f09c28f9d572..83002023ea2b 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 654d43571104..d1948e6728e7 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 f027d9d56042..58d64ffebe34 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 347f80080fba..0dbaae8129c1 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 09b099b601be..49cfc997f007 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 36d8700d86f7..6282254bc5bc 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 0d8a0091e234..34166070882f 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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-eu.yml b/modules/github_integration/config/locales/crowdin/js-eu.yml index 615a0daa74e0..2063779d38c4 100644 --- a/modules/github_integration/config/locales/crowdin/js-eu.yml +++ b/modules/github_integration/config/locales/crowdin/js-eu.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 beb681bfff71..b27c7096c777 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 62601036b370..d5b4635b844e 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 b8a778e193f3..71d9bcd45b79 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 2f1331cc0cf4..cd5664f124c3 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 ca12870099ae..00d83e79d92c 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 8029d8852a27..7ae5df1ec16f 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 e8fd7f123a62..6348166e282a 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 195bab9d6f6c..9edfb4e5f370 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 18932245aaec..5dd1dce19a88 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 26fb4e9461c2..990f1947d839 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 fd259410d4be..58f6613ccf5f 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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-ka.yml b/modules/github_integration/config/locales/crowdin/js-ka.yml index bb8a340ee7c5..b3ca7168a361 100644 --- a/modules/github_integration/config/locales/crowdin/js-ka.yml +++ b/modules/github_integration/config/locales/crowdin/js-ka.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 3c16acef1453..c7dd6539b80d 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 7e2939432c82..329cf6dfe822 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 11808ff4509b..9446f2256f05 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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-mn.yml b/modules/github_integration/config/locales/crowdin/js-mn.yml index 3dbb5058330c..05439365c190 100644 --- a/modules/github_integration/config/locales/crowdin/js-mn.yml +++ b/modules/github_integration/config/locales/crowdin/js-mn.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 08983ad2977e..43526fd18bec 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 70741085d059..9c4b8abbe6df 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 9dc694c4fb97..ded117b43b09 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 5c7c2530c7bd..c73723ae0fa0 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 661de07d69bb..cc5634c62aaa 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 860c518e4eaa..3eb76ec9a848 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 20bad94e2bda..8f82b01901ef 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 839f46636186..c48329f651bf 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 3500d99e418f..eaf662c1c900 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 89cc5f7866e5..42fc57723b4b 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 a4a191d9374d..64380eb639ce 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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-sr.yml b/modules/github_integration/config/locales/crowdin/js-sr.yml index f051128ecfa1..c07bec6613df 100644 --- a/modules/github_integration/config/locales/crowdin/js-sr.yml +++ b/modules/github_integration/config/locales/crowdin/js-sr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 69f5e049fcb6..0a9ff6962dd6 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 c544a497f8e2..08b884e7f3b2 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 5b5778b6680a..f8cde8e3ee5f 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 3529ee267cb0..26f55370b075 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 2a20340278eb..be65badc8684 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 c4cc58e915f6..9f22732f577f 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 33d7afe2cf8a..fb8b541d027c 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/ka.yml b/modules/github_integration/config/locales/crowdin/ka.yml index 7279847c8a94..853ae6c0e2e7 100644 --- a/modules/github_integration/config/locales/crowdin/ka.yml +++ b/modules/github_integration/config/locales/crowdin/ka.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 770cccd2755e..2bad6ba92add 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 ab64eadfbaf6..712dcedd15d5 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 a0166c84c8a2..2dce3eb5dae2 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/mn.yml b/modules/github_integration/config/locales/crowdin/mn.yml index 914b68fb43ed..6750905a8175 100644 --- a/modules/github_integration/config/locales/crowdin/mn.yml +++ b/modules/github_integration/config/locales/crowdin/mn.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 f401fd5d4822..8933e430608a 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 c45550103134..7f46d226eed6 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 ed708a2c4a8a..3041c8dc9939 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 6b5f680661ee..366ff3450d18 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 5c7258d08c76..f793bb60845f 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 fb0e07ef26f8..322fb50887f2 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 0f56884a93e8..222a47827d9c 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 5b36598b76e2..a42bca3db70d 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 e16f033fd7de..f06ef5264ae2 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 db0b333abb42..833ddae134c3 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 bdeeb597b82a..483112f142f5 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/sr.yml b/modules/github_integration/config/locales/crowdin/sr.yml index 445011aea021..3cf9eed05324 100644 --- a/modules/github_integration/config/locales/crowdin/sr.yml +++ b/modules/github_integration/config/locales/crowdin/sr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 e4ff0a7c675f..95999c5cf523 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 5eb9cc7054af..fb54c5c421b4 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 7da8f60de266..55573af1443c 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 1b29203dfcfb..75c9840641e9 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 aab43371e41d..0127650d8340 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 3202bebae89a..a37088622f53 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 ac08e2ea88ae..8884c9b1e216 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 5fe9a76969ab..f956d45c787a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 46cffdde4e1b..8b5a2e3e6dcf 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7502b8836042..0c263f471a6e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/db/migrate/20210407110000_github_integration_models.rb b/modules/github_integration/db/migrate/20210407110000_github_integration_models.rb index 19141f476335..cc7367112505 100644 --- a/modules/github_integration/db/migrate/20210407110000_github_integration_models.rb +++ b/modules/github_integration/db/migrate/20210407110000_github_integration_models.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/db/migrate/20230316080525_add_repository_html_url.rb b/modules/github_integration/db/migrate/20230316080525_add_repository_html_url.rb index 788d864c8443..676164791b07 100644 --- a/modules/github_integration/db/migrate/20230316080525_add_repository_html_url.rb +++ b/modules/github_integration/db/migrate/20230316080525_add_repository_html_url.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4445098786b6..de11aa900341 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free 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 b7112ae2ab53..91048c5cc8f5 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free 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 f1b387067681..be632bdcea33 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free 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 5bd8a60422a0..9abda72754e8 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free 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 313981e86f3a..bd955932da72 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free 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 7d8f937e64a0..705fd88960e2 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free 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-macro.component.sass b/modules/github_integration/frontend/module/pull-request/pull-request-macro.component.sass index b28864392807..a86ef51bfb70 100644 --- a/modules/github_integration/frontend/module/pull-request/pull-request-macro.component.sass +++ b/modules/github_integration/frontend/module/pull-request/pull-request-macro.component.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free 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-macro.component.ts b/modules/github_integration/frontend/module/pull-request/pull-request-macro.component.ts index 254246f9cbc1..20721226b83d 100644 --- a/modules/github_integration/frontend/module/pull-request/pull-request-macro.component.ts +++ b/modules/github_integration/frontend/module/pull-request/pull-request-macro.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free 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-state.component.sass b/modules/github_integration/frontend/module/pull-request/pull-request-state.component.sass index 73ded9aedc2d..80af28bde1dd 100644 --- a/modules/github_integration/frontend/module/pull-request/pull-request-state.component.sass +++ b/modules/github_integration/frontend/module/pull-request/pull-request-state.component.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free 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-state.component.ts b/modules/github_integration/frontend/module/pull-request/pull-request-state.component.ts index 500add8ce8cb..387a2dc378d1 100644 --- a/modules/github_integration/frontend/module/pull-request/pull-request-state.component.ts +++ b/modules/github_integration/frontend/module/pull-request/pull-request-state.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free 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 5978ec3c4530..15fe43d4183c 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free 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 cfaa782077e6..ecc70c8ec87a 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free 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/state/github-pull-request.service.ts b/modules/github_integration/frontend/module/state/github-pull-request.service.ts index 4529f1e74f32..e3409da61e0e 100644 --- a/modules/github_integration/frontend/module/state/github-pull-request.service.ts +++ b/modules/github_integration/frontend/module/state/github-pull-request.service.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free 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 d7427712b3b0..0f80e7171fe4 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-2023 the OpenProject GmbH + * Copyright (C) 2012-2024 the OpenProject GmbH * * This program is free 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 5b4d81526c94..0ed92d3da66e 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free 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 bc1ef8fc3dc9..85866981a61a 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-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free 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 e84b4208ccb8..3b37b8856f6f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7bca6de99bf4..a89a0e054747 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9f0fa49f9a1d..dd1443aa749a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_api.rb b/modules/github_integration/lib/api/v3/github_pull_requests/github_pull_requests_api.rb index 2fd086c51546..ced6c95cca5e 100644 --- a/modules/github_integration/lib/api/v3/github_pull_requests/github_pull_requests_api.rb +++ b/modules/github_integration/lib/api/v3/github_pull_requests/github_pull_requests_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7839e45b81a4..0f1d697363f5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 edfb9e6c5b18..8adf219b7be3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8057d51f8356..6418f49ac2e7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d25aabe1e84e..baede67326cb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 1155a1de8be6..78fe910053e5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d70a2d432a44..6bc5619a0dff 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 cf703ba566d1..f1be1b910a81 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 df00d4379a60..e0b75382136a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0220b6a80021..19d4f0e8c4cf 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 708811e721d8..efc162d3733e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 588a780b3b6b..6156062f7a75 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c5b360a5c5d6..ed9365b6876e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f00bb4b87446..e473dc205091 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c74b217b8822..826a57a76a7e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 89ed6dad3a85..cca0d4d20277 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b18a86518115..21f70ed8aa7a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f4a822e49143..aa32b6d84494 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b1764404392c..624f2a722137 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 073466cefb34..fdb894cdb042 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 36c67b275e43..1ee143ac188d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 defe5c6a76bb..a72c8c67a1cd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 687e1dd57933..0d2840056b78 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 75837142dcaa..639d66b0dd7e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9fbec30a9b40..109e0c5f0ee1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 cf9885a5bfd6..5618c2846e57 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4815082b6d94..2dcbf8f43503 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2beaad973626..f15d26e1db91 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e9da0b94bf3b..b1b79cf99c34 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5d18abb143b1..ec04497a1715 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 effc85ff833d..d84ddb1104ff 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5f9c6a0cad11..c3d48dafaa03 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7542197c6e2d..d7111f9fcf53 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a1d89f8b54c7..4fcfb9ddfbd6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f3a6047c72bf..2c6afed38fa3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8d96ccaec4f7..ae5883b7e059 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8ce395da6f6a..d65bbf2a29bc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8b041e15dff4..57616c4ddaf6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 59b758651fc7..11d3b4668f94 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7c677dabb3a7..1d5b83efad50 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a4e7a62c778b..bea8c36b3eb2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5a512a4139f2..2f644508e1ac 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d90e0505a36b..428daaf4a342 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 11276b5b7ac6..86da86d4d3a6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c6c5f8604de1..285f86f969e2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8dced55a4072..74593827e59a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0386543b0e6b..5aa9a10febaa 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 45518f801008..64046e165898 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c9ccd86ab26e..75f9512a153d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 995c71dd15e4..90793794fe6b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a290d3947a90..70a172ac5b7b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8f7ef2c29f30..3821c662b10a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c5cf6d501741..d1c833fd1c55 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5b3f7bd186f9..2e07b407bdeb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f9aa781b3f41..d53b03f739c3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 93063b8c0056..384cf0888f0a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6e179f27337c..d0641b54ca7a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d4f8f0ba9860..ceb662495ce1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8c0c08a96a48..feb94f139212 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 26532132f698..a420fd2ce03b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 127d248bdbd2..efc71e178f28 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6ca57238675e..176d07b0f5fd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 aefb747ad891..a5e73b5513da 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 30bed3ec0f82..fb5ab145fb96 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2e856f4f3dd0..b0e47734be84 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b0e058f07f33..c316fc291951 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 66d011b6ff97..533e0832d2ea 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d6ee7bdc1532..b54b8d8569af 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 85cdccd54ea8..58b232c79f40 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d289d131e182..bb7b159fc138 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8d4dfa777e40..dd4bda057ae8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a4c30f7e4987..c768feb7fb16 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 24ca31723132..4dcc4f726185 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 93954d0a78ee..502387ca5f4c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3981c984d29e..8c72c902cabd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 112eed6ca983..3136deb10c6b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7ebaa580e2a1..9738665f9cc3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d85875b63ba4..f80155b7530f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 24fe77810683..a5885a2517d3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 cb8cb98bb91c..56b3648fbf13 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c7437da65cfe..94a6189d7a84 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 117b7e035bd7..c3d9e7844994 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3d0de89b585b..0b21f150a834 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 35b81dfeefc0..8eb18241764a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a23b56619633..718a0d9d462f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 de523eb4fbf4..d37e8f98dc6b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4e5ec6cde5a2..de6a117124be 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 69a5e47fb214..d21bd87805fd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 dc980b481060..20a43ea07dfb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 1a32b77a1271..5524c6a470d2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a405906e81d6..434c6c287a4e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 32614d138ce9..3429e72990d9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8c3ddb79030d..bebfc2126e6f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2f8f87ad82bc..8e87e4ee9b45 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 38e4415f8779..e95d438355b8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f0c8bbdc9f8b..3ece44b07c19 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0d01f64a60df..bbb98dc4ca21 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7f0de2fc9015..e754700cde23 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 602ea527aa6f..2b5e87b3d183 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/db/migrate/20200422105623_add_job_status.rb b/modules/job_status/db/migrate/20200422105623_add_job_status.rb index f008987da86a..8e662859891f 100644 --- a/modules/job_status/db/migrate/20200422105623_add_job_status.rb +++ b/modules/job_status/db/migrate/20200422105623_add_job_status.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/db/migrate/20200610124259_extend_job_status.rb b/modules/job_status/db/migrate/20200610124259_extend_job_status.rb index 05df41813e52..240c0c65b71d 100644 --- a/modules/job_status/db/migrate/20200610124259_extend_job_status.rb +++ b/modules/job_status/db/migrate/20200610124259_extend_job_status.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 1988f7eb83e5..27a5fc7537c3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9e8ae78b3792..ec0c02fd3fc2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0e8fbec87145..bc608cdec3d6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c82cb228aa2f..66b9fe7afb85 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 116749d05a25..cd24529d8471 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f946cd98df5b..c0cb29dfe248 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e02e2cbd2430..73ad122492a4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d44b98eefcbf..e2bc1bc4e549 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4b22b2fa783f..cbce9123182d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d15814909e03..340baaee9671 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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/components/ldap_groups/memberships/row_component.rb b/modules/ldap_groups/app/components/ldap_groups/memberships/row_component.rb index 8df89bda343f..cbc55024af9d 100644 --- a/modules/ldap_groups/app/components/ldap_groups/memberships/row_component.rb +++ b/modules/ldap_groups/app/components/ldap_groups/memberships/row_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/ldap_groups/memberships/table_component.rb b/modules/ldap_groups/app/components/ldap_groups/memberships/table_component.rb index cc5c1a87a0ad..f7cc0ef4580b 100644 --- a/modules/ldap_groups/app/components/ldap_groups/memberships/table_component.rb +++ b/modules/ldap_groups/app/components/ldap_groups/memberships/table_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/ldap_groups/synchronized_filters/row_component.rb b/modules/ldap_groups/app/components/ldap_groups/synchronized_filters/row_component.rb index 9d2346a543f7..896574aa9b73 100644 --- a/modules/ldap_groups/app/components/ldap_groups/synchronized_filters/row_component.rb +++ b/modules/ldap_groups/app/components/ldap_groups/synchronized_filters/row_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/ldap_groups/synchronized_filters/table_component.rb b/modules/ldap_groups/app/components/ldap_groups/synchronized_filters/table_component.rb index 487fdc90c8e6..b1aed9b41ba0 100644 --- a/modules/ldap_groups/app/components/ldap_groups/synchronized_filters/table_component.rb +++ b/modules/ldap_groups/app/components/ldap_groups/synchronized_filters/table_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/ldap_groups/synchronized_groups/row_component.rb b/modules/ldap_groups/app/components/ldap_groups/synchronized_groups/row_component.rb index 7f4711599b13..6f752c6da103 100644 --- a/modules/ldap_groups/app/components/ldap_groups/synchronized_groups/row_component.rb +++ b/modules/ldap_groups/app/components/ldap_groups/synchronized_groups/row_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/ldap_groups/synchronized_groups/table_component.rb b/modules/ldap_groups/app/components/ldap_groups/synchronized_groups/table_component.rb index 7110a560966f..24878b914a7d 100644 --- a/modules/ldap_groups/app/components/ldap_groups/synchronized_groups/table_component.rb +++ b/modules/ldap_groups/app/components/ldap_groups/synchronized_groups/table_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9b2a92a878ac..e2fdf2525925 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/db/migrate/20180125082205_add_ldap_synchronized_groups.rb b/modules/ldap_groups/db/migrate/20180125082205_add_ldap_synchronized_groups.rb index 51dae69835b8..a7c2b57cf50f 100644 --- a/modules/ldap_groups/db/migrate/20180125082205_add_ldap_synchronized_groups.rb +++ b/modules/ldap_groups/db/migrate/20180125082205_add_ldap_synchronized_groups.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/db/migrate/20200420122713_make_synchronized_group_dn.rb b/modules/ldap_groups/db/migrate/20200420122713_make_synchronized_group_dn.rb index 7ae7d9570e9d..e6249d54d4bb 100644 --- a/modules/ldap_groups/db/migrate/20200420122713_make_synchronized_group_dn.rb +++ b/modules/ldap_groups/db/migrate/20200420122713_make_synchronized_group_dn.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/db/migrate/20200420133116_add_synchronized_filters.rb b/modules/ldap_groups/db/migrate/20200420133116_add_synchronized_filters.rb index 9df2b49b8723..1f9505c3cfc7 100644 --- a/modules/ldap_groups/db/migrate/20200420133116_add_synchronized_filters.rb +++ b/modules/ldap_groups/db/migrate/20200420133116_add_synchronized_filters.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/db/migrate/20200427082928_ldap_groups_timestamps.rb b/modules/ldap_groups/db/migrate/20200427082928_ldap_groups_timestamps.rb index 5ed4cbb3ded7..3067955900fb 100644 --- a/modules/ldap_groups/db/migrate/20200427082928_ldap_groups_timestamps.rb +++ b/modules/ldap_groups/db/migrate/20200427082928_ldap_groups_timestamps.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/db/migrate/20210219092709_move_base_dn_into_filters.rb b/modules/ldap_groups/db/migrate/20210219092709_move_base_dn_into_filters.rb index c33846cd79f0..630b89f12484 100644 --- a/modules/ldap_groups/db/migrate/20210219092709_move_base_dn_into_filters.rb +++ b/modules/ldap_groups/db/migrate/20210219092709_move_base_dn_into_filters.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 98cf0646995c..541e34a640ce 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/authors/autocomplete_item_component.rb b/modules/meeting/app/components/authors/autocomplete_item_component.rb index f19e3507ecdb..8c6b5d534166 100644 --- a/modules/meeting/app/components/authors/autocomplete_item_component.rb +++ b/modules/meeting/app/components/authors/autocomplete_item_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/banner_message_component.html.erb b/modules/meeting/app/components/banner_message_component.html.erb index f9704a986934..9033689671de 100644 --- a/modules/meeting/app/components/banner_message_component.html.erb +++ b/modules/meeting/app/components/banner_message_component.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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/components/banner_message_component.rb b/modules/meeting/app/components/banner_message_component.rb index 0c865f821c5a..4a5833c4c9bb 100644 --- a/modules/meeting/app/components/banner_message_component.rb +++ b/modules/meeting/app/components/banner_message_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/base_errors_component.rb b/modules/meeting/app/components/base_errors_component.rb index af785ac5df3a..aa4d8b9cbeeb 100644 --- a/modules/meeting/app/components/base_errors_component.rb +++ b/modules/meeting/app/components/base_errors_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/flash_message_component.rb b/modules/meeting/app/components/flash_message_component.rb index bddfb6cc9fee..3f43c7218ae1 100644 --- a/modules/meeting/app/components/flash_message_component.rb +++ b/modules/meeting/app/components/flash_message_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/meeting_agenda_items/form_component.rb b/modules/meeting/app/components/meeting_agenda_items/form_component.rb index cc6af026e0f8..599b74882395 100644 --- a/modules/meeting/app/components/meeting_agenda_items/form_component.rb +++ b/modules/meeting/app/components/meeting_agenda_items/form_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/meeting_agenda_items/item_component.rb b/modules/meeting/app/components/meeting_agenda_items/item_component.rb index a261f6679459..0e961c52ad42 100644 --- a/modules/meeting/app/components/meeting_agenda_items/item_component.rb +++ b/modules/meeting/app/components/meeting_agenda_items/item_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/meeting_agenda_items/item_component/edit_component.rb b/modules/meeting/app/components/meeting_agenda_items/item_component/edit_component.rb index 63ff52241bec..7833da7e7d5f 100644 --- a/modules/meeting/app/components/meeting_agenda_items/item_component/edit_component.rb +++ b/modules/meeting/app/components/meeting_agenda_items/item_component/edit_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/meeting_agenda_items/item_component/show_component.rb b/modules/meeting/app/components/meeting_agenda_items/item_component/show_component.rb index a013a8dfd9fc..039642b0121b 100644 --- a/modules/meeting/app/components/meeting_agenda_items/item_component/show_component.rb +++ b/modules/meeting/app/components/meeting_agenda_items/item_component/show_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/meeting_agenda_items/list_component.rb b/modules/meeting/app/components/meeting_agenda_items/list_component.rb index b65c2e2edf5a..d44b477a41c0 100644 --- a/modules/meeting/app/components/meeting_agenda_items/list_component.rb +++ b/modules/meeting/app/components/meeting_agenda_items/list_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/meeting_agenda_items/new_button_component.rb b/modules/meeting/app/components/meeting_agenda_items/new_button_component.rb index ff2f16e42222..bfc9b1af307a 100644 --- a/modules/meeting/app/components/meeting_agenda_items/new_button_component.rb +++ b/modules/meeting/app/components/meeting_agenda_items/new_button_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/meeting_agenda_items/new_component.rb b/modules/meeting/app/components/meeting_agenda_items/new_component.rb index 1445090906c2..ae6b62fa2b89 100644 --- a/modules/meeting/app/components/meeting_agenda_items/new_component.rb +++ b/modules/meeting/app/components/meeting_agenda_items/new_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/meetings/header_component.rb b/modules/meeting/app/components/meetings/header_component.rb index 69d2bbdca109..d3e69e2592a4 100644 --- a/modules/meeting/app/components/meetings/header_component.rb +++ b/modules/meeting/app/components/meetings/header_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/meetings/header_infoline_component.rb b/modules/meeting/app/components/meetings/header_infoline_component.rb index 4d2a81553e16..0f76f5ed8961 100644 --- a/modules/meeting/app/components/meetings/header_infoline_component.rb +++ b/modules/meeting/app/components/meetings/header_infoline_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/meetings/row_component.rb b/modules/meeting/app/components/meetings/row_component.rb index 60d0219718e7..1db1a654ac7d 100644 --- a/modules/meeting/app/components/meetings/row_component.rb +++ b/modules/meeting/app/components/meetings/row_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/meetings/show_component.rb b/modules/meeting/app/components/meetings/show_component.rb index 074acb0493ff..88c8ce12bff7 100644 --- a/modules/meeting/app/components/meetings/show_component.rb +++ b/modules/meeting/app/components/meetings/show_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/meetings/sidebar/details_component.rb b/modules/meeting/app/components/meetings/sidebar/details_component.rb index 3954f729b1f4..ad0df4a3c10f 100644 --- a/modules/meeting/app/components/meetings/sidebar/details_component.rb +++ b/modules/meeting/app/components/meetings/sidebar/details_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/meetings/sidebar/details_form_component.rb b/modules/meeting/app/components/meetings/sidebar/details_form_component.rb index 18c3c0f5dd27..be027e791f79 100644 --- a/modules/meeting/app/components/meetings/sidebar/details_form_component.rb +++ b/modules/meeting/app/components/meetings/sidebar/details_form_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/meetings/sidebar/participants_component.rb b/modules/meeting/app/components/meetings/sidebar/participants_component.rb index 4b16784f9d39..bc67bca91183 100644 --- a/modules/meeting/app/components/meetings/sidebar/participants_component.rb +++ b/modules/meeting/app/components/meetings/sidebar/participants_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/meetings/sidebar/participants_form_component.rb b/modules/meeting/app/components/meetings/sidebar/participants_form_component.rb index 1f41edb8a509..7e799c911464 100644 --- a/modules/meeting/app/components/meetings/sidebar/participants_form_component.rb +++ b/modules/meeting/app/components/meetings/sidebar/participants_form_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/meetings/sidebar/state_component.rb b/modules/meeting/app/components/meetings/sidebar/state_component.rb index f7f81093482e..0d0fb930aee8 100644 --- a/modules/meeting/app/components/meetings/sidebar/state_component.rb +++ b/modules/meeting/app/components/meetings/sidebar/state_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/meetings/sidebar_component.rb b/modules/meeting/app/components/meetings/sidebar_component.rb index 886e1a192d59..891657afc998 100644 --- a/modules/meeting/app/components/meetings/sidebar_component.rb +++ b/modules/meeting/app/components/meetings/sidebar_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/meetings/table_component.rb b/modules/meeting/app/components/meetings/table_component.rb index a4cbc4f49746..1bad5a4b2ad7 100644 --- a/modules/meeting/app/components/meetings/table_component.rb +++ b/modules/meeting/app/components/meetings/table_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/op_turbo/op_primer/async_dialog_component.rb b/modules/meeting/app/components/op_turbo/op_primer/async_dialog_component.rb index 7bd1da3c33a5..6a8ef3ce3766 100644 --- a/modules/meeting/app/components/op_turbo/op_primer/async_dialog_component.rb +++ b/modules/meeting/app/components/op_turbo/op_primer/async_dialog_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/work_package_meetings_tab/add_work_package_to_meeting_form_component.rb b/modules/meeting/app/components/work_package_meetings_tab/add_work_package_to_meeting_form_component.rb index 8c61e10aee0d..ece92b57d75d 100644 --- a/modules/meeting/app/components/work_package_meetings_tab/add_work_package_to_meeting_form_component.rb +++ b/modules/meeting/app/components/work_package_meetings_tab/add_work_package_to_meeting_form_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/work_package_meetings_tab/heading_component.rb b/modules/meeting/app/components/work_package_meetings_tab/heading_component.rb index bc8db711472b..b6082767982f 100644 --- a/modules/meeting/app/components/work_package_meetings_tab/heading_component.rb +++ b/modules/meeting/app/components/work_package_meetings_tab/heading_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/work_package_meetings_tab/index_component.rb b/modules/meeting/app/components/work_package_meetings_tab/index_component.rb index 6408da3eda92..61eb69138596 100644 --- a/modules/meeting/app/components/work_package_meetings_tab/index_component.rb +++ b/modules/meeting/app/components/work_package_meetings_tab/index_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/work_package_meetings_tab/list_component.rb b/modules/meeting/app/components/work_package_meetings_tab/list_component.rb index e3c13719ca88..529ae47f8c40 100644 --- a/modules/meeting/app/components/work_package_meetings_tab/list_component.rb +++ b/modules/meeting/app/components/work_package_meetings_tab/list_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/work_package_meetings_tab/meeting_agenda_item_component.rb b/modules/meeting/app/components/work_package_meetings_tab/meeting_agenda_item_component.rb index d8d8efc6bca8..fdfcaee0a55e 100644 --- a/modules/meeting/app/components/work_package_meetings_tab/meeting_agenda_item_component.rb +++ b/modules/meeting/app/components/work_package_meetings_tab/meeting_agenda_item_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/work_package_meetings_tab/meeting_component.rb b/modules/meeting/app/components/work_package_meetings_tab/meeting_component.rb index 432c61e23044..0e8ac98e44e8 100644 --- a/modules/meeting/app/components/work_package_meetings_tab/meeting_component.rb +++ b/modules/meeting/app/components/work_package_meetings_tab/meeting_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_agenda_items/base_contract.rb b/modules/meeting/app/contracts/meeting_agenda_items/base_contract.rb index ed71df8b223f..95dca7594e94 100644 --- a/modules/meeting/app/contracts/meeting_agenda_items/base_contract.rb +++ b/modules/meeting/app/contracts/meeting_agenda_items/base_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_agenda_items/create_contract.rb b/modules/meeting/app/contracts/meeting_agenda_items/create_contract.rb index 50f9251c973a..79afb7df37b8 100644 --- a/modules/meeting/app/contracts/meeting_agenda_items/create_contract.rb +++ b/modules/meeting/app/contracts/meeting_agenda_items/create_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_agenda_items/delete_contract.rb b/modules/meeting/app/contracts/meeting_agenda_items/delete_contract.rb index 2aeebc24b4a8..cbd7bfbe3666 100644 --- a/modules/meeting/app/contracts/meeting_agenda_items/delete_contract.rb +++ b/modules/meeting/app/contracts/meeting_agenda_items/delete_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_agenda_items/modifiable_item.rb b/modules/meeting/app/contracts/meeting_agenda_items/modifiable_item.rb index 55da4979c67a..f77f3dd7fbe5 100644 --- a/modules/meeting/app/contracts/meeting_agenda_items/modifiable_item.rb +++ b/modules/meeting/app/contracts/meeting_agenda_items/modifiable_item.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_agenda_items/update_contract.rb b/modules/meeting/app/contracts/meeting_agenda_items/update_contract.rb index 5a2b559c72e5..2b627286537c 100644 --- a/modules/meeting/app/contracts/meeting_agenda_items/update_contract.rb +++ b/modules/meeting/app/contracts/meeting_agenda_items/update_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 38b90f266321..0bcb79e8755e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 bea635801aa4..7bd2354f66ba 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/meetings/base_contract.rb b/modules/meeting/app/contracts/meetings/base_contract.rb index f6f86053961e..599cbb58d79c 100644 --- a/modules/meeting/app/contracts/meetings/base_contract.rb +++ b/modules/meeting/app/contracts/meetings/base_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/meetings/update_contract.rb b/modules/meeting/app/contracts/meetings/update_contract.rb index fa3b1d048d4d..57dcfa9d7eb0 100644 --- a/modules/meeting/app/contracts/meetings/update_contract.rb +++ b/modules/meeting/app/contracts/meetings/update_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/concerns/application_component_streams.rb b/modules/meeting/app/controllers/concerns/application_component_streams.rb index 49b68c2e2053..0eebe4f94fda 100644 --- a/modules/meeting/app/controllers/concerns/application_component_streams.rb +++ b/modules/meeting/app/controllers/concerns/application_component_streams.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/concerns/meetings/agenda_component_streams.rb b/modules/meeting/app/controllers/concerns/meetings/agenda_component_streams.rb index 013c50727027..c5bc4f953a9e 100644 --- a/modules/meeting/app/controllers/concerns/meetings/agenda_component_streams.rb +++ b/modules/meeting/app/controllers/concerns/meetings/agenda_component_streams.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/concerns/meetings/work_package_meetings_tab_component_streams.rb b/modules/meeting/app/controllers/concerns/meetings/work_package_meetings_tab_component_streams.rb index fa78410385aa..750b676b4f83 100644 --- a/modules/meeting/app/controllers/concerns/meetings/work_package_meetings_tab_component_streams.rb +++ b/modules/meeting/app/controllers/concerns/meetings/work_package_meetings_tab_component_streams.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_agenda_items_controller.rb b/modules/meeting/app/controllers/meeting_agenda_items_controller.rb index 56482fc44a8a..61678d773223 100644 --- a/modules/meeting/app/controllers/meeting_agenda_items_controller.rb +++ b/modules/meeting/app/controllers/meeting_agenda_items_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f5a8f86643ea..f8decd73a402 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0a729cf6fb94..cf68b4d26982 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3e35ef08bee5..da28ba43d743 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4eafe00791d6..d252ea7325f1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/work_package_meetings_tab_controller.rb b/modules/meeting/app/controllers/work_package_meetings_tab_controller.rb index 0f4bff44e41c..a7ff35e75bd4 100644 --- a/modules/meeting/app/controllers/work_package_meetings_tab_controller.rb +++ b/modules/meeting/app/controllers/work_package_meetings_tab_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/forms/meeting/duration.rb b/modules/meeting/app/forms/meeting/duration.rb index dbc563976044..6490ab7f5fea 100644 --- a/modules/meeting/app/forms/meeting/duration.rb +++ b/modules/meeting/app/forms/meeting/duration.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/forms/meeting/location.rb b/modules/meeting/app/forms/meeting/location.rb index e9879cd76730..45fbbbbf560a 100644 --- a/modules/meeting/app/forms/meeting/location.rb +++ b/modules/meeting/app/forms/meeting/location.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/forms/meeting/lock_version.rb b/modules/meeting/app/forms/meeting/lock_version.rb index 0f9963914d70..2d50c627751a 100644 --- a/modules/meeting/app/forms/meeting/lock_version.rb +++ b/modules/meeting/app/forms/meeting/lock_version.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/forms/meeting/start_date.rb b/modules/meeting/app/forms/meeting/start_date.rb index aeb436efb88a..cf706ad832b8 100644 --- a/modules/meeting/app/forms/meeting/start_date.rb +++ b/modules/meeting/app/forms/meeting/start_date.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/forms/meeting/start_time.rb b/modules/meeting/app/forms/meeting/start_time.rb index e2dde05f164b..40ffe9a4f32b 100644 --- a/modules/meeting/app/forms/meeting/start_time.rb +++ b/modules/meeting/app/forms/meeting/start_time.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/forms/meeting/submit.rb b/modules/meeting/app/forms/meeting/submit.rb index 384edde7e314..47a86063684f 100644 --- a/modules/meeting/app/forms/meeting/submit.rb +++ b/modules/meeting/app/forms/meeting/submit.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/forms/meeting/title.rb b/modules/meeting/app/forms/meeting/title.rb index 8e8a53cf8b5d..61f04a27afc6 100644 --- a/modules/meeting/app/forms/meeting/title.rb +++ b/modules/meeting/app/forms/meeting/title.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/forms/meeting_agenda_item/duration.rb b/modules/meeting/app/forms/meeting_agenda_item/duration.rb index 6b4128e853d9..4be1c75d6d66 100644 --- a/modules/meeting/app/forms/meeting_agenda_item/duration.rb +++ b/modules/meeting/app/forms/meeting_agenda_item/duration.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/forms/meeting_agenda_item/meeting_form.rb b/modules/meeting/app/forms/meeting_agenda_item/meeting_form.rb index 9ea34f92e454..719c53c44b25 100644 --- a/modules/meeting/app/forms/meeting_agenda_item/meeting_form.rb +++ b/modules/meeting/app/forms/meeting_agenda_item/meeting_form.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/forms/meeting_agenda_item/notes.rb b/modules/meeting/app/forms/meeting_agenda_item/notes.rb index 076514f8bb5f..0b605d8f3ba8 100644 --- a/modules/meeting/app/forms/meeting_agenda_item/notes.rb +++ b/modules/meeting/app/forms/meeting_agenda_item/notes.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/forms/meeting_agenda_item/submit.rb b/modules/meeting/app/forms/meeting_agenda_item/submit.rb index fc337229ee66..91c28bfb24ca 100644 --- a/modules/meeting/app/forms/meeting_agenda_item/submit.rb +++ b/modules/meeting/app/forms/meeting_agenda_item/submit.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/forms/meeting_agenda_item/title.rb b/modules/meeting/app/forms/meeting_agenda_item/title.rb index a64f76472b51..9b8a8bff88d8 100644 --- a/modules/meeting/app/forms/meeting_agenda_item/title.rb +++ b/modules/meeting/app/forms/meeting_agenda_item/title.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/forms/meeting_agenda_item/work_package.rb b/modules/meeting/app/forms/meeting_agenda_item/work_package.rb index 21c3e8638672..52be6a872117 100644 --- a/modules/meeting/app/forms/meeting_agenda_item/work_package.rb +++ b/modules/meeting/app/forms/meeting_agenda_item/work_package.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 cbc2fca70154..f62eb60699f8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 677fc94e4c36..f69267c74598 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 90fa0b47fb5a..74b0435252c5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 252717dd03c8..cd1c9b492dcd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_agenda_item_journal.rb b/modules/meeting/app/models/journal/meeting_agenda_item_journal.rb index 42c9c5d45a7d..f2cef2b0cb22 100644 --- a/modules/meeting/app/models/journal/meeting_agenda_item_journal.rb +++ b/modules/meeting/app/models/journal/meeting_agenda_item_journal.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c856dfb0b614..98ad96ef48b6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 415e37ff95dd..d5ef503b304a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 865b331b7d62..0a96881f119a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/journalized.rb b/modules/meeting/app/models/meeting/journalized.rb index 7d514cc6ce1a..7581a02103c6 100644 --- a/modules/meeting/app/models/meeting/journalized.rb +++ b/modules/meeting/app/models/meeting/journalized.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 79774036a3ad..5e97bec0d058 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_item.rb b/modules/meeting/app/models/meeting_agenda_item.rb index b130005d2148..f60f50286f4a 100644 --- a/modules/meeting/app/models/meeting_agenda_item.rb +++ b/modules/meeting/app/models/meeting_agenda_item.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2bddf2f126f6..441535ee7b51 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5e870d02584d..82d7e0b35f74 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e4a76f6bf4bd..d22436fb675e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/queries/meetings.rb b/modules/meeting/app/models/queries/meetings.rb index d0c7f794e2d1..07ce66e99db1 100644 --- a/modules/meeting/app/models/queries/meetings.rb +++ b/modules/meeting/app/models/queries/meetings.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/queries/meetings/filters/attended_user_filter.rb b/modules/meeting/app/models/queries/meetings/filters/attended_user_filter.rb index f22650586d50..c030126f6e39 100644 --- a/modules/meeting/app/models/queries/meetings/filters/attended_user_filter.rb +++ b/modules/meeting/app/models/queries/meetings/filters/attended_user_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/queries/meetings/filters/author_filter.rb b/modules/meeting/app/models/queries/meetings/filters/author_filter.rb index 7b924f7d1a85..9d1848b93a66 100644 --- a/modules/meeting/app/models/queries/meetings/filters/author_filter.rb +++ b/modules/meeting/app/models/queries/meetings/filters/author_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/queries/meetings/filters/invited_user_filter.rb b/modules/meeting/app/models/queries/meetings/filters/invited_user_filter.rb index 07bb21982302..f1f752984af5 100644 --- a/modules/meeting/app/models/queries/meetings/filters/invited_user_filter.rb +++ b/modules/meeting/app/models/queries/meetings/filters/invited_user_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/queries/meetings/filters/meeting_filter.rb b/modules/meeting/app/models/queries/meetings/filters/meeting_filter.rb index 6f29e3761b9c..169ae76aac9d 100644 --- a/modules/meeting/app/models/queries/meetings/filters/meeting_filter.rb +++ b/modules/meeting/app/models/queries/meetings/filters/meeting_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/queries/meetings/filters/project_filter.rb b/modules/meeting/app/models/queries/meetings/filters/project_filter.rb index 1b692115f526..5dc846e19290 100644 --- a/modules/meeting/app/models/queries/meetings/filters/project_filter.rb +++ b/modules/meeting/app/models/queries/meetings/filters/project_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/queries/meetings/filters/time_filter.rb b/modules/meeting/app/models/queries/meetings/filters/time_filter.rb index 77241b9aa35e..6031a0a43dbb 100644 --- a/modules/meeting/app/models/queries/meetings/filters/time_filter.rb +++ b/modules/meeting/app/models/queries/meetings/filters/time_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/queries/meetings/meeting_query.rb b/modules/meeting/app/models/queries/meetings/meeting_query.rb index cf41d71f03e1..0f0aeefa92cf 100644 --- a/modules/meeting/app/models/queries/meetings/meeting_query.rb +++ b/modules/meeting/app/models/queries/meetings/meeting_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/structured_meeting.rb b/modules/meeting/app/models/structured_meeting.rb index 5aab08db8a37..d1fae09521ef 100644 --- a/modules/meeting/app/models/structured_meeting.rb +++ b/modules/meeting/app/models/structured_meeting.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/seeders/common.yml b/modules/meeting/app/seeders/common.yml index cf33aaa849e3..816b4365e329 100644 --- a/modules/meeting/app/seeders/common.yml +++ b/modules/meeting/app/seeders/common.yml @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/seeders/meetings/demo_data/meeting_agenda_items_seeder.rb b/modules/meeting/app/seeders/meetings/demo_data/meeting_agenda_items_seeder.rb index 99be95acbda4..83fff13ce60f 100644 --- a/modules/meeting/app/seeders/meetings/demo_data/meeting_agenda_items_seeder.rb +++ b/modules/meeting/app/seeders/meetings/demo_data/meeting_agenda_items_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/seeders/meetings/demo_data/meeting_seeder.rb b/modules/meeting/app/seeders/meetings/demo_data/meeting_seeder.rb index 599a81fa2311..233c98d7890f 100644 --- a/modules/meeting/app/seeders/meetings/demo_data/meeting_seeder.rb +++ b/modules/meeting/app/seeders/meetings/demo_data/meeting_seeder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/seeders/standard.yml b/modules/meeting/app/seeders/standard.yml index d36f965e3cc1..17783c5d6329 100644 --- a/modules/meeting/app/seeders/standard.yml +++ b/modules/meeting/app/seeders/standard.yml @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_agenda_items/after_perform_hook.rb b/modules/meeting/app/services/meeting_agenda_items/after_perform_hook.rb index 539448df29d6..3c6c495a38f4 100644 --- a/modules/meeting/app/services/meeting_agenda_items/after_perform_hook.rb +++ b/modules/meeting/app/services/meeting_agenda_items/after_perform_hook.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_agenda_items/create_service.rb b/modules/meeting/app/services/meeting_agenda_items/create_service.rb index a8d7e9f56705..87e21d0f78d5 100644 --- a/modules/meeting/app/services/meeting_agenda_items/create_service.rb +++ b/modules/meeting/app/services/meeting_agenda_items/create_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_agenda_items/delete_service.rb b/modules/meeting/app/services/meeting_agenda_items/delete_service.rb index ae00e7a5390b..3b01a972b27d 100644 --- a/modules/meeting/app/services/meeting_agenda_items/delete_service.rb +++ b/modules/meeting/app/services/meeting_agenda_items/delete_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_agenda_items/set_attributes_service.rb b/modules/meeting/app/services/meeting_agenda_items/set_attributes_service.rb index 1acea4caac8d..50cd8ed03d5e 100644 --- a/modules/meeting/app/services/meeting_agenda_items/set_attributes_service.rb +++ b/modules/meeting/app/services/meeting_agenda_items/set_attributes_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_agenda_items/update_service.rb b/modules/meeting/app/services/meeting_agenda_items/update_service.rb index 1c0187731fa1..9019ef06d1b8 100644 --- a/modules/meeting/app/services/meeting_agenda_items/update_service.rb +++ b/modules/meeting/app/services/meeting_agenda_items/update_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 67c030a67fed..db64b9b4311c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 37850ae37495..d232f3002355 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/meetings/ical_service.rb b/modules/meeting/app/services/meetings/ical_service.rb index d7cece9aa91f..1451d04ee7e7 100644 --- a/modules/meeting/app/services/meetings/ical_service.rb +++ b/modules/meeting/app/services/meetings/ical_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/meetings/set_attributes_service.rb b/modules/meeting/app/services/meetings/set_attributes_service.rb index a800e7b4a88c..fa8977e5d1da 100644 --- a/modules/meeting/app/services/meetings/set_attributes_service.rb +++ b/modules/meeting/app/services/meetings/set_attributes_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/meetings/update_service.rb b/modules/meeting/app/services/meetings/update_service.rb index c0e9470be038..3a85b966fd0d 100644 --- a/modules/meeting/app/services/meetings/update_service.rb +++ b/modules/meeting/app/services/meetings/update_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7a84dc101564..1ea5a8337a0a 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 6634cd289448..963d5e1968e0 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 26babdd81c5f..32315fd1bb07 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 a57bac2c6ee2..87ec5a962576 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 ab2309848df1..93502203719a 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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/invited.html.erb b/modules/meeting/app/views/meeting_mailer/invited.html.erb index bc294af33267..072eccaa8428 100644 --- a/modules/meeting/app/views/meeting_mailer/invited.html.erb +++ b/modules/meeting/app/views/meeting_mailer/invited.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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/invited.text.erb b/modules/meeting/app/views/meeting_mailer/invited.text.erb index 2a15f364390c..4e51d6fd57d7 100644 --- a/modules/meeting/app/views/meeting_mailer/invited.text.erb +++ b/modules/meeting/app/views/meeting_mailer/invited.text.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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/rescheduled.html.erb b/modules/meeting/app/views/meeting_mailer/rescheduled.html.erb index 6a4e7bc96651..08c45b917a8b 100644 --- a/modules/meeting/app/views/meeting_mailer/rescheduled.html.erb +++ b/modules/meeting/app/views/meeting_mailer/rescheduled.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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/rescheduled.text.erb b/modules/meeting/app/views/meeting_mailer/rescheduled.text.erb index d601b7196b18..ece23426d87b 100644 --- a/modules/meeting/app/views/meeting_mailer/rescheduled.text.erb +++ b/modules/meeting/app/views/meeting_mailer/rescheduled.text.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 87d9e388f3fd..2f93017842e4 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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/_menu_query_select.html.erb b/modules/meeting/app/views/meetings/_menu_query_select.html.erb index e0e43e46e066..24d2d6afb613 100644 --- a/modules/meeting/app/views/meetings/_menu_query_select.html.erb +++ b/modules/meeting/app/views/meetings/_menu_query_select.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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/_participants_section.html.erb b/modules/meeting/app/views/meetings/_participants_section.html.erb index 94c77daf95e7..340ecb941962 100644 --- a/modules/meeting/app/views/meetings/_participants_section.html.erb +++ b/modules/meeting/app/views/meetings/_participants_section.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 2773a0cf8398..3f3eaaabac1a 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 5e3244fdd183..a050a22018e0 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 79706a160fb0..4c345bdc39d3 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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.turbo_stream.erb b/modules/meeting/app/views/meetings/new.turbo_stream.erb index 9d5eea2c2131..ca65bd7803d3 100644 --- a/modules/meeting/app/views/meetings/new.turbo_stream.erb +++ b/modules/meeting/app/views/meetings/new.turbo_stream.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 d1018623c566..9d2eeea4e972 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 63fb0b77a639..fcbb482d4cdd 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 e70d95a1e659..b16d193fb345 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 1ced7db392e7..6de949c9b442 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/be.yml b/modules/meeting/config/locales/crowdin/be.yml index 4b9b6ddb2981..079ffa6f56d6 100644 --- a/modules/meeting/config/locales/crowdin/be.yml +++ b/modules/meeting/config/locales/crowdin/be.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 b38d3e197d23..37d3e1d01000 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 2f52f8090435..dce7a608deb2 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 d5beb23a1bd8..0c9579925788 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 c1a5f0b75c52..3b15cd1a5879 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 c552489208d6..90a8f8187aa8 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 b15fba5f36a4..940692535fd7 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 06ffb3f07be3..259783b00ac1 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 a995ec95ae86..4661403e3b5a 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 b372f86118bc..82188e5879ac 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 24d0956d8e39..30e32fa36b46 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/eu.yml b/modules/meeting/config/locales/crowdin/eu.yml index d0719b909bc7..34c027d02f08 100644 --- a/modules/meeting/config/locales/crowdin/eu.yml +++ b/modules/meeting/config/locales/crowdin/eu.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 e7bc17fdfd06..3014f8012875 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 b2d6b06ecf5f..fd831dd38c27 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 b72c0ec80b4a..2762319277e0 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 2fa3da709e9c..12d18b5e5b0e 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 22d935dbf7c9..50ae1fb6070d 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 b0c14d72ca57..a0e38f095056 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 65fa97705b07..9014f94d3119 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 db5b89f68db3..12480bd2aa4a 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 6027ee4b1810..526882b2269a 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 19d75cf3c57f..f64b1e80cd83 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 7d72be868b44..a2b598b9a51c 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-af.yml b/modules/meeting/config/locales/crowdin/js-af.yml index fa90aed4e491..3ec15444f167 100644 --- a/modules/meeting/config/locales/crowdin/js-af.yml +++ b/modules/meeting/config/locales/crowdin/js-af.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-ar.yml b/modules/meeting/config/locales/crowdin/js-ar.yml index 53e8d2d4feed..7b6a393e9462 100644 --- a/modules/meeting/config/locales/crowdin/js-ar.yml +++ b/modules/meeting/config/locales/crowdin/js-ar.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-az.yml b/modules/meeting/config/locales/crowdin/js-az.yml index 4a9fe2606190..e2df7c490284 100644 --- a/modules/meeting/config/locales/crowdin/js-az.yml +++ b/modules/meeting/config/locales/crowdin/js-az.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-be.yml b/modules/meeting/config/locales/crowdin/js-be.yml index defaf90f7243..1adc26d35a6e 100644 --- a/modules/meeting/config/locales/crowdin/js-be.yml +++ b/modules/meeting/config/locales/crowdin/js-be.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-bg.yml b/modules/meeting/config/locales/crowdin/js-bg.yml index 58e6f8fe8c96..343ddb5a92a2 100644 --- a/modules/meeting/config/locales/crowdin/js-bg.yml +++ b/modules/meeting/config/locales/crowdin/js-bg.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-ca.yml b/modules/meeting/config/locales/crowdin/js-ca.yml index 6c6a8c51b621..4c2b18a61f4e 100644 --- a/modules/meeting/config/locales/crowdin/js-ca.yml +++ b/modules/meeting/config/locales/crowdin/js-ca.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-ckb-IR.yml b/modules/meeting/config/locales/crowdin/js-ckb-IR.yml index f57ae846b10b..8737b3146e1b 100644 --- a/modules/meeting/config/locales/crowdin/js-ckb-IR.yml +++ b/modules/meeting/config/locales/crowdin/js-ckb-IR.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-cs.yml b/modules/meeting/config/locales/crowdin/js-cs.yml index 260cc7457c89..b798a0d9ecf6 100644 --- a/modules/meeting/config/locales/crowdin/js-cs.yml +++ b/modules/meeting/config/locales/crowdin/js-cs.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-da.yml b/modules/meeting/config/locales/crowdin/js-da.yml index a9e0cfcb86cf..ef13eff095b8 100644 --- a/modules/meeting/config/locales/crowdin/js-da.yml +++ b/modules/meeting/config/locales/crowdin/js-da.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-de.yml b/modules/meeting/config/locales/crowdin/js-de.yml index 7aa999f7de95..0c4bb88ce162 100644 --- a/modules/meeting/config/locales/crowdin/js-de.yml +++ b/modules/meeting/config/locales/crowdin/js-de.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-el.yml b/modules/meeting/config/locales/crowdin/js-el.yml index e3fde71048d5..350020a2d6a6 100644 --- a/modules/meeting/config/locales/crowdin/js-el.yml +++ b/modules/meeting/config/locales/crowdin/js-el.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-eo.yml b/modules/meeting/config/locales/crowdin/js-eo.yml index 552400713a5b..8d288d46c250 100644 --- a/modules/meeting/config/locales/crowdin/js-eo.yml +++ b/modules/meeting/config/locales/crowdin/js-eo.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-es.yml b/modules/meeting/config/locales/crowdin/js-es.yml index 9e7bfe5b93e1..092b3f45ce63 100644 --- a/modules/meeting/config/locales/crowdin/js-es.yml +++ b/modules/meeting/config/locales/crowdin/js-es.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-et.yml b/modules/meeting/config/locales/crowdin/js-et.yml index 383985ffd47d..1bf329c5775f 100644 --- a/modules/meeting/config/locales/crowdin/js-et.yml +++ b/modules/meeting/config/locales/crowdin/js-et.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-eu.yml b/modules/meeting/config/locales/crowdin/js-eu.yml index 311d19b0f327..4ad252ab621b 100644 --- a/modules/meeting/config/locales/crowdin/js-eu.yml +++ b/modules/meeting/config/locales/crowdin/js-eu.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-fa.yml b/modules/meeting/config/locales/crowdin/js-fa.yml index cdd95974e45b..31500748cfd1 100644 --- a/modules/meeting/config/locales/crowdin/js-fa.yml +++ b/modules/meeting/config/locales/crowdin/js-fa.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-fi.yml b/modules/meeting/config/locales/crowdin/js-fi.yml index 90c33004711a..8b880afd9660 100644 --- a/modules/meeting/config/locales/crowdin/js-fi.yml +++ b/modules/meeting/config/locales/crowdin/js-fi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-fil.yml b/modules/meeting/config/locales/crowdin/js-fil.yml index bd409875ceaa..7f95dd2fc6cb 100644 --- a/modules/meeting/config/locales/crowdin/js-fil.yml +++ b/modules/meeting/config/locales/crowdin/js-fil.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-fr.yml b/modules/meeting/config/locales/crowdin/js-fr.yml index c2053cda4943..d7e86d50f0d1 100644 --- a/modules/meeting/config/locales/crowdin/js-fr.yml +++ b/modules/meeting/config/locales/crowdin/js-fr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-he.yml b/modules/meeting/config/locales/crowdin/js-he.yml index 8541c03fdee5..0d8bd6babba3 100644 --- a/modules/meeting/config/locales/crowdin/js-he.yml +++ b/modules/meeting/config/locales/crowdin/js-he.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-hi.yml b/modules/meeting/config/locales/crowdin/js-hi.yml index 2ecb5fefa4e6..af5ee6b34127 100644 --- a/modules/meeting/config/locales/crowdin/js-hi.yml +++ b/modules/meeting/config/locales/crowdin/js-hi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-hr.yml b/modules/meeting/config/locales/crowdin/js-hr.yml index dfc077001a6a..fc8c9ee8be54 100644 --- a/modules/meeting/config/locales/crowdin/js-hr.yml +++ b/modules/meeting/config/locales/crowdin/js-hr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-hu.yml b/modules/meeting/config/locales/crowdin/js-hu.yml index a8f9d4891d9c..2a8b4b2706c6 100644 --- a/modules/meeting/config/locales/crowdin/js-hu.yml +++ b/modules/meeting/config/locales/crowdin/js-hu.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-id.yml b/modules/meeting/config/locales/crowdin/js-id.yml index eed22f5d34b4..2e6d3af6dc78 100644 --- a/modules/meeting/config/locales/crowdin/js-id.yml +++ b/modules/meeting/config/locales/crowdin/js-id.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-it.yml b/modules/meeting/config/locales/crowdin/js-it.yml index 2878bb1b5d21..514d17fddef9 100644 --- a/modules/meeting/config/locales/crowdin/js-it.yml +++ b/modules/meeting/config/locales/crowdin/js-it.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-ja.yml b/modules/meeting/config/locales/crowdin/js-ja.yml index b50c3040d4b4..220113b102df 100644 --- a/modules/meeting/config/locales/crowdin/js-ja.yml +++ b/modules/meeting/config/locales/crowdin/js-ja.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-ka.yml b/modules/meeting/config/locales/crowdin/js-ka.yml index 06333d9a0c61..a03402652a73 100644 --- a/modules/meeting/config/locales/crowdin/js-ka.yml +++ b/modules/meeting/config/locales/crowdin/js-ka.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-ko.yml b/modules/meeting/config/locales/crowdin/js-ko.yml index 7025254dd651..1b15f53be75e 100644 --- a/modules/meeting/config/locales/crowdin/js-ko.yml +++ b/modules/meeting/config/locales/crowdin/js-ko.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-lt.yml b/modules/meeting/config/locales/crowdin/js-lt.yml index 7eb5d34c0aea..10048692021e 100644 --- a/modules/meeting/config/locales/crowdin/js-lt.yml +++ b/modules/meeting/config/locales/crowdin/js-lt.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-lv.yml b/modules/meeting/config/locales/crowdin/js-lv.yml index ff29ceca8240..42ca8c88506d 100644 --- a/modules/meeting/config/locales/crowdin/js-lv.yml +++ b/modules/meeting/config/locales/crowdin/js-lv.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-mn.yml b/modules/meeting/config/locales/crowdin/js-mn.yml index 2aea77401c41..75df3628ba7a 100644 --- a/modules/meeting/config/locales/crowdin/js-mn.yml +++ b/modules/meeting/config/locales/crowdin/js-mn.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-ne.yml b/modules/meeting/config/locales/crowdin/js-ne.yml index 316c1f8bb8f9..b2cd41dbc39a 100644 --- a/modules/meeting/config/locales/crowdin/js-ne.yml +++ b/modules/meeting/config/locales/crowdin/js-ne.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-nl.yml b/modules/meeting/config/locales/crowdin/js-nl.yml index 90205c987c8e..ac8b4fa6d27b 100644 --- a/modules/meeting/config/locales/crowdin/js-nl.yml +++ b/modules/meeting/config/locales/crowdin/js-nl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-no.yml b/modules/meeting/config/locales/crowdin/js-no.yml index c18b4d393d3a..0eb8b3220eab 100644 --- a/modules/meeting/config/locales/crowdin/js-no.yml +++ b/modules/meeting/config/locales/crowdin/js-no.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-pl.yml b/modules/meeting/config/locales/crowdin/js-pl.yml index 44a774e9119a..e7cea339fe9f 100644 --- a/modules/meeting/config/locales/crowdin/js-pl.yml +++ b/modules/meeting/config/locales/crowdin/js-pl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-pt.yml b/modules/meeting/config/locales/crowdin/js-pt.yml index d629c7f9c329..5f850f4538e2 100644 --- a/modules/meeting/config/locales/crowdin/js-pt.yml +++ b/modules/meeting/config/locales/crowdin/js-pt.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-ro.yml b/modules/meeting/config/locales/crowdin/js-ro.yml index e45a5c107e09..163e823befb9 100644 --- a/modules/meeting/config/locales/crowdin/js-ro.yml +++ b/modules/meeting/config/locales/crowdin/js-ro.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-ru.yml b/modules/meeting/config/locales/crowdin/js-ru.yml index c3353f9a60e9..9767f4eb9b5c 100644 --- a/modules/meeting/config/locales/crowdin/js-ru.yml +++ b/modules/meeting/config/locales/crowdin/js-ru.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-rw.yml b/modules/meeting/config/locales/crowdin/js-rw.yml index 113537ba21d2..fe6442650200 100644 --- a/modules/meeting/config/locales/crowdin/js-rw.yml +++ b/modules/meeting/config/locales/crowdin/js-rw.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-si.yml b/modules/meeting/config/locales/crowdin/js-si.yml index e4e88fba2edf..bc53464a0a3c 100644 --- a/modules/meeting/config/locales/crowdin/js-si.yml +++ b/modules/meeting/config/locales/crowdin/js-si.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-sk.yml b/modules/meeting/config/locales/crowdin/js-sk.yml index 474b8f5f150d..f6d7f9be9e33 100644 --- a/modules/meeting/config/locales/crowdin/js-sk.yml +++ b/modules/meeting/config/locales/crowdin/js-sk.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-sl.yml b/modules/meeting/config/locales/crowdin/js-sl.yml index 39132b9ef104..dddebb3cc679 100644 --- a/modules/meeting/config/locales/crowdin/js-sl.yml +++ b/modules/meeting/config/locales/crowdin/js-sl.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-sr.yml b/modules/meeting/config/locales/crowdin/js-sr.yml index 8c741966066a..8f6483363193 100644 --- a/modules/meeting/config/locales/crowdin/js-sr.yml +++ b/modules/meeting/config/locales/crowdin/js-sr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-sv.yml b/modules/meeting/config/locales/crowdin/js-sv.yml index 1d81d8a90203..c22f8971cf23 100644 --- a/modules/meeting/config/locales/crowdin/js-sv.yml +++ b/modules/meeting/config/locales/crowdin/js-sv.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-th.yml b/modules/meeting/config/locales/crowdin/js-th.yml index 9a5fa2566b8e..de2c1629f269 100644 --- a/modules/meeting/config/locales/crowdin/js-th.yml +++ b/modules/meeting/config/locales/crowdin/js-th.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-tr.yml b/modules/meeting/config/locales/crowdin/js-tr.yml index 7eefa085ad13..c1b9c5519478 100644 --- a/modules/meeting/config/locales/crowdin/js-tr.yml +++ b/modules/meeting/config/locales/crowdin/js-tr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-uk.yml b/modules/meeting/config/locales/crowdin/js-uk.yml index 53e7ffff6193..7d461f56fe13 100644 --- a/modules/meeting/config/locales/crowdin/js-uk.yml +++ b/modules/meeting/config/locales/crowdin/js-uk.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-vi.yml b/modules/meeting/config/locales/crowdin/js-vi.yml index df4a348b890b..07a6b81f1eb1 100644 --- a/modules/meeting/config/locales/crowdin/js-vi.yml +++ b/modules/meeting/config/locales/crowdin/js-vi.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-zh-CN.yml b/modules/meeting/config/locales/crowdin/js-zh-CN.yml index 2860a5a47069..c18b43ad4720 100644 --- a/modules/meeting/config/locales/crowdin/js-zh-CN.yml +++ b/modules/meeting/config/locales/crowdin/js-zh-CN.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/js-zh-TW.yml b/modules/meeting/config/locales/crowdin/js-zh-TW.yml index a807a507d56f..468b037c24a2 100644 --- a/modules/meeting/config/locales/crowdin/js-zh-TW.yml +++ b/modules/meeting/config/locales/crowdin/js-zh-TW.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/ka.yml b/modules/meeting/config/locales/crowdin/ka.yml index c10a11e444d1..012d3f0c21a8 100644 --- a/modules/meeting/config/locales/crowdin/ka.yml +++ b/modules/meeting/config/locales/crowdin/ka.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 97d2e01b9354..7b64bbd3383b 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 0723c1d6196d..50652989ef09 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 b1791ef3c294..d69a8af069c8 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/mn.yml b/modules/meeting/config/locales/crowdin/mn.yml index f0732e1360b8..33cee95c2188 100644 --- a/modules/meeting/config/locales/crowdin/mn.yml +++ b/modules/meeting/config/locales/crowdin/mn.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 0b6abb34144b..4e4caa5491f6 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 45b443daa702..d8c38bf83e89 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 b705b66affb5..6d05de73e50c 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 359271392567..ef2920677e91 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 4765cc89295b..e72ee2a38de4 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 764294f2d427..dd6082b8b1ac 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 a50953f86348..ab022c1722e0 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 f94570ff2386..544acf3f846a 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 a15a45509c18..ed19a17e40bf 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 50cb64442954..6c842dd26692 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 451c104d46d9..500693aad71b 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/sr.yml b/modules/meeting/config/locales/crowdin/sr.yml index 14046d191381..d9b571be0fb0 100644 --- a/modules/meeting/config/locales/crowdin/sr.yml +++ b/modules/meeting/config/locales/crowdin/sr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 a26a0f017a86..8172e214e350 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 9cf852773f97..c6b8f7d0e70f 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 866eb236fd5b..ac82551e51c1 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 8b42d6c21995..a1ea1f2882e7 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 6967aa5f7c14..c22584934a5e 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 7a2c1e17ecff..31c09c6ceb70 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 cb4eba3d3804..75818edda15f 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 3f1fde6c15c8..58a3532f47af 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/js-en.yml b/modules/meeting/config/locales/js-en.yml index 48ecdcc08fe8..8d1e904e2b1f 100644 --- a/modules/meeting/config/locales/js-en.yml +++ b/modules/meeting/config/locales/js-en.yml @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 13b826b70b7c..7bb7da09db60 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 70e6e4d9e892..d808b4d44f26 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/frontend/module/main.ts b/modules/meeting/frontend/module/main.ts index af83bcdb9c0e..b25ae4a746e9 100644 --- a/modules/meeting/frontend/module/main.ts +++ b/modules/meeting/frontend/module/main.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free 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/frontend/module/meetings-tab/meetings-tab.component.ts b/modules/meeting/frontend/module/meetings-tab/meetings-tab.component.ts index 94e953904f7f..e21b6b01b0a9 100644 --- a/modules/meeting/frontend/module/meetings-tab/meetings-tab.component.ts +++ b/modules/meeting/frontend/module/meetings-tab/meetings-tab.component.ts @@ -1,6 +1,6 @@ // -- copyright // OpenProject is an open source project management software. -// Copyright (C) 2012-2023 the OpenProject GmbH +// Copyright (C) 2012-2024 the OpenProject GmbH // // This program is free 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 8831af75d48d..785b00c6d593 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 88d8b21835c6..5ef311e83909 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2818493002dc..ce4592cbe2e1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4a6dec95ca0b..db9afe87257f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ef0a0a183e4c..39844e80c4f2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d28fffdb2172..87b48d92c60f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 bf131f4a956f..3030589bf398 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 1a8281b67c5a..97977256a911 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4efcc13e07d6..5c4c641eee2a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9b15ee87cd57..bedae3a08cd4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_agenda_items/create_contract_spec.rb b/modules/meeting/spec/contracts/meeting_agenda_items/create_contract_spec.rb index 79ea61d18ffb..c21a76337139 100644 --- a/modules/meeting/spec/contracts/meeting_agenda_items/create_contract_spec.rb +++ b/modules/meeting/spec/contracts/meeting_agenda_items/create_contract_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_agenda_items/delete_contract_spec.rb b/modules/meeting/spec/contracts/meeting_agenda_items/delete_contract_spec.rb index b5d133639b61..3af14d395c9a 100644 --- a/modules/meeting/spec/contracts/meeting_agenda_items/delete_contract_spec.rb +++ b/modules/meeting/spec/contracts/meeting_agenda_items/delete_contract_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_agenda_items/update_contract_spec.rb b/modules/meeting/spec/contracts/meeting_agenda_items/update_contract_spec.rb index b9c5318ab513..dd84d5460d56 100644 --- a/modules/meeting/spec/contracts/meeting_agenda_items/update_contract_spec.rb +++ b/modules/meeting/spec/contracts/meeting_agenda_items/update_contract_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5837fb11f7be..28eebc8172f9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/meetings/update_contract_spec.rb b/modules/meeting/spec/contracts/meetings/update_contract_spec.rb index 4687c05478aa..1904a52d6fef 100644 --- a/modules/meeting/spec/contracts/meetings/update_contract_spec.rb +++ b/modules/meeting/spec/contracts/meetings/update_contract_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 25b70d14a91c..7a59f6944c8f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a01db28a984e..7f01fbc16b82 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_item_factory.rb b/modules/meeting/spec/factories/meeting_agenda_item_factory.rb index 3ad8154b0c73..5a4bfe7939f1 100644 --- a/modules/meeting/spec/factories/meeting_agenda_item_factory.rb +++ b/modules/meeting/spec/factories/meeting_agenda_item_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 28fdb05aea81..b5cd62f9b8dd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 999a4840e308..e23442368d48 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e9256d8b90ee..baa02ebfa3f9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 49bd0946f62b..921815a4425d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 88424b1371b1..22891afed4b9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c1bcd4d1f805..4edbaeb65201 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9a61e38f6ad2..438fca6eabb5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a20cc1e115c5..8c4c4a098eb7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 bc0667ca6dbb..62ea1b688372 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ebcb1a02a33b..5f99d71a894b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 225ac05b6f53..0fd7aab40087 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d8885752d8da..cf042da7c1da 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 74e0563b9024..fd05156c1087 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 923717016693..489db2ee2ac3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 aaef1391d783..28da09a860ee 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/structured_meetings/mobile_structure_meeting_spec.rb b/modules/meeting/spec/features/structured_meetings/mobile_structure_meeting_spec.rb index 83bb05b8ba1d..00e85a414068 100644 --- a/modules/meeting/spec/features/structured_meetings/mobile_structure_meeting_spec.rb +++ b/modules/meeting/spec/features/structured_meetings/mobile_structure_meeting_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/structured_meetings/structured_meeting_crud_spec.rb b/modules/meeting/spec/features/structured_meetings/structured_meeting_crud_spec.rb index ee5735b5e51a..77a0d6e59a95 100644 --- a/modules/meeting/spec/features/structured_meetings/structured_meeting_crud_spec.rb +++ b/modules/meeting/spec/features/structured_meetings/structured_meeting_crud_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/structured_meetings/work_package_meetings_tab_spec.rb b/modules/meeting/spec/features/structured_meetings/work_package_meetings_tab_spec.rb index 41eb7ccd2d54..106a8b8fdb7c 100644 --- a/modules/meeting/spec/features/structured_meetings/work_package_meetings_tab_spec.rb +++ b/modules/meeting/spec/features/structured_meetings/work_package_meetings_tab_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ee279a78e519..65240c46440a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 1adc8d3c7c9c..e50c7ee9607a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_acts_as_journalized_spec.rb b/modules/meeting/spec/models/meeting_acts_as_journalized_spec.rb index 8f21e9648eb7..e677d5b11808 100644 --- a/modules/meeting/spec/models/meeting_acts_as_journalized_spec.rb +++ b/modules/meeting/spec/models/meeting_acts_as_journalized_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_item_spec.rb b/modules/meeting/spec/models/meeting_agenda_item_spec.rb index b9cdd2b0cf0e..694b64d6c4ae 100644 --- a/modules/meeting/spec/models/meeting_agenda_item_spec.rb +++ b/modules/meeting/spec/models/meeting_agenda_item_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e7ebf00a7dd8..72ccbb53844e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 496192a82352..22310c31951b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 38344bfb2e43..bcea61022575 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 04c570668b99..9c67383dee3c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7bb800de09c7..c19c756ef44b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/queries/meeting_query_spec.rb b/modules/meeting/spec/models/queries/meeting_query_spec.rb index 490e702deb9f..76279af44fef 100644 --- a/modules/meeting/spec/models/queries/meeting_query_spec.rb +++ b/modules/meeting/spec/models/queries/meeting_query_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f4f80c2b4fdd..46a60c9220ef 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7989ea9f8116..7ddc1dac3ad7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9006cbdefacb..4a379d9c88d9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/seeders/demo_data/project_seeder_spec.rb b/modules/meeting/spec/seeders/demo_data/project_seeder_spec.rb index fed8f1e3264a..40b1212971ac 100644 --- a/modules/meeting/spec/seeders/demo_data/project_seeder_spec.rb +++ b/modules/meeting/spec/seeders/demo_data/project_seeder_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 504ab549165b..d7f898747e94 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/meetings/ical_service_spec.rb b/modules/meeting/spec/services/meetings/ical_service_spec.rb index 2831f148f0d7..21fb14dda484 100644 --- a/modules/meeting/spec/services/meetings/ical_service_spec.rb +++ b/modules/meeting/spec/services/meetings/ical_service_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/meetings/update_service_spec.rb b/modules/meeting/spec/services/meetings/update_service_spec.rb index 1d06e388983f..f0390ca6572c 100644 --- a/modules/meeting/spec/services/meetings/update_service_spec.rb +++ b/modules/meeting/spec/services/meetings/update_service_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/principals/replace_references_service_call_integration_spec.rb b/modules/meeting/spec/services/principals/replace_references_service_call_integration_spec.rb index b65b98eaa69a..4b16548a5c77 100644 --- a/modules/meeting/spec/services/principals/replace_references_service_call_integration_spec.rb +++ b/modules/meeting/spec/services/principals/replace_references_service_call_integration_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2eb7219ac3f5..b2e984d0fa2a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 44fe76e5b650..d1b90e8e91d7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0b135c7f3502..ec0b0c8e4d34 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 fa29f97b61e9..971b904434d4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c7f245049e52..ee027f8f0472 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 cc87bacd8afd..087659afb70b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/structured_meeting/mobile/show.rb b/modules/meeting/spec/support/pages/structured_meeting/mobile/show.rb index 54ef6d3a6675..0956e4512226 100644 --- a/modules/meeting/spec/support/pages/structured_meeting/mobile/show.rb +++ b/modules/meeting/spec/support/pages/structured_meeting/mobile/show.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/structured_meeting/show.rb b/modules/meeting/spec/support/pages/structured_meeting/show.rb index c42025ca0d18..2481fcc5a6a8 100644 --- a/modules/meeting/spec/support/pages/structured_meeting/show.rb +++ b/modules/meeting/spec/support/pages/structured_meeting/show.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/work_package_meetings_tab.rb b/modules/meeting/spec/support/pages/work_package_meetings_tab.rb index 4aa1278aac67..f133c216820f 100644 --- a/modules/meeting/spec/support/pages/work_package_meetings_tab.rb +++ b/modules/meeting/spec/support/pages/work_package_meetings_tab.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 dee1dd5cc627..4695d0602f47 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 19b5a3740b33..1a01b950758e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 066c3f921c32..094d134526f8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 774ee2abc142..43f56051a49e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ef0625f01f7a..d1ada5c0a787 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 014221342e50..1febcf706339 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 afa6f98399f2..35960b7fd438 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d9b0de9e1612..8dd607331885 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2b8cf8c17192..e53616a10edf 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 922006795a1e..7bd0992590d1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_spent_time_widget_with_a_negative_time_zone_spec.rb b/modules/my_page/spec/features/my/my_spent_time_widget_with_a_negative_time_zone_spec.rb index cae201f0f76b..2a73339e3057 100644 --- a/modules/my_page/spec/features/my/my_spent_time_widget_with_a_negative_time_zone_spec.rb +++ b/modules/my_page/spec/features/my/my_spent_time_widget_with_a_negative_time_zone_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d9b10febed6e..dc87f73bb6bc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d6a0026fcccd..f7c2052b24e7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 cb573259bf27..eb7ac2a9dd14 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 19ca30f8701f..df79c23d3aa9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a5a410a3f49e..57adc5aeba52 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0df97537b8ac..4a96fd9c9611 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e385e2ff540e..e373376d9e74 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3abb7c10e655..9175e3717dfd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 20ccf1492782..9e954eb3a06d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 48f7eb705b84..62a9bfb99129 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 298d7f939425..40953ee0257c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/db/migrate/20221122072857_add_oidc_session_link.rb b/modules/openid_connect/db/migrate/20221122072857_add_oidc_session_link.rb index 12ea97d5026a..f0fb006652b3 100644 --- a/modules/openid_connect/db/migrate/20221122072857_add_oidc_session_link.rb +++ b/modules/openid_connect/db/migrate/20221122072857_add_oidc_session_link.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 1732e55b7002..e951af3648b6 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-2023 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2024 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 8344d0c36d2c..807343eb2f8e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 89cf187bacef..011000df1c90 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/openid_connect/provider_spec.rb b/modules/openid_connect/spec/models/openid_connect/provider_spec.rb index 24436814075a..8ce328858bfc 100644 --- a/modules/openid_connect/spec/models/openid_connect/provider_spec.rb +++ b/modules/openid_connect/spec/models/openid_connect/provider_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4e61e7328508..ccbee29d7609 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3fd6409c7fe2..7cda8236786a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 751daa02b10b..3ec5958538e8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 066912f26b6f..7cb8f6000aba 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a77e46d2c726..0ee4f5756389 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 792d41b3079e..394350e240d5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/db/migrate/20190826083604_my_project_page_to_grid.rb b/modules/overviews/db/migrate/20190826083604_my_project_page_to_grid.rb index 5569e7e0bfa4..ecc54a71ccfd 100644 --- a/modules/overviews/db/migrate/20190826083604_my_project_page_to_grid.rb +++ b/modules/overviews/db/migrate/20190826083604_my_project_page_to_grid.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d4c44038b12c..13935632be8c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 93df472d7637..3c2b2807a9fc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 00960b544265..078928a6f524 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c9bf7b3a16d9..7445fa80aa53 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 be3fd93b331e..b9a595db2585 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 82a358f9ed90..97fcb670edd7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b6a3e8332993..7d24d5deec57 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2cb9df9a7cc9..f79af96f932d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. diff --git a/modules/recaptcha/db/migrate/20190905130336_add_recaptcha_entries.rb b/modules/recaptcha/db/migrate/20190905130336_add_recaptcha_entries.rb index 74ee692b33ec..e57013fbb728 100644 --- a/modules/recaptcha/db/migrate/20190905130336_add_recaptcha_entries.rb +++ b/modules/recaptcha/db/migrate/20190905130336_add_recaptcha_entries.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 aa88d1fba21c..8713085fe529 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 480427e7abdb..8e20ab6af5f5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f9c1a418ea21..28f717337ddd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c9a8089ed924..1b327ad6b062 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 617fbff246f7..a3778c9ca3ba 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2f59e7332e43..8c9f35c2891b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 565ff8dc33d3..8ed94e871645 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6a2f3a161eed..266795163489 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 01c3fdc12acd..0726ff6f3a50 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3bb5d78fd1c9..23bf426aa36f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2248011927f6..03f3cf8e09ab 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 86f87928773a..706ae6fce64e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ad770ff30200..beea7cb01741 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 db747ba9bf9c..935e69773399 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4b4f81e1b0d3..8d9ff1d187d9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 31096c973c17..bd2c79defcbc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8d4967f69ae2..10d93d770ff9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 572288f780c9..c2953c116e27 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 446dd4103b80..0eb28bf1287d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c44e4fb6d0b4..86adddfcdbe1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9058c5397270..258c5800d060 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0d445ddeb52d..eeeaa1eb2d94 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 1f7fdc8b80d1..5cf84ed0c455 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3b6e8b97daf8..b5a41e662440 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8694a95267c3..f52e9f4e18e0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 fbb1c0fd5a8d..9dacbdaf7aa8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0f1f053c3899..1d98d6a1a29f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 78dafff511dd..5d62d320fc8b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 1cdce4ca62f8..f86c21d7507e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5dc885530771..5249d7d92888 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 59c6df719316..92bcf3b538ff 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4e4576356349..9f379d04bd23 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 643c8784ded2..c0c5b1bad45d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 25a79e8a354d..5c17b99382ad 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 91d8f6d98306..9174407e3e48 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f8ab40e18fcd..a34ad1f1feb4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 28c79a7e556c..007fbe57311b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5f247dccf08b..14abd4259f12 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2babccc7bbf5..87384d79ba10 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 99c743b314f6..095fe9a260d2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 19c35967a43e..6476f48643ad 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e78f8f7648a9..2f072d33e5d4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9e65c8fd6818..b38cb1fb90d8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 47912c55f9f6..49785aed008c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f797c3606945..8b638a0cd83b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d1f4f8f9bda1..389ccddcf1c4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5cbcaf72b17e..374b3f789c3e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 dcb6284d8a37..898237c99b1a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 da1fde6c7946..22ecc4c1514f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7a90d6b3935a..ad113a426abd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 987d8ac52bb2..50a58079876f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0cf72a84610d..9f1865eaa8cf 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 dc3f280498ab..c63dcdfaa558 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a36adb6e36ea..31f629312851 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 1153106ec5c0..f4671ada3e43 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4d9d217ba689..107acb1dc73b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6236aff0df6f..88e3c530fd9e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 13cecf50e59f..e7f2ba434daa 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9489f07a7271..5f7f7292355e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3715e28d5300..bff3c75ed0ec 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7e1608e966df..85675cc42960 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2af452787293..50a4a926fbf5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 27a4ca1252a5..fd48cba0b001 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8fefc7677b2e..e63275d85496 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 bf2a6f1475aa..5ef2975e0f73 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/seeders/common.yml b/modules/reporting/app/seeders/common.yml index d09d30cd486b..2f3d3e2cb707 100644 --- a/modules/reporting/app/seeders/common.yml +++ b/modules/reporting/app/seeders/common.yml @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/services/cost_query/schedule_export_service.rb b/modules/reporting/app/services/cost_query/schedule_export_service.rb index 059732e89ad5..a3c75b3db457 100644 --- a/modules/reporting/app/services/cost_query/schedule_export_service.rb +++ b/modules/reporting/app/services/cost_query/schedule_export_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e3fbd7c88487..51924ade9313 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 6a9e4f342910..1d37980e00c2 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-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 62806cafe806..6e7ffdd25918 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 b532f1088298..199a6232c1b7 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 47fc202b899c..7445e96ab23c 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/be.yml b/modules/reporting/config/locales/crowdin/be.yml index 0f5d6547e0d7..5ee1acd32be1 100644 --- a/modules/reporting/config/locales/crowdin/be.yml +++ b/modules/reporting/config/locales/crowdin/be.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 b1e84f4d0bc3..0cf851377b02 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 1f0a68a6ebfa..4ee81df8c716 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 8cfadbe4dba9..649f7f906233 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 59b47e80159b..f36452694e9c 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 89781e4fcf62..8b5ad45c0221 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 c937b953f8d4..4a03eee80385 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 e9e70379922c..9fb12b302811 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 92a01ac4f754..aaa6e2c03418 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 f849ac4d1b04..32bbc7c08005 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 62ebeb5bf6d5..971144151f3f 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/eu.yml b/modules/reporting/config/locales/crowdin/eu.yml index 60c21618dcf7..5115e3ec4900 100644 --- a/modules/reporting/config/locales/crowdin/eu.yml +++ b/modules/reporting/config/locales/crowdin/eu.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 9ff07a2bd227..6119a27a57d1 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 374aa57a45a6..2ef5c8cc36e1 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 79a75038fb1b..554dfd08f9db 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 d50d17f288b7..44e7c6d5d8f9 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 559eef6593b4..6938e0f9b8cd 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 2a420db0c984..d69f0308037c 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 4cf7f6df95f8..1db3c2025e93 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 1b40f8f5f8b4..dd876745be35 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 547274606200..3a7252fd2517 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 22dd838967d0..63df5b40ce69 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 3b9932e2c380..026fb91a6101 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 7753cb19a5e7..48d7d6014b7e 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 a5390e5e782f..db833e2e20cf 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 d09c5f9fafd7..65510ebf1ca2 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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-be.yml b/modules/reporting/config/locales/crowdin/js-be.yml index c4cfa6acf554..317f5e65254e 100644 --- a/modules/reporting/config/locales/crowdin/js-be.yml +++ b/modules/reporting/config/locales/crowdin/js-be.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 92c970fa5848..3a6e3e286fa5 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 412e38333189..67c33a6bed7c 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 ca85e1d241ff..3bdfbea839cb 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 ae2a9663ba84..e5f7edf9b9db 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 ff407f1d9167..a8d2eba6849d 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 8d1d1bcd49aa..b88738713fe4 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 19a42a7ee4f7..9e0922fcdba6 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 ebdcabbc7dda..fb5d34e222c5 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 60de751177a2..a1fdb186ade6 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 830712f99159..6d40777eb539 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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-eu.yml b/modules/reporting/config/locales/crowdin/js-eu.yml index b261048b0510..3bdc68fc1655 100644 --- a/modules/reporting/config/locales/crowdin/js-eu.yml +++ b/modules/reporting/config/locales/crowdin/js-eu.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 3f5455dfdbc4..f76bfe3099d7 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 2338957ae6fb..acad45aaf893 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 023e1628995b..500e32f98e9f 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 05c670291099..85cee7b5298b 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 6c1be14dc871..d09eb14b8c97 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 223bd1b41a9a..61b7ca9c06be 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 417f7440c023..e66c11e90bbe 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 0cdd9d9b283d..ca3131932123 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 bd6882e4e76d..73457046864e 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 99df755a21d1..5706c9155519 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 ad1325c1545d..1d38ed6892c8 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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-ka.yml b/modules/reporting/config/locales/crowdin/js-ka.yml index a689935c48d3..33c83f0fc0b3 100644 --- a/modules/reporting/config/locales/crowdin/js-ka.yml +++ b/modules/reporting/config/locales/crowdin/js-ka.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 2efd4f79c1bb..1dee0ab16125 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 16833aab695a..307f6d7e9ca0 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 16efb262b262..0fae958b07db 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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-mn.yml b/modules/reporting/config/locales/crowdin/js-mn.yml index 9ef4d375e41f..d94a5bcd1ea9 100644 --- a/modules/reporting/config/locales/crowdin/js-mn.yml +++ b/modules/reporting/config/locales/crowdin/js-mn.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 e7dfd92ed146..bebc2303471c 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 e057b4ffa635..47aac5b1a8c4 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 118f9aca072b..e83f9624eb80 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 7375d3e114bb..0d279cf70dd5 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 9639ed63282a..30c0350863d9 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 b18fb2c61c4b..4ce2d29c819a 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 4159382fa8e1..9682bada043c 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 dbe3daf6dc20..717d41ff101c 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 4b4c433494e1..466ca230679e 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 24ed6951d695..57e419ee8234 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 076f49e37fc2..53a090d9862f 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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-sr.yml b/modules/reporting/config/locales/crowdin/js-sr.yml index 7b7e439f7c0f..ad1f8543fe87 100644 --- a/modules/reporting/config/locales/crowdin/js-sr.yml +++ b/modules/reporting/config/locales/crowdin/js-sr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 f28604ba17ec..9bbfc8cfc513 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 87017266d905..1ba57babdcbf 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 114d13ad7c93..eef8b29f167d 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 b87035a94efe..525562242454 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 72e15d478a00..292f6427c497 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 3226bd44c926..ac6dcdfe7885 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 4633e8c9b3ec..cbd254cee3c3 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/ka.yml b/modules/reporting/config/locales/crowdin/ka.yml index d6cefd921a08..9c8661a42742 100644 --- a/modules/reporting/config/locales/crowdin/ka.yml +++ b/modules/reporting/config/locales/crowdin/ka.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 14799cc6d914..53d25170324d 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 5e609721cc9e..1080958b5516 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 04d903f20f56..6aaff165db1b 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/mn.yml b/modules/reporting/config/locales/crowdin/mn.yml index e6cf94774a18..b2be1ec31018 100644 --- a/modules/reporting/config/locales/crowdin/mn.yml +++ b/modules/reporting/config/locales/crowdin/mn.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 67d9539b8011..94bd796a6afe 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 131c8d9438af..f486f036adb0 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 1a00a4d3948e..f74e3dce76f8 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 6fb2c54fe646..399372a8ca53 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 a2b9e3acd043..5f77c6611e28 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 204a89c02dbf..ff24b95e8b64 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 b9d26244f2dc..5ff318072c70 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 b6e75791f86c..5394d8215609 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 a22bb4ec10ff..ed069334bc0b 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 59b73fd31454..8ecacfe18797 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 1500ae60a65e..234f6d86f1ea 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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/sr.yml b/modules/reporting/config/locales/crowdin/sr.yml index 170062740020..5cb8adf9a5b5 100644 --- a/modules/reporting/config/locales/crowdin/sr.yml +++ b/modules/reporting/config/locales/crowdin/sr.yml @@ -1,6 +1,6 @@ #-- copyright #OpenProject is an open source project management software. -#Copyright (C) 2012-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 da1447d23c05..4e4ba069723b 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 0b61b7d04c94..26531a9a51e4 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 faefdb48d41c..bb5e35b7c2a8 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 3113ba69e6f9..761172fee6d4 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 a2881d8c9803..d108f3a7238e 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 19081578642e..1d14afbca1ac 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 17e8d2fd394d..06ccbf664319 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-2023 the OpenProject GmbH +#Copyright (C) 2012-2024 the OpenProject GmbH #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU 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 f31e3f22b179..4284ed92ce7b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 339bc7e359a7..82fc9e61fdeb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6bbfe9c7e118..4642ec9d1927 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f4033980bf7d..5495ac51f422 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 160587daef19..be2597af9898 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a49b7a70c9ae..c816d48328e9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 205e702a72bc..f9e59e754e64 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f697b4b5ecc1..49d97c3ef96f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8e10d2d8cf9a..2e0917d22e01 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d9151fc35a92..589cae4e7624 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 995a038e3318..cf3e93130bf7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8370dc845d3a..45c7dbb1481b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 80064a55fd62..9f53f56f0188 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 cfac3f6ba43b..a8ef79633a7a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9072a23fe3cc..1634fa74e488 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3adb6e732095..282f9ca562d1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3522428f71f6..2f59b0c83212 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 dee804e7390c..fe3f2a5415d9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5beb154cf25e..81193f802320 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 79ca66a9cb36..c58f28421bb1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f645b2edd6e5..b71d41191371 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 05947795b772..f67f04b1711e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e2a9ea4b8011..f2d0777f799c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a211b2de3cb8..c82d0ac134db 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b8293cbfabed..d64936ebb872 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4b086df7c750..8fb161bab2ed 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 38aba4cc4865..83ecc312938d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6092452eb397..445860c23f8f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5c0386495640..3553c7b99c2f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0b62ddea04c5..02a86bb43ce6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 36e639c7a820..2c988ca06aac 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 53c612c31f37..72462dfcb5e8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 41e6844df49c..89de1e7bff95 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3bfcbb38f28b..3848443a0c67 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 659eb80e2751..201e6002a422 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f1764df8624c..98e213b5c0cb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e824c9c98701..856e3e666be8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2cee33421b77..aaa12db717d2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 49149e9c610c..a08d6bcd59db 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d12a10eaffe9..a783f9e12e20 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3a17f16d503b..592861861f8f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0e535a80374d..01bf62c8cfaa 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9d34ae3444e7..a97db23bea44 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ac53a268643c..5ed55afbdfad 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 26455803693a..36a1c842d497 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 65fad82139d5..2ed489ee84e0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0a0748e507e0..95e671764ae9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 96eee3b79c35..0cdf94aca22f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2727645e6685..1a062e62a268 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ebd4540c861d..fab1ed00456c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 dfc35d6683e2..1d11f22d658e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 dd11ec8d4808..65f241ebdbda 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 bdee35b4a14f..cf0642a60e6b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 fecfc0761d89..496e2e84cbda 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5e89d3fc73f2..5a431c9a2f7f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 33ff8c2dbd9e..eed8cd5c564b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 192fbe80f065..d495ccc60fd0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 77e073de7766..e73b96f4353f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ae84c65e8357..cc0dd44d65b7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8c7b70357629..e865930db6f7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 80d950c8b346..b83c3b5ccc67 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8362f980ac75..a5bdb10e0db4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 afc387b9d407..e9d51479a188 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 67b78271cb58..e60ba546b752 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d2b6b87ae48e..e36f3b9166bc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0a85ab753906..a1e12900ae46 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f83c8ebbf4cd..1cd7456f3bd0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/export_cost_report_spec.rb b/modules/reporting/spec/features/export_cost_report_spec.rb index 0f2089ee2915..b4f2fcb84ba0 100644 --- a/modules/reporting/spec/features/export_cost_report_spec.rb +++ b/modules/reporting/spec/features/export_cost_report_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 12588b5c0e88..ad472424c001 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 028ea6fadbfc..86d81194e74b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6f039971d3e3..f77915cf93e4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c929e4fd964e..4550780b3ea1 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2976c35e5088..e72d6f2a458e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2a96186d4192..840a206c588e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4276b41ce919..bb506bb36d00 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c22b9ab65d12..2245b4712ad6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0be611424e68..f75e9b9ed343 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 06738075c9b5..745086b4793b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d5de61a315a3..7b683f203236 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3bddc101b808..ff836f137971 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a2133f1a9d33..ab90a132ee1a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 11d6e97ce72b..99036a6e6151 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 35d30665210f..930b57818601 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a52a9c762e60..0cb342f2597d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0a5341dfe9d4..a36a3cacfd49 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6593ebf910e8..5c944d50187e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f8081bd79970..6e644c51a2b3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d370f8dbf63a..b7941c086b11 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 fe7c92198579..83bde0678c7f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a8c16a67ae61..7400fead0063 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/errors.rb b/modules/storages/app/common/storages/errors.rb index 574d9272c494..d23156a0ddbc 100644 --- a/modules/storages/app/common/storages/errors.rb +++ b/modules/storages/app/common/storages/errors.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/contracts.rb b/modules/storages/app/common/storages/peripherals/contracts.rb index 126f26b638da..d6566628bdea 100644 --- a/modules/storages/app/common/storages/peripherals/contracts.rb +++ b/modules/storages/app/common/storages/peripherals/contracts.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/oauth_configurations/configuration_interface.rb b/modules/storages/app/common/storages/peripherals/oauth_configurations/configuration_interface.rb index be177b34afff..a6e84fb4cc51 100644 --- a/modules/storages/app/common/storages/peripherals/oauth_configurations/configuration_interface.rb +++ b/modules/storages/app/common/storages/peripherals/oauth_configurations/configuration_interface.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/oauth_configurations/nextcloud_configuration.rb b/modules/storages/app/common/storages/peripherals/oauth_configurations/nextcloud_configuration.rb index 979005c1b0d7..ae4f76163547 100644 --- a/modules/storages/app/common/storages/peripherals/oauth_configurations/nextcloud_configuration.rb +++ b/modules/storages/app/common/storages/peripherals/oauth_configurations/nextcloud_configuration.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/oauth_configurations/one_drive_configuration.rb b/modules/storages/app/common/storages/peripherals/oauth_configurations/one_drive_configuration.rb index 58e4514aa4ea..8f1ea0c73b27 100644 --- a/modules/storages/app/common/storages/peripherals/oauth_configurations/one_drive_configuration.rb +++ b/modules/storages/app/common/storages/peripherals/oauth_configurations/one_drive_configuration.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 30e920537d0d..b3b021a94ad6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/registry.rb b/modules/storages/app/common/storages/peripherals/registry.rb index 60c808b8ecdc..14e9b1ac7cd5 100644 --- a/modules/storages/app/common/storages/peripherals/registry.rb +++ b/modules/storages/app/common/storages/peripherals/registry.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c41598c780e0..1478a97da24a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c478fc614f68..3d3bb1a81144 100644 --- a/modules/storages/app/common/storages/peripherals/service_result_refinements.rb +++ b/modules/storages/app/common/storages/peripherals/service_result_refinements.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 85c43746c159..d33b252ef5e6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_file_info_converter.rb b/modules/storages/app/common/storages/peripherals/storage_file_info_converter.rb index 4bff762dd45b..de9f3e5b0982 100644 --- a/modules/storages/app/common/storages/peripherals/storage_file_info_converter.rb +++ b/modules/storages/app/common/storages/peripherals/storage_file_info_converter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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.rb b/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud.rb index 30a194b19cd9..19299740b441 100644 --- a/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud.rb +++ b/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/add_user_to_group_command.rb b/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/add_user_to_group_command.rb index 8e5896573e8b..83c915902745 100644 --- a/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/add_user_to_group_command.rb +++ b/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/add_user_to_group_command.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/copy_template_folder_command.rb b/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/copy_template_folder_command.rb index b41c18b35b73..2ffcdf2e5119 100644 --- a/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/copy_template_folder_command.rb +++ b/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/copy_template_folder_command.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/create_folder_command.rb b/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/create_folder_command.rb index c8fb5ef03820..03db8e737978 100644 --- a/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/create_folder_command.rb +++ b/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/create_folder_command.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/delete_folder_command.rb b/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/delete_folder_command.rb index 4bd735295e8b..80258309c1fe 100644 --- a/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/delete_folder_command.rb +++ b/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/delete_folder_command.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e9a8c56ed694..f5cd40770962 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 @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/file_ids_query.rb b/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/file_ids_query.rb index 0f07cea0c583..b5cd033310c9 100644 --- a/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/file_ids_query.rb +++ b/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/file_ids_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/file_info_query.rb b/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/file_info_query.rb index 85d4d8384b85..121613df2423 100644 --- a/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/file_info_query.rb +++ b/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/file_info_query.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_info_query.rb b/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/files_info_query.rb index 1ad6192aeb42..1215ecd97797 100644 --- a/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/files_info_query.rb +++ b/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/files_info_query.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 cf33c90830dd..a28a55dd97b9 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/folder_files_file_ids_deep_query.rb b/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/folder_files_file_ids_deep_query.rb index 2f07bcadfcca..1ebe250557cf 100644 --- a/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/folder_files_file_ids_deep_query.rb +++ b/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/folder_files_file_ids_deep_query.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/group_users_query.rb b/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/group_users_query.rb index 92e63054a8f8..adf98f932820 100644 --- a/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/group_users_query.rb +++ b/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/group_users_query.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/internal/delete_entity_command.rb b/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/internal/delete_entity_command.rb index 04c7e8ab72e6..fe81974df6ed 100644 --- a/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/internal/delete_entity_command.rb +++ b/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/internal/delete_entity_command.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/internal/propfind_query.rb b/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/internal/propfind_query.rb index 866e11fca73d..6018ea77e1d1 100644 --- a/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/internal/propfind_query.rb +++ b/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/internal/propfind_query.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/open_file_link_query.rb b/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/open_file_link_query.rb index d317cda6dcb7..b7e95f71d67a 100644 --- a/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/open_file_link_query.rb +++ b/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/open_file_link_query.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/open_storage_query.rb b/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/open_storage_query.rb index 34976145a1d7..2aed80596f86 100644 --- a/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/open_storage_query.rb +++ b/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/open_storage_query.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/remove_user_from_group_command.rb b/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/remove_user_from_group_command.rb index 06bb0daf0ff4..8ff6a8f40eeb 100644 --- a/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/remove_user_from_group_command.rb +++ b/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/remove_user_from_group_command.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/rename_file_command.rb b/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/rename_file_command.rb index f4e85a078b51..6ea48a9dab80 100644 --- a/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/rename_file_command.rb +++ b/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/rename_file_command.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/set_permissions_command.rb b/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/set_permissions_command.rb index 5de94706e7d5..48bc8e8fe818 100644 --- a/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/set_permissions_command.rb +++ b/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/set_permissions_command.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 cbe90cf9d2df..10fe175c3ca0 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 @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/util.rb b/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/util.rb index 55b29a506062..619a87e06187 100644 --- a/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/util.rb +++ b/modules/storages/app/common/storages/peripherals/storage_interaction/nextcloud/util.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/one_drive.rb b/modules/storages/app/common/storages/peripherals/storage_interaction/one_drive.rb index 2b7d449e7453..b0e9abe24f76 100644 --- a/modules/storages/app/common/storages/peripherals/storage_interaction/one_drive.rb +++ b/modules/storages/app/common/storages/peripherals/storage_interaction/one_drive.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/one_drive/download_link_query.rb b/modules/storages/app/common/storages/peripherals/storage_interaction/one_drive/download_link_query.rb index 6723f7a76f01..7b75efc4727a 100644 --- a/modules/storages/app/common/storages/peripherals/storage_interaction/one_drive/download_link_query.rb +++ b/modules/storages/app/common/storages/peripherals/storage_interaction/one_drive/download_link_query.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/one_drive/file_info_query.rb b/modules/storages/app/common/storages/peripherals/storage_interaction/one_drive/file_info_query.rb index 8b60d363b334..e62a2df071df 100644 --- a/modules/storages/app/common/storages/peripherals/storage_interaction/one_drive/file_info_query.rb +++ b/modules/storages/app/common/storages/peripherals/storage_interaction/one_drive/file_info_query.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/one_drive/files_info_query.rb b/modules/storages/app/common/storages/peripherals/storage_interaction/one_drive/files_info_query.rb index acdaa8c3e547..bba2e7ebb2d3 100644 --- a/modules/storages/app/common/storages/peripherals/storage_interaction/one_drive/files_info_query.rb +++ b/modules/storages/app/common/storages/peripherals/storage_interaction/one_drive/files_info_query.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/one_drive/files_query.rb b/modules/storages/app/common/storages/peripherals/storage_interaction/one_drive/files_query.rb index 35fc2c87b4f2..6b81ad313f01 100644 --- a/modules/storages/app/common/storages/peripherals/storage_interaction/one_drive/files_query.rb +++ b/modules/storages/app/common/storages/peripherals/storage_interaction/one_drive/files_query.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/one_drive/open_file_link_query.rb b/modules/storages/app/common/storages/peripherals/storage_interaction/one_drive/open_file_link_query.rb index 1c539ce39e7f..5293235f64fb 100644 --- a/modules/storages/app/common/storages/peripherals/storage_interaction/one_drive/open_file_link_query.rb +++ b/modules/storages/app/common/storages/peripherals/storage_interaction/one_drive/open_file_link_query.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/one_drive/open_storage_query.rb b/modules/storages/app/common/storages/peripherals/storage_interaction/one_drive/open_storage_query.rb index 57b6be0c4196..17be515f22ba 100644 --- a/modules/storages/app/common/storages/peripherals/storage_interaction/one_drive/open_storage_query.rb +++ b/modules/storages/app/common/storages/peripherals/storage_interaction/one_drive/open_storage_query.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/one_drive/upload_link_query.rb b/modules/storages/app/common/storages/peripherals/storage_interaction/one_drive/upload_link_query.rb index 582a2a5bda1e..6d59a378eeb3 100644 --- a/modules/storages/app/common/storages/peripherals/storage_interaction/one_drive/upload_link_query.rb +++ b/modules/storages/app/common/storages/peripherals/storage_interaction/one_drive/upload_link_query.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/one_drive/util.rb b/modules/storages/app/common/storages/peripherals/storage_interaction/one_drive/util.rb index ffc6dc19eb47..d24fd414599a 100644 --- a/modules/storages/app/common/storages/peripherals/storage_interaction/one_drive/util.rb +++ b/modules/storages/app/common/storages/peripherals/storage_interaction/one_drive/util.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_parent_folder_extractor.rb b/modules/storages/app/common/storages/peripherals/storage_parent_folder_extractor.rb index b4c7388111bd..5469199df27f 100644 --- a/modules/storages/app/common/storages/peripherals/storage_parent_folder_extractor.rb +++ b/modules/storages/app/common/storages/peripherals/storage_parent_folder_extractor.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/storages/admin/automatically_managed_project_folders_info_component.rb b/modules/storages/app/components/storages/admin/automatically_managed_project_folders_info_component.rb index cc1e83256b2b..83e35ba0931a 100644 --- a/modules/storages/app/components/storages/admin/automatically_managed_project_folders_info_component.rb +++ b/modules/storages/app/components/storages/admin/automatically_managed_project_folders_info_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/storages/admin/forms/automatically_managed_project_folders_form_component.rb b/modules/storages/app/components/storages/admin/forms/automatically_managed_project_folders_form_component.rb index 5d1b894155b9..b513850f7162 100644 --- a/modules/storages/app/components/storages/admin/forms/automatically_managed_project_folders_form_component.rb +++ b/modules/storages/app/components/storages/admin/forms/automatically_managed_project_folders_form_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/storages/admin/forms/general_info_form_component.rb b/modules/storages/app/components/storages/admin/forms/general_info_form_component.rb index 1d48a6822462..ffd886f32e1b 100644 --- a/modules/storages/app/components/storages/admin/forms/general_info_form_component.rb +++ b/modules/storages/app/components/storages/admin/forms/general_info_form_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/storages/admin/forms/oauth_client_form_component.rb b/modules/storages/app/components/storages/admin/forms/oauth_client_form_component.rb index 202d58b91899..52c4dc0c293e 100644 --- a/modules/storages/app/components/storages/admin/forms/oauth_client_form_component.rb +++ b/modules/storages/app/components/storages/admin/forms/oauth_client_form_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/storages/admin/forms/redirect_uri_form_component.rb b/modules/storages/app/components/storages/admin/forms/redirect_uri_form_component.rb index 67d1e4463358..094d528d8802 100644 --- a/modules/storages/app/components/storages/admin/forms/redirect_uri_form_component.rb +++ b/modules/storages/app/components/storages/admin/forms/redirect_uri_form_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/storages/admin/general_info_component.rb b/modules/storages/app/components/storages/admin/general_info_component.rb index ad3dc0c61c0d..251bb08fce63 100644 --- a/modules/storages/app/components/storages/admin/general_info_component.rb +++ b/modules/storages/app/components/storages/admin/general_info_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/storages/admin/health_status_component.rb b/modules/storages/app/components/storages/admin/health_status_component.rb index 0e69b8b0c786..0df9492fb92e 100644 --- a/modules/storages/app/components/storages/admin/health_status_component.rb +++ b/modules/storages/app/components/storages/admin/health_status_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/storages/admin/new_storage_button_component.rb b/modules/storages/app/components/storages/admin/new_storage_button_component.rb index d46c66385b8b..690c155e608c 100644 --- a/modules/storages/app/components/storages/admin/new_storage_button_component.rb +++ b/modules/storages/app/components/storages/admin/new_storage_button_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/storages/admin/oauth_application_info_component.rb b/modules/storages/app/components/storages/admin/oauth_application_info_component.rb index 13caa32fb210..5df3bd1ea3aa 100644 --- a/modules/storages/app/components/storages/admin/oauth_application_info_component.rb +++ b/modules/storages/app/components/storages/admin/oauth_application_info_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/storages/admin/oauth_application_info_copy_component.rb b/modules/storages/app/components/storages/admin/oauth_application_info_copy_component.rb index 705e8fed8e18..d5e9fe7e6c07 100644 --- a/modules/storages/app/components/storages/admin/oauth_application_info_copy_component.rb +++ b/modules/storages/app/components/storages/admin/oauth_application_info_copy_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/storages/admin/oauth_client_info_component.rb b/modules/storages/app/components/storages/admin/oauth_client_info_component.rb index 1026081b3f31..ac59fc72575f 100644 --- a/modules/storages/app/components/storages/admin/oauth_client_info_component.rb +++ b/modules/storages/app/components/storages/admin/oauth_client_info_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/storages/admin/redirect_uri_component.rb b/modules/storages/app/components/storages/admin/redirect_uri_component.rb index 1fd9c5f8af27..99583f8a51a6 100644 --- a/modules/storages/app/components/storages/admin/redirect_uri_component.rb +++ b/modules/storages/app/components/storages/admin/redirect_uri_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/storages/admin/row_component.rb b/modules/storages/app/components/storages/admin/row_component.rb index 0679dc827e04..bba7d8ecd875 100644 --- a/modules/storages/app/components/storages/admin/row_component.rb +++ b/modules/storages/app/components/storages/admin/row_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/storages/admin/storage_list_component.rb b/modules/storages/app/components/storages/admin/storage_list_component.rb index f8aa797d8443..1901decece57 100644 --- a/modules/storages/app/components/storages/admin/storage_list_component.rb +++ b/modules/storages/app/components/storages/admin/storage_list_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/storages/admin/storage_view_component.rb b/modules/storages/app/components/storages/admin/storage_view_component.rb index 650d075cb424..6668bde2a413 100644 --- a/modules/storages/app/components/storages/admin/storage_view_component.rb +++ b/modules/storages/app/components/storages/admin/storage_view_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/storages/admin/table_component.rb b/modules/storages/app/components/storages/admin/table_component.rb index 6340f4ce355a..ff17ecd5f74b 100644 --- a/modules/storages/app/components/storages/admin/table_component.rb +++ b/modules/storages/app/components/storages/admin/table_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/storages/open_project_storage_modal_component.rb b/modules/storages/app/components/storages/open_project_storage_modal_component.rb index df4584cd065d..802f120ef4c1 100644 --- a/modules/storages/app/components/storages/open_project_storage_modal_component.rb +++ b/modules/storages/app/components/storages/open_project_storage_modal_component.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/storages/open_project_storage_modal_component/body.rb b/modules/storages/app/components/storages/open_project_storage_modal_component/body.rb index 78b4c8d00fca..2f96fb17c538 100644 --- a/modules/storages/app/components/storages/open_project_storage_modal_component/body.rb +++ b/modules/storages/app/components/storages/open_project_storage_modal_component/body.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/storages/project_storages/members/row_component.rb b/modules/storages/app/components/storages/project_storages/members/row_component.rb index 697d029d6a95..4b7587a5a460 100644 --- a/modules/storages/app/components/storages/project_storages/members/row_component.rb +++ b/modules/storages/app/components/storages/project_storages/members/row_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/storages/project_storages/members/table_component.rb b/modules/storages/app/components/storages/project_storages/members/table_component.rb index 5021d090e7a8..12cec49d6c20 100644 --- a/modules/storages/app/components/storages/project_storages/members/table_component.rb +++ b/modules/storages/app/components/storages/project_storages/members/table_component.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/storages/project_storages/row_component.rb b/modules/storages/app/components/storages/project_storages/row_component.rb index a197213f9afc..cc52af6c0022 100644 --- a/modules/storages/app/components/storages/project_storages/row_component.rb +++ b/modules/storages/app/components/storages/project_storages/row_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/storages/project_storages/table_component.rb b/modules/storages/app/components/storages/project_storages/table_component.rb index 4c58c59403b5..bfc3fdf342f0 100644 --- a/modules/storages/app/components/storages/project_storages/table_component.rb +++ b/modules/storages/app/components/storages/project_storages/table_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b0e8c49c0f8b..28785d3c3a21 100644 --- a/modules/storages/app/constants/storages/admin.rb +++ b/modules/storages/app/constants/storages/admin.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d1fb3badadfb..153ea0148aa8 100644 --- a/modules/storages/app/contracts/storages/file_links/create_contract.rb +++ b/modules/storages/app/contracts/storages/file_links/create_contract.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3f2e12236d99..fd7f9200c735 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/last_project_folders/base_contract.rb b/modules/storages/app/contracts/storages/last_project_folders/base_contract.rb index e49fbc4e973e..9edc039b35b7 100644 --- a/modules/storages/app/contracts/storages/last_project_folders/base_contract.rb +++ b/modules/storages/app/contracts/storages/last_project_folders/base_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/last_project_folders/create_contract.rb b/modules/storages/app/contracts/storages/last_project_folders/create_contract.rb index 6eaa5a3e0834..c074c396130d 100644 --- a/modules/storages/app/contracts/storages/last_project_folders/create_contract.rb +++ b/modules/storages/app/contracts/storages/last_project_folders/create_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/last_project_folders/delete_contract.rb b/modules/storages/app/contracts/storages/last_project_folders/delete_contract.rb index e5f2414e65bf..4c4841ee2a58 100644 --- a/modules/storages/app/contracts/storages/last_project_folders/delete_contract.rb +++ b/modules/storages/app/contracts/storages/last_project_folders/delete_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/last_project_folders/update_contract.rb b/modules/storages/app/contracts/storages/last_project_folders/update_contract.rb index 3231c009d218..7cd4a1a1c6d3 100644 --- a/modules/storages/app/contracts/storages/last_project_folders/update_contract.rb +++ b/modules/storages/app/contracts/storages/last_project_folders/update_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 896572111781..f37e2c0dbb99 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a81f3c281952..34a87b602790 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 634da0861cbb..ff67e474fb04 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 693c4f90f2be..717fdf4656ab 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/update_contract.rb b/modules/storages/app/contracts/storages/project_storages/update_contract.rb index 30e6c31cc297..fa9c471f57f2 100644 --- a/modules/storages/app/contracts/storages/project_storages/update_contract.rb +++ b/modules/storages/app/contracts/storages/project_storages/update_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6170682b0454..e58534aa8aad 100644 --- a/modules/storages/app/contracts/storages/storages/base_contract.rb +++ b/modules/storages/app/contracts/storages/storages/base_contract.rb @@ -2,7 +2,7 @@ # -- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c397895231b5..44eec02b1b8d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2dc320290ea3..d605623e8e8b 100644 --- a/modules/storages/app/contracts/storages/storages/create_contract.rb +++ b/modules/storages/app/contracts/storages/storages/create_contract.rb @@ -2,7 +2,7 @@ # -- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 899b168a3700..fef0efb6c437 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/nextcloud_contract.rb b/modules/storages/app/contracts/storages/storages/nextcloud_contract.rb index f556157cf19c..feca633ea9de 100644 --- a/modules/storages/app/contracts/storages/storages/nextcloud_contract.rb +++ b/modules/storages/app/contracts/storages/storages/nextcloud_contract.rb @@ -2,7 +2,7 @@ # -- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/one_drive_contract.rb b/modules/storages/app/contracts/storages/storages/one_drive_contract.rb index fb293f0aaf01..f83fccf6307a 100644 --- a/modules/storages/app/contracts/storages/storages/one_drive_contract.rb +++ b/modules/storages/app/contracts/storages/storages/one_drive_contract.rb @@ -2,7 +2,7 @@ # -- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f078aa54566f..635ed5b839e1 100644 --- a/modules/storages/app/contracts/storages/storages/update_contract.rb +++ b/modules/storages/app/contracts/storages/storages/update_contract.rb @@ -2,7 +2,7 @@ # -- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/automatically_managed_project_folders_controller.rb b/modules/storages/app/controllers/storages/admin/automatically_managed_project_folders_controller.rb index 5cc435e57ac6..8baa2b509517 100644 --- a/modules/storages/app/controllers/storages/admin/automatically_managed_project_folders_controller.rb +++ b/modules/storages/app/controllers/storages/admin/automatically_managed_project_folders_controller.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8e1f649b4640..dd5606725c3f 100644 --- a/modules/storages/app/controllers/storages/admin/oauth_clients_controller.rb +++ b/modules/storages/app/controllers/storages/admin/oauth_clients_controller.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/project_storages_controller.rb b/modules/storages/app/controllers/storages/admin/project_storages_controller.rb index 491edc6e7352..285311a24b9f 100644 --- a/modules/storages/app/controllers/storages/admin/project_storages_controller.rb +++ b/modules/storages/app/controllers/storages/admin/project_storages_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 59a256e27092..a9f288319dff 100644 --- a/modules/storages/app/controllers/storages/admin/storages_controller.rb +++ b/modules/storages/app/controllers/storages/admin/storages_controller.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/project_settings/project_storage_members_controller.rb b/modules/storages/app/controllers/storages/project_settings/project_storage_members_controller.rb index 5ff4679e99c1..4b54c207765a 100644 --- a/modules/storages/app/controllers/storages/project_settings/project_storage_members_controller.rb +++ b/modules/storages/app/controllers/storages/project_settings/project_storage_members_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/project_storages_controller.rb b/modules/storages/app/controllers/storages/project_storages_controller.rb index 1e2208a899fe..0e3cd9ffd94e 100644 --- a/modules/storages/app/controllers/storages/project_storages_controller.rb +++ b/modules/storages/app/controllers/storages/project_storages_controller.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/forms/storages/admin/managed_project_folders/application_password_input.rb b/modules/storages/app/forms/storages/admin/managed_project_folders/application_password_input.rb index 7489cd6923c3..780a63cd8e5c 100644 --- a/modules/storages/app/forms/storages/admin/managed_project_folders/application_password_input.rb +++ b/modules/storages/app/forms/storages/admin/managed_project_folders/application_password_input.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/forms/storages/admin/managed_project_folders/automatic_management_checkbox.rb b/modules/storages/app/forms/storages/admin/managed_project_folders/automatic_management_checkbox.rb index eecb4ecd0801..cfc7d0e54f38 100644 --- a/modules/storages/app/forms/storages/admin/managed_project_folders/automatic_management_checkbox.rb +++ b/modules/storages/app/forms/storages/admin/managed_project_folders/automatic_management_checkbox.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/forms/storages/admin/oauth_client_form.rb b/modules/storages/app/forms/storages/admin/oauth_client_form.rb index 52aa69c0dd8d..58304f42ad78 100644 --- a/modules/storages/app/forms/storages/admin/oauth_client_form.rb +++ b/modules/storages/app/forms/storages/admin/oauth_client_form.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/forms/storages/admin/provider_drive_id_input_form.rb b/modules/storages/app/forms/storages/admin/provider_drive_id_input_form.rb index 5510722cde31..0d53b78c5147 100644 --- a/modules/storages/app/forms/storages/admin/provider_drive_id_input_form.rb +++ b/modules/storages/app/forms/storages/admin/provider_drive_id_input_form.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/forms/storages/admin/provider_host_input_form.rb b/modules/storages/app/forms/storages/admin/provider_host_input_form.rb index c671d4b2431b..0e91e5215957 100644 --- a/modules/storages/app/forms/storages/admin/provider_host_input_form.rb +++ b/modules/storages/app/forms/storages/admin/provider_host_input_form.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/forms/storages/admin/provider_name_input_form.rb b/modules/storages/app/forms/storages/admin/provider_name_input_form.rb index d0f4650c0263..5144ba6ad5a8 100644 --- a/modules/storages/app/forms/storages/admin/provider_name_input_form.rb +++ b/modules/storages/app/forms/storages/admin/provider_name_input_form.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/forms/storages/admin/provider_tenant_id_input_form.rb b/modules/storages/app/forms/storages/admin/provider_tenant_id_input_form.rb index 271df877fb90..553f1536f733 100644 --- a/modules/storages/app/forms/storages/admin/provider_tenant_id_input_form.rb +++ b/modules/storages/app/forms/storages/admin/provider_tenant_id_input_form.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/forms/storages/admin/provider_type_hidden_input_form.rb b/modules/storages/app/forms/storages/admin/provider_type_hidden_input_form.rb index 6abdf03bb951..00d72f3c3b72 100644 --- a/modules/storages/app/forms/storages/admin/provider_type_hidden_input_form.rb +++ b/modules/storages/app/forms/storages/admin/provider_type_hidden_input_form.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/forms/storages/admin/submit_or_cancel_form.rb b/modules/storages/app/forms/storages/admin/submit_or_cancel_form.rb index 0bc365e2bceb..e6a8b227aca0 100644 --- a/modules/storages/app/forms/storages/admin/submit_or_cancel_form.rb +++ b/modules/storages/app/forms/storages/admin/submit_or_cancel_form.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/helpers/storage_login_helper.rb b/modules/storages/app/helpers/storage_login_helper.rb index c4f946dd0c1a..7d0c5a0a785c 100644 --- a/modules/storages/app/helpers/storage_login_helper.rb +++ b/modules/storages/app/helpers/storage_login_helper.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 791b81273402..ab61781f0f08 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a8d42929c472..8bf46c738bb6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/project_storages/filter/project_id_filter.rb b/modules/storages/app/models/queries/storages/project_storages/filter/project_id_filter.rb index 0fb4c64d64c5..8d84220d49fb 100644 --- a/modules/storages/app/models/queries/storages/project_storages/filter/project_id_filter.rb +++ b/modules/storages/app/models/queries/storages/project_storages/filter/project_id_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/project_storages/filter/storage_id_filter.rb b/modules/storages/app/models/queries/storages/project_storages/filter/storage_id_filter.rb index 5b0114b4928a..4bcb3891129b 100644 --- a/modules/storages/app/models/queries/storages/project_storages/filter/storage_id_filter.rb +++ b/modules/storages/app/models/queries/storages/project_storages/filter/storage_id_filter.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/project_storages/filter/storage_url_filter.rb b/modules/storages/app/models/queries/storages/project_storages/filter/storage_url_filter.rb index 6d233de287a2..cfb7d558abc2 100644 --- a/modules/storages/app/models/queries/storages/project_storages/filter/storage_url_filter.rb +++ b/modules/storages/app/models/queries/storages/project_storages/filter/storage_url_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/project_storages/project_storages_query.rb b/modules/storages/app/models/queries/storages/project_storages/project_storages_query.rb index c4aa3f99b409..297d95e2a42a 100644 --- a/modules/storages/app/models/queries/storages/project_storages/project_storages_query.rb +++ b/modules/storages/app/models/queries/storages/project_storages/project_storages_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/projects/filter/storage_filter_mixin.rb b/modules/storages/app/models/queries/storages/projects/filter/storage_filter_mixin.rb index 63aace951ad1..20d2a0f590fa 100644 --- a/modules/storages/app/models/queries/storages/projects/filter/storage_filter_mixin.rb +++ b/modules/storages/app/models/queries/storages/projects/filter/storage_filter_mixin.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/projects/filter/storage_id_filter.rb b/modules/storages/app/models/queries/storages/projects/filter/storage_id_filter.rb index 43d3b1d29d9a..f0ad24f67199 100644 --- a/modules/storages/app/models/queries/storages/projects/filter/storage_id_filter.rb +++ b/modules/storages/app/models/queries/storages/projects/filter/storage_id_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/projects/filter/storage_url_filter.rb b/modules/storages/app/models/queries/storages/projects/filter/storage_url_filter.rb index 45a3e1710bc8..ad5ffc066e95 100644 --- a/modules/storages/app/models/queries/storages/projects/filter/storage_url_filter.rb +++ b/modules/storages/app/models/queries/storages/projects/filter/storage_url_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/storages/storage_query.rb b/modules/storages/app/models/queries/storages/storages/storage_query.rb index 6a81e0466ac9..1fb0577d906f 100644 --- a/modules/storages/app/models/queries/storages/storages/storage_query.rb +++ b/modules/storages/app/models/queries/storages/storages/storage_query.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e3291a4b733e..3f0162c41267 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 293e947120d9..ca5bbcd169a6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a7595593c006..0e48e89526bd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 10c629210471..0bd491f516bc 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 01479855b04c..865fecb2918f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5eb00fa4443a..49827f6b74f5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 07d1210a17cf..abc7fa4bc551 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/last_project_folder.rb b/modules/storages/app/models/storages/last_project_folder.rb index 701bf376c1c6..613ad557caa2 100644 --- a/modules/storages/app/models/storages/last_project_folder.rb +++ b/modules/storages/app/models/storages/last_project_folder.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/nextcloud_storage.rb b/modules/storages/app/models/storages/nextcloud_storage.rb index 8eef65a8034b..538e847d27b7 100644 --- a/modules/storages/app/models/storages/nextcloud_storage.rb +++ b/modules/storages/app/models/storages/nextcloud_storage.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/one_drive_storage.rb b/modules/storages/app/models/storages/one_drive_storage.rb index ef51cfd3314a..96f113f492ce 100644 --- a/modules/storages/app/models/storages/one_drive_storage.rb +++ b/modules/storages/app/models/storages/one_drive_storage.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ee52731ff1e6..34740da59074 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a94c37c95023..672930ebb18a 100644 --- a/modules/storages/app/models/storages/storage.rb +++ b/modules/storages/app/models/storages/storage.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d99a905ec130..4c0f92e4c847 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ce2f314d481a..cfa9232558db 100644 --- a/modules/storages/app/models/storages/storage_error.rb +++ b/modules/storages/app/models/storages/storage_error.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_data.rb b/modules/storages/app/models/storages/storage_error_data.rb index fce9b1785ee7..e6e4d5f2f547 100644 --- a/modules/storages/app/models/storages/storage_error_data.rb +++ b/modules/storages/app/models/storages/storage_error_data.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 40c4f008484a..0603dbe2b0d5 100644 --- a/modules/storages/app/models/storages/storage_file.rb +++ b/modules/storages/app/models/storages/storage_file.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_info.rb b/modules/storages/app/models/storages/storage_file_info.rb index 4bece7e87b99..35a7215856bb 100644 --- a/modules/storages/app/models/storages/storage_file_info.rb +++ b/modules/storages/app/models/storages/storage_file_info.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_files.rb b/modules/storages/app/models/storages/storage_files.rb index cf090ccbb9f1..600d9856637f 100644 --- a/modules/storages/app/models/storages/storage_files.rb +++ b/modules/storages/app/models/storages/storage_files.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2b0b527733bb..f6d26ffd38c3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/seeders/common.yml b/modules/storages/app/seeders/common.yml index 5bfc55082778..5b479528f855 100644 --- a/modules/storages/app/seeders/common.yml +++ b/modules/storages/app/seeders/common.yml @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 354330de4b26..4c7ab9c4f757 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 @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/storage_project_folders_dependent_service.rb b/modules/storages/app/services/projects/copy/storage_project_folders_dependent_service.rb index c83cc0473a99..1dc5a589db35 100644 --- a/modules/storages/app/services/projects/copy/storage_project_folders_dependent_service.rb +++ b/modules/storages/app/services/projects/copy/storage_project_folders_dependent_service.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 85fadcf137a3..a90c577ab15f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 93d2d572babc..610db552e1fb 100644 --- a/modules/storages/app/services/storages/file_link_sync_service.rb +++ b/modules/storages/app/services/storages/file_link_sync_service.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 21c2d5b8809a..033c2fc1cad3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e5e979ce392a..7ca2e91eb11f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3ccc2a0d2eb9..44d55ed80609 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/group_folder_properties_sync_service.rb b/modules/storages/app/services/storages/group_folder_properties_sync_service.rb index 530e4682ffc6..284e7b8dffa3 100644 --- a/modules/storages/app/services/storages/group_folder_properties_sync_service.rb +++ b/modules/storages/app/services/storages/group_folder_properties_sync_service.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/last_project_folders/create_service.rb b/modules/storages/app/services/storages/last_project_folders/create_service.rb index 05c5cf6a46c6..000270bab20d 100644 --- a/modules/storages/app/services/storages/last_project_folders/create_service.rb +++ b/modules/storages/app/services/storages/last_project_folders/create_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/last_project_folders/delete_service.rb b/modules/storages/app/services/storages/last_project_folders/delete_service.rb index 0aa8093a00d7..29ea26bbeff5 100644 --- a/modules/storages/app/services/storages/last_project_folders/delete_service.rb +++ b/modules/storages/app/services/storages/last_project_folders/delete_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/last_project_folders/set_attributes_service.rb b/modules/storages/app/services/storages/last_project_folders/set_attributes_service.rb index 764ac5f64317..a18869c6ca47 100644 --- a/modules/storages/app/services/storages/last_project_folders/set_attributes_service.rb +++ b/modules/storages/app/services/storages/last_project_folders/set_attributes_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/last_project_folders/update_service.rb b/modules/storages/app/services/storages/last_project_folders/update_service.rb index a56c620f1d19..80e702192514 100644 --- a/modules/storages/app/services/storages/last_project_folders/update_service.rb +++ b/modules/storages/app/services/storages/last_project_folders/update_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 03e3716cb01e..87906bac1a8d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b9ce5fffa574..d567d252b90e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 212d84e9057d..766736f4f3a7 100644 --- a/modules/storages/app/services/storages/project_storages/delete_service.rb +++ b/modules/storages/app/services/storages/project_storages/delete_service.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/helper.rb b/modules/storages/app/services/storages/project_storages/helper.rb index 38072c205f43..da9d678f9513 100644 --- a/modules/storages/app/services/storages/project_storages/helper.rb +++ b/modules/storages/app/services/storages/project_storages/helper.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 213596fe48d8..28807e6442f4 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/update_service.rb b/modules/storages/app/services/storages/project_storages/update_service.rb index 908ef2f616d9..731d5b4b8868 100644 --- a/modules/storages/app/services/storages/project_storages/update_service.rb +++ b/modules/storages/app/services/storages/project_storages/update_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0263f26a1e8d..70e1944a063a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e0b4ba3d69db..5724edf2a55e 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 72d78ca9c8e6..62c2b46eaa22 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_nextcloud_provider_fields_attributes_service.rb b/modules/storages/app/services/storages/storages/set_nextcloud_provider_fields_attributes_service.rb index 7b19b1e49ddf..a083e7456c7d 100644 --- a/modules/storages/app/services/storages/storages/set_nextcloud_provider_fields_attributes_service.rb +++ b/modules/storages/app/services/storages/storages/set_nextcloud_provider_fields_attributes_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 88c66f41c7a5..10046c578013 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_application_credentials_validator.rb b/modules/storages/app/validator/nextcloud_application_credentials_validator.rb index 8b029fd48727..c62c40189a9a 100644 --- a/modules/storages/app/validator/nextcloud_application_credentials_validator.rb +++ b/modules/storages/app/validator/nextcloud_application_credentials_validator.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 03612e3c4f88..51cdcb0f080d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/automatically_managed_project_folders/create.turbo_stream.erb b/modules/storages/app/views/storages/admin/automatically_managed_project_folders/create.turbo_stream.erb index 3a4acabc9b4c..19fcdaa04d3f 100644 --- a/modules/storages/app/views/storages/admin/automatically_managed_project_folders/create.turbo_stream.erb +++ b/modules/storages/app/views/storages/admin/automatically_managed_project_folders/create.turbo_stream.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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/automatically_managed_project_folders/edit.turbo_stream.erb b/modules/storages/app/views/storages/admin/automatically_managed_project_folders/edit.turbo_stream.erb index 3a4acabc9b4c..19fcdaa04d3f 100644 --- a/modules/storages/app/views/storages/admin/automatically_managed_project_folders/edit.turbo_stream.erb +++ b/modules/storages/app/views/storages/admin/automatically_managed_project_folders/edit.turbo_stream.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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/oauth_clients/create.turbo_stream.erb b/modules/storages/app/views/storages/admin/oauth_clients/create.turbo_stream.erb index be86f49d6ed6..ae0615db4a1b 100644 --- a/modules/storages/app/views/storages/admin/oauth_clients/create.turbo_stream.erb +++ b/modules/storages/app/views/storages/admin/oauth_clients/create.turbo_stream.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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/oauth_clients/new.turbo_stream.erb b/modules/storages/app/views/storages/admin/oauth_clients/new.turbo_stream.erb index ecf0c5100019..1763cad95ee5 100644 --- a/modules/storages/app/views/storages/admin/oauth_clients/new.turbo_stream.erb +++ b/modules/storages/app/views/storages/admin/oauth_clients/new.turbo_stream.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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/oauth_clients/show_redirect_uri.html.erb b/modules/storages/app/views/storages/admin/oauth_clients/show_redirect_uri.html.erb index c003d49d24b9..8ac6b1339104 100644 --- a/modules/storages/app/views/storages/admin/oauth_clients/show_redirect_uri.html.erb +++ b/modules/storages/app/views/storages/admin/oauth_clients/show_redirect_uri.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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/oauth_clients/update.turbo_stream.erb b/modules/storages/app/views/storages/admin/oauth_clients/update.turbo_stream.erb index 26c61935601e..d8a529665910 100644 --- a/modules/storages/app/views/storages/admin/oauth_clients/update.turbo_stream.erb +++ b/modules/storages/app/views/storages/admin/oauth_clients/update.turbo_stream.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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/_new.html.erb b/modules/storages/app/views/storages/admin/storages/_new.html.erb index 2a58d2c225e1..6b5c457ef701 100644 --- a/modules/storages/app/views/storages/admin/storages/_new.html.erb +++ b/modules/storages/app/views/storages/admin/storages/_new.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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/automatically_managed_project_folders/edit.html.erb b/modules/storages/app/views/storages/admin/storages/automatically_managed_project_folders/edit.html.erb index d63129b204fa..6e289ff8a700 100644 --- a/modules/storages/app/views/storages/admin/storages/automatically_managed_project_folders/edit.html.erb +++ b/modules/storages/app/views/storages/admin/storages/automatically_managed_project_folders/edit.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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/confirm_destroy.html.erb b/modules/storages/app/views/storages/admin/storages/confirm_destroy.html.erb index 44f71232f139..e19d43a5b368 100644 --- a/modules/storages/app/views/storages/admin/storages/confirm_destroy.html.erb +++ b/modules/storages/app/views/storages/admin/storages/confirm_destroy.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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/create.turbo_stream.erb b/modules/storages/app/views/storages/admin/storages/create.turbo_stream.erb index 72326bd65475..f679e4ace0df 100644 --- a/modules/storages/app/views/storages/admin/storages/create.turbo_stream.erb +++ b/modules/storages/app/views/storages/admin/storages/create.turbo_stream.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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/edit.html.erb b/modules/storages/app/views/storages/admin/storages/edit.html.erb index e3ad18b9f224..f98b80fddaab 100644 --- a/modules/storages/app/views/storages/admin/storages/edit.html.erb +++ b/modules/storages/app/views/storages/admin/storages/edit.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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/edit_host.turbo_stream.erb b/modules/storages/app/views/storages/admin/storages/edit_host.turbo_stream.erb index 3e37f5e0dc52..e7513bf48901 100644 --- a/modules/storages/app/views/storages/admin/storages/edit_host.turbo_stream.erb +++ b/modules/storages/app/views/storages/admin/storages/edit_host.turbo_stream.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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/new.turbo_stream.erb b/modules/storages/app/views/storages/admin/storages/new.turbo_stream.erb index e61cb32484c8..dcf450dbca8a 100644 --- a/modules/storages/app/views/storages/admin/storages/new.turbo_stream.erb +++ b/modules/storages/app/views/storages/admin/storages/new.turbo_stream.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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/replace_oauth_application.turbo_stream.erb b/modules/storages/app/views/storages/admin/storages/replace_oauth_application.turbo_stream.erb index fbaa8255d23b..a2ea7cde2906 100644 --- a/modules/storages/app/views/storages/admin/storages/replace_oauth_application.turbo_stream.erb +++ b/modules/storages/app/views/storages/admin/storages/replace_oauth_application.turbo_stream.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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_oauth_application.turbo_stream.erb b/modules/storages/app/views/storages/admin/storages/show_oauth_application.turbo_stream.erb index 8c833bccd446..da70f8546b32 100644 --- a/modules/storages/app/views/storages/admin/storages/show_oauth_application.turbo_stream.erb +++ b/modules/storages/app/views/storages/admin/storages/show_oauth_application.turbo_stream.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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/project_settings/_project_folder_form.html.erb b/modules/storages/app/views/storages/project_settings/_project_folder_form.html.erb index 8fdadbb09775..92cfe521bc04 100644 --- a/modules/storages/app/views/storages/project_settings/_project_folder_form.html.erb +++ b/modules/storages/app/views/storages/project_settings/_project_folder_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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/project_settings/_storage_select_form.html.erb b/modules/storages/app/views/storages/project_settings/_storage_select_form.html.erb index e894c558743e..c6492937a803 100644 --- a/modules/storages/app/views/storages/project_settings/_storage_select_form.html.erb +++ b/modules/storages/app/views/storages/project_settings/_storage_select_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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/project_settings/_toast_all_available_storages_already_added.html.erb b/modules/storages/app/views/storages/project_settings/_toast_all_available_storages_already_added.html.erb index 348300101036..249608fb0bbe 100644 --- a/modules/storages/app/views/storages/project_settings/_toast_all_available_storages_already_added.html.erb +++ b/modules/storages/app/views/storages/project_settings/_toast_all_available_storages_already_added.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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/project_settings/_toast_no_storage_set_up.html.erb b/modules/storages/app/views/storages/project_settings/_toast_no_storage_set_up.html.erb index 3e7446fdbd29..8633af83d1c7 100644 --- a/modules/storages/app/views/storages/project_settings/_toast_no_storage_set_up.html.erb +++ b/modules/storages/app/views/storages/project_settings/_toast_no_storage_set_up.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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/project_settings/destroy_info.html.erb b/modules/storages/app/views/storages/project_settings/destroy_info.html.erb index 66ab18ca7d08..ccf209e08974 100644 --- a/modules/storages/app/views/storages/project_settings/destroy_info.html.erb +++ b/modules/storages/app/views/storages/project_settings/destroy_info.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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/project_settings/edit.html.erb b/modules/storages/app/views/storages/project_settings/edit.html.erb index 9ced3b572b2c..5816fd10fb61 100644 --- a/modules/storages/app/views/storages/project_settings/edit.html.erb +++ b/modules/storages/app/views/storages/project_settings/edit.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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/project_settings/index.html.erb b/modules/storages/app/views/storages/project_settings/index.html.erb index 210aa57e6b54..f8a608cbfb08 100644 --- a/modules/storages/app/views/storages/project_settings/index.html.erb +++ b/modules/storages/app/views/storages/project_settings/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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/project_settings/new.html.erb b/modules/storages/app/views/storages/project_settings/new.html.erb index fa548b44bd37..5f2cdc87c0aa 100644 --- a/modules/storages/app/views/storages/project_settings/new.html.erb +++ b/modules/storages/app/views/storages/project_settings/new.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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/project_settings/project_storage_members/index.html.erb b/modules/storages/app/views/storages/project_settings/project_storage_members/index.html.erb index 2142ce30dfee..84b7686031f6 100644 --- a/modules/storages/app/views/storages/project_settings/project_storage_members/index.html.erb +++ b/modules/storages/app/views/storages/project_settings/project_storage_members/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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/workers/storages/cleanup_uncontainered_file_links_job.rb b/modules/storages/app/workers/storages/cleanup_uncontainered_file_links_job.rb index 0f46560e0d80..0f47e0d6ef77 100644 --- a/modules/storages/app/workers/storages/cleanup_uncontainered_file_links_job.rb +++ b/modules/storages/app/workers/storages/cleanup_uncontainered_file_links_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/workers/storages/manage_nextcloud_integration_cron_job.rb b/modules/storages/app/workers/storages/manage_nextcloud_integration_cron_job.rb index 6989e9acbbae..8114d355a664 100644 --- a/modules/storages/app/workers/storages/manage_nextcloud_integration_cron_job.rb +++ b/modules/storages/app/workers/storages/manage_nextcloud_integration_cron_job.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/workers/storages/manage_nextcloud_integration_events_job.rb b/modules/storages/app/workers/storages/manage_nextcloud_integration_events_job.rb index 6e7ae17a59d3..89485d35f3c0 100644 --- a/modules/storages/app/workers/storages/manage_nextcloud_integration_events_job.rb +++ b/modules/storages/app/workers/storages/manage_nextcloud_integration_events_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/workers/storages/manage_nextcloud_integration_job_mixin.rb b/modules/storages/app/workers/storages/manage_nextcloud_integration_job_mixin.rb index 8b207e39d50c..27cac97c935e 100644 --- a/modules/storages/app/workers/storages/manage_nextcloud_integration_job_mixin.rb +++ b/modules/storages/app/workers/storages/manage_nextcloud_integration_job_mixin.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 da4caa476796..7f32a79a42fe 100644 --- a/modules/storages/config/routes.rb +++ b/modules/storages/config/routes.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/20220113144323_create_storage.rb b/modules/storages/db/migrate/20220113144323_create_storage.rb index 5adf02e1251f..2bfb21d22f4a 100644 --- a/modules/storages/db/migrate/20220113144323_create_storage.rb +++ b/modules/storages/db/migrate/20220113144323_create_storage.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/20220113144759_create_file_links.rb b/modules/storages/db/migrate/20220113144759_create_file_links.rb index f1acfa6d5b01..91ca0a7448c8 100644 --- a/modules/storages/db/migrate/20220113144759_create_file_links.rb +++ b/modules/storages/db/migrate/20220113144759_create_file_links.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/20220121090847_create_projects_storages.rb b/modules/storages/db/migrate/20220121090847_create_projects_storages.rb index 4652952402cf..def871d6fb89 100644 --- a/modules/storages/db/migrate/20220121090847_create_projects_storages.rb +++ b/modules/storages/db/migrate/20220121090847_create_projects_storages.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 fa917033d4bc..d55d13f12e2f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/20230123092649_make_containter_id_and_containter_type_optional_for_file_links.rb b/modules/storages/db/migrate/20230123092649_make_containter_id_and_containter_type_optional_for_file_links.rb index 2d1fa08e91a2..c45ee8149d8d 100644 --- a/modules/storages/db/migrate/20230123092649_make_containter_id_and_containter_type_optional_for_file_links.rb +++ b/modules/storages/db/migrate/20230123092649_make_containter_id_and_containter_type_optional_for_file_links.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/20230321194150_add_project_folder_to_projects_storages.rb b/modules/storages/db/migrate/20230321194150_add_project_folder_to_projects_storages.rb index 73af1942bce9..ba9eea60ced3 100644 --- a/modules/storages/db/migrate/20230321194150_add_project_folder_to_projects_storages.rb +++ b/modules/storages/db/migrate/20230321194150_add_project_folder_to_projects_storages.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/20230420063148_add_provider_fields_to_storages.rb b/modules/storages/db/migrate/20230420063148_add_provider_fields_to_storages.rb index 525c2a5c2cde..6fcf34f85424 100644 --- a/modules/storages/db/migrate/20230420063148_add_provider_fields_to_storages.rb +++ b/modules/storages/db/migrate/20230420063148_add_provider_fields_to_storages.rb @@ -1,5 +1,5 @@ # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/20230420071113_migrate_storages_to_use_provider_type_as_sti_column.rb b/modules/storages/db/migrate/20230420071113_migrate_storages_to_use_provider_type_as_sti_column.rb index 0b5ec2ebbc71..e064e634cdfc 100644 --- a/modules/storages/db/migrate/20230420071113_migrate_storages_to_use_provider_type_as_sti_column.rb +++ b/modules/storages/db/migrate/20230420071113_migrate_storages_to_use_provider_type_as_sti_column.rb @@ -1,5 +1,5 @@ # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/20230512153303_change_storage_provider_fields_default.rb b/modules/storages/db/migrate/20230512153303_change_storage_provider_fields_default.rb index a97d63b244b2..53c653d50608 100644 --- a/modules/storages/db/migrate/20230512153303_change_storage_provider_fields_default.rb +++ b/modules/storages/db/migrate/20230512153303_change_storage_provider_fields_default.rb @@ -1,5 +1,5 @@ # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/20230517075214_add_automatic_to_project_folder_modes.rb b/modules/storages/db/migrate/20230517075214_add_automatic_to_project_folder_modes.rb index 34f7eb2efccb..a1840631b6e6 100644 --- a/modules/storages/db/migrate/20230517075214_add_automatic_to_project_folder_modes.rb +++ b/modules/storages/db/migrate/20230517075214_add_automatic_to_project_folder_modes.rb @@ -1,5 +1,5 @@ # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/20230601082746_create_last_project_folders.rb b/modules/storages/db/migrate/20230601082746_create_last_project_folders.rb index 7ac7310f0ee1..bad50f97161b 100644 --- a/modules/storages/db/migrate/20230601082746_create_last_project_folders.rb +++ b/modules/storages/db/migrate/20230601082746_create_last_project_folders.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/20230721123022_remove_project_folder_mode_default.rb b/modules/storages/db/migrate/20230721123022_remove_project_folder_mode_default.rb index ef071a9c867e..e7bf23891fe8 100644 --- a/modules/storages/db/migrate/20230721123022_remove_project_folder_mode_default.rb +++ b/modules/storages/db/migrate/20230721123022_remove_project_folder_mode_default.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/20230802085026_rename_projects_storages_table.rb b/modules/storages/db/migrate/20230802085026_rename_projects_storages_table.rb index f05cee4887ad..0623cdd5219b 100644 --- a/modules/storages/db/migrate/20230802085026_rename_projects_storages_table.rb +++ b/modules/storages/db/migrate/20230802085026_rename_projects_storages_table.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/20230824130730_remove_not_null_constraint_for_storage_host.rb b/modules/storages/db/migrate/20230824130730_remove_not_null_constraint_for_storage_host.rb index 440149dddeae..366d43b79a31 100644 --- a/modules/storages/db/migrate/20230824130730_remove_not_null_constraint_for_storage_host.rb +++ b/modules/storages/db/migrate/20230824130730_remove_not_null_constraint_for_storage_host.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/20231009135807_remove_renamed_cronjobs.rb b/modules/storages/db/migrate/20231009135807_remove_renamed_cronjobs.rb index 557c55fab16c..b4042f391e2e 100644 --- a/modules/storages/db/migrate/20231009135807_remove_renamed_cronjobs.rb +++ b/modules/storages/db/migrate/20231009135807_remove_renamed_cronjobs.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/20231109080454_add_health_info_to_storages.rb b/modules/storages/db/migrate/20231109080454_add_health_info_to_storages.rb index c480c7ff196c..76f953e1f927 100644 --- a/modules/storages/db/migrate/20231109080454_add_health_info_to_storages.rb +++ b/modules/storages/db/migrate/20231109080454_add_health_info_to_storages.rb @@ -1,5 +1,5 @@ # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3692242c5950..f5f9ba07ca47 100644 --- a/modules/storages/lib/api/v3/file_links/create_endpoint.rb +++ b/modules/storages/lib/api/v3/file_links/create_endpoint.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 07bd0db96b82..b6ba6b9fcd50 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 718b664cac26..8449633b861c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 18d7f06b5ce6..0a9068c70b5d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6ae4ea7e2529..81ee7d26404b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 fa74f3c3f4e1..c4b2fa44f911 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 45b4d316bf0e..f73f65ee4b1a 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 @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8b4a6d2f2fa4..74fb30a10d15 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 101a60b88b2e..9575a206fe46 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 @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_create_endpoint.rb b/modules/storages/lib/api/v3/file_links/work_packages_file_links_create_endpoint.rb index 9343fcea533d..ea2034977e32 100644 --- a/modules/storages/lib/api/v3/file_links/work_packages_file_links_create_endpoint.rb +++ b/modules/storages/lib/api/v3/file_links/work_packages_file_links_create_endpoint.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ebaa043a65b4..4d7569ff8caa 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/project_storages/project_storage_collection_representer.rb b/modules/storages/lib/api/v3/project_storages/project_storage_collection_representer.rb index 5b0bcf0fee66..f0add538d166 100644 --- a/modules/storages/lib/api/v3/project_storages/project_storage_collection_representer.rb +++ b/modules/storages/lib/api/v3/project_storages/project_storage_collection_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/project_storages/project_storage_open_api.rb b/modules/storages/lib/api/v3/project_storages/project_storage_open_api.rb index 83cc6789d1d3..b99b73e701f9 100644 --- a/modules/storages/lib/api/v3/project_storages/project_storage_open_api.rb +++ b/modules/storages/lib/api/v3/project_storages/project_storage_open_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/project_storages/project_storage_representer.rb b/modules/storages/lib/api/v3/project_storages/project_storage_representer.rb index cec8da9cd799..eb834cd77641 100644 --- a/modules/storages/lib/api/v3/project_storages/project_storage_representer.rb +++ b/modules/storages/lib/api/v3/project_storages/project_storage_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/project_storages/project_storages_api.rb b/modules/storages/lib/api/v3/project_storages/project_storages_api.rb index 8793acbe6594..0d4f9285434a 100644 --- a/modules/storages/lib/api/v3/project_storages/project_storages_api.rb +++ b/modules/storages/lib/api/v3/project_storages/project_storages_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 1a175c81dc07..dcb1a95cfa72 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2a6a2aaeea7c..61e7b4d90ef9 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 @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_representer.rb b/modules/storages/lib/api/v3/storage_files/storage_files_representer.rb index 3d27ffe462bf..d148bea077cc 100644 --- a/modules/storages/lib/api/v3/storage_files/storage_files_representer.rb +++ b/modules/storages/lib/api/v3/storage_files/storage_files_representer.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 eac026303282..50b195186b4b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_collection_representer.rb b/modules/storages/lib/api/v3/storages/storage_collection_representer.rb index 99d75b39cd45..e7b773905b4e 100644 --- a/modules/storages/lib/api/v3/storages/storage_collection_representer.rb +++ b/modules/storages/lib/api/v3/storages/storage_collection_representer.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_open_api.rb b/modules/storages/lib/api/v3/storages/storage_open_api.rb index 4159cc34af03..72c83d1927ee 100644 --- a/modules/storages/lib/api/v3/storages/storage_open_api.rb +++ b/modules/storages/lib/api/v3/storages/storage_open_api.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c9bcd8030c83..fcd2e734090d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4b6e6e102dc8..405a5f163238 100644 --- a/modules/storages/lib/api/v3/storages/storage_representer.rb +++ b/modules/storages/lib/api/v3/storages/storage_representer.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 1032ca3ae8da..c2599eea4392 100644 --- a/modules/storages/lib/api/v3/storages/storages_api.rb +++ b/modules/storages/lib/api/v3/storages/storages_api.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2db82096363d..b7ef4ce42ca6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/append_storages_hosts_to_csp_hook.rb b/modules/storages/lib/open_project/storages/append_storages_hosts_to_csp_hook.rb index af47ef2a748c..144830a8aa37 100644 --- a/modules/storages/lib/open_project/storages/append_storages_hosts_to_csp_hook.rb +++ b/modules/storages/lib/open_project/storages/append_storages_hosts_to_csp_hook.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c6d30e0f1449..232be7262019 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/storages/peripherals/registry_spec.rb b/modules/storages/spec/common/storages/peripherals/registry_spec.rb index 335f38a733c8..20e285ddb923 100644 --- a/modules/storages/spec/common/storages/peripherals/registry_spec.rb +++ b/modules/storages/spec/common/storages/peripherals/registry_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/storages/peripherals/storage_interaction/nextcloud/copy_template_folder_command_spec.rb b/modules/storages/spec/common/storages/peripherals/storage_interaction/nextcloud/copy_template_folder_command_spec.rb index 2ab785810b10..57a6aef7d65b 100644 --- a/modules/storages/spec/common/storages/peripherals/storage_interaction/nextcloud/copy_template_folder_command_spec.rb +++ b/modules/storages/spec/common/storages/peripherals/storage_interaction/nextcloud/copy_template_folder_command_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/storages/peripherals/storage_interaction/nextcloud/download_link_query_spec.rb b/modules/storages/spec/common/storages/peripherals/storage_interaction/nextcloud/download_link_query_spec.rb index 530d6bcda03c..9d2514d3b37f 100644 --- a/modules/storages/spec/common/storages/peripherals/storage_interaction/nextcloud/download_link_query_spec.rb +++ b/modules/storages/spec/common/storages/peripherals/storage_interaction/nextcloud/download_link_query_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/storages/peripherals/storage_interaction/nextcloud/files_info_query_spec.rb b/modules/storages/spec/common/storages/peripherals/storage_interaction/nextcloud/files_info_query_spec.rb index d40f992e6798..37bcc1618d07 100644 --- a/modules/storages/spec/common/storages/peripherals/storage_interaction/nextcloud/files_info_query_spec.rb +++ b/modules/storages/spec/common/storages/peripherals/storage_interaction/nextcloud/files_info_query_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/storages/peripherals/storage_interaction/nextcloud/files_query_spec.rb b/modules/storages/spec/common/storages/peripherals/storage_interaction/nextcloud/files_query_spec.rb index 22c676879bd0..4484bfc358cc 100644 --- a/modules/storages/spec/common/storages/peripherals/storage_interaction/nextcloud/files_query_spec.rb +++ b/modules/storages/spec/common/storages/peripherals/storage_interaction/nextcloud/files_query_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/storages/peripherals/storage_interaction/nextcloud/open_file_link_query_spec.rb b/modules/storages/spec/common/storages/peripherals/storage_interaction/nextcloud/open_file_link_query_spec.rb index 6e4cf0fa64c3..45a35f69b072 100644 --- a/modules/storages/spec/common/storages/peripherals/storage_interaction/nextcloud/open_file_link_query_spec.rb +++ b/modules/storages/spec/common/storages/peripherals/storage_interaction/nextcloud/open_file_link_query_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/storages/peripherals/storage_interaction/nextcloud/open_storage_query_spec.rb b/modules/storages/spec/common/storages/peripherals/storage_interaction/nextcloud/open_storage_query_spec.rb index fbcd356c37c5..7f22330e23c4 100644 --- a/modules/storages/spec/common/storages/peripherals/storage_interaction/nextcloud/open_storage_query_spec.rb +++ b/modules/storages/spec/common/storages/peripherals/storage_interaction/nextcloud/open_storage_query_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/storages/peripherals/storage_interaction/nextcloud/upload_link_query_spec.rb b/modules/storages/spec/common/storages/peripherals/storage_interaction/nextcloud/upload_link_query_spec.rb index e332c19c030e..469863310eab 100644 --- a/modules/storages/spec/common/storages/peripherals/storage_interaction/nextcloud/upload_link_query_spec.rb +++ b/modules/storages/spec/common/storages/peripherals/storage_interaction/nextcloud/upload_link_query_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/storages/peripherals/storage_interaction/nextcloud/util_spec.rb b/modules/storages/spec/common/storages/peripherals/storage_interaction/nextcloud/util_spec.rb index 0154ebf90ee3..d84cc7a30f96 100644 --- a/modules/storages/spec/common/storages/peripherals/storage_interaction/nextcloud/util_spec.rb +++ b/modules/storages/spec/common/storages/peripherals/storage_interaction/nextcloud/util_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/storages/peripherals/storage_interaction/one_drive/download_link_query_spec.rb b/modules/storages/spec/common/storages/peripherals/storage_interaction/one_drive/download_link_query_spec.rb index 034560550e9b..f1c2728e3b2d 100644 --- a/modules/storages/spec/common/storages/peripherals/storage_interaction/one_drive/download_link_query_spec.rb +++ b/modules/storages/spec/common/storages/peripherals/storage_interaction/one_drive/download_link_query_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/storages/peripherals/storage_interaction/one_drive/file_info_query_spec.rb b/modules/storages/spec/common/storages/peripherals/storage_interaction/one_drive/file_info_query_spec.rb index 607182a92430..770017d79bef 100644 --- a/modules/storages/spec/common/storages/peripherals/storage_interaction/one_drive/file_info_query_spec.rb +++ b/modules/storages/spec/common/storages/peripherals/storage_interaction/one_drive/file_info_query_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/storages/peripherals/storage_interaction/one_drive/files_info_query_spec.rb b/modules/storages/spec/common/storages/peripherals/storage_interaction/one_drive/files_info_query_spec.rb index 04becf7b8a8b..1d1bdf841ba7 100644 --- a/modules/storages/spec/common/storages/peripherals/storage_interaction/one_drive/files_info_query_spec.rb +++ b/modules/storages/spec/common/storages/peripherals/storage_interaction/one_drive/files_info_query_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/storages/peripherals/storage_interaction/one_drive/files_query_spec.rb b/modules/storages/spec/common/storages/peripherals/storage_interaction/one_drive/files_query_spec.rb index 9a8c73e7281c..a309a40f1ce2 100644 --- a/modules/storages/spec/common/storages/peripherals/storage_interaction/one_drive/files_query_spec.rb +++ b/modules/storages/spec/common/storages/peripherals/storage_interaction/one_drive/files_query_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/storages/peripherals/storage_interaction/one_drive/open_file_link_query_spec.rb b/modules/storages/spec/common/storages/peripherals/storage_interaction/one_drive/open_file_link_query_spec.rb index ecaa791013e9..78ca03cc9b8d 100644 --- a/modules/storages/spec/common/storages/peripherals/storage_interaction/one_drive/open_file_link_query_spec.rb +++ b/modules/storages/spec/common/storages/peripherals/storage_interaction/one_drive/open_file_link_query_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/storages/peripherals/storage_interaction/one_drive/open_storage_query_spec.rb b/modules/storages/spec/common/storages/peripherals/storage_interaction/one_drive/open_storage_query_spec.rb index 60daeb29abd3..aa786682f548 100644 --- a/modules/storages/spec/common/storages/peripherals/storage_interaction/one_drive/open_storage_query_spec.rb +++ b/modules/storages/spec/common/storages/peripherals/storage_interaction/one_drive/open_storage_query_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/storages/peripherals/storage_interaction/one_drive/upload_link_query_spec.rb b/modules/storages/spec/common/storages/peripherals/storage_interaction/one_drive/upload_link_query_spec.rb index ed86a17bc596..b5eca473c2bd 100644 --- a/modules/storages/spec/common/storages/peripherals/storage_interaction/one_drive/upload_link_query_spec.rb +++ b/modules/storages/spec/common/storages/peripherals/storage_interaction/one_drive/upload_link_query_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/project_storages/row_component_spec.rb b/modules/storages/spec/components/project_storages/row_component_spec.rb index 6d1f13f46c63..8e0e706a7739 100644 --- a/modules/storages/spec/components/project_storages/row_component_spec.rb +++ b/modules/storages/spec/components/project_storages/row_component_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/storages/admin/oauth_client_info_component_spec.rb b/modules/storages/spec/components/storages/admin/oauth_client_info_component_spec.rb index fc6a09cf3588..e93dbeb10009 100644 --- a/modules/storages/spec/components/storages/admin/oauth_client_info_component_spec.rb +++ b/modules/storages/spec/components/storages/admin/oauth_client_info_component_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3e30a610143e..04ec5bab054c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 994a28702730..d14a4ff24bc8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 18cb1ba6df41..433fd71c7648 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 @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/last_project_folders/base_contract_spec.rb b/modules/storages/spec/contracts/storages/last_project_folders/base_contract_spec.rb index c1fd7935f321..7562957cf4c1 100644 --- a/modules/storages/spec/contracts/storages/last_project_folders/base_contract_spec.rb +++ b/modules/storages/spec/contracts/storages/last_project_folders/base_contract_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/base_contract_spec.rb b/modules/storages/spec/contracts/storages/project_storages/base_contract_spec.rb index 8af917c45734..546c483d2018 100644 --- a/modules/storages/spec/contracts/storages/project_storages/base_contract_spec.rb +++ b/modules/storages/spec/contracts/storages/project_storages/base_contract_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 fd27e2834fd0..0df3cc186d04 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3eec9b615192..305617a88a66 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 10c5e3443d3f..bea5e5e0164a 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 @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/nextcloud_contract_spec.rb b/modules/storages/spec/contracts/storages/storages/nextcloud_contract_spec.rb index 026054f9df5e..ff8d1c287883 100644 --- a/modules/storages/spec/contracts/storages/storages/nextcloud_contract_spec.rb +++ b/modules/storages/spec/contracts/storages/storages/nextcloud_contract_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/nextcloud_create_contract_spec.rb b/modules/storages/spec/contracts/storages/storages/nextcloud_create_contract_spec.rb index 716d4027f7a4..8eb7aabdf16c 100644 --- a/modules/storages/spec/contracts/storages/storages/nextcloud_create_contract_spec.rb +++ b/modules/storages/spec/contracts/storages/storages/nextcloud_create_contract_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/nextcloud_delete_contract_spec.rb b/modules/storages/spec/contracts/storages/storages/nextcloud_delete_contract_spec.rb index 9a77c5196695..4b3f7ade1f1a 100644 --- a/modules/storages/spec/contracts/storages/storages/nextcloud_delete_contract_spec.rb +++ b/modules/storages/spec/contracts/storages/storages/nextcloud_delete_contract_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/nextcloud_update_contract_spec.rb b/modules/storages/spec/contracts/storages/storages/nextcloud_update_contract_spec.rb index 1b96d0030d17..557ee7573241 100644 --- a/modules/storages/spec/contracts/storages/storages/nextcloud_update_contract_spec.rb +++ b/modules/storages/spec/contracts/storages/storages/nextcloud_update_contract_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/one_drive_contract_spec.rb b/modules/storages/spec/contracts/storages/storages/one_drive_contract_spec.rb index 254d0e33685e..d8ada082ce77 100644 --- a/modules/storages/spec/contracts/storages/storages/one_drive_contract_spec.rb +++ b/modules/storages/spec/contracts/storages/storages/one_drive_contract_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/one_drive_create_contract_spec.rb b/modules/storages/spec/contracts/storages/storages/one_drive_create_contract_spec.rb index 83bae78cbc05..838e1b948768 100644 --- a/modules/storages/spec/contracts/storages/storages/one_drive_create_contract_spec.rb +++ b/modules/storages/spec/contracts/storages/storages/one_drive_create_contract_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/one_drive_delete_contract_spec.rb b/modules/storages/spec/contracts/storages/storages/one_drive_delete_contract_spec.rb index 2d6fee0b1199..24f29ff95ac8 100644 --- a/modules/storages/spec/contracts/storages/storages/one_drive_delete_contract_spec.rb +++ b/modules/storages/spec/contracts/storages/storages/one_drive_delete_contract_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/one_drive_update_contract_spec.rb b/modules/storages/spec/contracts/storages/storages/one_drive_update_contract_spec.rb index 1c407d2f4af7..cf5e1d968557 100644 --- a/modules/storages/spec/contracts/storages/storages/one_drive_update_contract_spec.rb +++ b/modules/storages/spec/contracts/storages/storages/one_drive_update_contract_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c34e7f1e062f..e6c9345f43cc 100644 --- a/modules/storages/spec/contracts/storages/storages/shared_contract_examples.rb +++ b/modules/storages/spec/contracts/storages/storages/shared_contract_examples.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c4d4d5898d17..af66880a6aa2 100644 --- a/modules/storages/spec/factories/file_link_element_factory.rb +++ b/modules/storages/spec/factories/file_link_element_factory.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2d9ff9243bdd..185fb9a3f6a6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/last_project_folder_factory.rb b/modules/storages/spec/factories/last_project_folder_factory.rb index 19eeaec7de81..66a96991a370 100644 --- a/modules/storages/spec/factories/last_project_folder_factory.rb +++ b/modules/storages/spec/factories/last_project_folder_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5cfc986a172a..08b055471b5b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 71d1b9baffa3..66decafb4ebe 100644 --- a/modules/storages/spec/factories/storage_factory.rb +++ b/modules/storages/spec/factories/storage_factory.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_file_info_factory.rb b/modules/storages/spec/factories/storage_file_info_factory.rb index 1dd9f06bbad0..a10cbdc03742 100644 --- a/modules/storages/spec/factories/storage_file_info_factory.rb +++ b/modules/storages/spec/factories/storage_file_info_factory.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 6fb8e0cf6a90..cda554278a4f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 569cb4379818..c164e675aaa9 100644 --- a/modules/storages/spec/features/admin_storages_spec.rb +++ b/modules/storages/spec/features/admin_storages_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3f735db14e30..cad0b66038aa 100644 --- a/modules/storages/spec/features/create_file_links_spec.rb +++ b/modules/storages/spec/features/create_file_links_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 803cf167efef..b34711d19399 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 @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/manage_project_storage_spec.rb b/modules/storages/spec/features/manage_project_storage_spec.rb index 07366706877e..bb0012d05828 100644 --- a/modules/storages/spec/features/manage_project_storage_spec.rb +++ b/modules/storages/spec/features/manage_project_storage_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 96b84c2abb8f..fc3566c906d3 100644 --- a/modules/storages/spec/features/shared_context.rb +++ b/modules/storages/spec/features/shared_context.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 861fd9f13764..2a126c669b07 100644 --- a/modules/storages/spec/features/show_file_links_spec.rb +++ b/modules/storages/spec/features/show_file_links_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_menu_links_spec.rb b/modules/storages/spec/features/storages_menu_links_spec.rb index 212455fbaf09..0abeac527d15 100644 --- a/modules/storages/spec/features/storages_menu_links_spec.rb +++ b/modules/storages/spec/features/storages_menu_links_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 90c078fc2d00..4e7fc9b13d4a 100644 --- a/modules/storages/spec/features/storages_module_spec.rb +++ b/modules/storages/spec/features/storages_module_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/view_project_storage_members_spec.rb b/modules/storages/spec/features/view_project_storage_members_spec.rb index 2414d862761c..e7a1647a7da6 100644 --- a/modules/storages/spec/features/view_project_storage_members_spec.rb +++ b/modules/storages/spec/features/view_project_storage_members_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0466bff58dc0..397683dfc1a0 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 @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 78acd4bab169..a735b6ef8fb9 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 @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/project_storages/project_storage_representer_spec.rb b/modules/storages/spec/lib/api/v3/project_storages/project_storage_representer_spec.rb index 6a0e16fc9735..01b27131d0f3 100644 --- a/modules/storages/spec/lib/api/v3/project_storages/project_storage_representer_spec.rb +++ b/modules/storages/spec/lib/api/v3/project_storages/project_storage_representer_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 1d05a9401a0d..84e088d34b00 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 @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_files_representer_spec.rb b/modules/storages/spec/lib/api/v3/storage_files/storage_files_representer_spec.rb index 2f84111d651a..8d5778cbe9cc 100644 --- a/modules/storages/spec/lib/api/v3/storage_files/storage_files_representer_spec.rb +++ b/modules/storages/spec/lib/api/v3/storage_files/storage_files_representer_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 fc3f337ea7b5..ea98d586da16 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 @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_parsing_spec.rb b/modules/storages/spec/lib/api/v3/storages/storages_representer_parsing_spec.rb index 6fc0d84563cb..4f28cf83b85c 100644 --- a/modules/storages/spec/lib/api/v3/storages/storages_representer_parsing_spec.rb +++ b/modules/storages/spec/lib/api/v3/storages/storages_representer_parsing_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4217000cc11c..09ac69abe294 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 @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/append_storages_hosts_to_csp_hook_spec.rb b/modules/storages/spec/lib/append_storages_hosts_to_csp_hook_spec.rb index 59ae5844d613..7a70f35d8e07 100644 --- a/modules/storages/spec/lib/append_storages_hosts_to_csp_hook_spec.rb +++ b/modules/storages/spec/lib/append_storages_hosts_to_csp_hook_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/storages/file_link_spec.rb b/modules/storages/spec/models/storages/file_link_spec.rb index 2a234647d335..a619cf68ca6f 100644 --- a/modules/storages/spec/models/storages/file_link_spec.rb +++ b/modules/storages/spec/models/storages/file_link_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/storages/last_project_folder_spec.rb b/modules/storages/spec/models/storages/last_project_folder_spec.rb index f459e94d8797..5965e9da2edf 100644 --- a/modules/storages/spec/models/storages/last_project_folder_spec.rb +++ b/modules/storages/spec/models/storages/last_project_folder_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/storages/nextcloud_storage_spec.rb b/modules/storages/spec/models/storages/nextcloud_storage_spec.rb index 7d21e7594ece..6245f42f644e 100644 --- a/modules/storages/spec/models/storages/nextcloud_storage_spec.rb +++ b/modules/storages/spec/models/storages/nextcloud_storage_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/storages/one_drive_storage_spec.rb b/modules/storages/spec/models/storages/one_drive_storage_spec.rb index 417994ff1dfe..d4c5c48cf146 100644 --- a/modules/storages/spec/models/storages/one_drive_storage_spec.rb +++ b/modules/storages/spec/models/storages/one_drive_storage_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/storages/project_storage_spec.rb b/modules/storages/spec/models/storages/project_storage_spec.rb index 9e372da8d2dd..072f786f8e49 100644 --- a/modules/storages/spec/models/storages/project_storage_spec.rb +++ b/modules/storages/spec/models/storages/project_storage_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/storages/shared_base_storage_spec.rb b/modules/storages/spec/models/storages/shared_base_storage_spec.rb index 94f7b42d83b0..03b7fe0c4ab7 100644 --- a/modules/storages/spec/models/storages/shared_base_storage_spec.rb +++ b/modules/storages/spec/models/storages/shared_base_storage_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 794191cb8aeb..ce5787ac0451 100644 --- a/modules/storages/spec/permissions/manage_storage_in_project_spec.rb +++ b/modules/storages/spec/permissions/manage_storage_in_project_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_api_spec.rb b/modules/storages/spec/requests/api/v3/file_links/file_links_api_spec.rb index 0a30aca54c14..7f9ae5afcc04 100644 --- a/modules/storages/spec/requests/api/v3/file_links/file_links_api_spec.rb +++ b/modules/storages/spec/requests/api/v3/file_links/file_links_api_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e0df05da62dc..f380a95e4f9b 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 @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/project_storages/project_storages_spec.rb b/modules/storages/spec/requests/api/v3/project_storages/project_storages_spec.rb index 4cc0b6b2a4fe..d3ae60e18a22 100644 --- a/modules/storages/spec/requests/api/v3/project_storages/project_storages_spec.rb +++ b/modules/storages/spec/requests/api/v3/project_storages/project_storages_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/projects/projects_storages_filter_spec.rb b/modules/storages/spec/requests/api/v3/projects/projects_storages_filter_spec.rb index 1dff1b308521..12d3e22380c0 100644 --- a/modules/storages/spec/requests/api/v3/projects/projects_storages_filter_spec.rb +++ b/modules/storages/spec/requests/api/v3/projects/projects_storages_filter_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_api_spec.rb b/modules/storages/spec/requests/api/v3/storages/storage_files_api_spec.rb index 1c1ff026f95f..2e015768f479 100644 --- a/modules/storages/spec/requests/api/v3/storages/storage_files_api_spec.rb +++ b/modules/storages/spec/requests/api/v3/storages/storage_files_api_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_api_spec.rb b/modules/storages/spec/requests/api/v3/storages/storages_api_spec.rb index a177f0e89550..99580dcc5d9d 100644 --- a/modules/storages/spec/requests/api/v3/storages/storages_api_spec.rb +++ b/modules/storages/spec/requests/api/v3/storages/storages_api_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e8d65fe2880a..b0bbb754072a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2efacbeed7b7..235c708cfb68 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/append_content_security_policy_spec.rb b/modules/storages/spec/requests/append_content_security_policy_spec.rb index 97e7a229aba0..ddfb510166cd 100644 --- a/modules/storages/spec/requests/append_content_security_policy_spec.rb +++ b/modules/storages/spec/requests/append_content_security_policy_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/project_storages_open_spec.rb b/modules/storages/spec/requests/project_storages_open_spec.rb index 48bd577c090e..e20ab4c8b8b7 100644 --- a/modules/storages/spec/requests/project_storages_open_spec.rb +++ b/modules/storages/spec/requests/project_storages_open_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2022 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b99be92a84fb..f3f1dedb833e 100644 --- a/modules/storages/spec/seeders/seeder_spec.rb +++ b/modules/storages/spec/seeders/seeder_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2b13bd88f422..8033f8f480de 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 @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 489297aa87a3..8e9f368dbe6b 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 @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e8a211263ebc..d8ca2f5cea01 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 @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 380588acd230..4f9da34621ad 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 @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3497d48bfdd7..c5cfdfd350c5 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 @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/group_folder_properties_sync_service_spec.rb b/modules/storages/spec/services/storages/group_folder_properties_sync_service_spec.rb index f5a93c9dc92c..68e4c11fc20f 100644 --- a/modules/storages/spec/services/storages/group_folder_properties_sync_service_spec.rb +++ b/modules/storages/spec/services/storages/group_folder_properties_sync_service_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 865e72405792..fb3393aa31a5 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 @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 108de9aefe7d..bf555fb9ec19 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 @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e9df049d2c42..d40cda34f6f6 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 af47876f76df..03da16866a83 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 @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/shared_event_gun_examples.rb b/modules/storages/spec/services/storages/project_storages/shared_event_gun_examples.rb index fcd9399f5f23..9386eb5326e1 100644 --- a/modules/storages/spec/services/storages/project_storages/shared_event_gun_examples.rb +++ b/modules/storages/spec/services/storages/project_storages/shared_event_gun_examples.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/update_service_spec.rb b/modules/storages/spec/services/storages/project_storages/update_service_spec.rb index a3c6b1e5fb17..b65fc29bd06f 100644 --- a/modules/storages/spec/services/storages/project_storages/update_service_spec.rb +++ b/modules/storages/spec/services/storages/project_storages/update_service_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d0233c826697..f7edfcc03fa4 100644 --- a/modules/storages/spec/services/storages/storages/create_service_spec.rb +++ b/modules/storages/spec/services/storages/storages/create_service_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ce80400cc4e1..9bc95f258a4a 100644 --- a/modules/storages/spec/services/storages/storages/delete_service_spec.rb +++ b/modules/storages/spec/services/storages/storages/delete_service_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4c6f485b425c..1e36ddeeaa35 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 @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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_nextcloud_provider_fields_attributes_service_spec.rb b/modules/storages/spec/services/storages/storages/set_nextcloud_provider_fields_attributes_service_spec.rb index ef460fd1e27b..0c0a5299f9a7 100644 --- a/modules/storages/spec/services/storages/storages/set_nextcloud_provider_fields_attributes_service_spec.rb +++ b/modules/storages/spec/services/storages/storages/set_nextcloud_provider_fields_attributes_service_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f2c34de38f6e..3ecfb18d2f2b 100644 --- a/modules/storages/spec/services/storages/storages/update_service_spec.rb +++ b/modules/storages/spec/services/storages/storages/update_service_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d614fd7bca81..dea4304f0878 100644 --- a/modules/storages/spec/spec_helper.rb +++ b/modules/storages/spec/spec_helper.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 33f9f16421f2..22d060f1ecc0 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/ensure_connection_path_helper.rb b/modules/storages/spec/support/ensure_connection_path_helper.rb index 1c62a0147767..82d621094f03 100644 --- a/modules/storages/spec/support/ensure_connection_path_helper.rb +++ b/modules/storages/spec/support/ensure_connection_path_helper.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/json_response_helper.rb b/modules/storages/spec/support/json_response_helper.rb index a9a4d3e7e183..20a0dbf8bf56 100644 --- a/modules/storages/spec/support/json_response_helper.rb +++ b/modules/storages/spec/support/json_response_helper.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 955ab2b90ab5..08ecc9266376 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/user_permissions_helper.rb b/modules/storages/spec/support/user_permissions_helper.rb index 5be790375113..0a1ed24d3757 100644 --- a/modules/storages/spec/support/user_permissions_helper.rb +++ b/modules/storages/spec/support/user_permissions_helper.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/workers/storages/cleanup_uncontainered_file_links_job_spec.rb b/modules/storages/spec/workers/storages/cleanup_uncontainered_file_links_job_spec.rb index 0cc5ccb5074a..7f6ee5ad25d2 100644 --- a/modules/storages/spec/workers/storages/cleanup_uncontainered_file_links_job_spec.rb +++ b/modules/storages/spec/workers/storages/cleanup_uncontainered_file_links_job_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/workers/storages/manage_nextcloud_integration_cron_job_spec.rb b/modules/storages/spec/workers/storages/manage_nextcloud_integration_cron_job_spec.rb index c1cfa8579b6c..bdc0c94d42ef 100644 --- a/modules/storages/spec/workers/storages/manage_nextcloud_integration_cron_job_spec.rb +++ b/modules/storages/spec/workers/storages/manage_nextcloud_integration_cron_job_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/workers/storages/manage_nextcloud_integration_events_job_spec.rb b/modules/storages/spec/workers/storages/manage_nextcloud_integration_events_job_spec.rb index 4994a693a750..4a2001334264 100644 --- a/modules/storages/spec/workers/storages/manage_nextcloud_integration_events_job_spec.rb +++ b/modules/storages/spec/workers/storages/manage_nextcloud_integration_events_job_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/team_planner/overview/row_component.rb b/modules/team_planner/app/components/team_planner/overview/row_component.rb index f669193d5dd9..0766136f10ca 100644 --- a/modules/team_planner/app/components/team_planner/overview/row_component.rb +++ b/modules/team_planner/app/components/team_planner/overview/row_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/team_planner/overview/table_component.rb b/modules/team_planner/app/components/team_planner/overview/table_component.rb index f6abaabd48ac..8a6858511fd7 100644 --- a/modules/team_planner/app/components/team_planner/overview/table_component.rb +++ b/modules/team_planner/app/components/team_planner/overview/table_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/team_planner/row_component.rb b/modules/team_planner/app/components/team_planner/row_component.rb index bff32fd33880..c9d625b672bb 100644 --- a/modules/team_planner/app/components/team_planner/row_component.rb +++ b/modules/team_planner/app/components/team_planner/row_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/team_planner/table_component.rb b/modules/team_planner/app/components/team_planner/table_component.rb index c2ab05baf1c5..d7b4df5e462c 100644 --- a/modules/team_planner/app/components/team_planner/table_component.rb +++ b/modules/team_planner/app/components/team_planner/table_component.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/services/team_planner/views/global_create_service.rb b/modules/team_planner/app/services/team_planner/views/global_create_service.rb index 84f9ccaff5c7..d099700ca30c 100644 --- a/modules/team_planner/app/services/team_planner/views/global_create_service.rb +++ b/modules/team_planner/app/services/team_planner/views/global_create_service.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/services/team_planner/views/set_attributes_service.rb b/modules/team_planner/app/services/team_planner/views/set_attributes_service.rb index 4ee285a0aa7f..67fe62ddd526 100644 --- a/modules/team_planner/app/services/team_planner/views/set_attributes_service.rb +++ b/modules/team_planner/app/services/team_planner/views/set_attributes_service.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/views/team_planner/team_planner/_form.html.erb b/modules/team_planner/app/views/team_planner/team_planner/_form.html.erb index 97bc669d4bb1..47bcb4e1e545 100644 --- a/modules/team_planner/app/views/team_planner/team_planner/_form.html.erb +++ b/modules/team_planner/app/views/team_planner/team_planner/_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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/views/team_planner/team_planner/new.html.erb b/modules/team_planner/app/views/team_planner/team_planner/new.html.erb index 6cf3efe54de3..2789ec04a676 100644 --- a/modules/team_planner/app/views/team_planner/team_planner/new.html.erb +++ b/modules/team_planner/app/views/team_planner/team_planner/new.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is an open source project management software. -Copyright (C) 2012-2023 the OpenProject GmbH +Copyright (C) 2012-2024 the OpenProject GmbH This program is free 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 523c26b6593e..693b37db10e3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 50e0a423c90b..1cabdc8f6244 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a74a56d7f511..1dea09737368 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 8ec113955a89..6a9417c99e9e 100644 --- a/modules/team_planner/spec/features/query_handling_spec.rb +++ b/modules/team_planner/spec/features/query_handling_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 e50267ea5338..bdb1ad3b363a 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4d6651a579a0..38e6afc02a93 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 0372dfc4370e..ec7b3a156dac 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 b940244ebc62..c7d4c2efb45f 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 098d08b16312..409854c2f75d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5e60601c321d..f0db27a51432 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c98838cc10aa..a7377ee05e28 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 64c3e7947831..ec8c2f0f0f81 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 48ba23a3dae9..ff9fa67f6203 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 31bf31b3a643..967e57848027 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ff50314cac09..621efed667e8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 70c4f32c53cb..5babad79c12b 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ffe48f8d1419..7662de8d59e8 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 28782860bc35..457b26983add 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c81d5fcd5406..8938e16cbf41 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d1b978b724c8..395b4b4aaf46 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 17d019bb2eda..3afeb541f10c 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 cc987f1ba6e7..b19c3fcefdba 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/services/team_planner/views/global_create_service_spec.rb b/modules/team_planner/spec/services/team_planner/views/global_create_service_spec.rb index 838d0ff18ba3..c790749f6233 100644 --- a/modules/team_planner/spec/services/team_planner/views/global_create_service_spec.rb +++ b/modules/team_planner/spec/services/team_planner/views/global_create_service_spec.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 cbdcc3c6e4f2..197872ead1be 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 4a52dda81d41..2b9022d594f3 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 42bc43b27cef..6037bd32b069 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/db/migrate/20120214103300_aggregated_mobile_otp_migrations.rb b/modules/two_factor_authentication/db/migrate/20120214103300_aggregated_mobile_otp_migrations.rb index e5fd024d5ce2..205526f0b008 100644 --- a/modules/two_factor_authentication/db/migrate/20120214103300_aggregated_mobile_otp_migrations.rb +++ b/modules/two_factor_authentication/db/migrate/20120214103300_aggregated_mobile_otp_migrations.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/db/migrate/20130214130336_add_default_otp_channel_to_user.rb b/modules/two_factor_authentication/db/migrate/20130214130336_add_default_otp_channel_to_user.rb index 39d286fe565d..6133bab639c2 100644 --- a/modules/two_factor_authentication/db/migrate/20130214130336_add_default_otp_channel_to_user.rb +++ b/modules/two_factor_authentication/db/migrate/20130214130336_add_default_otp_channel_to_user.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/db/migrate/20160331190036_change_default_channel.rb b/modules/two_factor_authentication/db/migrate/20160331190036_change_default_channel.rb index 06f67169e99d..b9583c128b4b 100644 --- a/modules/two_factor_authentication/db/migrate/20160331190036_change_default_channel.rb +++ b/modules/two_factor_authentication/db/migrate/20160331190036_change_default_channel.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/db/migrate/20171023190036_model_reorganization.rb b/modules/two_factor_authentication/db/migrate/20171023190036_model_reorganization.rb index 8bac7fd7e7ae..53a58d84075a 100644 --- a/modules/two_factor_authentication/db/migrate/20171023190036_model_reorganization.rb +++ b/modules/two_factor_authentication/db/migrate/20171023190036_model_reorganization.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d2af75cadc50..5964cc6d5084 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5c2db7653763..f712fe9db11d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 3a1e2d1fbea1..acfbceb747f5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 a277cef98f56..ff71ed3638c7 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ea9bca03f292..4a59ae264cef 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 73436bc314f3..2d04c479cf65 100644 --- a/modules/webhooks/app/workers/project_webhook_job.rb +++ b/modules/webhooks/app/workers/project_webhook_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 53c848ec20f3..68fb45bec7cc 100644 --- a/modules/webhooks/app/workers/represented_webhook_job.rb +++ b/modules/webhooks/app/workers/represented_webhook_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5184c9261afa..c282cc887bfe 100644 --- a/modules/webhooks/app/workers/time_entry_webhook_job.rb +++ b/modules/webhooks/app/workers/time_entry_webhook_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f4d8c73c5807..25c0f5fd68fb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 893123f1ecd6..85aa104c44ad 100644 --- a/modules/webhooks/app/workers/work_package_webhook_job.rb +++ b/modules/webhooks/app/workers/work_package_webhook_job.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f79697bfbe4c..e87d20bee301 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/db/migrate/20171218205557_add_webhooks.rb b/modules/webhooks/db/migrate/20171218205557_add_webhooks.rb index dbde5baa15ec..20e1189dc5bb 100644 --- a/modules/webhooks/db/migrate/20171218205557_add_webhooks.rb +++ b/modules/webhooks/db/migrate/20171218205557_add_webhooks.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/db/migrate/20171219145752_create_webhook_logs.rb b/modules/webhooks/db/migrate/20171219145752_create_webhook_logs.rb index 182f509b6e65..8272a43de7fb 100644 --- a/modules/webhooks/db/migrate/20171219145752_create_webhook_logs.rb +++ b/modules/webhooks/db/migrate/20171219145752_create_webhook_logs.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 15cc364e1412..bd81c7cbd524 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9ae30e3497c0..5bd5cd54914d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 2cef3a049bce..cd08b5e45993 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 d6f1b8685b16..d804ed38fafb 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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/components/webhooks/outgoing/deliveries/table_component_spec.rb b/modules/webhooks/spec/components/webhooks/outgoing/deliveries/table_component_spec.rb index b27afe366f68..79c9bf3d785f 100644 --- a/modules/webhooks/spec/components/webhooks/outgoing/deliveries/table_component_spec.rb +++ b/modules/webhooks/spec/components/webhooks/outgoing/deliveries/table_component_spec.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is an open source project management software. -# Copyright (C) 2012-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 55d98ba57965..fd8b011a9655 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5c1f7aa5999c..5fcb518ba248 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7beb71bd03e4..ee1484c3c016 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 c2d6a86af6bc..00cda0310a63 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 5c38551511f8..84c789fe5822 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 716d98b892a2..bbfeac19eb29 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 dee63e420f8a..ea5a64fe84bd 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 ac9d412f630f..5974eaa856cf 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 f0a0e7eb1721..0a5e1c3c6c83 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 dd93b7f04d98..beece23b1ecf 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 38478ddfbbae..94089fe208d5 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 7fa4e40c8e21..58263c47110d 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is free 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 9c6f4f5b69a0..431a6667d3b2 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 df436dafd833..db28fd348056 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-2023 the OpenProject GmbH +# Copyright (C) 2012-2024 the OpenProject GmbH # # This program is 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 3c4349eda7c3..09cc2c5dbbdb 100644 --- a/public/422.html +++ b/public/422.html @@ -1,6 +1,6 @@