diff --git a/.travis.yml b/.travis.yml index 2d9331c..7ee9e10 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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 545dbcb..895f32a 100644 --- a/Gemfile +++ b/Gemfile @@ -2,8 +2,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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 d8cf7d4..da04633 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/README.md b/README.md index 9397b78..e3bd389 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Custom Workflows plug-in ======================== -The current version of Redmine CustomWorkflows is **1.0.1** [![Build Status](https://api.travis-ci.org/anteo/redmine_custom_workflows.png)](https://travis-ci.org/anteo/redmine_custom_workflows) +The current version of Redmine CustomWorkflows is **1.0.2** [![Build Status](https://api.travis-ci.org/anteo/redmine_custom_workflows.png)](https://travis-ci.org/anteo/redmine_custom_workflows) This plug-in provides a great functionality for those who is familiar with the Ruby language. It allows to customize workflow by defining own rules for issues processing. It's possible: @@ -125,6 +125,4 @@ Do not forget to check whether issue is just created. Here we create the new iss Compatibility ------------- -This plug-in is compatible with Redmine 4.x.x - - +This plug-in is compatible with Redmine 4. \ No newline at end of file diff --git a/after_init.rb b/after_init.rb index 969bed5..30d36dc 100644 --- a/after_init.rb +++ b/after_init.rb @@ -3,8 +3,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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 a628baf..1b80870 100644 --- a/app/controllers/custom_workflows_controller.rb +++ b/app/controllers/custom_workflows_controller.rb @@ -3,8 +3,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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 0ee17e1..5ab98d6 100644 --- a/app/models/custom_workflow.rb +++ b/app/models/custom_workflow.rb @@ -3,8 +3,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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 47457ae..81ac63e 100644 --- a/app/models/custom_workflow_mailer.rb +++ b/app/models/custom_workflow_mailer.rb @@ -3,8 +3,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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 b565bd1..ffe3c7d 100644 --- a/app/views/custom_workflow_mailer/custom_email.html.erb +++ b/app/views/custom_workflow_mailer/custom_email.html.erb @@ -3,8 +3,8 @@ # # Redmine plugin for Custom Workflows # - # Copyright Anton Argirov - # Copyright Karel Pičman + # Copyright © 2015-19 Anton Argirov + # Copyright © 2019-20 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 8bde1f4..7dc53e5 100644 --- a/app/views/custom_workflow_mailer/custom_email.text.erb +++ b/app/views/custom_workflow_mailer/custom_email.text.erb @@ -3,8 +3,8 @@ # # Redmine plugin for Custom Workflows # - # Copyright Anton Argirov - # Copyright Karel Pičman + # Copyright © 2015-19 Anton Argirov + # Copyright © 2019-20 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/javascripts/tab_override.js b/assets/javascripts/tab_override.js index 1171c76..9b9e7c5 100644 --- a/assets/javascripts/tab_override.js +++ b/assets/javascripts/tab_override.js @@ -2,8 +2,8 @@ * * Redmine plugin for Custom Workflows * -* Copyright Anton Argirov -* Copyright Karel Pičman +* Copyright © 2015-19 Anton Argirov +* Copyright © 2019-20 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 1e923ae..c775d3d 100644 --- a/assets/stylesheets/custom_workflows.css +++ b/assets/stylesheets/custom_workflows.css @@ -1,8 +1,8 @@ /* * Redmine plugin for Document Management System "Features" * -* Copyright Anton Argirov -* Copyright Karel Pičman +* Copyright © 2015-19 Anton Argirov +* Copyright © 2019-20 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 2e99f08..d96f948 100644 --- a/config/locales/cs.yml +++ b/config/locales/cs.yml @@ -2,8 +2,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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 f5605a7..ce880a5 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -2,8 +2,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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 2b3b4f6..ceb140b 100644 --- a/config/locales/pt-BR.yml +++ b/config/locales/pt-BR.yml @@ -2,8 +2,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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/ru.yml b/config/locales/ru.yml index 5c3db51..27d2153 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -2,8 +2,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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 f153eaf..45fbd01 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -3,8 +3,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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 a848f8a..0f56db8 100644 --- a/db/migrate/20110915084858_create_custom_workflows.rb +++ b/db/migrate/20110915084858_create_custom_workflows.rb @@ -2,8 +2,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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 64485a7..cf9d5c7 100644 --- a/db/migrate/20120601054047_alter_custom_workflows.rb +++ b/db/migrate/20120601054047_alter_custom_workflows.rb @@ -2,8 +2,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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 7de3f83..6f26976 100644 --- a/db/migrate/20120601054557_create_custom_workflows_projects.rb +++ b/db/migrate/20120601054557_create_custom_workflows_projects.rb @@ -2,8 +2,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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 353161e..dca7e15 100644 --- a/db/migrate/20120628060102_change_custom_workflows_description_type.rb +++ b/db/migrate/20120628060102_change_custom_workflows_description_type.rb @@ -2,8 +2,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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 67edc24..fbca71b 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,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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 3449906..ae27a38 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,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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 e99c253..ba3f61e 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,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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 67983eb..0791298 100644 --- a/db/migrate/20150522134437_set_position_field_nullable.rb +++ b/db/migrate/20150522134437_set_position_field_nullable.rb @@ -2,8 +2,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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 0fb22a8..957d706 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 @@ -2,8 +2,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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 0d7051b..0e19795 100644 --- a/db/migrate/20150526132244_create_example_workflow.rb +++ b/db/migrate/20150526132244_create_example_workflow.rb @@ -2,8 +2,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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 8d74e48..be326d8 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,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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 cccbf73..9c34935 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,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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 05a182a..83f307d 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,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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 c595d8b..9a82b14 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,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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 3a16be8..0b7d797 100644 --- a/init.rb +++ b/init.rb @@ -3,8 +3,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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 f1a2688..c69786e 100644 --- a/lib/redmine_custom_workflows.rb +++ b/lib/redmine_custom_workflows.rb @@ -3,8 +3,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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 0ac4105..5a3804b 100644 --- a/lib/redmine_custom_workflows/errors/workflow_error.rb +++ b/lib/redmine_custom_workflows/errors/workflow_error.rb @@ -3,8 +3,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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/hooks.rb b/lib/redmine_custom_workflows/hooks/hooks.rb index 8c4dd9b..302c5a5 100644 --- a/lib/redmine_custom_workflows/hooks/hooks.rb +++ b/lib/redmine_custom_workflows/hooks/hooks.rb @@ -3,8 +3,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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/attachment_patch.rb b/lib/redmine_custom_workflows/patches/attachment_patch.rb index a899e88..af99732 100644 --- a/lib/redmine_custom_workflows/patches/attachment_patch.rb +++ b/lib/redmine_custom_workflows/patches/attachment_patch.rb @@ -3,8 +3,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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/group_patch.rb b/lib/redmine_custom_workflows/patches/group_patch.rb index 879adfa..85e2ddf 100644 --- a/lib/redmine_custom_workflows/patches/group_patch.rb +++ b/lib/redmine_custom_workflows/patches/group_patch.rb @@ -3,8 +3,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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/issue_patch.rb b/lib/redmine_custom_workflows/patches/issue_patch.rb index 4ddf416..f9474a9 100644 --- a/lib/redmine_custom_workflows/patches/issue_patch.rb +++ b/lib/redmine_custom_workflows/patches/issue_patch.rb @@ -3,8 +3,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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/mailer_patch.rb b/lib/redmine_custom_workflows/patches/mailer_patch.rb index 62e93d2..01687f0 100644 --- a/lib/redmine_custom_workflows/patches/mailer_patch.rb +++ b/lib/redmine_custom_workflows/patches/mailer_patch.rb @@ -3,8 +3,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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/project_patch.rb b/lib/redmine_custom_workflows/patches/project_patch.rb index fccdd19..5d0f7f1 100644 --- a/lib/redmine_custom_workflows/patches/project_patch.rb +++ b/lib/redmine_custom_workflows/patches/project_patch.rb @@ -3,8 +3,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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/projects_helper_patch.rb b/lib/redmine_custom_workflows/patches/projects_helper_patch.rb index d274508..d889d46 100644 --- a/lib/redmine_custom_workflows/patches/projects_helper_patch.rb +++ b/lib/redmine_custom_workflows/patches/projects_helper_patch.rb @@ -3,8 +3,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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/time_entry_patch.rb b/lib/redmine_custom_workflows/patches/time_entry_patch.rb index 295ed95..5e20411 100644 --- a/lib/redmine_custom_workflows/patches/time_entry_patch.rb +++ b/lib/redmine_custom_workflows/patches/time_entry_patch.rb @@ -3,8 +3,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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/user_patch.rb b/lib/redmine_custom_workflows/patches/user_patch.rb index c08901d..b6bfc85 100644 --- a/lib/redmine_custom_workflows/patches/user_patch.rb +++ b/lib/redmine_custom_workflows/patches/user_patch.rb @@ -3,8 +3,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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/version_patch.rb b/lib/redmine_custom_workflows/patches/version_patch.rb index a196afe..1a828d2 100644 --- a/lib/redmine_custom_workflows/patches/version_patch.rb +++ b/lib/redmine_custom_workflows/patches/version_patch.rb @@ -3,8 +3,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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/wiki_content_patch.rb b/lib/redmine_custom_workflows/patches/wiki_content_patch.rb index ffc1539..68d4455 100644 --- a/lib/redmine_custom_workflows/patches/wiki_content_patch.rb +++ b/lib/redmine_custom_workflows/patches/wiki_content_patch.rb @@ -3,8 +3,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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/wiki_page_patch.rb b/lib/redmine_custom_workflows/patches/wiki_page_patch.rb index 3acbc3e..6fce9ba 100644 --- a/lib/redmine_custom_workflows/patches/wiki_page_patch.rb +++ b/lib/redmine_custom_workflows/patches/wiki_page_patch.rb @@ -3,8 +3,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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/test/test_case.rb b/lib/redmine_custom_workflows/test/test_case.rb index 60c926d..43a98d8 100644 --- a/lib/redmine_custom_workflows/test/test_case.rb +++ b/lib/redmine_custom_workflows/test/test_case.rb @@ -3,8 +3,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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/test/unit_test.rb b/lib/redmine_custom_workflows/test/unit_test.rb index feddf31..cc91b97 100644 --- a/lib/redmine_custom_workflows/test/unit_test.rb +++ b/lib/redmine_custom_workflows/test/unit_test.rb @@ -3,8 +3,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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/ci/redmine_install.sh b/test/ci/redmine_install.sh index 0ffa5d5..3786b2f 100644 --- a/test/ci/redmine_install.sh +++ b/test/ci/redmine_install.sh @@ -3,8 +3,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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 74f8c75..6a52655 100644 --- a/test/functional/custom_workflows_controller_test.rb +++ b/test/functional/custom_workflows_controller_test.rb @@ -3,8 +3,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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 c26fb3f..b890c76 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -3,8 +3,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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 fbc5cb4..1741fe7 100644 --- a/test/unit/custom_workflow_mailer_test.rb +++ b/test/unit/custom_workflow_mailer_test.rb @@ -3,8 +3,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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 f970118..4e3ab0c 100644 --- a/test/unit/custom_workflow_test.rb +++ b/test/unit/custom_workflow_test.rb @@ -3,8 +3,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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 ce23f22..d67b5f2 100644 --- a/test/unit_test.rb +++ b/test/unit_test.rb @@ -3,8 +3,8 @@ # # Redmine plugin for Custom Workflows # -# Copyright Anton Argirov -# Copyright Karel Pičman +# Copyright © 2015-19 Anton Argirov +# Copyright © 2019-20 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