2019 -> 2020

This commit is contained in:
Karel Pičman 2020-01-03 09:23:50 +01:00
parent 17f145af56
commit 7648eda2e6
54 changed files with 107 additions and 109 deletions

View File

@ -2,8 +2,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -2,8 +2,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -1,7 +1,7 @@
GNU GENERAL PUBLIC LICENSE GNU GENERAL PUBLIC LICENSE
Version 2, June 1991 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 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed. of this license document, but changing it is not allowed.

View File

@ -1,7 +1,7 @@
Custom Workflows plug-in 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. 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: 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 Compatibility
------------- -------------
This plug-in is compatible with Redmine 4.x.x This plug-in is compatible with Redmine 4.

View File

@ -3,8 +3,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -3,8 +3,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -3,8 +3,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -3,8 +3,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -3,8 +3,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -3,8 +3,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -2,8 +2,8 @@
* *
* Redmine plugin for Custom Workflows * Redmine plugin for Custom Workflows
* *
* Copyright Anton Argirov * Copyright © 2015-19 Anton Argirov
* Copyright Karel Pičman <karel.picman@kontron.com> * Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License * modify it under the terms of the GNU General Public License

View File

@ -1,8 +1,8 @@
/* /*
* Redmine plugin for Document Management System "Features" * Redmine plugin for Document Management System "Features"
* *
* Copyright Anton Argirov * Copyright © 2015-19 Anton Argirov
* Copyright Karel Pičman <karel.picman@kontron.com> * Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License * modify it under the terms of the GNU General Public License

View File

@ -2,8 +2,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -2,8 +2,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -2,8 +2,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -2,8 +2,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -3,8 +3,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -2,8 +2,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -2,8 +2,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -2,8 +2,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -2,8 +2,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -2,8 +2,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -2,8 +2,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -2,8 +2,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -2,8 +2,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -2,8 +2,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -2,8 +2,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -2,8 +2,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -2,8 +2,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -2,8 +2,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -2,8 +2,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -3,8 +3,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -3,8 +3,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -3,8 +3,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -3,8 +3,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -3,8 +3,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -3,8 +3,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -3,8 +3,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -3,8 +3,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -3,8 +3,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -3,8 +3,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -3,8 +3,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -3,8 +3,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -3,8 +3,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -3,8 +3,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -3,8 +3,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -3,8 +3,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -3,8 +3,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -3,8 +3,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -3,8 +3,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -3,8 +3,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -3,8 +3,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -3,8 +3,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -3,8 +3,8 @@
# #
# Redmine plugin for Custom Workflows # Redmine plugin for Custom Workflows
# #
# Copyright Anton Argirov # Copyright © 2015-19 Anton Argirov
# Copyright Karel Pičman <karel.picman@kontron.com> # Copyright © 2019-20 Karel Pičman <karel.picman@kontron.com>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License