#873: update year in copyright message
This commit is contained in:
parent
4b1d780f26
commit
ffbd4d4f63
|
@ -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.
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -10,7 +10,7 @@ ru:
|
|||
groups: Группы
|
||||
advisories: Бюллетени
|
||||
bottom_menu:
|
||||
copyright: ROSA Лаб. © 2012
|
||||
copyright: ROSA Лаб. © %{year}
|
||||
about: О компании
|
||||
about_url: http://www.rosalab.ru/about
|
||||
contacts: Контакты
|
||||
|
|
|
@ -68,9 +68,6 @@
|
|||
<!--Footer-->
|
||||
<footer>
|
||||
<ul>
|
||||
<li>
|
||||
ROSA Lab. © 2012 <img src="/pics/square.png" alt="_">
|
||||
</li>
|
||||
<li>
|
||||
<img src="/pics/flag.png" alt="rosa"> <img src="/pics/square.png" alt="_">
|
||||
</li>
|
||||
|
|
|
@ -70,9 +70,6 @@
|
|||
<!--Footer-->
|
||||
<footer>
|
||||
<ul>
|
||||
<li>
|
||||
ROSA Lab. © 2012 <img src="/pics/square.png" alt="_">
|
||||
</li>
|
||||
<li>
|
||||
<img src="/pics/flag.png" alt="rosa"> <img src="/pics/square.png" alt="_">
|
||||
</li>
|
||||
|
|
|
@ -30,9 +30,6 @@ We apologize for any inconvenience.</h2>
|
|||
<!--Footer-->
|
||||
<footer>
|
||||
<ul>
|
||||
<li>
|
||||
ROSA Lab. © 2012 <img src="/assets/square.png" alt="_">
|
||||
</li>
|
||||
<li>
|
||||
<img src="/assets/flag.png" alt="rosa"> <img src="/assets/square.png" alt="_">
|
||||
</li>
|
||||
|
|
Loading…
Reference in New Issue