Author: rjung Date: Sat Jan 2 21:09:36 2010 New Revision: 895289 URL: http://svn.apache.org/viewvc?rev=895289&view=rev Log: Update copyright year for TC 5.5.x.
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/jk/jkstatus/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=895289&r1=895288&r2=895289&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/NOTICE (original) +++ tomcat/tc5.5.x/trunk/NOTICE Sat Jan 2 21:09:36 2010 @@ -1,5 +1,5 @@ Apache Tomcat -Copyright 1999-2009 The Apache Software Foundation +Copyright 1999-2010 The Apache Software Foundation This product includes software developed by The Apache Software Foundation (http://www.apache.org/). @@ -18,4 +18,4 @@ Java compilation software for JSP pages is provided by Eclipse, which is open source software. The original software and related information is available at -http://www.eclipse.org/. \ No newline at end of file +http://www.eclipse.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=895289&r1=895288&r2=895289&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/build/build.xml (original) +++ tomcat/tc5.5.x/trunk/build/build.xml Sat Jan 2 21:09:36 2010 @@ -37,7 +37,7 @@ <!-- Project Properties --> <property name="name" value="Apache Tomcat" /> - <property name="year" value="2009" /> + <property name="year" value="2010" /> <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=895289&r1=895288&r2=895289&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/build/resources/build.xml (original) +++ tomcat/tc5.5.x/trunk/build/resources/build.xml Sat Jan 2 21:09:36 2010 @@ -36,7 +36,7 @@ <!-- Project Properties --> <property name="name" value="Apache Tomcat" /> - <property name="year" value="2009" /> + <property name="year" value="2010" /> <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=895289&r1=895288&r2=895289&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/build/tomcat.nsi (original) +++ tomcat/tc5.5.x/trunk/build/tomcat.nsi Sat Jan 2 21:09:36 2010 @@ -27,7 +27,7 @@ ;Product information VIAddVersionKey ProductName "Apache Tomcat" VIAddVersionKey CompanyName "Apache Software Foundation" - VIAddVersionKey LegalCopyright "Copyright (c) 1999-2009 The Apache Software Foundation" + VIAddVersionKey LegalCopyright "Copyright (c) 1999-2010 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=895289&r1=895288&r2=895289&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/connectors/build.xml (original) +++ tomcat/tc5.5.x/trunk/connectors/build.xml Sat Jan 2 21:09:36 2010 @@ -140,7 +140,7 @@ version="true" windowtitle="Tomcat Connector Documentation" doctitle="Tomcat Connector" - bottom="Copyright &#169; 2003-2009 Apache Software Foundation. All Rights Reserved."> + bottom="Copyright &#169; 2003-2010 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=895289&r1=895288&r2=895289&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/connectors/coyote/build.xml (original) +++ tomcat/tc5.5.x/trunk/connectors/coyote/build.xml Sat Jan 2 21:09:36 2010 @@ -367,7 +367,7 @@ version="true" doctitle="<h1>${component.title}</h1>" windowtitle="${component.title} (Version ${component.version})" - bottom="Copyright (c) 2001 - Apache Software Foundation"> + bottom="Copyright (c) 2001-2010 - 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=895289&r1=895288&r2=895289&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/connectors/http11/build.xml (original) +++ tomcat/tc5.5.x/trunk/connectors/http11/build.xml Sat Jan 2 21:09:36 2010 @@ -171,7 +171,7 @@ version="true" doctitle="<h1>${component.title}</h1>" windowtitle="${component.title} (Version ${component.version})" - bottom="Copyright (c) 2001 - Apache Software Foundation"> + bottom="Copyright (c) 2001-2010 - 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=895289&r1=895288&r2=895289&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/connectors/jk/build.xml (original) +++ tomcat/tc5.5.x/trunk/connectors/jk/build.xml Sat Jan 2 21:09:36 2010 @@ -444,7 +444,7 @@ version="true" windowtitle="Jk Connector Documentation" doctitle="Jk Connector" - bottom="Copyright &#169; 2001-2009 Apache Software Foundation. All Rights Reserved." + bottom="Copyright &#169; 2001-2010 Apache Software Foundation. All Rights Reserved." /> </target> Modified: tomcat/tc5.5.x/trunk/connectors/jk/jkstatus/build.xml URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/connectors/jk/jkstatus/build.xml?rev=895289&r1=895288&r2=895289&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/connectors/jk/jkstatus/build.xml (original) +++ tomcat/tc5.5.x/trunk/connectors/jk/jkstatus/build.xml Sat Jan 2 21:09:36 2010 @@ -122,7 +122,7 @@ version="true" windowtitle="Jk Status Internal API Documentation" doctitle="Jk Status API" - bottom="Copyright &#169; 2000-2009 Apache Software Foundation. All Rights Reserved." + bottom="Copyright &#169; 2000-2010 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=895289&r1=895288&r2=895289&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/connectors/jni/build.xml (original) +++ tomcat/tc5.5.x/trunk/connectors/jni/build.xml Sat Jan 2 21:09:36 2010 @@ -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="2008" /> + <property name="year" value="2010" /> <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-2009 The Apache Software Foundation.<!-- + bottom="Copyright 2002-2010 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=895289&r1=895288&r2=895289&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/connectors/juli/build.xml (original) +++ tomcat/tc5.5.x/trunk/connectors/juli/build.xml Sat Jan 2 21:09:36 2010 @@ -146,7 +146,7 @@ version="true" doctitle="<h1>${component.title}</h1>" windowtitle="${component.title} (Version ${component.version})" - bottom="Copyright (c) 2005 - Apache Software Foundation"> + bottom="Copyright (c) 2005-2010 - Apache Software Foundation"> <classpath refid="compile.classpath"/> </javadoc> </target> @@ -229,4 +229,4 @@ </target> -</project> \ No newline at end of file +</project> 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=895289&r1=895288&r2=895289&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/connectors/util/build.xml (original) +++ tomcat/tc5.5.x/trunk/connectors/util/build.xml Sat Jan 2 21:09:36 2010 @@ -159,7 +159,7 @@ version="true" windowtitle="Tomcat Utilities Documentation" doctitle="Tomcat Utilities" - bottom="Copyright &#169; 2001 Apache Software Foundation. All Rights Reserved."> + bottom="Copyright &#169; 2001-2010 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=895289&r1=895288&r2=895289&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/container/catalina/build.xml (original) +++ tomcat/tc5.5.x/trunk/container/catalina/build.xml Sat Jan 2 21:09:36 2010 @@ -777,7 +777,7 @@ version="true" windowtitle="Tomcat API Documentation" doctitle="Tomcat API" - bottom="Copyright &#169; 2000-2009 Apache Software Foundation. All Rights Reserved." + bottom="Copyright &#169; 2000-2010 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=895289&r1=895288&r2=895289&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/container/modules/cluster/build.xml (original) +++ tomcat/tc5.5.x/trunk/container/modules/cluster/build.xml Sat Jan 2 21:09:36 2010 @@ -134,7 +134,7 @@ version="true" windowtitle="Catalina Internal API Documentation" doctitle="Catalina API" - bottom="Copyright &#169; 2000-2009 Apache Software Foundation. All Rights Reserved." + bottom="Copyright &#169; 2000-2010 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=895289&r1=895288&r2=895289&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/container/modules/groupcom/build.xml (original) +++ tomcat/tc5.5.x/trunk/container/modules/groupcom/build.xml Sat Jan 2 21:09:36 2010 @@ -126,7 +126,7 @@ version="true" windowtitle="Catalina Internal API Documentation" doctitle="Catalina API" - bottom="Copyright &#169; 2000-2009 Apache Software Foundation. All Rights Reserved." + bottom="Copyright &#169; 2000-2010 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=895289&r1=895288&r2=895289&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 Sat Jan 2 21:09:36 2010 @@ -143,7 +143,7 @@ version="true" windowtitle="Tribes API Documentation" doctitle="Tribes API" - bottom="Copyright &#169; 2000-2009 Apache Software Foundation. All Rights Reserved." + bottom="Copyright &#169; 2000-2010 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=895289&r1=895288&r2=895289&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 Sat Jan 2 21:09:36 2010 @@ -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-2009, Apache Software Foundation + Copyright © 1999-2010, 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=895289&r1=895288&r2=895289&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/container/modules/ha/build.xml (original) +++ tomcat/tc5.5.x/trunk/container/modules/ha/build.xml Sat Jan 2 21:09:36 2010 @@ -134,7 +134,7 @@ version="true" windowtitle="Catalina Internal API Documentation" doctitle="Catalina API" - bottom="Copyright &#169; 2000-2009 Apache Software Foundation. All Rights Reserved." + bottom="Copyright &#169; 2000-2010 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=895289&r1=895288&r2=895289&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 Sat Jan 2 21:09:36 2010 @@ -126,7 +126,7 @@ version="true" windowtitle="Catalina Internal StoreConfig API Documentation" doctitle="Catalina StoreConfig API" - bottom="Copyright &#169; 2000-2009 Apache Software Foundation. All Rights Reserved." /> + bottom="Copyright &#169; 2000-2010 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=895289&r1=895288&r2=895289&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/container/modules/storeconfig/build.xml (original) +++ tomcat/tc5.5.x/trunk/container/modules/storeconfig/build.xml Sat Jan 2 21:09:36 2010 @@ -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-2004 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-2010 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=895289&r1=895288&r2=895289&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/container/tester/build.xml (original) +++ tomcat/tc5.5.x/trunk/container/tester/build.xml Sat Jan 2 21:09:36 2010 @@ -139,7 +139,7 @@ version="true" windowtitle="Tester Internal API Documentation" doctitle="Tester Tools and Tests API" - bottom="Copyright &#169; 2000-2009 Apache Software Foundation. All Rights Reserved." + bottom="Copyright &#169; 2000-2010 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=895289&r1=895288&r2=895289&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/container/webapps/ROOT/index.jsp (original) +++ tomcat/tc5.5.x/trunk/container/webapps/ROOT/index.jsp Sat Jan 2 21:09:36 2010 @@ -222,7 +222,7 @@ <p id="footer"><img src="tomcat-power.gif" width="77" height="80" alt="Powered by Tomcat"/><br/> - Copyright © 1999-2009 Apache Software Foundation<br/> + Copyright © 1999-2010 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=895289&r1=895288&r2=895289&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 Sat Jan 2 21:09:36 2010 @@ -184,7 +184,7 @@ <xsl:comment>PAGE FOOTER</xsl:comment> <tr><td colspan="2"> <div align="center"><font color="{$body-link}" size="-1"><em> - Copyright © 1999-2009, Apache Software Foundation + Copyright © 1999-2010, 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=895289&r1=895288&r2=895289&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 Sat Jan 2 21:09:36 2010 @@ -186,7 +186,7 @@ public static final String HTML_TAIL_SECTION = "<hr size=\"1\" noshade=\"noshade\">\n" + "<center><font size=\"-1\" color=\"#525D76\">\n" + - " <em>Copyright © 1999-2009, Apache Software Foundation</em>" + + " <em>Copyright © 1999-2010, 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=895289&r1=895288&r2=895289&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 Sat Jan 2 21:09:36 2010 @@ -182,7 +182,7 @@ public static final String HTML_TAIL_SECTION = "<hr size=\"1\" noshade=\"noshade\">\n" + "<center><font size=\"-1\" color=\"#525D76\">\n" + - " <em>Copyright © 1999-2009, Apache Software Foundation</em>" + + " <em>Copyright © 1999-2010, 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=895289&r1=895288&r2=895289&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/container/webapps/webdav/index.html (original) +++ tomcat/tc5.5.x/trunk/container/webapps/webdav/index.html Sat Jan 2 21:09:36 2010 @@ -84,7 +84,7 @@ <hr> <p align="right"><font size=-1><img src="tomcat-power.gif" width="77" height="80"></font><br> -<font size=-1>Copyright © 1999-2005 Apache Software Foundation</font><br> +<font size=-1>Copyright © 1999-2010 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=895289&r1=895288&r2=895289&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/jasper/build.xml (original) +++ tomcat/tc5.5.x/trunk/jasper/build.xml Sat Jan 2 21:09:36 2010 @@ -206,7 +206,7 @@ version="true" windowtitle="Jasper Internal API Documentation" doctitle="Jasper API" - bottom="Copyright &#169; 2000-2009 Apache Software Foundation. All Rights Reserved." + bottom="Copyright &#169; 2000-2010 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=895289&r1=895288&r2=895289&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/servletapi/jsr152/build.xml (original) +++ tomcat/tc5.5.x/trunk/servletapi/jsr152/build.xml Sat Jan 2 21:09:36 2010 @@ -121,7 +121,7 @@ use="true" windowtitle="JavaServer Pages API Documentation" doctitle="JavaServer Pages API Documentation" - bottom="Copyright &copy; 1999-2002 The Apache Software Foundation. All Rights Reserved."/> + bottom="Copyright &copy; 1999-2010 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=895289&r1=895288&r2=895289&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/servletapi/jsr154/build.xml (original) +++ tomcat/tc5.5.x/trunk/servletapi/jsr154/build.xml Sat Jan 2 21:09:36 2010 @@ -111,7 +111,7 @@ use="true" windowtitle="Servlet API Documentation" doctitle="Servlet API Documentation" - bottom="Copyright &copy; 1999-2002 The Apache Software Foundation. All Rights Reserved."/> + bottom="Copyright &copy; 1999-2010 The Apache Software Foundation. All Rights Reserved."/> </target> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org