diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-03-13 10:41:37 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-03-13 10:41:37 +0000 |
commit | b2131b32453ad479b2df561836cff1d816c54f05 (patch) | |
tree | c1286d6fad07de9b9079c6e4e266ee1dd1f6dfd1 /lib/tasks | |
parent | b94db7abd9d411e381158c478eccd46461404f55 (diff) | |
download | redmine-b2131b32453ad479b2df561836cff1d816c54f05.tar.gz redmine-b2131b32453ad479b2df561836cff1d816c54f05.zip |
Merged r15238.
git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@15239 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/tasks')
-rw-r--r-- | lib/tasks/ciphering.rake | 2 | ||||
-rw-r--r-- | lib/tasks/email.rake | 2 | ||||
-rw-r--r-- | lib/tasks/migrate_from_mantis.rake | 2 | ||||
-rw-r--r-- | lib/tasks/migrate_from_trac.rake | 2 | ||||
-rw-r--r-- | lib/tasks/redmine.rake | 2 | ||||
-rw-r--r-- | lib/tasks/reminder.rake | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/lib/tasks/ciphering.rake b/lib/tasks/ciphering.rake index 32b814cef..7c9ef0782 100644 --- a/lib/tasks/ciphering.rake +++ b/lib/tasks/ciphering.rake @@ -1,5 +1,5 @@ # Redmine - project management software -# Copyright (C) 2006-2015 Jean-Philippe Lang +# Copyright (C) 2006-2016 Jean-Philippe Lang # # 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/tasks/email.rake b/lib/tasks/email.rake index 43fa68736..fe6fb92ab 100644 --- a/lib/tasks/email.rake +++ b/lib/tasks/email.rake @@ -1,5 +1,5 @@ # Redmine - project management software -# Copyright (C) 2006-2015 Jean-Philippe Lang +# Copyright (C) 2006-2016 Jean-Philippe Lang # # 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/tasks/migrate_from_mantis.rake b/lib/tasks/migrate_from_mantis.rake index ae38787d5..dba77ef45 100644 --- a/lib/tasks/migrate_from_mantis.rake +++ b/lib/tasks/migrate_from_mantis.rake @@ -1,5 +1,5 @@ # Redmine - project management software -# Copyright (C) 2006-2015 Jean-Philippe Lang +# Copyright (C) 2006-2016 Jean-Philippe Lang # # 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/tasks/migrate_from_trac.rake b/lib/tasks/migrate_from_trac.rake index 3d6c41c7f..955614274 100644 --- a/lib/tasks/migrate_from_trac.rake +++ b/lib/tasks/migrate_from_trac.rake @@ -1,5 +1,5 @@ # Redmine - project management software -# Copyright (C) 2006-2015 Jean-Philippe Lang +# Copyright (C) 2006-2016 Jean-Philippe Lang # # 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/tasks/redmine.rake b/lib/tasks/redmine.rake index 89450c1c2..973e63e29 100644 --- a/lib/tasks/redmine.rake +++ b/lib/tasks/redmine.rake @@ -1,5 +1,5 @@ # Redmine - project management software -# Copyright (C) 2006-2015 Jean-Philippe Lang +# Copyright (C) 2006-2016 Jean-Philippe Lang # # 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/tasks/reminder.rake b/lib/tasks/reminder.rake index 38072978f..7e7ef6c11 100644 --- a/lib/tasks/reminder.rake +++ b/lib/tasks/reminder.rake @@ -1,5 +1,5 @@ # Redmine - project management software -# Copyright (C) 2006-2015 Jean-Philippe Lang +# Copyright (C) 2006-2016 Jean-Philippe Lang # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License |