Browse Source

Update copyright year in source files to 2020 (#33069).


git-svn-id: http://svn.redmine.org/redmine/trunk@19553 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.2.0
Go MAEDA 4 years ago
parent
commit
907e0173e4
100 changed files with 99 additions and 99 deletions
  1. 1
    1
      app/controllers/account_controller.rb
  2. 1
    1
      app/controllers/activities_controller.rb
  3. 1
    1
      app/controllers/admin_controller.rb
  4. 1
    1
      app/controllers/application_controller.rb
  5. 1
    1
      app/controllers/attachments_controller.rb
  6. 1
    1
      app/controllers/auth_sources_controller.rb
  7. 1
    1
      app/controllers/auto_completes_controller.rb
  8. 1
    1
      app/controllers/boards_controller.rb
  9. 1
    1
      app/controllers/calendars_controller.rb
  10. 1
    1
      app/controllers/comments_controller.rb
  11. 1
    1
      app/controllers/context_menus_controller.rb
  12. 1
    1
      app/controllers/custom_field_enumerations_controller.rb
  13. 1
    1
      app/controllers/custom_fields_controller.rb
  14. 1
    1
      app/controllers/documents_controller.rb
  15. 1
    1
      app/controllers/email_addresses_controller.rb
  16. 1
    1
      app/controllers/enumerations_controller.rb
  17. 1
    1
      app/controllers/files_controller.rb
  18. 1
    1
      app/controllers/gantts_controller.rb
  19. 1
    1
      app/controllers/groups_controller.rb
  20. 1
    1
      app/controllers/imports_controller.rb
  21. 1
    1
      app/controllers/issue_categories_controller.rb
  22. 1
    1
      app/controllers/issue_relations_controller.rb
  23. 1
    1
      app/controllers/issue_statuses_controller.rb
  24. 1
    1
      app/controllers/issues_controller.rb
  25. 1
    1
      app/controllers/journals_controller.rb
  26. 1
    1
      app/controllers/mail_handler_controller.rb
  27. 1
    1
      app/controllers/members_controller.rb
  28. 1
    1
      app/controllers/messages_controller.rb
  29. 1
    1
      app/controllers/my_controller.rb
  30. 1
    1
      app/controllers/news_controller.rb
  31. 1
    1
      app/controllers/previews_controller.rb
  32. 1
    1
      app/controllers/principal_memberships_controller.rb
  33. 1
    1
      app/controllers/project_enumerations_controller.rb
  34. 1
    1
      app/controllers/projects_controller.rb
  35. 1
    1
      app/controllers/queries_controller.rb
  36. 1
    1
      app/controllers/reports_controller.rb
  37. 1
    1
      app/controllers/repositories_controller.rb
  38. 1
    1
      app/controllers/roles_controller.rb
  39. 1
    1
      app/controllers/search_controller.rb
  40. 1
    1
      app/controllers/settings_controller.rb
  41. 1
    1
      app/controllers/sys_controller.rb
  42. 1
    1
      app/controllers/timelog_controller.rb
  43. 1
    1
      app/controllers/trackers_controller.rb
  44. 1
    1
      app/controllers/users_controller.rb
  45. 1
    1
      app/controllers/versions_controller.rb
  46. 1
    1
      app/controllers/watchers_controller.rb
  47. 1
    1
      app/controllers/welcome_controller.rb
  48. 1
    1
      app/controllers/wiki_controller.rb
  49. 1
    1
      app/controllers/wikis_controller.rb
  50. 1
    1
      app/controllers/workflows_controller.rb
  51. 1
    1
      app/helpers/account_helper.rb
  52. 1
    1
      app/helpers/activities_helper.rb
  53. 1
    1
      app/helpers/admin_helper.rb
  54. 1
    1
      app/helpers/application_helper.rb
  55. 1
    1
      app/helpers/attachments_helper.rb
  56. 1
    1
      app/helpers/auth_sources_helper.rb
  57. 1
    1
      app/helpers/avatars_helper.rb
  58. 1
    1
      app/helpers/boards_helper.rb
  59. 1
    1
      app/helpers/calendars_helper.rb
  60. 1
    1
      app/helpers/context_menus_helper.rb
  61. 1
    1
      app/helpers/custom_fields_helper.rb
  62. 1
    1
      app/helpers/documents_helper.rb
  63. 1
    1
      app/helpers/email_addresses_helper.rb
  64. 1
    1
      app/helpers/enumerations_helper.rb
  65. 1
    1
      app/helpers/gantt_helper.rb
  66. 1
    1
      app/helpers/groups_helper.rb
  67. 1
    1
      app/helpers/imports_helper.rb
  68. 1
    1
      app/helpers/issue_categories_helper.rb
  69. 1
    1
      app/helpers/issue_relations_helper.rb
  70. 1
    1
      app/helpers/issue_statuses_helper.rb
  71. 1
    1
      app/helpers/issues_helper.rb
  72. 1
    1
      app/helpers/journals_helper.rb
  73. 1
    1
      app/helpers/mail_handler_helper.rb
  74. 1
    1
      app/helpers/members_helper.rb
  75. 1
    1
      app/helpers/messages_helper.rb
  76. 1
    1
      app/helpers/my_helper.rb
  77. 1
    1
      app/helpers/news_helper.rb
  78. 1
    1
      app/helpers/principal_memberships_helper.rb
  79. 1
    1
      app/helpers/projects_helper.rb
  80. 1
    1
      app/helpers/projects_queries_helper.rb
  81. 1
    1
      app/helpers/queries_helper.rb
  82. 1
    1
      app/helpers/reports_helper.rb
  83. 1
    1
      app/helpers/repositories_helper.rb
  84. 1
    1
      app/helpers/roles_helper.rb
  85. 1
    1
      app/helpers/routes_helper.rb
  86. 1
    1
      app/helpers/search_helper.rb
  87. 1
    1
      app/helpers/settings_helper.rb
  88. 1
    1
      app/helpers/timelog_helper.rb
  89. 1
    1
      app/helpers/trackers_helper.rb
  90. 1
    1
      app/helpers/users_helper.rb
  91. 1
    1
      app/helpers/versions_helper.rb
  92. 1
    1
      app/helpers/watchers_helper.rb
  93. 1
    1
      app/helpers/welcome_helper.rb
  94. 1
    1
      app/helpers/wiki_helper.rb
  95. 1
    1
      app/helpers/workflows_helper.rb
  96. 1
    1
      app/models/attachment.rb
  97. 1
    1
      app/models/auth_source.rb
  98. 1
    1
      app/models/auth_source_ldap.rb
  99. 1
    1
      app/models/board.rb
  100. 0
    0
      app/models/change.rb

+ 1
- 1
app/controllers/account_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/activities_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/admin_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/application_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/attachments_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/auth_sources_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/auto_completes_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/boards_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/calendars_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/comments_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/context_menus_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/custom_field_enumerations_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/custom_fields_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/documents_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/email_addresses_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/enumerations_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/files_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/gantts_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/groups_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/imports_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/issue_categories_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/issue_relations_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/issue_statuses_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/issues_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/journals_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/mail_handler_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/members_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/messages_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/my_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/news_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/previews_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/principal_memberships_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/project_enumerations_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/projects_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/queries_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/reports_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/repositories_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/roles_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/search_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/settings_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/sys_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/timelog_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/trackers_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/users_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/versions_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/watchers_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/welcome_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/wiki_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/wikis_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/controllers/workflows_controller.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/helpers/account_helper.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/helpers/activities_helper.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/helpers/admin_helper.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/helpers/application_helper.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/helpers/attachments_helper.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/helpers/auth_sources_helper.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/helpers/avatars_helper.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/helpers/boards_helper.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/helpers/calendars_helper.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/helpers/context_menus_helper.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/helpers/custom_fields_helper.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/helpers/documents_helper.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/helpers/email_addresses_helper.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/helpers/enumerations_helper.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/helpers/gantt_helper.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/helpers/groups_helper.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/helpers/imports_helper.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/helpers/issue_categories_helper.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/helpers/issue_relations_helper.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/helpers/issue_statuses_helper.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/helpers/issues_helper.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/helpers/journals_helper.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/helpers/mail_handler_helper.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/helpers/members_helper.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/helpers/messages_helper.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/helpers/my_helper.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/helpers/news_helper.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/helpers/principal_memberships_helper.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/helpers/projects_helper.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/helpers/projects_queries_helper.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2017 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/helpers/queries_helper.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/helpers/reports_helper.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/helpers/repositories_helper.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/helpers/roles_helper.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/helpers/routes_helper.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/helpers/search_helper.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/helpers/settings_helper.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/helpers/timelog_helper.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/helpers/trackers_helper.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/helpers/users_helper.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/helpers/versions_helper.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/helpers/watchers_helper.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/helpers/welcome_helper.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/helpers/wiki_helper.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/helpers/workflows_helper.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/models/attachment.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/models/auth_source.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/models/auth_source_ldap.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 1
- 1
app/models/board.rb View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Redmine - project management software
# Copyright (C) 2006-2019 Jean-Philippe Lang
# Copyright (C) 2006-2020 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

+ 0
- 0
app/models/change.rb View File


Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save