Author: rjung
Date: Tue Jan  3 13:47:18 2012
New Revision: 1226780

URL: http://svn.apache.org/viewvc?rev=1226780&view=rev
Log:
s/2011/2012/g

Modified:
    tomcat/tc5.5.x/trunk/NOTICE
    tomcat/tc5.5.x/trunk/build/build.xml
    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=1226780&r1=1226779&r2=1226780&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/NOTICE (original)
+++ tomcat/tc5.5.x/trunk/NOTICE Tue Jan  3 13:47:18 2012
@@ -1,5 +1,5 @@
 Apache Tomcat
-Copyright 1999-2011 The Apache Software Foundation
+Copyright 1999-2012 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=1226780&r1=1226779&r2=1226780&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/build/build.xml (original)
+++ tomcat/tc5.5.x/trunk/build/build.xml Tue Jan  3 13:47:18 2012
@@ -37,7 +37,7 @@
 
   <!-- Project Properties -->
   <property name="name"                  value="Apache Tomcat" />
-  <property name="year"                  value="2011" />
+  <property name="year"                  value="2012" />
   <property name="version.major"         value="5" />
   <property name="version.minor"         value="5" />
   <property name="version.build"         value="0" />

Modified: tomcat/tc5.5.x/trunk/connectors/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/connectors/build.xml?rev=1226780&r1=1226779&r2=1226780&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/connectors/build.xml (original)
+++ tomcat/tc5.5.x/trunk/connectors/build.xml Tue Jan  3 13:47:18 2012
@@ -140,7 +140,7 @@
       version="true"
       windowtitle="Tomcat Connector Documentation"
       doctitle="Tomcat Connector"
-      bottom="Copyright &amp;#169; 2003-2011 Apache Software Foundation.  All 
Rights Reserved.">
+      bottom="Copyright &amp;#169; 2003-2012 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=1226780&r1=1226779&r2=1226780&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/connectors/coyote/build.xml (original)
+++ tomcat/tc5.5.x/trunk/connectors/coyote/build.xml Tue Jan  3 13:47:18 2012
@@ -363,7 +363,7 @@
                 version="true"
                doctitle="&lt;h1&gt;${component.title}&lt;/h1&gt;"
             windowtitle="${component.title} (Version ${component.version})"
-                 bottom="Copyright (c) 2001-2011 - Apache Software Foundation">
+                 bottom="Copyright (c) 2001-2012 - 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=1226780&r1=1226779&r2=1226780&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/connectors/http11/build.xml (original)
+++ tomcat/tc5.5.x/trunk/connectors/http11/build.xml Tue Jan  3 13:47:18 2012
@@ -171,7 +171,7 @@
                 version="true"
                doctitle="&lt;h1&gt;${component.title}&lt;/h1&gt;"
             windowtitle="${component.title} (Version ${component.version})"
-                 bottom="Copyright (c) 2001-2011 - Apache Software Foundation">
+                 bottom="Copyright (c) 2001-2012 - 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=1226780&r1=1226779&r2=1226780&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/connectors/jk/build.xml (original)
+++ tomcat/tc5.5.x/trunk/connectors/jk/build.xml Tue Jan  3 13:47:18 2012
@@ -436,7 +436,7 @@
                  version="true"
                  windowtitle="Jk Connector Documentation"
                  doctitle="Jk Connector"
-                 bottom="Copyright &amp;#169; 2001-2011 Apache Software 
Foundation.  All Rights Reserved."
+                 bottom="Copyright &amp;#169; 2001-2012 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=1226780&r1=1226779&r2=1226780&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/connectors/jni/build.xml (original)
+++ tomcat/tc5.5.x/trunk/connectors/jni/build.xml Tue Jan  3 13:47:18 2012
@@ -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="2011" />
+    <property name="year"                  value="2012" />
     <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="&lt;h1&gt;${title} (Version ${version})&lt;/h1&gt;"
-            bottom="Copyright 2002-2011 The Apache Software Foundation.&lt;!--
+            bottom="Copyright 2002-2012 The Apache Software Foundation.&lt;!--
 
 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=1226780&r1=1226779&r2=1226780&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/connectors/juli/build.xml (original)
