summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-06-30 13:15:24 +0400
committerAndrew Dolgov <[email protected]>2010-06-30 13:15:24 +0400
commit51d2d404b82593a8311e99bfc901e9f7cd12f6da (patch)
tree864bfa42b31804bbe7e6ad7ac6b4ac1ef8119d1e
parent6cb89bc6d84ac6ea7a1c2985bbd53fd3bb17d782 (diff)
copyright: always show current year
-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); ?>