diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-01-11 09:09:50 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-01-11 09:09:50 +0000 |
commit | 000124f44f53df04daae5c6b68c271c41033704e (patch) | |
tree | fc779fa6fd5f215646184d305a9f1c8a10b0102f /app/views/layouts | |
parent | 34b3376b812c748806a9f2e9b659a4da216a54dc (diff) | |
download | redmine-000124f44f53df04daae5c6b68c271c41033704e.tar.gz redmine-000124f44f53df04daae5c6b68c271c41033704e.zip |
Copyright update.
git-svn-id: http://svn.redmine.org/redmine/trunk@13872 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 0524b22a7..778f1d3cd 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-2014 Jean-Philippe Lang + Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url %> © 2006-2015 Jean-Philippe Lang </div></div> </div> </div> |