+++ tomcat/tc5.5.x/trunk/connectors/juli/build.xml Tue Jan  3 13:47:18 2012
@@ -146,7 +146,7 @@
                 version="true"
                doctitle="&lt;h1&gt;${component.title}&lt;/h1&gt;"
             windowtitle="${component.title} (Version ${component.version})"
-                 bottom="Copyright (c) 2005-2011 - Apache Software Foundation">
+                 bottom="Copyright (c) 2005-2012 - 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=1226780&r1=1226779&r2=1226780&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/connectors/util/build.xml (original)
+++ tomcat/tc5.5.x/trunk/connectors/util/build.xml Tue Jan  3 13:47:18 2012
@@ -157,7 +157,7 @@
                   version="true"
               windowtitle="Tomcat Utilities Documentation"
                  doctitle="Tomcat Utilities"
-                   bottom="Copyright &amp;#169; 2001-2011 Apache Software 
Foundation.  All Rights Reserved.">
+                   bottom="Copyright &amp;#169; 2001-2012 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=1226780&r1=1226779&r2=1226780&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/catalina/build.xml (original)
+++ tomcat/tc5.5.x/trunk/container/catalina/build.xml Tue Jan  3 13:47:18 2012
@@ -800,7 +800,7 @@
       version="true"
       windowtitle="Tomcat API Documentation"
       doctitle="Tomcat API"
-      bottom="Copyright &amp;#169; 2000-2011 Apache Software Foundation.  All 
Rights Reserved."
+      bottom="Copyright &amp;#169; 2000-2012 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=1226780&r1=1226779&r2=1226780&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/modules/cluster/build.xml (original)
+++ tomcat/tc5.5.x/trunk/container/modules/cluster/build.xml Tue Jan  3 
13:47:18 2012
@@ -134,7 +134,7 @@
       version="true"
       windowtitle="Catalina Internal API Documentation"
       doctitle="Catalina API"
-      bottom="Copyright &amp;#169; 2000-2011 Apache Software Foundation.  All 
Rights Reserved."
+      bottom="Copyright &amp;#169; 2000-2012 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=1226780&r1=1226779&r2=1226780&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/modules/groupcom/build.xml (original)
+++ tomcat/tc5.5.x/trunk/container/modules/groupcom/build.xml Tue Jan  3 
13:47:18 2012
@@ -126,7 +126,7 @@
       version="true"
       windowtitle="Catalina Internal API Documentation"
       doctitle="Catalina API"
-      bottom="Copyright &amp;#169; 2000-2011 Apache Software Foundation.  All 
Rights Reserved."
+      bottom="Copyright &amp;#169; 2000-2012 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=1226780&r1=1226779&r2=1226780&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 Tue Jan  3 
13:47:18 2012
@@ -143,7 +143,7 @@
       version="true"
       windowtitle="Tribes API Documentation"
       doctitle="Tribes API"
-      bottom="Copyright &amp;#169; 2000-2011 Apache Software Foundation.  All 
Rights Reserved."
+      bottom="Copyright &amp;#169; 2000-2012 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=1226780&r1=1226779&r2=1226780&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 Tue Jan 
 3 13:47:18 2012
@@ -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 &#169; 1999-2011, Apache Software Foundation
+        Copyright &#169; 1999-2012, 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=1226780&r1=1226779&r2=1226780&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/modules/ha/build.xml (original)
+++ tomcat/tc5.5.x/trunk/container/modules/ha/build.xml Tue Jan  3 13:47:18 2012
@@ -134,7 +134,7 @@
       version="true"
       windowtitle="Catalina Internal API Documentation"
       doctitle="Catalina API"
-      bottom="Copyright &amp;#169; 2000-2011 Apache Software Foundation.  All 
Rights Reserved."
+      bottom="Copyright &amp;#169; 2000-2012 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=1226780&r1=1226779&r2=1226780&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 Tue Jan  3 
13:47:18 2012
@@ -126,7 +126,7 @@
                    version="true"
                    windowtitle="Catalina Internal StoreConfig API 
Documentation"
                    doctitle="Catalina StoreConfig API"
