diff --git a/LICENSE.txt b/LICENSE.txt index abeb42880..908fc5f26 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -ROSA ABF is Copyright 2010-2012 ROSA CJSC. +ROSA ABF is Copyright 2010-2013 ROSA CJSC. ROSA CJSC ("ROSA") distributes the ABF source code under the GNU General Public License (GPL), version 2.0 or later. diff --git a/app/views/layouts/menu/_bottom.html.haml b/app/views/layouts/menu/_bottom.html.haml index c2eb2f4c6..58f1b86e8 100644 --- a/app/views/layouts/menu/_bottom.html.haml +++ b/app/views/layouts/menu/_bottom.html.haml @@ -1,7 +1,7 @@ %ul %li = image_tag 'square.png' - = t('bottom_menu.copyright') + = t('bottom_menu.copyright', :year => Date.today.year) %li = image_tag 'square.png' = image_tag 'flag.png', :alt => 'flag' diff --git a/app/views/pages/tos.html.haml b/app/views/pages/tos.html.haml index 46bd71c76..f554d66e4 100644 --- a/app/views/pages/tos.html.haml +++ b/app/views/pages/tos.html.haml @@ -126,7 +126,9 @@ the settlement unconditionally releases ROSA of all liability); and (c) provides to You all reasonable assistance, at Your expense. %li - The look and feel of the Service is copyright ©2012 ROSA CJSC. All rights reserved. + The look and feel of the Service is copyright © + = Date.today.year + ROSA CJSC. All rights reserved. You may not duplicate, copy, or reuse any portion of the HTML/CSS, Javascript, or visual design elements or concepts without express written permission from ROSA. diff --git a/config/locales/menu.en.yml b/config/locales/menu.en.yml index 64d69ec24..deaef29cd 100644 --- a/config/locales/menu.en.yml +++ b/config/locales/menu.en.yml @@ -10,7 +10,7 @@ en: groups: Groups advisories: Advisories bottom_menu: - copyright: ROSA Lab © 2012 + copyright: ROSA Lab © %{year} about: About the company about_url: http://www.rosalab.com/about contacts: Contacts diff --git a/config/locales/menu.ru.yml b/config/locales/menu.ru.yml index a79c8f1b8..cb45bcf4f 100644 --- a/config/locales/menu.ru.yml +++ b/config/locales/menu.ru.yml @@ -10,7 +10,7 @@ ru: groups: Группы advisories: Бюллетени bottom_menu: - copyright: ROSA Лаб. © 2012 + copyright: ROSA Лаб. © %{year} about: О компании about_url: http://www.rosalab.ru/about contacts: Контакты diff --git a/public/404.html b/public/404.html index 27fc51d8d..be293a73e 100644 --- a/public/404.html +++ b/public/404.html @@ -68,9 +68,6 @@