diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2024-02-27 20:47:18 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2024-02-27 20:47:18 +0000 |
commit | efaab1da126b519da06854bc9da9a439e4613746 (patch) | |
tree | 5fc3919e3cc4743d74ab9d5337b6c43dc0c0eeb6 /lib/redmine/nested_set/project_nested_set.rb | |
parent | 60715f70fb16dcfff24954322bbd1bef2d7207f0 (diff) | |
download | redmine-efaab1da126b519da06854bc9da9a439e4613746.tar.gz redmine-efaab1da126b519da06854bc9da9a439e4613746.zip |
Merged r22746 from trunk to 5.0-stable (#40043).
git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@22756 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/redmine/nested_set/project_nested_set.rb')
-rw-r--r-- | lib/redmine/nested_set/project_nested_set.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/redmine/nested_set/project_nested_set.rb b/lib/redmine/nested_set/project_nested_set.rb index dc65ba8ba..c3a095888 100644 --- a/lib/redmine/nested_set/project_nested_set.rb +++ b/lib/redmine/nested_set/project_nested_set.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Redmine - project management software -# Copyright (C) 2006-2023 Jean-Philippe Lang +# Copyright (C) 2006- 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 |