summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--prefs.php2
-rw-r--r--tt-rss.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/prefs.php b/prefs.php
index 8306e622c..f61b16153 100644
--- a/prefs.php
+++ b/prefs.php
@@ -151,7 +151,7 @@
<?php if (!defined('HIDE_VERSION')) { ?>
v<?php echo VERSION ?>
<?php } ?>
- &copy; 2005&ndash;2010 <a href="http://fakecake.org/">Andrew Dolgov</a>
+ &copy; 2005&ndash;<?php echo date('Y') ?> <a href="http://fakecake.org/">Andrew Dolgov</a>
</div>
<?php db_close($link); ?>
diff --git a/tt-rss.php b/tt-rss.php
index 03162dac1..5f63b2e85 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -257,7 +257,7 @@
<?php if (!defined('HIDE_VERSION')) { ?>
v<?php echo VERSION ?>
<?php } ?>
- &copy; 2005&ndash;2010 <a href="http://fakecake.org/">Andrew Dolgov</a>
+ &copy; 2005&ndash;<?php echo date('Y') ?> <a href="http://fakecake.org/">Andrew Dolgov</a>
</div>
<?php db_close($link); ?>