summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--login_form.php2
-rw-r--r--prefs.php2
-rw-r--r--tt-rss.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/login_form.php b/login_form.php
index 6520c29cf..c4d0d8eca 100644
--- a/login_form.php
+++ b/login_form.php
@@ -110,7 +110,7 @@ window.onload = init;
</td>
</tr><tr>
<td align="center" class="loginBottom">
- <a href="http://tt-rss.org/">Tiny Tiny RSS</a> &copy; 2005&ndash;2007 <a href="http://bah.org.ru/">Andrew Dolgov</a>
+ <a href="http://tt-rss.org/">Tiny Tiny RSS</a> &copy; 2005&ndash;2008 <a href="http://bah.org.ru/">Andrew Dolgov</a>
</td>
</tr>
diff --git a/prefs.php b/prefs.php
index 4d76e2742..d328beaf4 100644
--- a/prefs.php
+++ b/prefs.php
@@ -153,7 +153,7 @@ window.onload = init;
?>
</select>
<?php } ?>
- <a href="http://tt-rss.org/">Tiny Tiny RSS</a> v<?php echo VERSION ?> &copy; 2005&ndash;2007 <a href="http://bah.org.ru/">Andrew Dolgov</a>
+ <a href="http://tt-rss.org/">Tiny Tiny RSS</a> v<?php echo VERSION ?> &copy; 2005&ndash;2008 <a href="http://bah.org.ru/">Andrew Dolgov</a>
</div>
<?php db_close($link); ?>
diff --git a/tt-rss.php b/tt-rss.php
index 163686d70..c3c8957e1 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -232,7 +232,7 @@ window.onload = init;
?>
</select>
<?php } ?>
- <a href="http://tt-rss.org/">Tiny Tiny RSS</a> v<?php echo VERSION ?> &copy; 2005&ndash;2007 <a href="http://bah.org.ru/">Andrew Dolgov</a>
+ <a href="http://tt-rss.org/">Tiny Tiny RSS</a> v<?php echo VERSION ?> &copy; 2005&ndash;2008 <a href="http://bah.org.ru/">Andrew Dolgov</a>
</div>
<?php db_close($link); ?>