summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--login_form.php2
-rw-r--r--mobile/classic/index.php9
-rw-r--r--prefs.php2
-rw-r--r--tt-rss.php2
5 files changed, 4 insertions, 13 deletions
diff --git a/README b/README
index 973487f6c..1352f9c70 100644
--- a/README
+++ b/README
@@ -8,7 +8,7 @@ http://tt-rss.org
Licensed under GNU GPL version 2
-Copyright (c) 2005-2009 Andrew Dolgov (unless explicitly stated otherwise).
+Copyright (c) 2005-2010 Andrew Dolgov (unless explicitly stated otherwise).
Requirements
============
diff --git a/login_form.php b/login_form.php
index b22407b80..884a13628 100644
--- a/login_form.php
+++ b/login_form.php
@@ -151,7 +151,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;2009 <a href="http://bah.org.ru/">Andrew Dolgov</a>
+ <a href="http://tt-rss.org/">Tiny Tiny RSS</a> &copy; 2005&ndash;2010 <a href="http://bah.org.ru/">Andrew Dolgov</a>
</td>
</tr>
diff --git a/mobile/classic/index.php b/mobile/classic/index.php
index 260095b26..21f170106 100644
--- a/mobile/classic/index.php
+++ b/mobile/classic/index.php
@@ -114,14 +114,5 @@
?>
</div>
-<?php if (!$go) { ?>
-
-<!-- <div id="footer">
- <a href="http://tt-rss.org/">Tiny-Tiny RSS</a>
- &copy; 2005-2009 Andrew Dolgov
-</div> -->
-
-<?php } ?>
-
</body>
</html>
diff --git a/prefs.php b/prefs.php
index 129e1cf86..cae69a54f 100644
--- a/prefs.php
+++ b/prefs.php
@@ -163,7 +163,7 @@
<?php if (!defined('HIDE_VERSION')) { ?>
v<?php echo VERSION ?>
<?php } ?>
- &copy; 2005&ndash;2009 <a href="http://bah.org.ru/">Andrew Dolgov</a>
+ &copy; 2005&ndash;2010 <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 94f56e1ec..ed4171a9b 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -268,7 +268,7 @@
<?php if (!defined('HIDE_VERSION')) { ?>
v<?php echo VERSION ?>
<?php } ?>
- &copy; 2005&ndash;2009 <a href="http://bah.org.ru/">Andrew Dolgov</a>
+ &copy; 2005&ndash;2010 <a href="http://bah.org.ru/">Andrew Dolgov</a>
</div>
<?php db_close($link); ?>