[jboss-cvs] JBossAS SVN: r61985 - projects/javaee/trunk/jboss-servlet-api/src/main/javax/servlet.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Apr 2 09:43:50 EDT 2007


Author: wolfc
Date: 2007-04-02 09:43:49 -0400 (Mon, 02 Apr 2007)
New Revision: 61985

Modified:
   projects/javaee/trunk/jboss-servlet-api/src/main/javax/servlet/ServletContextAttributeListener.java
Log:


Modified: projects/javaee/trunk/jboss-servlet-api/src/main/javax/servlet/ServletContextAttributeListener.java
===================================================================
--- projects/javaee/trunk/jboss-servlet-api/src/main/javax/servlet/ServletContextAttributeListener.java	2007-04-02 13:42:12 UTC (rev 61984)
+++ projects/javaee/trunk/jboss-servlet-api/src/main/javax/servlet/ServletContextAttributeListener.java	2007-04-02 13:43:49 UTC (rev 61985)
@@ -1,24 +1,23 @@
 /*
- * The contents of this file are subject to the terms
- * of the Common Development and Distribution License
- * (the "License").  You may not use this file except
- * in compliance with the License.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2007, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
- * You can obtain a copy of the license at
- * glassfish/bootstrap/legal/CDDLv1.0.txt or
- * https://glassfish.dev.java.net/public/CDDLv1.0.html.
- * See the License for the specific language governing
- * permissions and limitations under the License.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
  *
- * When distributing Covered Code, include this CDDL
- * HEADER in each file and include the License file at
- * glassfish/bootstrap/legal/CDDLv1.0.txt.  If applicable,
- * add the following below this CDDL HEADER, with the
- * fields enclosed by brackets "[]" replaced with your
- * own identifying information: Portions Copyright [yyyy]
- * [name of copyright owner]
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
  *
- * Copyright 2005 Sun Microsystems, Inc. All rights reserved.
+ * You should have received a copy of the GNU Lesser General Public
+ * 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.
  */
 package javax.servlet;
 




More information about the jboss-cvs-commits mailing list