summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2021-03-10 21:01:58 +0100
committerSlávek Banko <[email protected]>2021-03-10 21:01:58 +0100
commit65daee6fc5ecb10a261903df5c0af5867b5c7725 (patch)
treeaf3f5abf2411d137fe471dc3cdf05e2cd3d2659e
parent3a906a9232bc2b13e1cf55bcb0816122d1d2d89b (diff)
downloadwebsite-core-65daee6fc5ecb10a261903df5c0af5867b5c7725.tar.gz
website-core-65daee6fc5ecb10a261903df5c0af5867b5c7725.zip
Fix the start year of the project.
Last year we verified that the first release was in 2010. At the same time, in tdelibs, we refer this year as the beginning of the project. Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r--footer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/footer.php b/footer.php
index eea0703..7f9c351 100644
--- a/footer.php
+++ b/footer.php
@@ -6,7 +6,7 @@
function doFooter(){
echo(' <!--end content-->');
date_default_timezone_set('UTC'); #else the interpreter whines
- echo(' <P ID="copyright">&copy; 2011-' . date('Y') . ' Trinity Desktop Project');
+ echo(' <P ID="copyright">&copy; 2010-' . date('Y') . ' Trinity Desktop Project');
?>
</DIV>