Replace copyright year in nsi and html file
authorrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 2 Jan 2010 15:31:04 +0000 (15:31 +0000)
committerrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 2 Jan 2010 15:31:04 +0000 (15:31 +0000)
with the YEAR tag. It will be automatically
updated via our ant version filter.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@895206 13f79535-47bb-0310-9956-ffa450edef68

res/tomcat.nsi
webapps/ROOT/index.html

index 5d6a836..f45e595 100644 (file)
@@ -25,7 +25,7 @@
   ;Product information
   VIAddVersionKey ProductName "Apache Tomcat"
   VIAddVersionKey CompanyName "Apache Software Foundation"
-  VIAddVersionKey LegalCopyright "Copyright (c) 1999-2010 The Apache Software Foundation"
+  VIAddVersionKey LegalCopyright "Copyright (c) 1999-@YEAR@ The Apache Software Foundation"
   VIAddVersionKey FileDescription "Apache Tomcat Installer"
   VIAddVersionKey FileVersion "2.0"
   VIAddVersionKey ProductVersion "@VERSION@"
index 32bb3fd..b2b2ec7 100644 (file)
             <p id="footer"><img src="tomcat-power.gif" width="77" height="80" alt="Powered by Tomcat"/><br/>
            &nbsp;
 
-           Copyright &copy; 1999-2010 Apache Software Foundation<br/>
+           Copyright &copy; 1999-@YEAR@ Apache Software Foundation<br/>
             All Rights Reserved
             </p>
         </td>