diff options
author | Go MAEDA <maeda@farend.jp> | 2022-01-02 05:29:10 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2022-01-02 05:29:10 +0000 |
commit | 3686b77eb60d4f4028977d5c4b1a7c039ee9b0bb (patch) | |
tree | ac817007e0feabc82c4096b6b45e8084bd0a4c1c /test/system | |
parent | 32dfdf186f9147c03c12aace4b26a603ba907b11 (diff) | |
download | redmine-3686b77eb60d4f4028977d5c4b1a7c039ee9b0bb.tar.gz redmine-3686b77eb60d4f4028977d5c4b1a7c039ee9b0bb.zip |
Update copyright year in source files to 2022 (#36379).
git-svn-id: http://svn.redmine.org/redmine/trunk@21342 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/system')
-rw-r--r-- | test/system/copy_to_clipboard_test.rb | 2 | ||||
-rw-r--r-- | test/system/custom_field_enumerations_test.rb | 2 | ||||
-rw-r--r-- | test/system/inline_autocomplete_test.rb | 2 | ||||
-rw-r--r-- | test/system/issues_import_test.rb | 2 | ||||
-rw-r--r-- | test/system/issues_test.rb | 2 | ||||
-rw-r--r-- | test/system/keyboard_shortcuts_test.rb | 2 | ||||
-rw-r--r-- | test/system/my_page_test.rb | 2 | ||||
-rw-r--r-- | test/system/quick_jump_test.rb | 2 | ||||
-rw-r--r-- | test/system/sudo_mode_test.rb | 2 | ||||
-rw-r--r-- | test/system/timelog_test.rb | 2 | ||||
-rw-r--r-- | test/system/versions_test.rb | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/test/system/copy_to_clipboard_test.rb b/test/system/copy_to_clipboard_test.rb index d28dab2ce..7ac6fb475 100644 --- a/test/system/copy_to_clipboard_test.rb +++ b/test/system/copy_to_clipboard_test.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Redmine - project management software -# Copyright (C) 2006-2021 Jean-Philippe Lang +# Copyright (C) 2006-2022 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/test/system/custom_field_enumerations_test.rb b/test/system/custom_field_enumerations_test.rb index b79fbaa56..4235b9ed3 100644 --- a/test/system/custom_field_enumerations_test.rb +++ b/test/system/custom_field_enumerations_test.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Redmine - project management software -# Copyright (C) 2006-2021 Jean-Philippe Lang +# Copyright (C) 2006-2022 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/test/system/inline_autocomplete_test.rb b/test/system/inline_autocomplete_test.rb index 88befd421..9a7d8f787 100644 --- a/test/system/inline_autocomplete_test.rb +++ b/test/system/inline_autocomplete_test.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Redmine - project management software -# Copyright (C) 2006-2021 Jean-Philippe Lang +# Copyright (C) 2006-2022 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/test/system/issues_import_test.rb b/test/system/issues_import_test.rb index 8fe7eba7c..5cc9d9cfb 100644 --- a/test/system/issues_import_test.rb +++ b/test/system/issues_import_test.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Redmine - project management software -# Copyright (C) 2006-2021 Jean-Philippe Lang +# Copyright (C) 2006-2022 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/test/system/issues_test.rb b/test/system/issues_test.rb index f62949d39..4d0486088 100644 --- a/test/system/issues_test.rb +++ b/test/system/issues_test.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Redmine - project management software -# Copyright (C) 2006-2021 Jean-Philippe Lang +# Copyright (C) 2006-2022 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/test/system/keyboard_shortcuts_test.rb b/test/system/keyboard_shortcuts_test.rb index 8c32ac582..0e79d5650 100644 --- a/test/system/keyboard_shortcuts_test.rb +++ b/test/system/keyboard_shortcuts_test.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Redmine - project management software -# Copyright (C) 2006-2021 Jean-Philippe Lang +# Copyright (C) 2006-2022 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/test/system/my_page_test.rb b/test/system/my_page_test.rb index 0febf619b..7b0b61239 100644 --- a/test/system/my_page_test.rb +++ b/test/system/my_page_test.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Redmine - project management software -# Copyright (C) 2006-2021 Jean-Philippe Lang +# Copyright (C) 2006-2022 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/test/system/quick_jump_test.rb b/test/system/quick_jump_test.rb index a477a23ab..4f38328ff 100644 --- a/test/system/quick_jump_test.rb +++ b/test/system/quick_jump_test.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Redmine - project management software -# Copyright (C) 2006-2021 Jean-Philippe Lang +# Copyright (C) 2006-2022 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/test/system/sudo_mode_test.rb b/test/system/sudo_mode_test.rb index b7dfe36ca..ba8c16857 100644 --- a/test/system/sudo_mode_test.rb +++ b/test/system/sudo_mode_test.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Redmine - project management software -# Copyright (C) 2006-2021 Jean-Philippe Lang +# Copyright (C) 2006-2022 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/test/system/timelog_test.rb b/test/system/timelog_test.rb index 3d1579c64..1761d10dc 100644 --- a/test/system/timelog_test.rb +++ b/test/system/timelog_test.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Redmine - project management software -# Copyright (C) 2006-2021 Jean-Philippe Lang +# Copyright (C) 2006-2022 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/test/system/versions_test.rb b/test/system/versions_test.rb index ac6659992..f69cdc18b 100644 --- a/test/system/versions_test.rb +++ b/test/system/versions_test.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Redmine - project management software -# Copyright (C) 2006-2021 Jean-Philippe Lang +# Copyright (C) 2006-2022 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 |