]> git.wh0rd.org - tt-rss.git/commitdiff
update copyright
authorAndrew Dolgov <fox@bah.spb.su>
Wed, 1 Mar 2006 02:48:28 +0000 (03:48 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Wed, 1 Mar 2006 02:48:28 +0000 (03:48 +0100)
prefs.php
tt-rss.php

index 451e981dc5751bc973e89ef20dd3304dba438447..988367861ea17043ed29e896cd182f016ef9890f 100644 (file)
--- a/prefs.php
+++ b/prefs.php
@@ -131,7 +131,7 @@ window.onload = init;
 <? if (get_pref($link, 'DISPLAY_FOOTER')) { ?>
 <tr>
        <td class="footer" colspan="2">
-               <a href="http://tt-rss.spb.ru/">Tiny-Tiny RSS</a> v<?= VERSION ?> &copy; 2005 Andrew Dolgov
+               <a href="http://tt-rss.spb.ru/">Tiny-Tiny RSS</a> v<?= VERSION ?> &copy; 2005-2006 Andrew Dolgov
                <? if (WEB_DEMO_MODE) { ?>
                <br>Running in demo mode, some functionality is disabled.
                <? } ?>
index cc9f4fc59d4b055dc33b1f376316c155fe7b2290..82ba8a895aaf600e82d58c07c428a88aaee08702 100644 (file)
@@ -284,7 +284,7 @@ window.onload = init;
 <? if (get_pref($link, 'DISPLAY_FOOTER')) { ?>
 <tr>
        <td colspan="2" class="footer" id="mainFooter">
-               <a href="http://tt-rss.spb.ru/">Tiny-Tiny RSS</a> v<?= VERSION ?> &copy; 2005 Andrew Dolgov
+               <a href="http://tt-rss.spb.ru/">Tiny-Tiny RSS</a> v<?= VERSION ?> &copy; 2005-2006 Andrew Dolgov
                <? if (WEB_DEMO_MODE) { ?>
                <br>Running in demo mode, some functionality is disabled.
                <? } ?>