diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2024-02-27 20:34:13 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2024-02-27 20:34:13 +0000 |
commit | ab17d067a1923868f24db4a82f911e796fce37fa (patch) | |
tree | 6842bec24c5997231bd32b49ddd3c801cfe43693 /lib/redmine/sort_criteria.rb | |
parent | 18cb72230703f922532358d2674c0adc9b2fed79 (diff) | |
download | redmine-ab17d067a1923868f24db4a82f911e796fce37fa.tar.gz redmine-ab17d067a1923868f24db4a82f911e796fce37fa.zip |
Merged r22746 from trunk to 5.1-stable (#40043).
git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@22755 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/redmine/sort_criteria.rb')
-rw-r--r-- | lib/redmine/sort_criteria.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/redmine/sort_criteria.rb b/lib/redmine/sort_criteria.rb index 62a9edd4d..1825197eb 100644 --- a/lib/redmine/sort_criteria.rb +++ b/lib/redmine/sort_criteria.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 |