Author: remy.maucherat(a)jboss.com
Date: 2009-04-02 15:03:32 -0400 (Thu, 02 Apr 2009)
New Revision: 981
Modified:
trunk/NOTICE
trunk/java/org/apache/catalina/connector/Request.java
trunk/java/org/apache/catalina/core/StandardWrapperValve.java
Log:
- Update my notices.
Modified: trunk/NOTICE
===================================================================
--- trunk/NOTICE 2009-04-02 16:47:16 UTC (rev 980)
+++ trunk/NOTICE 2009-04-02 19:03:32 UTC (rev 981)
@@ -1,9 +1,12 @@
JBoss Web
-Copyright 2006-2008 Red Hat Middleware, LLC. All rights reserved.
+Copyright 2006-2009 Red Hat Middleware, LLC. All rights reserved.
Apache Tomcat
-Copyright 1999-2008 The Apache Software Foundation
+Copyright 1999-2009 The Apache Software Foundation
+Servlet API 3.0
+Copyright 1997-2009 Sun Microsystems, Inc
+
This product includes software developed by
The Apache Software Foundation (
http://www.apache.org/).
Modified: trunk/java/org/apache/catalina/connector/Request.java
===================================================================
--- trunk/java/org/apache/catalina/connector/Request.java 2009-04-02 16:47:16 UTC (rev
980)
+++ trunk/java/org/apache/catalina/connector/Request.java 2009-04-02 19:03:32 UTC (rev
981)
@@ -18,6 +18,29 @@
* License along with this software; if not, write to the Free
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
* 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
+ *
+ *
+ * This file incorporates work covered by the following copyright and
+ * permission notice:
+ *
+ * Copyright 1999-2009 The Apache Software Foundation
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ *
http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
*/
Modified: trunk/java/org/apache/catalina/core/StandardWrapperValve.java
===================================================================
--- trunk/java/org/apache/catalina/core/StandardWrapperValve.java 2009-04-02 16:47:16 UTC
(rev 980)
+++ trunk/java/org/apache/catalina/core/StandardWrapperValve.java 2009-04-02 19:03:32 UTC
(rev 981)
@@ -18,6 +18,29 @@
* License along with this software; if not, write to the Free
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
* 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
+ *
+ *
+ * This file incorporates work covered by the following copyright and
+ * permission notice:
+ *
+ * Copyright 1999-2009 The Apache Software Foundation
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ *
http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
*/