You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by gd...@apache.org on 2004/03/10 11:00:10 UTC

cvs commit: incubator-geronimo/specs/jsp/xdocs navigation.xml

gdamour     2004/03/10 02:00:10

  Modified:    specs/jsp project.xml
               specs/jsp/src/java/javax/servlet/jsp ErrorData.java
                        HttpJspPage.java JspContext.java JspEngineInfo.java
                        JspException.java JspFactory.java JspPage.java
                        JspTagException.java JspWriter.java
                        PageContext.java SkipPageException.java
                        package.html
               specs/jsp/src/java/javax/servlet/jsp/el ELException.java
                        ELParseException.java Expression.java
                        ExpressionEvaluator.java FunctionMapper.java
                        VariableResolver.java package.html
               specs/jsp/src/java/javax/servlet/jsp/tagext BodyContent.java
                        BodyTag.java BodyTagSupport.java
                        DynamicAttributes.java FunctionInfo.java
                        IterationTag.java JspFragment.java JspTag.java
                        PageData.java SimpleTag.java SimpleTagSupport.java
                        Tag.java TagAdapter.java TagAttributeInfo.java
                        TagData.java TagExtraInfo.java TagFileInfo.java
                        TagInfo.java TagLibraryInfo.java
                        TagLibraryValidator.java TagSupport.java
                        TagVariableInfo.java TryCatchFinally.java
                        ValidationMessage.java VariableInfo.java
                        package.html
               specs/jsp/xdocs navigation.xml
  Added:       specs/jsp NOTICE.txt
  Log:
  Reporters: David Jencks, Dain Sundstrom.
  
  Copyright range fix subsequent to the License migration 1.1 => 2.0.
  
  Revision  Changes    Path
  1.6       +18 -1     incubator-geronimo/specs/jsp/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsp/project.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.xml	19 Feb 2004 09:00:30 -0000	1.5
  +++ project.xml	10 Mar 2004 10:00:09 -0000	1.6
  @@ -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/jsp/NOTICE.txt
  
  Index: NOTICE.txt
  ===================================================================
  This product includes software developed by
  The Apache Software Foundation (http://www.apache.org/).
  
  
  
  
  1.3       +1 -1      incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/ErrorData.java
  
  Index: ErrorData.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/ErrorData.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ErrorData.java	25 Feb 2004 09:58:51 -0000	1.2
  +++ ErrorData.java	10 Mar 2004 10:00:09 -0000	1.3
  @@ -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.3       +1 -1      incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/HttpJspPage.java
  
  Index: HttpJspPage.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/HttpJspPage.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- HttpJspPage.java	25 Feb 2004 09:58:51 -0000	1.2
  +++ HttpJspPage.java	10 Mar 2004 10:00:09 -0000	1.3
  @@ -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.3       +1 -1      incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/JspContext.java
  
  Index: JspContext.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/JspContext.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- JspContext.java	25 Feb 2004 09:58:51 -0000	1.2
  +++ JspContext.java	10 Mar 2004 10:00:09 -0000	1.3
  @@ -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.3       +1 -1      incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/JspEngineInfo.java
  
  Index: JspEngineInfo.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/JspEngineInfo.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- JspEngineInfo.java	25 Feb 2004 09:58:51 -0000	1.2
  +++ JspEngineInfo.java	10 Mar 2004 10:00:09 -0000	1.3
  @@ -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.3       +1 -1      incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/JspException.java
  
  Index: JspException.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/JspException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- JspException.java	25 Feb 2004 09:58:51 -0000	1.2
  +++ JspException.java	10 Mar 2004 10:00:09 -0000	1.3
  @@ -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.3       +1 -1      incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/JspFactory.java
  
  Index: JspFactory.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/JspFactory.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- JspFactory.java	25 Feb 2004 09:58:51 -0000	1.2
  +++ JspFactory.java	10 Mar 2004 10:00:09 -0000	1.3
  @@ -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.3       +1 -1      incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/JspPage.java
  
  Index: JspPage.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/JspPage.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- JspPage.java	25 Feb 2004 09:58:51 -0000	1.2
  +++ JspPage.java	10 Mar 2004 10:00:09 -0000	1.3
  @@ -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.3       +1 -1      incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/JspTagException.java
  
  Index: JspTagException.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/JspTagException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- JspTagException.java	25 Feb 2004 09:58:51 -0000	1.2
  +++ JspTagException.java	10 Mar 2004 10:00:09 -0000	1.3
  @@ -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.3       +1 -1      incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/JspWriter.java
  
  Index: JspWriter.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/JspWriter.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- JspWriter.java	25 Feb 2004 09:58:51 -0000	1.2
  +++ JspWriter.java	10 Mar 2004 10:00:09 -0000	1.3
  @@ -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.3       +1 -1      incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/PageContext.java
  
  Index: PageContext.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/PageContext.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- PageContext.java	25 Feb 2004 09:58:51 -0000	1.2
  +++ PageContext.java	10 Mar 2004 10:00:09 -0000	1.3
  @@ -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.3       +1 -1      incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/SkipPageException.java
  
  Index: SkipPageException.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/SkipPageException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SkipPageException.java	25 Feb 2004 09:58:51 -0000	1.2
  +++ SkipPageException.java	10 Mar 2004 10:00:09 -0000	1.3
  @@ -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/jsp/src/java/javax/servlet/jsp/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/package.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package.html	5 Sep 2003 23:04:42 -0000	1.1
  +++ package.html	10 Mar 2004 10:00:09 -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.
  +-->
  +  
   <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
   <html>
   <head>
  
  
  
  1.3       +1 -1      incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/el/ELException.java
  
  Index: ELException.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/el/ELException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ELException.java	25 Feb 2004 09:58:51 -0000	1.2
  +++ ELException.java	10 Mar 2004 10:00:09 -0000	1.3
  @@ -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.3       +1 -1      incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/el/ELParseException.java
  
  Index: ELParseException.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/el/ELParseException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ELParseException.java	25 Feb 2004 09:58:51 -0000	1.2
  +++ ELParseException.java	10 Mar 2004 10:00:09 -0000	1.3
  @@ -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.3       +1 -1      incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/el/Expression.java
  
  Index: Expression.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/el/Expression.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Expression.java	25 Feb 2004 09:58:51 -0000	1.2
  +++ Expression.java	10 Mar 2004 10:00:09 -0000	1.3
  @@ -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.3       +1 -1      incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/el/ExpressionEvaluator.java
  
  Index: ExpressionEvaluator.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/el/ExpressionEvaluator.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ExpressionEvaluator.java	25 Feb 2004 09:58:51 -0000	1.2
  +++ ExpressionEvaluator.java	10 Mar 2004 10:00:09 -0000	1.3
  @@ -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.3       +1 -1      incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/el/FunctionMapper.java
  
  Index: FunctionMapper.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/el/FunctionMapper.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- FunctionMapper.java	25 Feb 2004 09:58:51 -0000	1.2
  +++ FunctionMapper.java	10 Mar 2004 10:00:09 -0000	1.3
  @@ -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.3       +1 -1      incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/el/VariableResolver.java
  
  Index: VariableResolver.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/el/VariableResolver.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- VariableResolver.java	25 Feb 2004 09:58:51 -0000	1.2
  +++ VariableResolver.java	10 Mar 2004 10:00:09 -0000	1.3
  @@ -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/jsp/src/java/javax/servlet/jsp/el/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/el/package.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package.html	5 Sep 2003 23:04:43 -0000	1.1
  +++ package.html	10 Mar 2004 10:00:09 -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.
  +-->
  +  
   <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
   <html>
   <head>
  
  
  
  1.3       +1 -1      incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/BodyContent.java
  
  Index: BodyContent.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/BodyContent.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- BodyContent.java	25 Feb 2004 09:58:52 -0000	1.2
  +++ BodyContent.java	10 Mar 2004 10:00:09 -0000	1.3
  @@ -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.3       +1 -1      incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/BodyTag.java
  
  Index: BodyTag.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/BodyTag.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- BodyTag.java	25 Feb 2004 09:58:52 -0000	1.2
  +++ BodyTag.java	10 Mar 2004 10:00:09 -0000	1.3
  @@ -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.3       +1 -1      incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/BodyTagSupport.java
  
  Index: BodyTagSupport.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/BodyTagSupport.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- BodyTagSupport.java	25 Feb 2004 09:58:52 -0000	1.2
  +++ BodyTagSupport.java	10 Mar 2004 10:00:09 -0000	1.3
  @@ -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.3       +1 -1      incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/DynamicAttributes.java
  
  Index: DynamicAttributes.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/DynamicAttributes.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DynamicAttributes.java	25 Feb 2004 09:58:52 -0000	1.2
  +++ DynamicAttributes.java	10 Mar 2004 10:00:09 -0000	1.3
  @@ -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.3       +1 -1      incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/FunctionInfo.java
  
  Index: FunctionInfo.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/FunctionInfo.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- FunctionInfo.java	25 Feb 2004 09:58:52 -0000	1.2
  +++ FunctionInfo.java	10 Mar 2004 10:00:09 -0000	1.3
  @@ -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.3       +1 -1      incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/IterationTag.java
  
  Index: IterationTag.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/IterationTag.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- IterationTag.java	25 Feb 2004 09:58:52 -0000	1.2
  +++ IterationTag.java	10 Mar 2004 10:00:09 -0000	1.3
  @@ -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.3       +1 -1      incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/JspFragment.java
  
  Index: JspFragment.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/JspFragment.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- JspFragment.java	25 Feb 2004 09:58:52 -0000	1.2
  +++ JspFragment.java	10 Mar 2004 10:00:09 -0000	1.3
  @@ -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.3       +1 -1      incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/JspTag.java
  
  Index: JspTag.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/JspTag.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- JspTag.java	25 Feb 2004 09:58:52 -0000	1.2
  +++ JspTag.java	10 Mar 2004 10:00:09 -0000	1.3
  @@ -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.3       +1 -1      incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/PageData.java
  
  Index: PageData.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/PageData.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- PageData.java	25 Feb 2004 09:58:52 -0000	1.2
  +++ PageData.java	10 Mar 2004 10:00:09 -0000	1.3
  @@ -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.3       +1 -1      incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/SimpleTag.java
  
  Index: SimpleTag.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/SimpleTag.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SimpleTag.java	25 Feb 2004 09:58:52 -0000	1.2
  +++ SimpleTag.java	10 Mar 2004 10:00:09 -0000	1.3
  @@ -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.3       +1 -1      incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/SimpleTagSupport.java
  
  Index: SimpleTagSupport.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/SimpleTagSupport.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SimpleTagSupport.java	25 Feb 2004 09:58:52 -0000	1.2
  +++ SimpleTagSupport.java	10 Mar 2004 10:00:09 -0000	1.3
  @@ -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.3       +1 -1      incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/Tag.java
  
  Index: Tag.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/Tag.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Tag.java	25 Feb 2004 09:58:52 -0000	1.2
  +++ Tag.java	10 Mar 2004 10:00:09 -0000	1.3
  @@ -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.3       +1 -1      incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/TagAdapter.java
  
  Index: TagAdapter.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/TagAdapter.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TagAdapter.java	25 Feb 2004 09:58:52 -0000	1.2
  +++ TagAdapter.java	10 Mar 2004 10:00:09 -0000	1.3
  @@ -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.3       +1 -1      incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/TagAttributeInfo.java
  
  Index: TagAttributeInfo.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/TagAttributeInfo.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TagAttributeInfo.java	25 Feb 2004 09:58:52 -0000	1.2
  +++ TagAttributeInfo.java	10 Mar 2004 10:00:09 -0000	1.3
  @@ -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.3       +1 -1      incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/TagData.java
  
  Index: TagData.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/TagData.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TagData.java	25 Feb 2004 09:58:52 -0000	1.2
  +++ TagData.java	10 Mar 2004 10:00:09 -0000	1.3
  @@ -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.3       +1 -1      incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/TagExtraInfo.java
  
  Index: TagExtraInfo.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/TagExtraInfo.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TagExtraInfo.java	25 Feb 2004 09:58:52 -0000	1.2
  +++ TagExtraInfo.java	10 Mar 2004 10:00:09 -0000	1.3
  @@ -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.3       +1 -1      incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/TagFileInfo.java
  
  Index: TagFileInfo.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/TagFileInfo.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TagFileInfo.java	25 Feb 2004 09:58:52 -0000	1.2
  +++ TagFileInfo.java	10 Mar 2004 10:00:10 -0000	1.3
  @@ -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.3       +1 -1      incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/TagInfo.java
  
  Index: TagInfo.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/TagInfo.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TagInfo.java	25 Feb 2004 09:58:52 -0000	1.2
  +++ TagInfo.java	10 Mar 2004 10:00:10 -0000	1.3
  @@ -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.3       +1 -1      incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/TagLibraryInfo.java
  
  Index: TagLibraryInfo.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/TagLibraryInfo.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TagLibraryInfo.java	25 Feb 2004 09:58:52 -0000	1.2
  +++ TagLibraryInfo.java	10 Mar 2004 10:00:10 -0000	1.3
  @@ -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.5       +1 -1      incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/TagLibraryValidator.java
  
  Index: TagLibraryValidator.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/TagLibraryValidator.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TagLibraryValidator.java	25 Feb 2004 09:58:52 -0000	1.4
  +++ TagLibraryValidator.java	10 Mar 2004 10:00:10 -0000	1.5
  @@ -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.3       +1 -1      incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/TagSupport.java
  
  Index: TagSupport.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/TagSupport.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TagSupport.java	25 Feb 2004 09:58:52 -0000	1.2
  +++ TagSupport.java	10 Mar 2004 10:00:10 -0000	1.3
  @@ -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.3       +1 -1      incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/TagVariableInfo.java
  
  Index: TagVariableInfo.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/TagVariableInfo.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TagVariableInfo.java	25 Feb 2004 09:58:52 -0000	1.2
  +++ TagVariableInfo.java	10 Mar 2004 10:00:10 -0000	1.3
  @@ -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.3       +1 -1      incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/TryCatchFinally.java
  
  Index: TryCatchFinally.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/TryCatchFinally.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TryCatchFinally.java	25 Feb 2004 09:58:52 -0000	1.2
  +++ TryCatchFinally.java	10 Mar 2004 10:00:10 -0000	1.3
  @@ -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.3       +1 -1      incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/ValidationMessage.java
  
  Index: ValidationMessage.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/ValidationMessage.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ValidationMessage.java	25 Feb 2004 09:58:52 -0000	1.2
  +++ ValidationMessage.java	10 Mar 2004 10:00:10 -0000	1.3
  @@ -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.3       +1 -1      incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/VariableInfo.java
  
  Index: VariableInfo.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/VariableInfo.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- VariableInfo.java	25 Feb 2004 09:58:52 -0000	1.2
  +++ VariableInfo.java	10 Mar 2004 10:00:10 -0000	1.3
  @@ -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/jsp/src/java/javax/servlet/jsp/tagext/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsp/src/java/javax/servlet/jsp/tagext/package.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package.html	5 Sep 2003 23:04:43 -0000	1.1
  +++ package.html	10 Mar 2004 10:00:10 -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.
  +-->
  +  
   <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
   <html>
   <head>
  
  
  
  1.3       +18 -1     incubator-geronimo/specs/jsp/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jsp/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:10 -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$ -->