diff options
Diffstat (limited to 'lib/plugins/acts_as_event/init.rb')
-rw-r--r-- | lib/plugins/acts_as_event/init.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/plugins/acts_as_event/init.rb b/lib/plugins/acts_as_event/init.rb index 2b4feb607..8879113a4 100644 --- a/lib/plugins/acts_as_event/init.rb +++ b/lib/plugins/acts_as_event/init.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 @@ -20,4 +20,4 @@ require_relative 'lib/acts_as_event' Rails.application.reloader.to_prepare do ApplicationRecord.send(:include, Redmine::Acts::Event) -end
\ No newline at end of file +end |