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 <slavek.banko@axis.cz>
pull/1/head
Slávek Banko 3 years ago
parent 3a906a9232
commit 65daee6fc5
Signed by: SlavekB
GPG Key ID: 608F5293A04BE668

@ -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>

Loading…
Cancel
Save