-                   bottom="Copyright &amp;#169; 2000-2011 Apache Software 
Foundation.  All Rights Reserved." />
+                   bottom="Copyright &amp;#169; 2000-2012 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=1226780&r1=1226779&r2=1226780&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/modules/storeconfig/build.xml (original)
+++ tomcat/tc5.5.x/trunk/container/modules/storeconfig/build.xml Tue Jan  3 
13:47:18 2012
@@ -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 &#169; 2000-2011 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 &#169; 2000-2012 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=1226780&r1=1226779&r2=1226780&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/tester/build.xml (original)
+++ tomcat/tc5.5.x/trunk/container/tester/build.xml Tue Jan  3 13:47:18 2012
@@ -139,7 +139,7 @@
      version="true"
      windowtitle="Tester Internal API Documentation"
      doctitle="Tester Tools and Tests API"
-     bottom="Copyright &amp;#169; 2000-2011 Apache Software Foundation.  All 
Rights Reserved."
+     bottom="Copyright &amp;#169; 2000-2012 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=1226780&r1=1226779&r2=1226780&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/webapps/ROOT/index.jsp (original)
+++ tomcat/tc5.5.x/trunk/container/webapps/ROOT/index.jsp Tue Jan  3 13:47:18 
2012
@@ -221,7 +221,7 @@
             <p id="footer"><img src="tomcat-power.gif" width="77" height="80" 
alt="Powered by Tomcat"/><br/>
            &nbsp;
 
-           Copyright &copy; 1999-2011 Apache Software Foundation<br/>
+           Copyright &copy; 1999-2012 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=1226780&r1=1226779&r2=1226780&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 Tue Jan  3 
13:47:18 2012
@@ -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 &#169; 1999-2011, Apache Software Foundation
+        Copyright &#169; 1999-2012, 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=1226780&r1=1226779&r2=1226780&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
 Tue Jan  3 13:47:18 2012
@@ -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 &copy; 1999-2011, Apache Software Foundation</em>" +
+        " <em>Copyright &copy; 1999-2012, 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=1226780&r1=1226779&r2=1226780&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
 Tue Jan  3 13:47:18 2012
@@ -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 &copy; 1999-2011, Apache Software Foundation</em>" +
+        " <em>Copyright &copy; 1999-2012, 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=1226780&r1=1226779&r2=1226780&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/webapps/webdav/index.html (original)
+++ tomcat/tc5.5.x/trunk/container/webapps/webdav/index.html Tue Jan  3 
13:47:18 2012
@@ -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>
 &nbsp;
-<font size=-1>Copyright &copy; 1999-2011 Apache Software Foundation</font><br>
+<font size=-1>Copyright &copy; 1999-2012 Apache Software Foundation</font><br>
 <font size=-1>All Rights Reserved</font> <br>
 &nbsp;</p>
 <p align="right">&nbsp;</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=1226780&r1=1226779&r2=1226780&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/jasper/build.xml (original)
+++ tomcat/tc5.5.x/trunk/jasper/build.xml Tue Jan  3 13:47:18 2012
@@ -206,7 +206,7 @@
      version="true"
      windowtitle="Jasper Internal API Documentation"
      doctitle="Jasper API"
-     bottom="Copyright &amp;#169; 2000-2011 Apache Software Foundation.  All 
Rights Reserved."
+     bottom="Copyright &amp;#169; 2000-2012 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=1226780&r1=1226779&r2=1226780&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/servletapi/jsr152/build.xml (original)
+++ tomcat/tc5.5.x/trunk/servletapi/jsr152/build.xml Tue Jan  3 13:47:18 2012
@@ -121,7 +121,7 @@
              use="true"
              windowtitle="JavaServer Pages API Documentation"
              doctitle="JavaServer Pages API Documentation"
-             bottom="Copyright &amp;copy; 1999-2011 The Apache Software 
Foundation.  All Rights Reserved."/>
+             bottom="Copyright &amp;copy; 1999-2012 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=1226780&r1=1226779&r2=1226780&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/servletapi/jsr154/build.xml (original)
+++ tomcat/tc5.5.x/trunk/servletapi/jsr154/build.xml Tue Jan  3 13:47:18 2012
@@ -111,7 +111,7 @@
              use="true"
              windowtitle="Servlet API Documentation"
              doctitle="Servlet API Documentation"
-             bottom="Copyright &amp;copy; 1999-2011 The Apache Software 
Foundation.  All Rights Reserved."/>
+             bottom="Copyright &amp;copy; 1999-2012 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

Reply via email to