diff options
author | Slávek Banko <[email protected]> | 2021-03-10 21:01:58 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-03-10 21:01:58 +0100 |
commit | 65daee6fc5ecb10a261903df5c0af5867b5c7725 (patch) | |
tree | af3f5abf2411d137fe471dc3cdf05e2cd3d2659e | |
parent | 3a906a9232bc2b13e1cf55bcb0816122d1d2d89b (diff) | |
download | website-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.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ function doFooter(){ echo(' <!--end content-->'); date_default_timezone_set('UTC'); #else the interpreter whines - echo(' <P ID="copyright">© 2011-' . date('Y') . ' Trinity Desktop Project'); + echo(' <P ID="copyright">© 2010-' . date('Y') . ' Trinity Desktop Project'); ?> </DIV> |