You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2009/01/12 16:59:48 UTC

svn commit: r733823 - in /tomcat/connectors/trunk/jk: build.xml jkstatus/build.xml native/common/jk_status.c native/iis/jk_isapi_plugin.c xdocs/style.xsl

Author: rjung
Date: Mon Jan 12 07:59:32 2009
New Revision: 733823

URL: http://svn.apache.org/viewvc?rev=733823&view=rev
Log:
Update copyright year for JK.

Modified:
    tomcat/connectors/trunk/jk/build.xml
    tomcat/connectors/trunk/jk/jkstatus/build.xml
    tomcat/connectors/trunk/jk/native/common/jk_status.c
    tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c
    tomcat/connectors/trunk/jk/xdocs/style.xsl

Modified: tomcat/connectors/trunk/jk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/build.xml?rev=733823&r1=733822&r2=733823&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/build.xml (original)
+++ tomcat/connectors/trunk/jk/build.xml Mon Jan 12 07:59:32 2009
@@ -439,7 +439,7 @@
                  version="true"
                  windowtitle="Jk Connector Documentation"
                  doctitle="Jk Connector"
-                 bottom="Copyright © 2001-2008 Apache Software Foundation.  All Rights Reserved."
+                 bottom="Copyright © 2001-2009 Apache Software Foundation.  All Rights Reserved."
 	/>
     </target>
 

Modified: tomcat/connectors/trunk/jk/jkstatus/build.xml
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/jkstatus/build.xml?rev=733823&r1=733822&r2=733823&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/jkstatus/build.xml (original)
+++ tomcat/connectors/trunk/jk/jkstatus/build.xml Mon Jan 12 07:59:32 2009
@@ -122,7 +122,7 @@
       version="true"
       windowtitle="Jk Status Internal API Documentation"
       doctitle="Jk Status API"
-      bottom="Copyright &#169; 2000-2008 Apache Software Foundation.  All Rights Reserved."
+      bottom="Copyright &#169; 2000-2009 Apache Software Foundation.  All Rights Reserved."
     />
   </target>
 

Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_status.c?rev=733823&r1=733822&r2=733823&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/jk_status.c (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_status.c Mon Jan 12 07:59:32 2009
@@ -201,7 +201,7 @@
                                            "<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">" \
                                            "<head><title>JK Status Manager</title>"
 
-#define JK_STATUS_COPYRIGHT                "Copyright &#169; 1999-2008, The Apache Software Foundation<br />" \
+#define JK_STATUS_COPYRIGHT                "Copyright &#169; 1999-2009, The Apache Software Foundation<br />" \
                                            "Licensed under the <a href=\"http://www.apache.org/licenses/LICENSE-2.0\">" \
                                            "Apache License, Version 2.0</a>."
 

Modified: tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c?rev=733823&r1=733822&r2=733823&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c (original)
+++ tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c Mon Jan 12 07:59:32 2009
@@ -209,7 +209,7 @@
                                 "<BR/>&nbsp;\n"
                                 "<HR/>\n"
                                 "<P id=\"footer\">\n"
-                                "Copyright &copy; 1999-2008 Apache Software Foundation<BR/>\n"
+                                "Copyright &copy; 1999-2009 Apache Software Foundation<BR/>\n"
                                 "All Rights Reserved\n"
                                 "</P>\n</BODY>\n</HTML>\n";
 

Modified: tomcat/connectors/trunk/jk/xdocs/style.xsl
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/style.xsl?rev=733823&r1=733822&r2=733823&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/style.xsl (original)
+++ tomcat/connectors/trunk/jk/xdocs/style.xsl Mon Jan 12 07:59:32 2009
@@ -178,7 +178,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>
 



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