diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-01-29 22:45:39 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-01-29 22:45:39 +0000 |
commit | 35cc911192e01883f4284d30aabc203239454f72 (patch) | |
tree | dce0eaa5f663a8cba0029acdb6178d5ec91d91a4 /app/views/layouts | |
parent | a711cbb44e7c277c0c4506e9b98abb9fe934db39 (diff) | |
download | redmine-35cc911192e01883f4284d30aabc203239454f72.tar.gz redmine-35cc911192e01883f4284d30aabc203239454f72.zip |
update copyright year (#15977)
Contributed by Daniel Felix.
git-svn-id: http://svn.redmine.org/redmine/trunk@12736 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/layouts')
-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 fe31c0816..99ad13ff1 100644 --- a/app/views/layouts/base.html.erb +++ b/app/views/layouts/base.html.erb @@ -70,7 +70,7 @@ <div id="footer"> <div class="bgl"><div class="bgr"> - Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url %> © 2006-2013 Jean-Philippe Lang + Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url %> © 2006-2014 Jean-Philippe Lang </div></div> </div> </div> |