Author: rjung
Date: Mon Jan 3 14:29:09 2011
New Revision: 1054632
URL: http://svn.apache.org/viewvc?rev=1054632&view=rev
Log:
Update copyright year.
Modified:
tomcat/tc5.5.x/trunk/NOTICE
tomcat/tc5.5.x/trunk/build/build.xml
tomcat/tc5.5.x/trunk/build/resources/build.xml
tomcat/tc5.5.x/trunk/build/tomcat.nsi
tomcat/tc5.5.x/trunk/connectors/build.xml
tomcat/tc5.5.x/trunk/connectors/coyote/build.xml
tomcat/tc5.5.x/trunk/connectors/http11/build.xml
tomcat/tc5.5.x/trunk/connectors/jk/build.xml
tomcat/tc5.5.x/trunk/connectors/jni/build.xml
tomcat/tc5.5.x/trunk/connectors/juli/build.xml
tomcat/tc5.5.x/trunk/connectors/util/build.xml
tomcat/tc5.5.x/trunk/container/catalina/build.xml
tomcat/tc5.5.x/trunk/container/modules/cluster/build.xml
tomcat/tc5.5.x/trunk/container/modules/groupcom/build.xml
tomcat/tc5.5.x/trunk/container/modules/groupcom/build/build.xml
tomcat/tc5.5.x/trunk/container/modules/groupcom/doc/tomcat-docs.xsl
tomcat/tc5.5.x/trunk/container/modules/ha/build.xml
tomcat/tc5.5.x/trunk/container/modules/storeconfig-ha/build.xml
tomcat/tc5.5.x/trunk/container/modules/storeconfig/build.xml
tomcat/tc5.5.x/trunk/container/tester/build.xml
tomcat/tc5.5.x/trunk/container/webapps/ROOT/index.jsp
tomcat/tc5.5.x/trunk/container/webapps/docs/tomcat-docs.xsl
tomcat/tc5.5.x/trunk/container/webapps/host-manager/WEB-INF/classes/org/apache/catalina/hostmanager/Constants.java
tomcat/tc5.5.x/trunk/container/webapps/manager/WEB-INF/classes/org/apache/catalina/manager/Constants.java
tomcat/tc5.5.x/trunk/container/webapps/webdav/index.html
tomcat/tc5.5.x/trunk/jasper/build.xml
tomcat/tc5.5.x/trunk/servletapi/jsr152/build.xml
tomcat/tc5.5.x/trunk/servletapi/jsr154/build.xml
Modified: tomcat/tc5.5.x/trunk/NOTICE
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/NOTICE?rev=1054632&r1=1054631&r2=1054632&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/NOTICE (original)
+++ tomcat/tc5.5.x/trunk/NOTICE Mon Jan 3 14:29:09 2011
@@ -1,5 +1,5 @@
Apache Tomcat
-Copyright 1999-2010 The Apache Software Foundation
+Copyright 1999-2011 The Apache Software Foundation
This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).
Modified: tomcat/tc5.5.x/trunk/build/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/build/build.xml?rev=1054632&r1=1054631&r2=1054632&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/build/build.xml (original)
+++ tomcat/tc5.5.x/trunk/build/build.xml Mon Jan 3 14:29:09 2011
@@ -37,7 +37,7 @@
<!-- Project Properties -->
<property name="name" value="Apache Tomcat" />
- <property name="year" value="2010" />
+ <property name="year" value="2011" />
<property name="version.major" value="5" />
<property name="version.minor" value="5" />
<property name="version.build" value="0" />
Modified: tomcat/tc5.5.x/trunk/build/resources/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/build/resources/build.xml?rev=1054632&r1=1054631&r2=1054632&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/build/resources/build.xml (original)
+++ tomcat/tc5.5.x/trunk/build/resources/build.xml Mon Jan 3 14:29:09 2011
@@ -36,7 +36,7 @@
<!-- Project Properties -->
<property name="name" value="Apache Tomcat" />
- <property name="year" value="2010" />
+ <property name="year" value="2011" />
<property name="version" value="5.5" />
<property name="project" value="apache-tomcat" />
<property name="final.name" value="${project}-${version}" />
Modified: tomcat/tc5.5.x/trunk/build/tomcat.nsi
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/build/tomcat.nsi?rev=1054632&r1=1054631&r2=1054632&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/build/tomcat.nsi (original)
+++ tomcat/tc5.5.x/trunk/build/tomcat.nsi Mon Jan 3 14:29:09 2011
@@ -27,7 +27,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-2011 The Apache Software
Foundation"
VIAddVersionKey FileDescription "Apache Tomcat Installer"
VIAddVersionKey FileVersion "2.0"
VIAddVersionKey ProductVersion "@VERSION@"
Modified: tomcat/tc5.5.x/trunk/connectors/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/connectors/build.xml?rev=1054632&r1=1054631&r2=1054632&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/connectors/build.xml (original)
+++ tomcat/tc5.5.x/trunk/connectors/build.xml Mon Jan 3 14:29:09 2011
@@ -140,7 +140,7 @@
version="true"
windowtitle="Tomcat Connector Documentation"
doctitle="Tomcat Connector"
- bottom="Copyright &#169; 2003-2010 Apache Software Foundation. All
Rights Reserved.">
+ bottom="Copyright &#169; 2003-2011 Apache Software Foundation. All
Rights Reserved.">
<fileset dir="util/java" includes="**/*.java"/>
<fileset dir="coyote/src/java" includes="**/*.java">
Modified: tomcat/tc5.5.x/trunk/connectors/coyote/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/connectors/coyote/build.xml?rev=1054632&r1=1054631&r2=1054632&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/connectors/coyote/build.xml (original)
+++ tomcat/tc5.5.x/trunk/connectors/coyote/build.xml Mon Jan 3 14:29:09 2011
@@ -363,7 +363,7 @@
version="true"
doctitle="<h1>${component.title}</h1>"
windowtitle="${component.title} (Version ${component.version})"
- bottom="Copyright (c) 2001-2010 - Apache Software Foundation">
+ bottom="Copyright (c) 2001-2011 - Apache Software Foundation">
<classpath refid="compile.classpath"/>
</javadoc>
</target>
Modified: tomcat/tc5.5.x/trunk/connectors/http11/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/connectors/http11/build.xml?rev=1054632&r1=1054631&r2=1054632&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/connectors/http11/build.xml (original)
+++ tomcat/tc5.5.x/trunk/connectors/http11/build.xml Mon Jan 3 14:29:09 2011
@@ -171,7 +171,7 @@
version="true"
doctitle="<h1>${component.title}</h1>"
windowtitle="${component.title} (Version ${component.version})"
- bottom="Copyright (c) 2001-2010 - Apache Software Foundation">
+ bottom="Copyright (c) 2001-2011 - Apache Software Foundation">
<classpath refid="compile.classpath"/>
</javadoc>
</target>
Modified: tomcat/tc5.5.x/trunk/connectors/jk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/connectors/jk/build.xml?rev=1054632&r1=1054631&r2=1054632&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/connectors/jk/build.xml (original)
+++ tomcat/tc5.5.x/trunk/connectors/jk/build.xml Mon Jan 3 14:29:09 2011
@@ -436,7 +436,7 @@
version="true"
windowtitle="Jk Connector Documentation"
doctitle="Jk Connector"
- bottom="Copyright &#169; 2001-2010 Apache Software
Foundation. All Rights Reserved."
+ bottom="Copyright &#169; 2001-2011 Apache Software
Foundation. All Rights Reserved."
/>
</target>
Modified: tomcat/tc5.5.x/trunk/connectors/jni/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/connectors/jni/build.xml?rev=1054632&r1=1054631&r2=1054632&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/connectors/jni/build.xml (original)
+++ tomcat/tc5.5.x/trunk/connectors/jni/build.xml Mon Jan 3 14:29:09 2011
@@ -32,7 +32,7 @@
<property name="project" value="tomcat-native" />
<property name="name" value="Tomcat Native" />
<property name="title" value="Tomcat Native Library"/>
- <property name="year" value="2010" />
+ <property name="year" value="2011" />
<property name="version.major" value="1" />
<property name="version.minor" value="1" />
<property name="version.build" value="0" />
@@ -88,7 +88,7 @@
packagenames="org.apache.tomcat.*"
windowtitle="${title} (Version ${version})"
doctitle="<h1>${title} (Version ${version})</h1>"
- bottom="Copyright 2002-2010 The Apache Software Foundation.<!--
+ bottom="Copyright 2002-2011 The Apache Software Foundation.<!--
Licensed under the Apache License, Version 2.0 (the 'License');
you may not use this file except in compliance with the License.
Modified: tomcat/tc5.5.x/trunk/connectors/juli/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/connectors/juli/build.xml?rev=1054632&r1=1054631&r2=1054632&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/connectors/juli/build.xml (original)
+++ tomcat/tc5.5.x/trunk/connectors/juli/build.xml Mon Jan 3 14:29:09 2011
@@ -146,7 +146,7 @@
version="true"
doctitle="<h1>${component.title}</h1>"
windowtitle="${component.title} (Version ${component.version})"
- bottom="Copyright (c) 2005-2010 - Apache Software Foundation">
+ bottom="Copyright (c) 2005-2011 - Apache Software Foundation">
<classpath refid="compile.classpath"/>
</javadoc>
</target>
Modified: tomcat/tc5.5.x/trunk/connectors/util/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/connectors/util/build.xml?rev=1054632&r1=1054631&r2=1054632&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/connectors/util/build.xml (original)
+++ tomcat/tc5.5.x/trunk/connectors/util/build.xml Mon Jan 3 14:29:09 2011
@@ -157,7 +157,7 @@
version="true"
windowtitle="Tomcat Utilities Documentation"
doctitle="Tomcat Utilities"
- bottom="Copyright &#169; 2001-2010 Apache Software
Foundation. All Rights Reserved.">
+ bottom="Copyright &#169; 2001-2011 Apache Software
Foundation. All Rights Reserved.">
<classpath refid="compile.classpath"/>
</javadoc>
</target>
Modified: tomcat/tc5.5.x/trunk/container/catalina/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/catalina/build.xml?rev=1054632&r1=1054631&r2=1054632&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/catalina/build.xml (original)
+++ tomcat/tc5.5.x/trunk/container/catalina/build.xml Mon Jan 3 14:29:09 2011
@@ -800,7 +800,7 @@
version="true"
windowtitle="Tomcat API Documentation"
doctitle="Tomcat API"
- bottom="Copyright &#169; 2000-2010 Apache Software Foundation. All
Rights Reserved."
+ bottom="Copyright &#169; 2000-2011 Apache Software Foundation. All
Rights Reserved."
additionalparam="-breakiterator">
<excludepackage name="org.apache.ajp.*" />
<excludepackage name="org.apache.coyote.tomcat3" />
Modified: tomcat/tc5.5.x/trunk/container/modules/cluster/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/modules/cluster/build.xml?rev=1054632&r1=1054631&r2=1054632&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/modules/cluster/build.xml (original)
+++ tomcat/tc5.5.x/trunk/container/modules/cluster/build.xml Mon Jan 3
14:29:09 2011
@@ -134,7 +134,7 @@
version="true"
windowtitle="Catalina Internal API Documentation"
doctitle="Catalina API"
- bottom="Copyright &#169; 2000-2010 Apache Software Foundation. All
Rights Reserved."
+ bottom="Copyright &#169; 2000-2011 Apache Software Foundation. All
Rights Reserved."
/>
</target>
Modified: tomcat/tc5.5.x/trunk/container/modules/groupcom/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/modules/groupcom/build.xml?rev=1054632&r1=1054631&r2=1054632&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/modules/groupcom/build.xml (original)
+++ tomcat/tc5.5.x/trunk/container/modules/groupcom/build.xml Mon Jan 3
14:29:09 2011
@@ -126,7 +126,7 @@
version="true"
windowtitle="Catalina Internal API Documentation"
doctitle="Catalina API"
- bottom="Copyright &#169; 2000-2010 Apache Software Foundation. All
Rights Reserved."
+ bottom="Copyright &#169; 2000-2011 Apache Software Foundation. All
Rights Reserved."
/>
</target>
Modified: tomcat/tc5.5.x/trunk/container/modules/groupcom/build/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/modules/groupcom/build/build.xml?rev=1054632&r1=1054631&r2=1054632&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/modules/groupcom/build/build.xml (original)
+++ tomcat/tc5.5.x/trunk/container/modules/groupcom/build/build.xml Mon Jan 3
14:29:09 2011
@@ -143,7 +143,7 @@
version="true"
windowtitle="Tribes API Documentation"
doctitle="Tribes API"
- bottom="Copyright &#169; 2000-2010 Apache Software Foundation. All
Rights Reserved."
+ bottom="Copyright &#169; 2000-2011 Apache Software Foundation. All
Rights Reserved."
verbose="false">
<classpath refid="tribes.classpath"/>
</javadoc>
Modified: tomcat/tc5.5.x/trunk/container/modules/groupcom/doc/tomcat-docs.xsl
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/modules/groupcom/doc/tomcat-docs.xsl?rev=1054632&r1=1054631&r2=1054632&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/modules/groupcom/doc/tomcat-docs.xsl
(original)
+++ tomcat/tc5.5.x/trunk/container/modules/groupcom/doc/tomcat-docs.xsl Mon Jan
3 14:29:09 2011
@@ -182,7 +182,7 @@
<xsl:comment>PAGE FOOTER</xsl:comment>
<tr><td colspan="2">
<div align="center"><font color="{$body-link}" size="-1"><em>
- Copyright © 1999-2010, Apache Software Foundation
+ Copyright © 1999-2011, Apache Software Foundation
</em></font></div>
</td></tr>
Modified: tomcat/tc5.5.x/trunk/container/modules/ha/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/modules/ha/build.xml?rev=1054632&r1=1054631&r2=1054632&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/modules/ha/build.xml (original)
+++ tomcat/tc5.5.x/trunk/container/modules/ha/build.xml Mon Jan 3 14:29:09 2011
@@ -134,7 +134,7 @@
version="true"
windowtitle="Catalina Internal API Documentation"
doctitle="Catalina API"
- bottom="Copyright &#169; 2000-2010 Apache Software Foundation. All
Rights Reserved."
+ bottom="Copyright &#169; 2000-2011 Apache Software Foundation. All
Rights Reserved."
/>
</target>
Modified: tomcat/tc5.5.x/trunk/container/modules/storeconfig-ha/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/modules/storeconfig-ha/build.xml?rev=1054632&r1=1054631&r2=1054632&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/modules/storeconfig-ha/build.xml (original)
+++ tomcat/tc5.5.x/trunk/container/modules/storeconfig-ha/build.xml Mon Jan 3
14:29:09 2011
@@ -126,7 +126,7 @@
version="true"
windowtitle="Catalina Internal StoreConfig API
Documentation"
doctitle="Catalina StoreConfig API"
- bottom="Copyright &#169; 2000-2010 Apache Software
Foundation. All Rights Reserved." />
+ bottom="Copyright &#169; 2000-2011 Apache Software
Foundation. All Rights Reserved." />
</target>
Modified: tomcat/tc5.5.x/trunk/container/modules/storeconfig/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/modules/storeconfig/build.xml?rev=1054632&r1=1054631&r2=1054632&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/modules/storeconfig/build.xml (original)
+++ tomcat/tc5.5.x/trunk/container/modules/storeconfig/build.xml Mon Jan 3
14:29:09 2011
@@ -118,7 +118,7 @@
<target name="javadoc">
<delete dir="${config.build}/javadoc" />
<mkdir dir="${config.build}/javadoc" />
- <javadoc packagenames="org.apache.catalina.storeconfig.*"
classpathref="config.classpath" sourcepathref="javadoc.sourcepath"
destdir="${config.build}/javadoc" author="true" version="true"
windowtitle="Catalina Internal StoreConfig API Documentation"
doctitle="Catalina StoreConfig API" bottom="Copyright © 2000-2010 Apache
Software Foundation. All Rights Reserved." />
+ <javadoc packagenames="org.apache.catalina.storeconfig.*"
classpathref="config.classpath" sourcepathref="javadoc.sourcepath"
destdir="${config.build}/javadoc" author="true" version="true"
windowtitle="Catalina Internal StoreConfig API Documentation"
doctitle="Catalina StoreConfig API" bottom="Copyright © 2000-2011 Apache
Software Foundation. All Rights Reserved." />
</target>
Modified: tomcat/tc5.5.x/trunk/container/tester/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/tester/build.xml?rev=1054632&r1=1054631&r2=1054632&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/tester/build.xml (original)
+++ tomcat/tc5.5.x/trunk/container/tester/build.xml Mon Jan 3 14:29:09 2011
@@ -139,7 +139,7 @@
version="true"
windowtitle="Tester Internal API Documentation"
doctitle="Tester Tools and Tests API"
- bottom="Copyright &#169; 2000-2010 Apache Software Foundation. All
Rights Reserved."
+ bottom="Copyright &#169; 2000-2011 Apache Software Foundation. All
Rights Reserved."
/>
</target>
Modified: tomcat/tc5.5.x/trunk/container/webapps/ROOT/index.jsp
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/webapps/ROOT/index.jsp?rev=1054632&r1=1054631&r2=1054632&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/webapps/ROOT/index.jsp (original)
+++ tomcat/tc5.5.x/trunk/container/webapps/ROOT/index.jsp Mon Jan 3 14:29:09
2011
@@ -222,7 +222,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 © 1999-2011 Apache Software Foundation<br/>
All Rights Reserved
</p>
</td>
Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/tomcat-docs.xsl
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/webapps/docs/tomcat-docs.xsl?rev=1054632&r1=1054631&r2=1054632&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/webapps/docs/tomcat-docs.xsl (original)
+++ tomcat/tc5.5.x/trunk/container/webapps/docs/tomcat-docs.xsl Mon Jan 3
14:29:09 2011
@@ -158,7 +158,7 @@
<xsl:comment>PAGE FOOTER</xsl:comment>
<tr><td colspan="2">
<div align="center"><font color="{$body-link}" size="-1"><em>
- Copyright © 1999-2010, Apache Software Foundation
+ Copyright © 1999-2011, Apache Software Foundation
</em></font></div>
</td></tr>
Modified:
tomcat/tc5.5.x/trunk/container/webapps/host-manager/WEB-INF/classes/org/apache/catalina/hostmanager/Constants.java
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/webapps/host-manager/WEB-INF/classes/org/apache/catalina/hostmanager/Constants.java?rev=1054632&r1=1054631&r2=1054632&view=diff
==============================================================================
---
tomcat/tc5.5.x/trunk/container/webapps/host-manager/WEB-INF/classes/org/apache/catalina/hostmanager/Constants.java
(original)
+++
tomcat/tc5.5.x/trunk/container/webapps/host-manager/WEB-INF/classes/org/apache/catalina/hostmanager/Constants.java
Mon Jan 3 14:29:09 2011
@@ -186,7 +186,7 @@ public class Constants {
public static final String HTML_TAIL_SECTION =
"<hr size=\"1\" noshade=\"noshade\">\n" +
"<center><font size=\"-1\" color=\"#525D76\">\n" +
- " <em>Copyright © 1999-2010, Apache Software Foundation</em>" +
+ " <em>Copyright © 1999-2011, Apache Software Foundation</em>" +
"</font></center>\n" +
"\n" +
"</body>\n" +
Modified:
tomcat/tc5.5.x/trunk/container/webapps/manager/WEB-INF/classes/org/apache/catalina/manager/Constants.java
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/webapps/manager/WEB-INF/classes/org/apache/catalina/manager/Constants.java?rev=1054632&r1=1054631&r2=1054632&view=diff
==============================================================================
---
tomcat/tc5.5.x/trunk/container/webapps/manager/WEB-INF/classes/org/apache/catalina/manager/Constants.java
(original)
+++
tomcat/tc5.5.x/trunk/container/webapps/manager/WEB-INF/classes/org/apache/catalina/manager/Constants.java
Mon Jan 3 14:29:09 2011
@@ -182,7 +182,7 @@ public class Constants {
public static final String HTML_TAIL_SECTION =
"<hr size=\"1\" noshade=\"noshade\">\n" +
"<center><font size=\"-1\" color=\"#525D76\">\n" +
- " <em>Copyright © 1999-2010, Apache Software Foundation</em>" +
+ " <em>Copyright © 1999-2011, Apache Software Foundation</em>" +
"</font></center>\n" +
"\n" +
"</body>\n" +
Modified: tomcat/tc5.5.x/trunk/container/webapps/webdav/index.html
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/webapps/webdav/index.html?rev=1054632&r1=1054631&r2=1054632&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/webapps/webdav/index.html (original)
+++ tomcat/tc5.5.x/trunk/container/webapps/webdav/index.html Mon Jan 3
14:29:09 2011
@@ -84,7 +84,7 @@ group</a></b></li>
<hr>
<p align="right"><font size=-1><img src="tomcat-power.gif" width="77"
height="80"></font><br>
-<font size=-1>Copyright © 1999-2010 Apache Software Foundation</font><br>
+<font size=-1>Copyright © 1999-2011 Apache Software Foundation</font><br>
<font size=-1>All Rights Reserved</font> <br>
</p>
<p align="right"> </p>
Modified: tomcat/tc5.5.x/trunk/jasper/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/jasper/build.xml?rev=1054632&r1=1054631&r2=1054632&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/jasper/build.xml (original)
+++ tomcat/tc5.5.x/trunk/jasper/build.xml Mon Jan 3 14:29:09 2011
@@ -206,7 +206,7 @@
version="true"
windowtitle="Jasper Internal API Documentation"
doctitle="Jasper API"
- bottom="Copyright &#169; 2000-2010 Apache Software Foundation. All
Rights Reserved."
+ bottom="Copyright &#169; 2000-2011 Apache Software Foundation. All
Rights Reserved."
additionalparam="-breakiterator"
/>
</target>
Modified: tomcat/tc5.5.x/trunk/servletapi/jsr152/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/servletapi/jsr152/build.xml?rev=1054632&r1=1054631&r2=1054632&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/servletapi/jsr152/build.xml (original)
+++ tomcat/tc5.5.x/trunk/servletapi/jsr152/build.xml Mon Jan 3 14:29:09 2011
@@ -121,7 +121,7 @@
use="true"
windowtitle="JavaServer Pages API Documentation"
doctitle="JavaServer Pages API Documentation"
- bottom="Copyright &copy; 1999-2010 The Apache Software
Foundation. All Rights Reserved."/>
+ bottom="Copyright &copy; 1999-2011 The Apache Software
Foundation. All Rights Reserved."/>
</target>
Modified: tomcat/tc5.5.x/trunk/servletapi/jsr154/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/servletapi/jsr154/build.xml?rev=1054632&r1=1054631&r2=1054632&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/servletapi/jsr154/build.xml (original)
+++ tomcat/tc5.5.x/trunk/servletapi/jsr154/build.xml Mon Jan 3 14:29:09 2011
@@ -111,7 +111,7 @@
use="true"
windowtitle="Servlet API Documentation"
doctitle="Servlet API Documentation"
- bottom="Copyright &copy; 1999-2010 The Apache Software
Foundation. All Rights Reserved."/>
+ bottom="Copyright &copy; 1999-2011 The Apache Software
Foundation. All Rights Reserved."/>
</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]