tazweb rev 132
2014
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jan 04 13:40:48 2014 +0000 (2014-01-04) |
parents | 131267d07b58 |
children | 967ea05136b7 |
files | doc/style.css doc/tazweb.en.html doc/tazweb.es.html doc/tazweb.fr.html doc/tazweb.pt.html doc/tazweb.ru.html src/main.c |
line diff
1.1 --- a/doc/style.css Sat Jan 04 08:46:41 2014 +0000 1.2 +++ b/doc/style.css Sat Jan 04 13:40:48 2014 +0000 1.3 @@ -27,3 +27,7 @@ 1.4 padding: 20px; 1.5 border-top: 1px solid #ddd; 1.6 } 1.7 + 1.8 +.year:after { 1.9 + content: "2014"; 1.10 +}
2.1 --- a/doc/tazweb.en.html Sat Jan 04 08:46:41 2014 +0000 2.2 +++ b/doc/tazweb.en.html Sat Jan 04 13:40:48 2014 +0000 2.3 @@ -175,7 +175,7 @@ 2.4 </div> 2.5 2.6 <div id="footer"> 2.7 - Copyright (C) 2014 TazWeb contributors 2.8 + Copyright © <span class="year"></span> TazWeb contributors 2.9 </div> 2.10 2.11 </body>
3.1 --- a/doc/tazweb.es.html Sat Jan 04 08:46:41 2014 +0000 3.2 +++ b/doc/tazweb.es.html Sat Jan 04 13:40:48 2014 +0000 3.3 @@ -189,7 +189,7 @@ 3.4 </div> 3.5 3.6 <div id="footer"> 3.7 - Copyright (C) 2013 TazWeb contributors 3.8 + Copyright © <span class="year"></span> TazWeb contributors 3.9 </div> 3.10 3.11 </body>
4.1 --- a/doc/tazweb.fr.html Sat Jan 04 08:46:41 2014 +0000 4.2 +++ b/doc/tazweb.fr.html Sat Jan 04 13:40:48 2014 +0000 4.3 @@ -73,7 +73,7 @@ 4.4 </div> 4.5 4.6 <div id="footer"> 4.7 - Copyright (C) 2013 SliTaz GNU/Linux 4.8 + Copyright © <span class="year"></span> TazWeb contributors 4.9 </div> 4.10 4.11 </body>
5.1 --- a/doc/tazweb.pt.html Sat Jan 04 08:46:41 2014 +0000 5.2 +++ b/doc/tazweb.pt.html Sat Jan 04 13:40:48 2014 +0000 5.3 @@ -161,7 +161,7 @@ 5.4 </div> 5.5 5.6 <div id="footer"> 5.7 - Copyright (C) 2013 SliTaz GNU/Linux 5.8 + Copyright © <span class="year"></span> TazWeb contributors 5.9 </div> 5.10 5.11 </body>
6.1 --- a/doc/tazweb.ru.html Sat Jan 04 08:46:41 2014 +0000 6.2 +++ b/doc/tazweb.ru.html Sat Jan 04 13:40:48 2014 +0000 6.3 @@ -167,7 +167,7 @@ 6.4 </div> 6.5 6.6 <div id="footer"> 6.7 - Copyright © 2013, разработчики TazWeb 6.8 + Copyright © <span class="year"></span>, разработчики TazWeb 6.9 </div> 6.10 6.11 </body>
7.1 --- a/src/main.c Sat Jan 04 08:46:41 2014 +0000 7.2 +++ b/src/main.c Sat Jan 04 13:40:48 2014 +0000 7.3 @@ -4,7 +4,7 @@ 7.4 * as a contextual menu, but no menu bar or tabs. Commented line code 7.5 * starts with // and comments are between * * 7.6 * 7.7 - * Copyright (C) 2011-2013 SliTaz GNU/Linux - BSD License 7.8 + * Copyright (C) 2011-2014 SliTaz GNU/Linux - BSD License 7.9 * See AUTHORS and LICENSE for detailed information 7.10 * 7.11 */