diff options
Diffstat (limited to 'lib/redmine/nested_set')
-rw-r--r-- | lib/redmine/nested_set/issue_nested_set.rb | 2 | ||||
-rw-r--r-- | lib/redmine/nested_set/project_nested_set.rb | 2 | ||||
-rw-r--r-- | lib/redmine/nested_set/traversing.rb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/redmine/nested_set/issue_nested_set.rb b/lib/redmine/nested_set/issue_nested_set.rb index 17fae7f47..77e26c270 100644 --- a/lib/redmine/nested_set/issue_nested_set.rb +++ b/lib/redmine/nested_set/issue_nested_set.rb @@ -1,5 +1,5 @@ # Redmine - project management software -# Copyright (C) 2006-2014 Jean-Philippe Lang +# Copyright (C) 2006-2015 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/redmine/nested_set/project_nested_set.rb b/lib/redmine/nested_set/project_nested_set.rb index 59ed3502f..16e1cdffc 100644 --- a/lib/redmine/nested_set/project_nested_set.rb +++ b/lib/redmine/nested_set/project_nested_set.rb @@ -1,5 +1,5 @@ # Redmine - project management software -# Copyright (C) 2006-2014 Jean-Philippe Lang +# Copyright (C) 2006-2015 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/redmine/nested_set/traversing.rb b/lib/redmine/nested_set/traversing.rb index 5c58f60d6..9683486ae 100644 --- a/lib/redmine/nested_set/traversing.rb +++ b/lib/redmine/nested_set/traversing.rb @@ -1,5 +1,5 @@ # Redmine - project management software -# Copyright (C) 2006-2014 Jean-Philippe Lang +# Copyright (C) 2006-2015 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 |