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) 19...@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/>
- Copyright © 1999-2010 Apache Software Foundation<br/>
+ Copyright © 19...@year@ Apache Software Foundation<br/>
All Rights Reserved
</p>
</td>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]