You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2010/01/02 16:31:04 UTC

svn commit: r895206 - in /tomcat/trunk: res/tomcat.nsi webapps/ROOT/index.html

Author: rjung
Date: Sat Jan  2 15:31:04 2010
New Revision: 895206

URL: http://svn.apache.org/viewvc?rev=895206&view=rev
Log:
Replace copyright year in nsi and html file
with the YEAR tag. It will be automatically
updated via our ant version filter.

Modified:
    tomcat/trunk/res/tomcat.nsi
    tomcat/trunk/webapps/ROOT/index.html

Modified: tomcat/trunk/res/tomcat.nsi
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/tomcat.nsi?rev=895206&r1=895205&r2=895206&view=diff
==============================================================================
--- tomcat/trunk/res/tomcat.nsi (original)
+++ tomcat/trunk/res/tomcat.nsi Sat Jan  2 15:31:04 2010
@@ -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@"

Modified: tomcat/trunk/webapps/ROOT/index.html
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/ROOT/index.html?rev=895206&r1=895205&r2=895206&view=diff
==============================================================================
--- tomcat/trunk/webapps/ROOT/index.html (original)
+++ tomcat/trunk/webapps/ROOT/index.html Sat Jan  2 15:31:04 2010
@@ -201,7 +201,7 @@
             <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>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org