#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.
|
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
|
%ul
|
||||||
%li
|
%li
|
||||||
= image_tag 'square.png'
|
= image_tag 'square.png'
|
||||||
= t('bottom_menu.copyright')
|
= t('bottom_menu.copyright', :year => Date.today.year)
|
||||||
%li
|
%li
|
||||||
= image_tag 'square.png'
|
= image_tag 'square.png'
|
||||||
= image_tag 'flag.png', :alt => 'flag'
|
= image_tag 'flag.png', :alt => 'flag'
|
||||||
|
|
|
@ -126,7 +126,9 @@
|
||||||
the settlement unconditionally releases ROSA of all liability); and (c) provides
|
the settlement unconditionally releases ROSA of all liability); and (c) provides
|
||||||
to You all reasonable assistance, at Your expense.
|
to You all reasonable assistance, at Your expense.
|
||||||
%li
|
%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
|
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.
|
visual design elements or concepts without express written permission from ROSA.
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ en:
|
||||||
groups: Groups
|
groups: Groups
|
||||||
advisories: Advisories
|
advisories: Advisories
|
||||||
bottom_menu:
|
bottom_menu:
|
||||||
copyright: ROSA Lab © 2012
|
copyright: ROSA Lab © %{year}
|
||||||
about: About the company
|
about: About the company
|
||||||
about_url: http://www.rosalab.com/about
|
about_url: http://www.rosalab.com/about
|
||||||
contacts: Contacts
|
contacts: Contacts
|
||||||
|
|
|
@ -10,7 +10,7 @@ ru:
|
||||||
groups: Группы
|
groups: Группы
|
||||||
advisories: Бюллетени
|
advisories: Бюллетени
|
||||||
bottom_menu:
|
bottom_menu:
|
||||||
copyright: ROSA Лаб. © 2012
|
copyright: ROSA Лаб. © %{year}
|
||||||
about: О компании
|
about: О компании
|
||||||
about_url: http://www.rosalab.ru/about
|
about_url: http://www.rosalab.ru/about
|
||||||
contacts: Контакты
|
contacts: Контакты
|
||||||
|
|
|
@ -68,9 +68,6 @@
|
||||||
<!--Footer-->
|
<!--Footer-->
|
||||||
<footer>
|
<footer>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
|
||||||
ROSA Lab. © 2012 <img src="/pics/square.png" alt="_">
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<img src="/pics/flag.png" alt="rosa"> <img src="/pics/square.png" alt="_">
|
<img src="/pics/flag.png" alt="rosa"> <img src="/pics/square.png" alt="_">
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -70,9 +70,6 @@
|
||||||
<!--Footer-->
|
<!--Footer-->
|
||||||
<footer>
|
<footer>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
|
||||||
ROSA Lab. © 2012 <img src="/pics/square.png" alt="_">
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<img src="/pics/flag.png" alt="rosa"> <img src="/pics/square.png" alt="_">
|
<img src="/pics/flag.png" alt="rosa"> <img src="/pics/square.png" alt="_">
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -30,9 +30,6 @@ We apologize for any inconvenience.</h2>
|
||||||
<!--Footer-->
|
<!--Footer-->
|
||||||
<footer>
|
<footer>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
|
||||||
ROSA Lab. © 2012 <img src="/assets/square.png" alt="_">
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<img src="/assets/flag.png" alt="rosa"> <img src="/assets/square.png" alt="_">
|
<img src="/assets/flag.png" alt="rosa"> <img src="/assets/square.png" alt="_">
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in New Issue