Remove current year from source file copyright headers and update year in footer to 2024 (#40043).

git-svn-id: https://svn.redmine.org/redmine/trunk@22746 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu
2024-02-26 22:55:54 +00:00
parent d757b4aea7
commit 38d950df55
695 changed files with 709 additions and 709 deletions

View File

@@ -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
@@ -20,4 +20,4 @@
require_relative 'lib/acts_as_event'
Rails.application.reloader.to_prepare do
ApplicationRecord.send(:include, Redmine::Acts::Event)
end
end