From 7e887a8fabc2651cb14688a4cc00012a058c8615 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Fri, 5 Jan 2024 14:18:14 +0100 Subject: [PATCH] Get rid of changing years in file headers --- .github/workflows/rubyonrails.yml | 2 +- .rubocop.yml | 3 +-- Gemfile | 3 +-- LICENSE | 2 +- after_init.rb | 3 +-- app/controllers/custom_workflows_controller.rb | 3 +-- app/models/application_record.rb | 3 +-- app/models/custom_workflow.rb | 3 +-- app/models/custom_workflow_mailer.rb | 3 +-- app/views/custom_workflow_mailer/custom_email.html.erb | 3 +-- app/views/custom_workflow_mailer/custom_email.text.erb | 3 +-- app/views/custom_workflows/_form.html.erb | 3 +-- app/views/custom_workflows/edit.html.erb | 3 +-- app/views/custom_workflows/index.html.erb | 3 +-- app/views/custom_workflows/new.html.erb | 3 +-- app/views/custom_workflows/reorder.js.erb | 3 +-- app/views/projects/settings/_custom_workflow.html.erb | 3 +-- assets/stylesheets/custom_workflows.css | 3 +-- config/locales/cs.yml | 3 +-- config/locales/en.yml | 3 +-- config/locales/es.yml | 3 +-- config/locales/pt-BR.yml | 3 +-- config/routes.rb | 3 +-- db/migrate/20110915084858_create_custom_workflows.rb | 3 +-- db/migrate/20120601054047_alter_custom_workflows.rb | 3 +-- db/migrate/20120601054557_create_custom_workflows_projects.rb | 3 +-- .../20120628060102_change_custom_workflows_description_type.rb | 3 +-- .../20120908085222_add_after_save_to_custom_workflows.rb | 3 +-- .../20121005085252_add_is_for_all_to_custom_workflows.rb | 3 +-- .../20150522134436_make_after_save_and_before_save_nullable.rb | 3 +-- db/migrate/20150522134437_set_position_field_nullable.rb | 3 +-- db/migrate/20150525083345_add_author_to_custom_workflows.rb | 3 +-- db/migrate/20150526132244_create_example_workflow.rb | 3 +-- .../20150526134840_add_active_field_to_custom_workflows.rb | 3 +-- .../20150619135811_add_observable_field_to_custom_workflows.rb | 3 +-- ...9162054_add_additional_script_fields_to_custom_workflows.rb | 3 +-- ...2120000_add_before_and_after_destroy_to_custom_workflows.rb | 3 +-- ..._change_default_active_boolean_value_to_custom_workflows.rb | 3 +-- db/migrate/20230413125201_name_unique_index.rb | 3 +-- init.rb | 3 +-- lib/redmine_custom_workflows.rb | 3 +-- lib/redmine_custom_workflows/errors/workflow_error.rb | 3 +-- lib/redmine_custom_workflows/hooks/views/base_view_hooks.rb | 3 +-- .../patches/controllers/attachments_controller_patch.rb | 3 +-- .../patches/controllers/groups_controller_patch.rb | 3 +-- .../patches/controllers/issue_relations_controller_patch.rb | 3 +-- .../patches/controllers/issues_controller_patch.rb | 3 +-- .../patches/controllers/members_controller_patch.rb | 3 +-- .../patches/controllers/projects_controller_patch.rb | 3 +-- .../patches/controllers/timelog_controller_patch.rb | 3 +-- .../patches/controllers/users_controller_patch.rb | 3 +-- .../patches/controllers/versions_controller_patch.rb | 3 +-- .../patches/controllers/wiki_controller_patch.rb | 3 +-- .../patches/helpers/projects_helper_patch.rb | 3 +-- .../patches/models/attachment_patch.rb | 3 +-- lib/redmine_custom_workflows/patches/models/group_patch.rb | 3 +-- lib/redmine_custom_workflows/patches/models/issue_patch.rb | 3 +-- .../patches/models/issue_relation_patch.rb | 3 +-- lib/redmine_custom_workflows/patches/models/member_patch.rb | 3 +-- lib/redmine_custom_workflows/patches/models/project_patch.rb | 3 +-- .../patches/models/time_entry_patch.rb | 3 +-- lib/redmine_custom_workflows/patches/models/user_patch.rb | 3 +-- lib/redmine_custom_workflows/patches/models/version_patch.rb | 3 +-- .../patches/models/wiki_content_patch.rb | 3 +-- lib/redmine_custom_workflows/patches/models/wiki_page_patch.rb | 3 +-- test/functional/attachments_controller_patch_test.rb | 2 +- test/functional/custom_workflows_controller_test.rb | 3 +-- test/functional/groups_controller_patch_test.rb | 2 +- test/functional/issue_relations_controller_patch_test.rb | 2 +- test/functional/issues_controller_patch_test.rb | 2 +- test/functional/members_controller_patch_test.rb | 2 +- test/functional/projects_controller_patch_test.rb | 2 +- test/functional/timelog_controller_patch_test.rb | 2 +- test/functional/users_controller_patch_test.rb | 2 +- test/functional/versions_controller_patch_test.rb | 2 +- test/functional/wiki_controller_patch_test.rb | 2 +- test/test_case.rb | 3 +-- test/test_helper.rb | 3 +-- test/unit/attachment_patch_test.rb | 3 +-- test/unit/custom_workflow_mailer_test.rb | 3 +-- test/unit/custom_workflow_test.rb | 3 +-- test/unit/group_patch_test.rb | 3 +-- test/unit/issue_patch_test.rb | 3 +-- test/unit/issue_relation_patch_test.rb | 3 +-- test/unit/member_patch_test.rb | 3 +-- test/unit/project_patch_test.rb | 3 +-- test/unit/time_entry_patch_test.rb | 3 +-- test/unit/user_patch_test.rb | 3 +-- test/unit/version_patch_test.rb | 3 +-- test/unit/wiki_content_patch_test.rb | 3 +-- test/unit/wiki_page_patch_test.rb | 3 +-- test/unit_test.rb | 3 +-- 92 files changed, 92 insertions(+), 172 deletions(-) diff --git a/.github/workflows/rubyonrails.yml b/.github/workflows/rubyonrails.yml index 667af85..4a193bb 100644 --- a/.github/workflows/rubyonrails.yml +++ b/.github/workflows/rubyonrails.yml @@ -1,6 +1,6 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2019-23 Karel Pičman +# Karel Pičman # # 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/.rubocop.yml b/.rubocop.yml index dcbf8e4..ca5295b 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,7 +1,6 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/Gemfile b/Gemfile index 2ac2179..984ee96 100644 --- a/Gemfile +++ b/Gemfile @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/LICENSE b/LICENSE index da04633..d8cf7d4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ GNU GENERAL PUBLIC LICENSE Version 2, June 1991 - Copyright © (C) 1989, 1991 Free Software Foundation, Inc., + Copyright (C) 1989, 1991 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. diff --git a/after_init.rb b/after_init.rb index 3e1866e..fc56840 100644 --- a/after_init.rb +++ b/after_init.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/app/controllers/custom_workflows_controller.rb b/app/controllers/custom_workflows_controller.rb index 347b4cc..a88ea28 100644 --- a/app/controllers/custom_workflows_controller.rb +++ b/app/controllers/custom_workflows_controller.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/app/models/application_record.rb b/app/models/application_record.rb index cb236bc..2259878 100644 --- a/app/models/application_record.rb +++ b/app/models/application_record.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/app/models/custom_workflow.rb b/app/models/custom_workflow.rb index 63f6746..150960b 100644 --- a/app/models/custom_workflow.rb +++ b/app/models/custom_workflow.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/app/models/custom_workflow_mailer.rb b/app/models/custom_workflow_mailer.rb index dcc555b..3562a66 100644 --- a/app/models/custom_workflow_mailer.rb +++ b/app/models/custom_workflow_mailer.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/app/views/custom_workflow_mailer/custom_email.html.erb b/app/views/custom_workflow_mailer/custom_email.html.erb index 22af36f..814390b 100644 --- a/app/views/custom_workflow_mailer/custom_email.html.erb +++ b/app/views/custom_workflow_mailer/custom_email.html.erb @@ -1,8 +1,7 @@ <% # Redmine plugin for Custom Workflows # - # Copyright © 2015-19 Anton Argirov - # Copyright © 2019-23 Karel Pičman + # Anton Argirov, Karel Pičman # # 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/app/views/custom_workflow_mailer/custom_email.text.erb b/app/views/custom_workflow_mailer/custom_email.text.erb index 634c53b..6873eeb 100644 --- a/app/views/custom_workflow_mailer/custom_email.text.erb +++ b/app/views/custom_workflow_mailer/custom_email.text.erb @@ -1,8 +1,7 @@ <% # Redmine plugin for Custom Workflows # - # Copyright © 2015-19 Anton Argirov - # Copyright © 2019-23 Karel Pičman + # Anton Argirov, Karel Pičman # # 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/app/views/custom_workflows/_form.html.erb b/app/views/custom_workflows/_form.html.erb index 238b9af..4b302e5 100644 --- a/app/views/custom_workflows/_form.html.erb +++ b/app/views/custom_workflows/_form.html.erb @@ -1,8 +1,7 @@ <% # Redmine plugin for Custom Workflows # - # Copyright © 2015-19 Anton Argirov - # Copyright © 2019-23 Karel Pičman + # Anton Argirov, Karel Pičman # # 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/app/views/custom_workflows/edit.html.erb b/app/views/custom_workflows/edit.html.erb index 56e9b18..2ea5f5e 100644 --- a/app/views/custom_workflows/edit.html.erb +++ b/app/views/custom_workflows/edit.html.erb @@ -1,8 +1,7 @@ <% # Redmine plugin for Custom Workflows # - # Copyright © 2015-19 Anton Argirov - # Copyright © 2019-23 Karel Pičman + # Anton Argirov, Karel Pičman # # 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/app/views/custom_workflows/index.html.erb b/app/views/custom_workflows/index.html.erb index 347b9b0..8950932 100644 --- a/app/views/custom_workflows/index.html.erb +++ b/app/views/custom_workflows/index.html.erb @@ -1,8 +1,7 @@ <% # Redmine plugin for Custom Workflows # - # Copyright © 2015-19 Anton Argirov - # Copyright © 2019-23 Karel Pičman + # Anton Argirov, Karel Pičman # # 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/app/views/custom_workflows/new.html.erb b/app/views/custom_workflows/new.html.erb index cce52e4..9cdaa9c 100644 --- a/app/views/custom_workflows/new.html.erb +++ b/app/views/custom_workflows/new.html.erb @@ -1,8 +1,7 @@ <% # Redmine plugin for Custom Workflows # - # Copyright © 2015-19 Anton Argirov - # Copyright © 2019-23 Karel Pičman + # Anton Argirov, Karel Pičman # # 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/app/views/custom_workflows/reorder.js.erb b/app/views/custom_workflows/reorder.js.erb index 3e5d422..a50e588 100644 --- a/app/views/custom_workflows/reorder.js.erb +++ b/app/views/custom_workflows/reorder.js.erb @@ -3,8 +3,7 @@ # # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/app/views/projects/settings/_custom_workflow.html.erb b/app/views/projects/settings/_custom_workflow.html.erb index e392e64..417f397 100644 --- a/app/views/projects/settings/_custom_workflow.html.erb +++ b/app/views/projects/settings/_custom_workflow.html.erb @@ -1,8 +1,7 @@ <% # Redmine plugin for Custom Workflows # - # Copyright © 2015-19 Anton Argirov - # Copyright © 2019-23 Karel Pičman + # Anton Argirov, Karel Pičman # # 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/assets/stylesheets/custom_workflows.css b/assets/stylesheets/custom_workflows.css index 88af3f2..561058f 100644 --- a/assets/stylesheets/custom_workflows.css +++ b/assets/stylesheets/custom_workflows.css @@ -1,8 +1,7 @@ /* * Redmine plugin for Document Management System "Features" * -* Copyright © 2015-19 Anton Argirov -* Copyright © 2019-23 Karel Pičman +* Anton Argirov, Karel Pičman * * 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/config/locales/cs.yml b/config/locales/cs.yml index d2a6a4a..6cfaac3 100644 --- a/config/locales/cs.yml +++ b/config/locales/cs.yml @@ -2,8 +2,7 @@ # # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/config/locales/en.yml b/config/locales/en.yml index bfc9a67..15e591a 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -2,8 +2,7 @@ # # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/config/locales/es.yml b/config/locales/es.yml index 48010ea..e1f8631 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -2,8 +2,7 @@ # # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/config/locales/pt-BR.yml b/config/locales/pt-BR.yml index e63df14..315880b 100644 --- a/config/locales/pt-BR.yml +++ b/config/locales/pt-BR.yml @@ -2,8 +2,7 @@ # # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/config/routes.rb b/config/routes.rb index 433d52f..490e253 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/db/migrate/20110915084858_create_custom_workflows.rb b/db/migrate/20110915084858_create_custom_workflows.rb index 2d7d485..e5e63e0 100644 --- a/db/migrate/20110915084858_create_custom_workflows.rb +++ b/db/migrate/20110915084858_create_custom_workflows.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/db/migrate/20120601054047_alter_custom_workflows.rb b/db/migrate/20120601054047_alter_custom_workflows.rb index a7cf08a..f63b384 100644 --- a/db/migrate/20120601054047_alter_custom_workflows.rb +++ b/db/migrate/20120601054047_alter_custom_workflows.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/db/migrate/20120601054557_create_custom_workflows_projects.rb b/db/migrate/20120601054557_create_custom_workflows_projects.rb index 97bce07..bd9fa07 100644 --- a/db/migrate/20120601054557_create_custom_workflows_projects.rb +++ b/db/migrate/20120601054557_create_custom_workflows_projects.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/db/migrate/20120628060102_change_custom_workflows_description_type.rb b/db/migrate/20120628060102_change_custom_workflows_description_type.rb index 5e76e66..359f4cd 100644 --- a/db/migrate/20120628060102_change_custom_workflows_description_type.rb +++ b/db/migrate/20120628060102_change_custom_workflows_description_type.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/db/migrate/20120908085222_add_after_save_to_custom_workflows.rb b/db/migrate/20120908085222_add_after_save_to_custom_workflows.rb index afb56c8..43c7509 100644 --- a/db/migrate/20120908085222_add_after_save_to_custom_workflows.rb +++ b/db/migrate/20120908085222_add_after_save_to_custom_workflows.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/db/migrate/20121005085252_add_is_for_all_to_custom_workflows.rb b/db/migrate/20121005085252_add_is_for_all_to_custom_workflows.rb index 4b9e17c..cbf30cc 100644 --- a/db/migrate/20121005085252_add_is_for_all_to_custom_workflows.rb +++ b/db/migrate/20121005085252_add_is_for_all_to_custom_workflows.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/db/migrate/20150522134436_make_after_save_and_before_save_nullable.rb b/db/migrate/20150522134436_make_after_save_and_before_save_nullable.rb index aa230af..a4e9dfd 100644 --- a/db/migrate/20150522134436_make_after_save_and_before_save_nullable.rb +++ b/db/migrate/20150522134436_make_after_save_and_before_save_nullable.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/db/migrate/20150522134437_set_position_field_nullable.rb b/db/migrate/20150522134437_set_position_field_nullable.rb index ec9ce99..11e9c07 100644 --- a/db/migrate/20150522134437_set_position_field_nullable.rb +++ b/db/migrate/20150522134437_set_position_field_nullable.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/db/migrate/20150525083345_add_author_to_custom_workflows.rb b/db/migrate/20150525083345_add_author_to_custom_workflows.rb index ded42e6..3ea49de 100644 --- a/db/migrate/20150525083345_add_author_to_custom_workflows.rb +++ b/db/migrate/20150525083345_add_author_to_custom_workflows.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/db/migrate/20150526132244_create_example_workflow.rb b/db/migrate/20150526132244_create_example_workflow.rb index bb27d1c..883c843 100644 --- a/db/migrate/20150526132244_create_example_workflow.rb +++ b/db/migrate/20150526132244_create_example_workflow.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/db/migrate/20150526134840_add_active_field_to_custom_workflows.rb b/db/migrate/20150526134840_add_active_field_to_custom_workflows.rb index e864fc8..614919a 100644 --- a/db/migrate/20150526134840_add_active_field_to_custom_workflows.rb +++ b/db/migrate/20150526134840_add_active_field_to_custom_workflows.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/db/migrate/20150619135811_add_observable_field_to_custom_workflows.rb b/db/migrate/20150619135811_add_observable_field_to_custom_workflows.rb index a384f12..4fe4005 100644 --- a/db/migrate/20150619135811_add_observable_field_to_custom_workflows.rb +++ b/db/migrate/20150619135811_add_observable_field_to_custom_workflows.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/db/migrate/20150619162054_add_additional_script_fields_to_custom_workflows.rb b/db/migrate/20150619162054_add_additional_script_fields_to_custom_workflows.rb index 5fbb4b6..e99a7d6 100644 --- a/db/migrate/20150619162054_add_additional_script_fields_to_custom_workflows.rb +++ b/db/migrate/20150619162054_add_additional_script_fields_to_custom_workflows.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/db/migrate/20151122120000_add_before_and_after_destroy_to_custom_workflows.rb b/db/migrate/20151122120000_add_before_and_after_destroy_to_custom_workflows.rb index c4926c1..d98d723 100644 --- a/db/migrate/20151122120000_add_before_and_after_destroy_to_custom_workflows.rb +++ b/db/migrate/20151122120000_add_before_and_after_destroy_to_custom_workflows.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/db/migrate/20210210144000_change_default_active_boolean_value_to_custom_workflows.rb b/db/migrate/20210210144000_change_default_active_boolean_value_to_custom_workflows.rb index 235debc..2b851a6 100644 --- a/db/migrate/20210210144000_change_default_active_boolean_value_to_custom_workflows.rb +++ b/db/migrate/20210210144000_change_default_active_boolean_value_to_custom_workflows.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-20 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/db/migrate/20230413125201_name_unique_index.rb b/db/migrate/20230413125201_name_unique_index.rb index 10944ed..f93387f 100644 --- a/db/migrate/20230413125201_name_unique_index.rb +++ b/db/migrate/20230413125201_name_unique_index.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-20 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/init.rb b/init.rb index 743aaec..8c89e78 100644 --- a/init.rb +++ b/init.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/lib/redmine_custom_workflows.rb b/lib/redmine_custom_workflows.rb index 7063058..6704ec8 100644 --- a/lib/redmine_custom_workflows.rb +++ b/lib/redmine_custom_workflows.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/lib/redmine_custom_workflows/errors/workflow_error.rb b/lib/redmine_custom_workflows/errors/workflow_error.rb index 091e0d1..e80caf3 100644 --- a/lib/redmine_custom_workflows/errors/workflow_error.rb +++ b/lib/redmine_custom_workflows/errors/workflow_error.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/lib/redmine_custom_workflows/hooks/views/base_view_hooks.rb b/lib/redmine_custom_workflows/hooks/views/base_view_hooks.rb index 3d56584..cccd64b 100644 --- a/lib/redmine_custom_workflows/hooks/views/base_view_hooks.rb +++ b/lib/redmine_custom_workflows/hooks/views/base_view_hooks.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/lib/redmine_custom_workflows/patches/controllers/attachments_controller_patch.rb b/lib/redmine_custom_workflows/patches/controllers/attachments_controller_patch.rb index 4ec9742..62fc6b1 100644 --- a/lib/redmine_custom_workflows/patches/controllers/attachments_controller_patch.rb +++ b/lib/redmine_custom_workflows/patches/controllers/attachments_controller_patch.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/lib/redmine_custom_workflows/patches/controllers/groups_controller_patch.rb b/lib/redmine_custom_workflows/patches/controllers/groups_controller_patch.rb index e28fc87..38f3665 100644 --- a/lib/redmine_custom_workflows/patches/controllers/groups_controller_patch.rb +++ b/lib/redmine_custom_workflows/patches/controllers/groups_controller_patch.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/lib/redmine_custom_workflows/patches/controllers/issue_relations_controller_patch.rb b/lib/redmine_custom_workflows/patches/controllers/issue_relations_controller_patch.rb index d8e785d..7933b39 100644 --- a/lib/redmine_custom_workflows/patches/controllers/issue_relations_controller_patch.rb +++ b/lib/redmine_custom_workflows/patches/controllers/issue_relations_controller_patch.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/lib/redmine_custom_workflows/patches/controllers/issues_controller_patch.rb b/lib/redmine_custom_workflows/patches/controllers/issues_controller_patch.rb index e0e1a62..783dc63 100644 --- a/lib/redmine_custom_workflows/patches/controllers/issues_controller_patch.rb +++ b/lib/redmine_custom_workflows/patches/controllers/issues_controller_patch.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/lib/redmine_custom_workflows/patches/controllers/members_controller_patch.rb b/lib/redmine_custom_workflows/patches/controllers/members_controller_patch.rb index 6a51da4..e4e26c1 100644 --- a/lib/redmine_custom_workflows/patches/controllers/members_controller_patch.rb +++ b/lib/redmine_custom_workflows/patches/controllers/members_controller_patch.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/lib/redmine_custom_workflows/patches/controllers/projects_controller_patch.rb b/lib/redmine_custom_workflows/patches/controllers/projects_controller_patch.rb index b172ea6..45459d4 100644 --- a/lib/redmine_custom_workflows/patches/controllers/projects_controller_patch.rb +++ b/lib/redmine_custom_workflows/patches/controllers/projects_controller_patch.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/lib/redmine_custom_workflows/patches/controllers/timelog_controller_patch.rb b/lib/redmine_custom_workflows/patches/controllers/timelog_controller_patch.rb index df0218a..bdc66d6 100644 --- a/lib/redmine_custom_workflows/patches/controllers/timelog_controller_patch.rb +++ b/lib/redmine_custom_workflows/patches/controllers/timelog_controller_patch.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/lib/redmine_custom_workflows/patches/controllers/users_controller_patch.rb b/lib/redmine_custom_workflows/patches/controllers/users_controller_patch.rb index 2fa4e1d..9a8244f 100644 --- a/lib/redmine_custom_workflows/patches/controllers/users_controller_patch.rb +++ b/lib/redmine_custom_workflows/patches/controllers/users_controller_patch.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/lib/redmine_custom_workflows/patches/controllers/versions_controller_patch.rb b/lib/redmine_custom_workflows/patches/controllers/versions_controller_patch.rb index a6abcb1..90db4bc 100644 --- a/lib/redmine_custom_workflows/patches/controllers/versions_controller_patch.rb +++ b/lib/redmine_custom_workflows/patches/controllers/versions_controller_patch.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/lib/redmine_custom_workflows/patches/controllers/wiki_controller_patch.rb b/lib/redmine_custom_workflows/patches/controllers/wiki_controller_patch.rb index b013632..e78d5fa 100644 --- a/lib/redmine_custom_workflows/patches/controllers/wiki_controller_patch.rb +++ b/lib/redmine_custom_workflows/patches/controllers/wiki_controller_patch.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/lib/redmine_custom_workflows/patches/helpers/projects_helper_patch.rb b/lib/redmine_custom_workflows/patches/helpers/projects_helper_patch.rb index 0b116d1..314ccf8 100644 --- a/lib/redmine_custom_workflows/patches/helpers/projects_helper_patch.rb +++ b/lib/redmine_custom_workflows/patches/helpers/projects_helper_patch.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/lib/redmine_custom_workflows/patches/models/attachment_patch.rb b/lib/redmine_custom_workflows/patches/models/attachment_patch.rb index 6b07292..fc513e1 100644 --- a/lib/redmine_custom_workflows/patches/models/attachment_patch.rb +++ b/lib/redmine_custom_workflows/patches/models/attachment_patch.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/lib/redmine_custom_workflows/patches/models/group_patch.rb b/lib/redmine_custom_workflows/patches/models/group_patch.rb index 8eec8c6..bc37a31 100644 --- a/lib/redmine_custom_workflows/patches/models/group_patch.rb +++ b/lib/redmine_custom_workflows/patches/models/group_patch.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/lib/redmine_custom_workflows/patches/models/issue_patch.rb b/lib/redmine_custom_workflows/patches/models/issue_patch.rb index 1cf6992..3b0c9cb 100644 --- a/lib/redmine_custom_workflows/patches/models/issue_patch.rb +++ b/lib/redmine_custom_workflows/patches/models/issue_patch.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/lib/redmine_custom_workflows/patches/models/issue_relation_patch.rb b/lib/redmine_custom_workflows/patches/models/issue_relation_patch.rb index b3fd8ce..8fb2e01 100644 --- a/lib/redmine_custom_workflows/patches/models/issue_relation_patch.rb +++ b/lib/redmine_custom_workflows/patches/models/issue_relation_patch.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/lib/redmine_custom_workflows/patches/models/member_patch.rb b/lib/redmine_custom_workflows/patches/models/member_patch.rb index 011430e..db28e3d 100644 --- a/lib/redmine_custom_workflows/patches/models/member_patch.rb +++ b/lib/redmine_custom_workflows/patches/models/member_patch.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/lib/redmine_custom_workflows/patches/models/project_patch.rb b/lib/redmine_custom_workflows/patches/models/project_patch.rb index 1a7c858..dccd44c 100644 --- a/lib/redmine_custom_workflows/patches/models/project_patch.rb +++ b/lib/redmine_custom_workflows/patches/models/project_patch.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/lib/redmine_custom_workflows/patches/models/time_entry_patch.rb b/lib/redmine_custom_workflows/patches/models/time_entry_patch.rb index 7ca271e..f5a3782 100644 --- a/lib/redmine_custom_workflows/patches/models/time_entry_patch.rb +++ b/lib/redmine_custom_workflows/patches/models/time_entry_patch.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/lib/redmine_custom_workflows/patches/models/user_patch.rb b/lib/redmine_custom_workflows/patches/models/user_patch.rb index fbe545c..5f270ae 100644 --- a/lib/redmine_custom_workflows/patches/models/user_patch.rb +++ b/lib/redmine_custom_workflows/patches/models/user_patch.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/lib/redmine_custom_workflows/patches/models/version_patch.rb b/lib/redmine_custom_workflows/patches/models/version_patch.rb index 441c491..4fc4b40 100644 --- a/lib/redmine_custom_workflows/patches/models/version_patch.rb +++ b/lib/redmine_custom_workflows/patches/models/version_patch.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/lib/redmine_custom_workflows/patches/models/wiki_content_patch.rb b/lib/redmine_custom_workflows/patches/models/wiki_content_patch.rb index ae1c286..7f3a6e2 100644 --- a/lib/redmine_custom_workflows/patches/models/wiki_content_patch.rb +++ b/lib/redmine_custom_workflows/patches/models/wiki_content_patch.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/lib/redmine_custom_workflows/patches/models/wiki_page_patch.rb b/lib/redmine_custom_workflows/patches/models/wiki_page_patch.rb index 6eb0472..cca27c5 100644 --- a/lib/redmine_custom_workflows/patches/models/wiki_page_patch.rb +++ b/lib/redmine_custom_workflows/patches/models/wiki_page_patch.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/test/functional/attachments_controller_patch_test.rb b/test/functional/attachments_controller_patch_test.rb index eaf6c11..3a2ef38 100644 --- a/test/functional/attachments_controller_patch_test.rb +++ b/test/functional/attachments_controller_patch_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2019-23 Karel Pičman +# Karel Pičman # # 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/test/functional/custom_workflows_controller_test.rb b/test/functional/custom_workflows_controller_test.rb index c26e05e..6f858ce 100644 --- a/test/functional/custom_workflows_controller_test.rb +++ b/test/functional/custom_workflows_controller_test.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/test/functional/groups_controller_patch_test.rb b/test/functional/groups_controller_patch_test.rb index 8fc4d3b..dada643 100644 --- a/test/functional/groups_controller_patch_test.rb +++ b/test/functional/groups_controller_patch_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2019-23 Karel Pičman +# Karel Pičman # # 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/test/functional/issue_relations_controller_patch_test.rb b/test/functional/issue_relations_controller_patch_test.rb index b74c817..f1d7d5b 100644 --- a/test/functional/issue_relations_controller_patch_test.rb +++ b/test/functional/issue_relations_controller_patch_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2019-23 Karel Pičman +# Karel Pičman # # 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/test/functional/issues_controller_patch_test.rb b/test/functional/issues_controller_patch_test.rb index 3fe8216..82d1e18 100644 --- a/test/functional/issues_controller_patch_test.rb +++ b/test/functional/issues_controller_patch_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2019-23 Karel Pičman +# Karel Pičman # # 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/test/functional/members_controller_patch_test.rb b/test/functional/members_controller_patch_test.rb index cd964ff..ddff29c 100644 --- a/test/functional/members_controller_patch_test.rb +++ b/test/functional/members_controller_patch_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2019-23 Karel Pičman +# Karel Pičman # # 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/test/functional/projects_controller_patch_test.rb b/test/functional/projects_controller_patch_test.rb index 74c703e..35e232d 100644 --- a/test/functional/projects_controller_patch_test.rb +++ b/test/functional/projects_controller_patch_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2019-23 Karel Pičman +# Karel Pičman # # 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/test/functional/timelog_controller_patch_test.rb b/test/functional/timelog_controller_patch_test.rb index 123c9d1..ba34d81 100644 --- a/test/functional/timelog_controller_patch_test.rb +++ b/test/functional/timelog_controller_patch_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2019-23 Karel Pičman +# Karel Pičman # # 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/test/functional/users_controller_patch_test.rb b/test/functional/users_controller_patch_test.rb index 3d3a7d0..b6a06ba 100644 --- a/test/functional/users_controller_patch_test.rb +++ b/test/functional/users_controller_patch_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2019-23 Karel Pičman +# Karel Pičman # # 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/test/functional/versions_controller_patch_test.rb b/test/functional/versions_controller_patch_test.rb index b533ef4..097c484 100644 --- a/test/functional/versions_controller_patch_test.rb +++ b/test/functional/versions_controller_patch_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2019-23 Karel Pičman +# Karel Pičman # # 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/test/functional/wiki_controller_patch_test.rb b/test/functional/wiki_controller_patch_test.rb index 4b3cebe..f58b25d 100644 --- a/test/functional/wiki_controller_patch_test.rb +++ b/test/functional/wiki_controller_patch_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2019-23 Karel Pičman +# Karel Pičman # # 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/test/test_case.rb b/test/test_case.rb index d4cecb7..1ae2839 100644 --- a/test/test_case.rb +++ b/test/test_case.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/test/test_helper.rb b/test/test_helper.rb index bb1b352..6c8fdf1 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/test/unit/attachment_patch_test.rb b/test/unit/attachment_patch_test.rb index c20eb90..2b10693 100644 --- a/test/unit/attachment_patch_test.rb +++ b/test/unit/attachment_patch_test.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/test/unit/custom_workflow_mailer_test.rb b/test/unit/custom_workflow_mailer_test.rb index 027d780..d932381 100644 --- a/test/unit/custom_workflow_mailer_test.rb +++ b/test/unit/custom_workflow_mailer_test.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/test/unit/custom_workflow_test.rb b/test/unit/custom_workflow_test.rb index 92a8fec..9402aa6 100644 --- a/test/unit/custom_workflow_test.rb +++ b/test/unit/custom_workflow_test.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/test/unit/group_patch_test.rb b/test/unit/group_patch_test.rb index 9d3724c..d322f54 100644 --- a/test/unit/group_patch_test.rb +++ b/test/unit/group_patch_test.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/test/unit/issue_patch_test.rb b/test/unit/issue_patch_test.rb index 9395a27..09b65f4 100644 --- a/test/unit/issue_patch_test.rb +++ b/test/unit/issue_patch_test.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/test/unit/issue_relation_patch_test.rb b/test/unit/issue_relation_patch_test.rb index fb7d99c..6872b1d 100644 --- a/test/unit/issue_relation_patch_test.rb +++ b/test/unit/issue_relation_patch_test.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/test/unit/member_patch_test.rb b/test/unit/member_patch_test.rb index 61173af..545ceab 100644 --- a/test/unit/member_patch_test.rb +++ b/test/unit/member_patch_test.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/test/unit/project_patch_test.rb b/test/unit/project_patch_test.rb index 45e450c..0ec63cf 100644 --- a/test/unit/project_patch_test.rb +++ b/test/unit/project_patch_test.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/test/unit/time_entry_patch_test.rb b/test/unit/time_entry_patch_test.rb index dc44e58..009db07 100644 --- a/test/unit/time_entry_patch_test.rb +++ b/test/unit/time_entry_patch_test.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/test/unit/user_patch_test.rb b/test/unit/user_patch_test.rb index afd48ef..b4d349b 100644 --- a/test/unit/user_patch_test.rb +++ b/test/unit/user_patch_test.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/test/unit/version_patch_test.rb b/test/unit/version_patch_test.rb index 45c19ac..bb2f530 100644 --- a/test/unit/version_patch_test.rb +++ b/test/unit/version_patch_test.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/test/unit/wiki_content_patch_test.rb b/test/unit/wiki_content_patch_test.rb index 9d4af8c..c5dddd7 100644 --- a/test/unit/wiki_content_patch_test.rb +++ b/test/unit/wiki_content_patch_test.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/test/unit/wiki_page_patch_test.rb b/test/unit/wiki_page_patch_test.rb index 5afcec1..30d1063 100644 --- a/test/unit/wiki_page_patch_test.rb +++ b/test/unit/wiki_page_patch_test.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # 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/test/unit_test.rb b/test/unit_test.rb index 05d8aef..3b65823 100644 --- a/test/unit_test.rb +++ b/test/unit_test.rb @@ -2,8 +2,7 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2015-19 Anton Argirov -# Copyright © 2019-23 Karel Pičman +# Anton Argirov, Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License