diff options
author | Go MAEDA <maeda@farend.jp> | 2020-03-01 02:34:57 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-03-01 02:34:57 +0000 |
commit | 18588ba627776d90ba874dd5bd26711b168e640e (patch) | |
tree | 7af648d1568a75793baab5f303710ceb0cdfa855 | |
parent | 4bed0819d5c185c65f882cb40e97e730f4139e2f (diff) | |
download | redmine-18588ba627776d90ba874dd5bd26711b168e640e.tar.gz redmine-18588ba627776d90ba874dd5bd26711b168e640e.zip |
Update copyright year in the footer to 2020 (#33068).
git-svn-id: http://svn.redmine.org/redmine/trunk@19550 e93f8b46-1217-0410-a6f0-8f06a7374b81
-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 42819c1fb..cbbc76db9 100644 --- a/app/views/layouts/base.html.erb +++ b/app/views/layouts/base.html.erb @@ -117,7 +117,7 @@ </div> </div> <div id="footer"> - Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url %> © 2006-2019 Jean-Philippe Lang + Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url %> © 2006-2020 Jean-Philippe Lang </div> </div> |