Update Copyright year.
authorrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 3 Jan 2011 14:00:29 +0000 (14:00 +0000)
committerrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 3 Jan 2011 14:00:29 +0000 (14:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1054620 13f79535-47bb-0310-9956-ffa450edef68

NOTICE
java/org/apache/catalina/manager/Constants.java
java/org/apache/catalina/manager/HTMLManagerServlet.java
java/org/apache/catalina/manager/host/Constants.java
modules/jdbc-pool/NOTICE
modules/jdbc-pool/doc/package.xsl
webapps/docs/tribes/tomcat-docs.xsl
webapps/manager/WEB-INF/jsp/sessionDetail.jsp
webapps/manager/WEB-INF/jsp/sessionsList.jsp

diff --git a/NOTICE b/NOTICE
index 47f8374..5e80d00 100644 (file)
--- a/NOTICE
+++ b/NOTICE
@@ -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/).
@@ -33,4 +33,4 @@ The original XML Schemas for Java EE Deployment Descriptors:
  - web-common_3_0.xsd
  - web-fragment_3_0.xsd
  - jsp_2_2.xsd
-may be obtained from http://java.sun.com/xml/ns/javaee/
\ No newline at end of file
+may be obtained from http://java.sun.com/xml/ns/javaee/
index d77def0..057763f 100644 (file)
@@ -188,7 +188,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-2010, Apache Software Foundation</em>" +
+        " <em>Copyright &copy; 1999-2011, Apache Software Foundation</em>" +
         "</font></center>\n" +
         "\n" +
         "</body>\n" +
index 89fadc2..5a1e540 100644 (file)
@@ -788,7 +788,7 @@ public final class HTMLManagerServlet extends ManagerServlet {
      */
     @Override
     public String getServletInfo() {
-        return "HTMLManagerServlet, Copyright (c) 1999-2010, The Apache Software Foundation";
+        return "HTMLManagerServlet, Copyright (c) 1999-2011, The Apache Software Foundation";
     }   
     
     /**
index b65c47f..973ae92 100644 (file)
@@ -191,7 +191,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-2010, Apache Software Foundation</em>" +
+        " <em>Copyright &copy; 1999-2011, Apache Software Foundation</em>" +
         "</font></center>\n" +
         "\n" +
         "</body>\n" +
index c9cf69d..f779b2c 100644 (file)
@@ -1,5 +1,5 @@
 Apache Tomcat JDBC Pool
-Copyright 2008-2010 The Apache Software Foundation
+Copyright 2008-2011 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
index 2f89055..1548e1f 100644 (file)
       <xsl:comment>PAGE FOOTER</xsl:comment>
       <tr><td colspan="2">
         <div align="center"><font color="{$body-link}" size="-1"><em>
-        Copyright &#169; 1999-2010, Apache Software Foundation
+        Copyright &#169; 1999-2011, Apache Software Foundation
         </em></font></div>
       </td></tr>
 
index e7176dc..0fad8f2 100644 (file)
       <xsl:comment>PAGE FOOTER</xsl:comment>
       <tr><td colspan="2">
         <div align="center"><font color="{$body-link}" size="-1"><em>
-        Copyright &#169; 1999-2010, Apache Software Foundation
+        Copyright &#169; 1999-2011, Apache Software Foundation
         </em></font></div>
       </td></tr>
 
index d711f7f..4074290 100644 (file)
@@ -51,7 +51,7 @@
     <meta http-equiv="expires" content="0"/><!-- 0 is an invalid value and should be treated as 'now' -->
     <meta http-equiv="content-language" content="en"/>
     <meta name="author" content="Cedrik LIME"/>
-    <meta name="copyright" content="copyright 2005-2010 the Apache Software Foundation"/>
+    <meta name="copyright" content="copyright 2005-2011 the Apache Software Foundation"/>
     <meta name="robots" content="noindex,nofollow,noarchive"/>
     <title>Sessions Administration: details for <%= currentSessionId %></title>
 </head>
index 5b666ef..5b012e6 100644 (file)
@@ -43,7 +43,7 @@
     <meta http-equiv="expires" content="0"/><!-- 0 is an invalid value and should be treated as 'now' -->
     <meta http-equiv="content-language" content="en"/>
     <meta name="author" content="Cedrik LIME"/>
-    <meta name="copyright" content="copyright 2005-2010 the Apache Software Foundation"/>
+    <meta name="copyright" content="copyright 2005-2011 the Apache Software Foundation"/>
     <meta name="robots" content="noindex,nofollow,noarchive"/>
     <title>Sessions Administration for <%= JspHelper.escapeXml(cn.getDisplayName()) %></title>
 </head>