gdamour     2004/03/10 02:00:21

  Modified:    specs/servlet project.xml
               specs/servlet/src/java/javax/servlet Filter.java
                        FilterChain.java FilterConfig.java
                        GenericServlet.java LocalStrings.properties
                        LocalStrings_fr.properties
                        LocalStrings_ja.properties RequestDispatcher.java
                        Servlet.java ServletConfig.java ServletContext.java
                        ServletContextAttributeEvent.java
                        ServletContextAttributeListener.java
                        ServletContextEvent.java
                        ServletContextListener.java ServletException.java
                        ServletInputStream.java ServletOutputStream.java
                        ServletRequest.java
                        ServletRequestAttributeEvent.java
                        ServletRequestAttributeListener.java
                        ServletRequestEvent.java
                        ServletRequestListener.java
                        ServletRequestWrapper.java ServletResponse.java
                        ServletResponseWrapper.java SingleThreadModel.java
                        UnavailableException.java
               specs/servlet/src/java/javax/servlet/http Cookie.java
                        HttpServlet.java HttpServletRequest.java
                        HttpServletRequestWrapper.java
                        HttpServletResponse.java
                        HttpServletResponseWrapper.java HttpSession.java
                        HttpSessionActivationListener.java
                        HttpSessionAttributeListener.java
                        HttpSessionBindingEvent.java
                        HttpSessionBindingListener.java
                        HttpSessionContext.java HttpSessionEvent.java
                        HttpSessionListener.java HttpUtils.java
                        LocalStrings.properties LocalStrings_es.properties
                        LocalStrings_fr.properties
                        LocalStrings_ja.properties
               specs/servlet/xdocs navigation.xml
  Added:       specs/servlet NOTICE.txt
  Log:
  Reporters: David Jencks, Dain Sundstrom.
  
  Copyright range fix subsequent to the License migration 1.1 => 2.0.
  
  Revision  Changes    Path
  1.5       +18 -1     incubator-geronimo/specs/servlet/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/servlet/project.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.xml       19 Feb 2004 09:00:30 -0000      1.4
  +++ project.xml       10 Mar 2004 10:00:19 -0000      1.5
  @@ -1,4 +1,21 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +
  +    Copyright 2003-2004 The Apache Software Foundation
  +
  +    Licensed 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.
  +-->
  +  
   
   <!-- $Revision$ $Date$ -->
   
  
  
  
  1.1                  incubator-geronimo/specs/servlet/NOTICE.txt
  
  Index: NOTICE.txt
  ===================================================================
  This product includes software developed by
  The Apache Software Foundation (http://www.apache.org/).
  
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/servlet/src/java/javax/servlet/Filter.java
  
  Index: Filter.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/servlet/src/java/javax/servlet/Filter.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Filter.java       25 Feb 2004 09:58:57 -0000      1.3
  +++ Filter.java       10 Mar 2004 10:00:19 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/servlet/src/java/javax/servlet/FilterChain.java
  
  Index: FilterChain.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/servlet/src/java/javax/servlet/FilterChain.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- FilterChain.java  25 Feb 2004 09:58:57 -0000      1.3
  +++ FilterChain.java  10 Mar 2004 10:00:19 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/servlet/src/java/javax/servlet/FilterConfig.java
  
  Index: FilterConfig.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/servlet/src/java/javax/servlet/FilterConfig.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- FilterConfig.java 25 Feb 2004 09:58:57 -0000      1.3
  +++ FilterConfig.java 10 Mar 2004 10:00:19 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/servlet/src/java/javax/servlet/GenericServlet.java
  
  Index: GenericServlet.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/servlet/src/java/javax/servlet/GenericServlet.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- GenericServlet.java       25 Feb 2004 09:58:57 -0000      1.3
  +++ GenericServlet.java       10 Mar 2004 10:00:19 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.2       +17 -0     
incubator-geronimo/specs/servlet/src/java/javax/servlet/LocalStrings.properties
  
  Index: LocalStrings.properties
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/servlet/src/java/javax/servlet/LocalStrings.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LocalStrings.properties   5 Sep 2003 22:55:58 -0000       1.1
  +++ LocalStrings.properties   10 Mar 2004 10:00:19 -0000      1.2
  @@ -1,3 +1,20 @@
  +##
  +##
  +##   Copyright 2004 The Apache Software Foundation
  +##
  +##   Licensed 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.
  +##
  +
   # Default localized string information
   # Localized for Locale en_US
   
  
  
  
  1.2       +17 -0     
incubator-geronimo/specs/servlet/src/java/javax/servlet/LocalStrings_fr.properties
  
  Index: LocalStrings_fr.properties
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/servlet/src/java/javax/servlet/LocalStrings_fr.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LocalStrings_fr.properties        5 Sep 2003 22:55:58 -0000       1.1
  +++ LocalStrings_fr.properties        10 Mar 2004 10:00:19 -0000      1.2
  @@ -1,3 +1,20 @@
  +##
  +##
  +##   Copyright 2004 The Apache Software Foundation
  +##
  +##   Licensed 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.
  +##
  +
   # Default localized string information
   # Localized for Locale fr_FR
   
  
  
  
  1.2       +17 -0     
incubator-geronimo/specs/servlet/src/java/javax/servlet/LocalStrings_ja.properties
  
  Index: LocalStrings_ja.properties
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/servlet/src/java/javax/servlet/LocalStrings_ja.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LocalStrings_ja.properties        5 Sep 2003 22:55:58 -0000       1.1
  +++ LocalStrings_ja.properties        10 Mar 2004 10:00:19 -0000      1.2
  @@ -1,3 +1,20 @@
  +##
  +##
  +##   Copyright 2004 The Apache Software Foundation
  +##
  +##   Licensed 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.
  +##
  +
   # Default localized string information
   # Localized for Locale ja_JP
   
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/servlet/src/java/javax/servlet/RequestDispatcher.java
  
  Index: RequestDispatcher.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/servlet/src/java/javax/servlet/RequestDispatcher.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- RequestDispatcher.java    25 Feb 2004 09:58:57 -0000      1.3
  +++ RequestDispatcher.java    10 Mar 2004 10:00:19 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/servlet/src/java/javax/servlet/Servlet.java
  
  Index: Servlet.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/servlet/src/java/javax/servlet/Servlet.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Servlet.java      25 Feb 2004 09:58:57 -0000      1.3
  +++ Servlet.java      10 Mar 2004 10:00:19 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/servlet/src/java/javax/servlet/ServletConfig.java
  
  Index: ServletConfig.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/servlet/src/java/javax/servlet/ServletConfig.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ServletConfig.java        25 Feb 2004 09:58:57 -0000      1.3
  +++ ServletConfig.java        10 Mar 2004 10:00:19 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/servlet/src/java/javax/servlet/ServletContext.java
  
  Index: ServletContext.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/servlet/src/java/javax/servlet/ServletContext.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ServletContext.java       25 Feb 2004 09:58:57 -0000      1.3
  +++ ServletContext.java       10 Mar 2004 10:00:19 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/servlet/src/java/javax/servlet/ServletContextAttributeEvent.java
  
  Index: ServletContextAttributeEvent.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/servlet/src/java/javax/servlet/ServletContextAttributeEvent.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ServletContextAttributeEvent.java 25 Feb 2004 09:58:57 -0000      1.3
  +++ ServletContextAttributeEvent.java 10 Mar 2004 10:00:19 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/servlet/src/java/javax/servlet/ServletContextAttributeListener.java
  
  Index: ServletContextAttributeListener.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/servlet/src/java/javax/servlet/ServletContextAttributeListener.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ServletContextAttributeListener.java      25 Feb 2004 09:58:57 -0000      
1.3
  +++ ServletContextAttributeListener.java      10 Mar 2004 10:00:19 -0000      
1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/servlet/src/java/javax/servlet/ServletContextEvent.java
  
  Index: ServletContextEvent.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/servlet/src/java/javax/servlet/ServletContextEvent.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ServletContextEvent.java  25 Feb 2004 09:58:57 -0000      1.3
  +++ ServletContextEvent.java  10 Mar 2004 10:00:19 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/servlet/src/java/javax/servlet/ServletContextListener.java
  
  Index: ServletContextListener.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/servlet/src/java/javax/servlet/ServletContextListener.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ServletContextListener.java       25 Feb 2004 09:58:57 -0000      1.3
  +++ ServletContextListener.java       10 Mar 2004 10:00:19 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/servlet/src/java/javax/servlet/ServletException.java
  
  Index: ServletException.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/servlet/src/java/javax/servlet/ServletException.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ServletException.java     25 Feb 2004 09:58:57 -0000      1.3
  +++ ServletException.java     10 Mar 2004 10:00:19 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/servlet/src/java/javax/servlet/ServletInputStream.java
  
  Index: ServletInputStream.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/servlet/src/java/javax/servlet/ServletInputStream.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ServletInputStream.java   25 Feb 2004 09:58:57 -0000      1.3
  +++ ServletInputStream.java   10 Mar 2004 10:00:19 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/servlet/src/java/javax/servlet/ServletOutputStream.java
  
  Index: ServletOutputStream.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/servlet/src/java/javax/servlet/ServletOutputStream.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ServletOutputStream.java  25 Feb 2004 09:58:57 -0000      1.3
  +++ ServletOutputStream.java  10 Mar 2004 10:00:19 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/servlet/src/java/javax/servlet/ServletRequest.java
  
  Index: ServletRequest.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/servlet/src/java/javax/servlet/ServletRequest.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ServletRequest.java       25 Feb 2004 09:58:57 -0000      1.3
  +++ ServletRequest.java       10 Mar 2004 10:00:19 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/servlet/src/java/javax/servlet/ServletRequestAttributeEvent.java
  
  Index: ServletRequestAttributeEvent.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/servlet/src/java/javax/servlet/ServletRequestAttributeEvent.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ServletRequestAttributeEvent.java 25 Feb 2004 09:58:57 -0000      1.3
  +++ ServletRequestAttributeEvent.java 10 Mar 2004 10:00:19 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/servlet/src/java/javax/servlet/ServletRequestAttributeListener.java
  
  Index: ServletRequestAttributeListener.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/servlet/src/java/javax/servlet/ServletRequestAttributeListener.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ServletRequestAttributeListener.java      25 Feb 2004 09:58:57 -0000      
1.3
  +++ ServletRequestAttributeListener.java      10 Mar 2004 10:00:19 -0000      
1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/servlet/src/java/javax/servlet/ServletRequestEvent.java
  
  Index: ServletRequestEvent.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/servlet/src/java/javax/servlet/ServletRequestEvent.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ServletRequestEvent.java  25 Feb 2004 09:58:57 -0000      1.3
  +++ ServletRequestEvent.java  10 Mar 2004 10:00:19 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/servlet/src/java/javax/servlet/ServletRequestListener.java
  
  Index: ServletRequestListener.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/servlet/src/java/javax/servlet/ServletRequestListener.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ServletRequestListener.java       25 Feb 2004 09:58:57 -0000      1.3
  +++ ServletRequestListener.java       10 Mar 2004 10:00:19 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/servlet/src/java/javax/servlet/ServletRequestWrapper.java
  
  Index: ServletRequestWrapper.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/servlet/src/java/javax/servlet/ServletRequestWrapper.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ServletRequestWrapper.java        25 Feb 2004 09:58:57 -0000      1.3
  +++ ServletRequestWrapper.java        10 Mar 2004 10:00:19 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/servlet/src/java/javax/servlet/ServletResponse.java
  
  Index: ServletResponse.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/servlet/src/java/javax/servlet/ServletResponse.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ServletResponse.java      25 Feb 2004 09:58:57 -0000      1.3
  +++ ServletResponse.java      10 Mar 2004 10:00:20 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/servlet/src/java/javax/servlet/ServletResponseWrapper.java
  
  Index: ServletResponseWrapper.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/servlet/src/java/javax/servlet/ServletResponseWrapper.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ServletResponseWrapper.java       25 Feb 2004 09:58:57 -0000      1.3
  +++ ServletResponseWrapper.java       10 Mar 2004 10:00:20 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/servlet/src/java/javax/servlet/SingleThreadModel.java
  
  Index: SingleThreadModel.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/servlet/src/java/javax/servlet/SingleThreadModel.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SingleThreadModel.java    25 Feb 2004 09:58:57 -0000      1.3
  +++ SingleThreadModel.java    10 Mar 2004 10:00:20 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/servlet/src/java/javax/servlet/UnavailableException.java
  
  Index: UnavailableException.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/servlet/src/java/javax/servlet/UnavailableException.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- UnavailableException.java 25 Feb 2004 09:58:57 -0000      1.3
  +++ UnavailableException.java 10 Mar 2004 10:00:20 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/servlet/src/java/javax/servlet/http/Cookie.java
  
  Index: Cookie.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/servlet/src/java/javax/servlet/http/Cookie.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Cookie.java       25 Feb 2004 09:58:58 -0000      1.3
  +++ Cookie.java       10 Mar 2004 10:00:20 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/servlet/src/java/javax/servlet/http/HttpServlet.java
  
  Index: HttpServlet.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/servlet/src/java/javax/servlet/http/HttpServlet.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- HttpServlet.java  25 Feb 2004 09:58:58 -0000      1.3
  +++ HttpServlet.java  10 Mar 2004 10:00:20 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/servlet/src/java/javax/servlet/http/HttpServletRequest.java
  
  Index: HttpServletRequest.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/servlet/src/java/javax/servlet/http/HttpServletRequest.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- HttpServletRequest.java   25 Feb 2004 09:58:58 -0000      1.3
  +++ HttpServletRequest.java   10 Mar 2004 10:00:20 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/servlet/src/java/javax/servlet/http/HttpServletRequestWrapper.java
  
  Index: HttpServletRequestWrapper.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/servlet/src/java/javax/servlet/http/HttpServletRequestWrapper.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- HttpServletRequestWrapper.java    25 Feb 2004 09:58:58 -0000      1.3
  +++ HttpServletRequestWrapper.java    10 Mar 2004 10:00:20 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/servlet/src/java/javax/servlet/http/HttpServletResponse.java
  
  Index: HttpServletResponse.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/servlet/src/java/javax/servlet/http/HttpServletResponse.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- HttpServletResponse.java  25 Feb 2004 09:58:58 -0000      1.3
  +++ HttpServletResponse.java  10 Mar 2004 10:00:20 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/servlet/src/java/javax/servlet/http/HttpServletResponseWrapper.java
  
  Index: HttpServletResponseWrapper.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/servlet/src/java/javax/servlet/http/HttpServletResponseWrapper.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- HttpServletResponseWrapper.java   25 Feb 2004 09:58:58 -0000      1.3
  +++ HttpServletResponseWrapper.java   10 Mar 2004 10:00:20 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/servlet/src/java/javax/servlet/http/HttpSession.java
  
  Index: HttpSession.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/servlet/src/java/javax/servlet/http/HttpSession.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- HttpSession.java  25 Feb 2004 09:58:58 -0000      1.3
  +++ HttpSession.java  10 Mar 2004 10:00:20 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/servlet/src/java/javax/servlet/http/HttpSessionActivationListener.java
  
  Index: HttpSessionActivationListener.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/servlet/src/java/javax/servlet/http/HttpSessionActivationListener.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- HttpSessionActivationListener.java        25 Feb 2004 09:58:58 -0000      
1.3
  +++ HttpSessionActivationListener.java        10 Mar 2004 10:00:20 -0000      
1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/servlet/src/java/javax/servlet/http/HttpSessionAttributeListener.java
  
  Index: HttpSessionAttributeListener.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/servlet/src/java/javax/servlet/http/HttpSessionAttributeListener.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- HttpSessionAttributeListener.java 25 Feb 2004 09:58:58 -0000      1.3
  +++ HttpSessionAttributeListener.java 10 Mar 2004 10:00:20 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/servlet/src/java/javax/servlet/http/HttpSessionBindingEvent.java
  
  Index: HttpSessionBindingEvent.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/servlet/src/java/javax/servlet/http/HttpSessionBindingEvent.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- HttpSessionBindingEvent.java      25 Feb 2004 09:58:58 -0000      1.3
  +++ HttpSessionBindingEvent.java      10 Mar 2004 10:00:20 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/servlet/src/java/javax/servlet/http/HttpSessionBindingListener.java
  
  Index: HttpSessionBindingListener.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/servlet/src/java/javax/servlet/http/HttpSessionBindingListener.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- HttpSessionBindingListener.java   25 Feb 2004 09:58:58 -0000      1.3
  +++ HttpSessionBindingListener.java   10 Mar 2004 10:00:20 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/servlet/src/java/javax/servlet/http/HttpSessionContext.java
  
  Index: HttpSessionContext.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/servlet/src/java/javax/servlet/http/HttpSessionContext.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- HttpSessionContext.java   25 Feb 2004 09:58:58 -0000      1.3
  +++ HttpSessionContext.java   10 Mar 2004 10:00:20 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/servlet/src/java/javax/servlet/http/HttpSessionEvent.java
  
  Index: HttpSessionEvent.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/servlet/src/java/javax/servlet/http/HttpSessionEvent.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- HttpSessionEvent.java     25 Feb 2004 09:58:58 -0000      1.3
  +++ HttpSessionEvent.java     10 Mar 2004 10:00:20 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/servlet/src/java/javax/servlet/http/HttpSessionListener.java
  
  Index: HttpSessionListener.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/servlet/src/java/javax/servlet/http/HttpSessionListener.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- HttpSessionListener.java  25 Feb 2004 09:58:58 -0000      1.3
  +++ HttpSessionListener.java  10 Mar 2004 10:00:20 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      
incubator-geronimo/specs/servlet/src/java/javax/servlet/http/HttpUtils.java
  
  Index: HttpUtils.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/servlet/src/java/javax/servlet/http/HttpUtils.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- HttpUtils.java    25 Feb 2004 09:58:58 -0000      1.3
  +++ HttpUtils.java    10 Mar 2004 10:00:20 -0000      1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.2       +17 -0     
incubator-geronimo/specs/servlet/src/java/javax/servlet/http/LocalStrings.properties
  
  Index: LocalStrings.properties
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/servlet/src/java/javax/servlet/http/LocalStrings.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LocalStrings.properties   5 Sep 2003 22:55:59 -0000       1.1
  +++ LocalStrings.properties   10 Mar 2004 10:00:20 -0000      1.2
  @@ -1,3 +1,20 @@
  +##
  +##
  +##   Copyright 2004 The Apache Software Foundation
  +##
  +##   Licensed 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.
  +##
  +
   # Default localized string information
   # Localized for Locale en_US
   
  
  
  
  1.2       +18 -1     
incubator-geronimo/specs/servlet/src/java/javax/servlet/http/LocalStrings_es.properties
  
  Index: LocalStrings_es.properties
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/servlet/src/java/javax/servlet/http/LocalStrings_es.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LocalStrings_es.properties        5 Sep 2003 22:55:59 -0000       1.1
  +++ LocalStrings_es.properties        10 Mar 2004 10:00:20 -0000      1.2
  @@ -1,3 +1,20 @@
  +##
  +##
  +##   Copyright 2004 The Apache Software Foundation
  +##
  +##   Licensed 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.
  +##
  +
   # $Id$
   #
   # Default localized string information
  
  
  
  1.2       +17 -0     
incubator-geronimo/specs/servlet/src/java/javax/servlet/http/LocalStrings_fr.properties
  
  Index: LocalStrings_fr.properties
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/servlet/src/java/javax/servlet/http/LocalStrings_fr.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LocalStrings_fr.properties        5 Sep 2003 22:55:59 -0000       1.1
  +++ LocalStrings_fr.properties        10 Mar 2004 10:00:20 -0000      1.2
  @@ -1,3 +1,20 @@
  +##
  +##
  +##   Copyright 2004 The Apache Software Foundation
  +##
  +##   Licensed 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.
  +##
  +
   # Default localized string information
   # Localized for Locale fr_FR
   
  
  
  
  1.2       +17 -0     
incubator-geronimo/specs/servlet/src/java/javax/servlet/http/LocalStrings_ja.properties
  
  Index: LocalStrings_ja.properties
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/servlet/src/java/javax/servlet/http/LocalStrings_ja.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LocalStrings_ja.properties        5 Sep 2003 22:55:59 -0000       1.1
  +++ LocalStrings_ja.properties        10 Mar 2004 10:00:20 -0000      1.2
  @@ -1,3 +1,20 @@
  +##
  +##
  +##   Copyright 2004 The Apache Software Foundation
  +##
  +##   Licensed 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.
  +##
  +
   # Default localized string information
   # Localized for Locale ja_JP
   
  
  
  
  1.3       +18 -1     incubator-geronimo/specs/servlet/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/servlet/xdocs/navigation.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- navigation.xml    25 Nov 2003 05:30:27 -0000      1.2
  +++ navigation.xml    10 Mar 2004 10:00:21 -0000      1.3
  @@ -1,4 +1,21 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +
  +    Copyright 2003-2004 The Apache Software Foundation
  +
  +    Licensed 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.
  +-->
  +  
   
   <!-- $Revision$ $Date$ -->
   
  
  
  

Reply via email to