You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2009/07/17 09:46:37 UTC

svn commit: r794993 - in /tomcat: build/tc5.5.x/ container/tc5.5.x/modules/groupcom/doc/ container/tc5.5.x/webapps/docs/ container/tc5.5.x/webapps/host-manager/WEB-INF/classes/org/apache/catalina/hostmanager/ container/tc5.5.x/webapps/manager/WEB-INF/c...

Author: kkolinko
Date: Fri Jul 17 07:46:37 2009
New Revision: 794993

URL: http://svn.apache.org/viewvc?rev=794993&view=rev
Log:
Fix copyright year and some misprints in the NOTICE file.
Update copyright years in some files.

Modified:
    tomcat/build/tc5.5.x/NOTICE
    tomcat/container/tc5.5.x/modules/groupcom/doc/tomcat-docs.xsl
    tomcat/container/tc5.5.x/webapps/docs/tomcat-docs.xsl
    tomcat/container/tc5.5.x/webapps/host-manager/WEB-INF/classes/org/apache/catalina/hostmanager/Constants.java
    tomcat/container/tc5.5.x/webapps/manager/WEB-INF/classes/org/apache/catalina/manager/Constants.java
    tomcat/container/tc5.5.x/webapps/webdav/index.html

Modified: tomcat/build/tc5.5.x/NOTICE
URL: http://svn.apache.org/viewvc/tomcat/build/tc5.5.x/NOTICE?rev=794993&r1=794992&r2=794993&view=diff
==============================================================================
--- tomcat/build/tc5.5.x/NOTICE (original)
+++ tomcat/build/tc5.5.x/NOTICE Fri Jul 17 07:46:37 2009
@@ -1,5 +1,5 @@
 Apache Tomcat
-Copyright 1999-2007 The Apache Software Foundation
+Copyright 1999-2009 The Apache Software Foundation
 
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).
@@ -7,15 +7,15 @@
 Java Management Extensions (JMX) support is provided by
 the MX4J package, which is open source software.  The
 original software and related information is available
-at http://mx4j.sourceforge.net.
+at http://mx4j.sourceforge.net/.
 
 The Windows Installer is built with the Nullsoft
-Scriptable Install Sysem (NSIS), which is
+Scriptable Install System (NSIS), which is
 open source software.  The original software and
 related information is available at
-http://nsis.sourceforge.net.
+http://nsis.sourceforge.net/.
 
 Java compilation software for JSP pages is provided by Eclipse, 
-which is open source software.  The orginal software and 
-related infomation is available at
-http://www.eclipse.org.
\ No newline at end of file
+which is open source software.  The original software and 
+related information is available at
+http://www.eclipse.org/.
\ No newline at end of file

Modified: tomcat/container/tc5.5.x/modules/groupcom/doc/tomcat-docs.xsl
URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/modules/groupcom/doc/tomcat-docs.xsl?rev=794993&r1=794992&r2=794993&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/modules/groupcom/doc/tomcat-docs.xsl (original)
+++ tomcat/container/tc5.5.x/modules/groupcom/doc/tomcat-docs.xsl Fri Jul 17 07:46:37 2009
@@ -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-2006, Apache Software Foundation
+        Copyright &#169; 1999-2009, Apache Software Foundation
         </em></font></div>
       </td></tr>
 

Modified: tomcat/container/tc5.5.x/webapps/docs/tomcat-docs.xsl
URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/tomcat-docs.xsl?rev=794993&r1=794992&r2=794993&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/tomcat-docs.xsl (original)
+++ tomcat/container/tc5.5.x/webapps/docs/tomcat-docs.xsl Fri Jul 17 07:46:37 2009
@@ -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-2008, Apache Software Foundation
+        Copyright &#169; 1999-2009, Apache Software Foundation
         </em></font></div>
       </td></tr>
 

Modified: tomcat/container/tc5.5.x/webapps/host-manager/WEB-INF/classes/org/apache/catalina/hostmanager/Constants.java
URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/host-manager/WEB-INF/classes/org/apache/catalina/hostmanager/Constants.java?rev=794993&r1=794992&r2=794993&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/webapps/host-manager/WEB-INF/classes/org/apache/catalina/hostmanager/Constants.java (original)
+++ tomcat/container/tc5.5.x/webapps/host-manager/WEB-INF/classes/org/apache/catalina/hostmanager/Constants.java Fri Jul 17 07:46:37 2009
@@ -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 &copy; 1999-2005, Apache Software Foundation</em>" +
+        " <em>Copyright &copy; 1999-2009, Apache Software Foundation</em>" +
         "</font></center>\n" +
         "\n" +
         "</body>\n" +

Modified: tomcat/container/tc5.5.x/webapps/manager/WEB-INF/classes/org/apache/catalina/manager/Constants.java
URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/manager/WEB-INF/classes/org/apache/catalina/manager/Constants.java?rev=794993&r1=794992&r2=794993&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/webapps/manager/WEB-INF/classes/org/apache/catalina/manager/Constants.java (original)
+++ tomcat/container/tc5.5.x/webapps/manager/WEB-INF/classes/org/apache/catalina/manager/Constants.java Fri Jul 17 07:46:37 2009
@@ -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 &copy; 1999-2005, Apache Software Foundation</em>" +
+        " <em>Copyright &copy; 1999-2009, Apache Software Foundation</em>" +
         "</font></center>\n" +
         "\n" +
         "</body>\n" +

Modified: tomcat/container/tc5.5.x/webapps/webdav/index.html
URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/webdav/index.html?rev=794993&r1=794992&r2=794993&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/webapps/webdav/index.html (original)
+++ tomcat/container/tc5.5.x/webapps/webdav/index.html Fri Jul 17 07:46:37 2009
@@ -84,7 +84,7 @@
 <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-2001 Apache Software Foundation</font><br>
+<font size=-1>Copyright &copy; 1999-2005 Apache Software Foundation</font><br>
 <font size=-1>All Rights Reserved</font> <br>
 &nbsp;</p>
 <p align="right">&nbsp;</p>



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