From 5f9c90a87844a440cca72e1212ca4ea9e8778738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Wed, 4 Jan 2023 14:21:33 +0100 Subject: [PATCH] 2022 -> 2023 --- .github/workflows/rubyonrails.yml | 2 +- Gemfile | 2 +- after_init.rb | 2 +- app/controllers/custom_workflows_controller.rb | 2 +- app/models/custom_workflow.rb | 2 +- app/models/custom_workflow_mailer.rb | 2 +- app/views/custom_workflow_mailer/custom_email.html.erb | 2 +- app/views/custom_workflow_mailer/custom_email.text.erb | 2 +- app/views/custom_workflows/_form.html.erb | 2 +- app/views/custom_workflows/edit.html.erb | 2 +- app/views/custom_workflows/index.html.erb | 2 +- app/views/custom_workflows/new.html.erb | 2 +- app/views/projects/settings/_custom_workflow.html.erb | 2 +- assets/stylesheets/custom_workflows.css | 2 +- config/locales/cs.yml | 2 +- config/locales/en.yml | 2 +- config/locales/es.yml | 2 +- config/locales/pt-BR.yml | 2 +- config/routes.rb | 2 +- db/migrate/20110915084858_create_custom_workflows.rb | 2 +- db/migrate/20120601054047_alter_custom_workflows.rb | 2 +- db/migrate/20120601054557_create_custom_workflows_projects.rb | 2 +- .../20120628060102_change_custom_workflows_description_type.rb | 2 +- db/migrate/20120908085222_add_after_save_to_custom_workflows.rb | 2 +- db/migrate/20121005085252_add_is_for_all_to_custom_workflows.rb | 2 +- .../20150522134436_make_after_save_and_before_save_nullable.rb | 2 +- db/migrate/20150522134437_set_position_field_nullable.rb | 2 +- ...50525083345_add_author_and_timestamps_to_custom_workflows.rb | 2 +- db/migrate/20150526132244_create_example_workflow.rb | 2 +- .../20150526134840_add_active_field_to_custom_workflows.rb | 2 +- .../20150619135811_add_observable_field_to_custom_workflows.rb | 2 +- ...19162054_add_additional_script_fields_to_custom_workflows.rb | 2 +- ...22120000_add_before_and_after_destroy_to_custom_workflows.rb | 2 +- init.rb | 2 +- lib/redmine_custom_workflows.rb | 2 +- lib/redmine_custom_workflows/errors/workflow_error.rb | 2 +- lib/redmine_custom_workflows/hooks/views/base_view_hooks.rb | 2 +- .../patches/controllers/attachments_controller_patch.rb | 2 +- .../patches/controllers/groups_controller_patch.rb | 2 +- .../patches/controllers/issue_relations_controller_patch.rb | 2 +- .../patches/controllers/issues_controller_patch.rb | 2 +- .../patches/controllers/projects_controller_patch.rb | 2 +- .../patches/controllers/timelog_controller_patch.rb | 2 +- .../patches/controllers/users_controller_patch.rb | 2 +- .../patches/controllers/versions_controller_patch.rb | 2 +- .../patches/controllers/wiki_controller_patch.rb | 2 +- .../patches/helpers/projects_helper_patch.rb | 2 +- lib/redmine_custom_workflows/patches/models/attachment_patch.rb | 2 +- lib/redmine_custom_workflows/patches/models/group_patch.rb | 2 +- lib/redmine_custom_workflows/patches/models/issue_patch.rb | 2 +- .../patches/models/issue_relation_patch.rb | 2 +- lib/redmine_custom_workflows/patches/models/mailer_patch.rb | 2 +- lib/redmine_custom_workflows/patches/models/project_patch.rb | 2 +- lib/redmine_custom_workflows/patches/models/time_entry_patch.rb | 2 +- lib/redmine_custom_workflows/patches/models/user_patch.rb | 2 +- lib/redmine_custom_workflows/patches/models/version_patch.rb | 2 +- .../patches/models/wiki_content_patch.rb | 2 +- lib/redmine_custom_workflows/patches/models/wiki_page_patch.rb | 2 +- test/functional/attachments_controller_patch_test.rb | 2 +- test/functional/custom_workflows_controller_test.rb | 2 +- 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/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 | 2 +- test/test_helper.rb | 2 +- test/unit/attachment_patch_test.rb | 2 +- test/unit/custom_workflow_mailer_test.rb | 2 +- test/unit/custom_workflow_test.rb | 2 +- test/unit/group_patch_test.rb | 2 +- test/unit/issue_patch_test.rb | 2 +- test/unit/issue_relation_patch_test.rb | 2 +- test/unit/project_patch_test.rb | 2 +- test/unit/time_entry_patch_test.rb | 2 +- test/unit/user_patch_test.rb | 2 +- test/unit/version_patch_test.rb | 2 +- test/unit/wiki_content_patch_test.rb | 2 +- test/unit/wiki_page_patch_test.rb | 2 +- test/unit_test.rb | 2 +- 83 files changed, 83 insertions(+), 83 deletions(-) diff --git a/.github/workflows/rubyonrails.yml b/.github/workflows/rubyonrails.yml index 51913c7..51d641f 100644 --- a/.github/workflows/rubyonrails.yml +++ b/.github/workflows/rubyonrails.yml @@ -1,6 +1,6 @@ # Redmine plugin for Custom Workflows # -# Copyright © 2011-22 Karel Pičman +# Copyright © 2019-23 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 9d6a9ae..1579ef1 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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/after_init.rb b/after_init.rb index 113d897..dd73c2b 100644 --- a/after_init.rb +++ b/after_init.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 37f42dd..1538717 100644 --- a/app/controllers/custom_workflows_controller.rb +++ b/app/controllers/custom_workflows_controller.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 4095f90..232fbf9 100644 --- a/app/models/custom_workflow.rb +++ b/app/models/custom_workflow.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 ac5f4cb..11da81f 100644 --- a/app/models/custom_workflow_mailer.rb +++ b/app/models/custom_workflow_mailer.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 d3aee00..fbe290e 100644 --- a/app/views/custom_workflow_mailer/custom_email.html.erb +++ b/app/views/custom_workflow_mailer/custom_email.html.erb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov - # Copyright © 2019-22 Karel Pičman + # Copyright © 2019-23 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 555df8a..5209ad3 100644 --- a/app/views/custom_workflow_mailer/custom_email.text.erb +++ b/app/views/custom_workflow_mailer/custom_email.text.erb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov - # Copyright © 2019-22 Karel Pičman + # Copyright © 2019-23 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 6f973a0..97ef882 100644 --- a/app/views/custom_workflows/_form.html.erb +++ b/app/views/custom_workflows/_form.html.erb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov - # Copyright © 2019-22 Karel Pičman + # Copyright © 2019-23 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 cca77a7..311bb34 100644 --- a/app/views/custom_workflows/edit.html.erb +++ b/app/views/custom_workflows/edit.html.erb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov - # Copyright © 2019-22 Karel Pičman + # Copyright © 2019-23 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 8566877..07f643f 100644 --- a/app/views/custom_workflows/index.html.erb +++ b/app/views/custom_workflows/index.html.erb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov - # Copyright © 2019-22 Karel Pičman + # Copyright © 2019-23 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 cbc19ba..3bff02e 100644 --- a/app/views/custom_workflows/new.html.erb +++ b/app/views/custom_workflows/new.html.erb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov - # Copyright © 2019-22 Karel Pičman + # Copyright © 2019-23 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 93ea711..6083fe4 100644 --- a/app/views/projects/settings/_custom_workflow.html.erb +++ b/app/views/projects/settings/_custom_workflow.html.erb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov - # Copyright © 2019-22 Karel Pičman + # Copyright © 2019-23 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 3f30507..88af3f2 100644 --- a/assets/stylesheets/custom_workflows.css +++ b/assets/stylesheets/custom_workflows.css @@ -2,7 +2,7 @@ * Redmine plugin for Document Management System "Features" * * Copyright © 2015-19 Anton Argirov -* Copyright © 2019-22 Karel Pičman +* Copyright © 2019-23 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 6a6e9a6..b5a4b4b 100644 --- a/config/locales/cs.yml +++ b/config/locales/cs.yml @@ -3,7 +3,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 f90c077..a5d0169 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -3,7 +3,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 c8339ac..8d6d88e 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -3,7 +3,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 9ef794c..02f8722 100644 --- a/config/locales/pt-BR.yml +++ b/config/locales/pt-BR.yml @@ -3,7 +3,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 51180f8..1edfda0 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 1dadaa5..fe408b0 100644 --- a/db/migrate/20110915084858_create_custom_workflows.rb +++ b/db/migrate/20110915084858_create_custom_workflows.rb @@ -3,7 +3,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 75e289c..0285a1d 100644 --- a/db/migrate/20120601054047_alter_custom_workflows.rb +++ b/db/migrate/20120601054047_alter_custom_workflows.rb @@ -3,7 +3,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 2b65d5a..eab9b2a 100644 --- a/db/migrate/20120601054557_create_custom_workflows_projects.rb +++ b/db/migrate/20120601054557_create_custom_workflows_projects.rb @@ -3,7 +3,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 09355c7..1e4534b 100644 --- a/db/migrate/20120628060102_change_custom_workflows_description_type.rb +++ b/db/migrate/20120628060102_change_custom_workflows_description_type.rb @@ -3,7 +3,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 075c10e..f645280 100644 --- a/db/migrate/20120908085222_add_after_save_to_custom_workflows.rb +++ b/db/migrate/20120908085222_add_after_save_to_custom_workflows.rb @@ -3,7 +3,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 80f4cb8..83078bc 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 @@ -3,7 +3,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 9c80789..a52dc57 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 @@ -3,7 +3,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 f4c11bc..29a90a9 100644 --- a/db/migrate/20150522134437_set_position_field_nullable.rb +++ b/db/migrate/20150522134437_set_position_field_nullable.rb @@ -3,7 +3,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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_and_timestamps_to_custom_workflows.rb b/db/migrate/20150525083345_add_author_and_timestamps_to_custom_workflows.rb index 77f6f66..57dc7ef 100644 --- a/db/migrate/20150525083345_add_author_and_timestamps_to_custom_workflows.rb +++ b/db/migrate/20150525083345_add_author_and_timestamps_to_custom_workflows.rb @@ -3,7 +3,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 817facb..9a9e882 100644 --- a/db/migrate/20150526132244_create_example_workflow.rb +++ b/db/migrate/20150526132244_create_example_workflow.rb @@ -3,7 +3,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 ff16852..bf7c236 100644 --- a/db/migrate/20150526134840_add_active_field_to_custom_workflows.rb +++ b/db/migrate/20150526134840_add_active_field_to_custom_workflows.rb @@ -3,7 +3,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 b58ddda..ce0dac5 100644 --- a/db/migrate/20150619135811_add_observable_field_to_custom_workflows.rb +++ b/db/migrate/20150619135811_add_observable_field_to_custom_workflows.rb @@ -3,7 +3,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 247190a..545d4dd 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 @@ -3,7 +3,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 9964296..ce8d622 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 @@ -3,7 +3,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 15706ac..128b8f1 100644 --- a/init.rb +++ b/init.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 cf571f0..235928f 100644 --- a/lib/redmine_custom_workflows.rb +++ b/lib/redmine_custom_workflows.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 646ce95..a7a64c3 100644 --- a/lib/redmine_custom_workflows/errors/workflow_error.rb +++ b/lib/redmine_custom_workflows/errors/workflow_error.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 be89cff..dad5b91 100644 --- a/lib/redmine_custom_workflows/hooks/views/base_view_hooks.rb +++ b/lib/redmine_custom_workflows/hooks/views/base_view_hooks.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 fb84d94..ad806ec 100644 --- a/lib/redmine_custom_workflows/patches/controllers/attachments_controller_patch.rb +++ b/lib/redmine_custom_workflows/patches/controllers/attachments_controller_patch.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 b60a172..0449424 100644 --- a/lib/redmine_custom_workflows/patches/controllers/groups_controller_patch.rb +++ b/lib/redmine_custom_workflows/patches/controllers/groups_controller_patch.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 a27f61a..6e8fd2c 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 @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 121974a..a928bd5 100644 --- a/lib/redmine_custom_workflows/patches/controllers/issues_controller_patch.rb +++ b/lib/redmine_custom_workflows/patches/controllers/issues_controller_patch.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 9cd01f9..1aa80d9 100644 --- a/lib/redmine_custom_workflows/patches/controllers/projects_controller_patch.rb +++ b/lib/redmine_custom_workflows/patches/controllers/projects_controller_patch.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 a5f83da..da6e05d 100644 --- a/lib/redmine_custom_workflows/patches/controllers/timelog_controller_patch.rb +++ b/lib/redmine_custom_workflows/patches/controllers/timelog_controller_patch.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 09e403e..f27676d 100644 --- a/lib/redmine_custom_workflows/patches/controllers/users_controller_patch.rb +++ b/lib/redmine_custom_workflows/patches/controllers/users_controller_patch.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 8e695cd..77d6f84 100644 --- a/lib/redmine_custom_workflows/patches/controllers/versions_controller_patch.rb +++ b/lib/redmine_custom_workflows/patches/controllers/versions_controller_patch.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 62dea0f..298a675 100644 --- a/lib/redmine_custom_workflows/patches/controllers/wiki_controller_patch.rb +++ b/lib/redmine_custom_workflows/patches/controllers/wiki_controller_patch.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 326db81..8634fff 100644 --- a/lib/redmine_custom_workflows/patches/helpers/projects_helper_patch.rb +++ b/lib/redmine_custom_workflows/patches/helpers/projects_helper_patch.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 1800089..f7eaeb9 100644 --- a/lib/redmine_custom_workflows/patches/models/attachment_patch.rb +++ b/lib/redmine_custom_workflows/patches/models/attachment_patch.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 434940e..91cfd4d 100644 --- a/lib/redmine_custom_workflows/patches/models/group_patch.rb +++ b/lib/redmine_custom_workflows/patches/models/group_patch.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 1351a12..dbff956 100644 --- a/lib/redmine_custom_workflows/patches/models/issue_patch.rb +++ b/lib/redmine_custom_workflows/patches/models/issue_patch.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 062cc44..6566591 100644 --- a/lib/redmine_custom_workflows/patches/models/issue_relation_patch.rb +++ b/lib/redmine_custom_workflows/patches/models/issue_relation_patch.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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/mailer_patch.rb b/lib/redmine_custom_workflows/patches/models/mailer_patch.rb index 32dc5c9..4b7c7c1 100644 --- a/lib/redmine_custom_workflows/patches/models/mailer_patch.rb +++ b/lib/redmine_custom_workflows/patches/models/mailer_patch.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 b08726f..cbdaa9d 100644 --- a/lib/redmine_custom_workflows/patches/models/project_patch.rb +++ b/lib/redmine_custom_workflows/patches/models/project_patch.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 8ebe5a1..8c1089c 100644 --- a/lib/redmine_custom_workflows/patches/models/time_entry_patch.rb +++ b/lib/redmine_custom_workflows/patches/models/time_entry_patch.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 b9bfacd..f03f6d6 100644 --- a/lib/redmine_custom_workflows/patches/models/user_patch.rb +++ b/lib/redmine_custom_workflows/patches/models/user_patch.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 4fcb957..98a6acd 100644 --- a/lib/redmine_custom_workflows/patches/models/version_patch.rb +++ b/lib/redmine_custom_workflows/patches/models/version_patch.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 0c86750..fd547d7 100644 --- a/lib/redmine_custom_workflows/patches/models/wiki_content_patch.rb +++ b/lib/redmine_custom_workflows/patches/models/wiki_content_patch.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 1846dc3..68c5454 100644 --- a/lib/redmine_custom_workflows/patches/models/wiki_page_patch.rb +++ b/lib/redmine_custom_workflows/patches/models/wiki_page_patch.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 da3a76f..9d923b5 100644 --- a/test/functional/attachments_controller_patch_test.rb +++ b/test/functional/attachments_controller_patch_test.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-22 Karel Pičman +# Copyright © 2019-23 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 2e5c94d..4cddb81 100644 --- a/test/functional/custom_workflows_controller_test.rb +++ b/test/functional/custom_workflows_controller_test.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 85eb13b..1f393ab 100644 --- a/test/functional/groups_controller_patch_test.rb +++ b/test/functional/groups_controller_patch_test.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-22 Karel Pičman +# Copyright © 2019-23 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 a6542d8..4543a9a 100644 --- a/test/functional/issue_relations_controller_patch_test.rb +++ b/test/functional/issue_relations_controller_patch_test.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-22 Karel Pičman +# Copyright © 2019-23 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 64b52ca..a330fee 100644 --- a/test/functional/issues_controller_patch_test.rb +++ b/test/functional/issues_controller_patch_test.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-22 Karel Pičman +# Copyright © 2019-23 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 dd6ef7d..01e6db0 100644 --- a/test/functional/projects_controller_patch_test.rb +++ b/test/functional/projects_controller_patch_test.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-22 Karel Pičman +# Copyright © 2019-23 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 70cdd4d..a73660b 100644 --- a/test/functional/timelog_controller_patch_test.rb +++ b/test/functional/timelog_controller_patch_test.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-22 Karel Pičman +# Copyright © 2019-23 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 aabf700..d227db2 100644 --- a/test/functional/users_controller_patch_test.rb +++ b/test/functional/users_controller_patch_test.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-22 Karel Pičman +# Copyright © 2019-23 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 2968f2b..e5c5bed 100644 --- a/test/functional/versions_controller_patch_test.rb +++ b/test/functional/versions_controller_patch_test.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-22 Karel Pičman +# Copyright © 2019-23 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 3af5f88..0212b3b 100644 --- a/test/functional/wiki_controller_patch_test.rb +++ b/test/functional/wiki_controller_patch_test.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-22 Karel Pičman +# Copyright © 2019-23 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 58bf76d..5f24736 100644 --- a/test/test_case.rb +++ b/test/test_case.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 218de2e..74c5e8e 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 ee285dc..7033546 100644 --- a/test/unit/attachment_patch_test.rb +++ b/test/unit/attachment_patch_test.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 9fe3a31..992ad65 100644 --- a/test/unit/custom_workflow_mailer_test.rb +++ b/test/unit/custom_workflow_mailer_test.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 e36681f..f332356 100644 --- a/test/unit/custom_workflow_test.rb +++ b/test/unit/custom_workflow_test.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 71f9dcd..de14f68 100644 --- a/test/unit/group_patch_test.rb +++ b/test/unit/group_patch_test.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 97d1922..ed43269 100644 --- a/test/unit/issue_patch_test.rb +++ b/test/unit/issue_patch_test.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 f5cc522..12e14ad 100644 --- a/test/unit/issue_relation_patch_test.rb +++ b/test/unit/issue_relation_patch_test.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 5c4d546..dfed8b4 100644 --- a/test/unit/project_patch_test.rb +++ b/test/unit/project_patch_test.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 c2d314f..8d42295 100644 --- a/test/unit/time_entry_patch_test.rb +++ b/test/unit/time_entry_patch_test.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 58a7154..1a9a62e 100644 --- a/test/unit/user_patch_test.rb +++ b/test/unit/user_patch_test.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 55aa291..aed5bae 100644 --- a/test/unit/version_patch_test.rb +++ b/test/unit/version_patch_test.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 1e943b2..dc8c920 100644 --- a/test/unit/wiki_content_patch_test.rb +++ b/test/unit/wiki_content_patch_test.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 04e8442..d56f5ea 100644 --- a/test/unit/wiki_page_patch_test.rb +++ b/test/unit/wiki_page_patch_test.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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 dd93824..c44e41e 100644 --- a/test/unit_test.rb +++ b/test/unit_test.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-22 Karel Pičman +# Copyright © 2019-23 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