diff options
author | Go MAEDA <maeda@farend.jp> | 2021-03-25 07:03:15 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2021-03-25 07:03:15 +0000 |
commit | f4a521bfb655427f6d3b313fb0cc1b44de751a03 (patch) | |
tree | 39e38c24bb2eac6b40cb5420718c88f3c02e0d98 /app | |
parent | 3e36b5c452210da457cb6c16385551414071693f (diff) | |
download | redmine-f4a521bfb655427f6d3b313fb0cc1b44de751a03.tar.gz redmine-f4a521bfb655427f6d3b313fb0cc1b44de751a03.zip |
Update copyright year in the footer to 2021 (#34955).
git-svn-id: http://svn.redmine.org/redmine/trunk@20847 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r-- | app/views/layouts/base.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/base.html.erb b/app/views/layouts/base.html.erb index 50fe17b38..45337ce7e 100644 --- a/app/views/layouts/base.html.erb +++ b/app/views/layouts/base.html.erb @@ -116,7 +116,7 @@ </div> </div> <div id="footer"> - Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url %> © 2006-2020 Jean-Philippe Lang + Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url %> © 2006-2021 Jean-Philippe Lang </div> </div> |