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 /app/controllers/enumerations_controller.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 'app/controllers/enumerations_controller.rb')
-rw-r--r-- | app/controllers/enumerations_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/enumerations_controller.rb b/app/controllers/enumerations_controller.rb index d5f1ccdbb..664193fa7 100644 --- a/app/controllers/enumerations_controller.rb +++ b/app/controllers/enumerations_controller.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 |