You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2003/10/13 09:56:41 UTC

cvs commit: jakarta-commons-sandbox/jpath/src/java/org/apache/commons/jpath/tree AbstractBeanElement.java AbstractBeanNode.java ArrayNodeSequence.java BeanDocument.java BeanElement.java BeanElementList.java BeanNamedNodeMap.java BeanNodeFactory.java BeanNodeList.java CollectionNodeSequence.java DynamicPropertyElementList.java ElementList.java JPathException.java MapDynamicPropertyHandler.java NodeSequence.java NodeSequencer.java ProcessedBeanInfo.java ProcessingIntrospector.java ValueHandle.java ValueNode.java ValueNodeList.java ValueNodeSequence.java

rdonkin     2003/10/13 00:56:41

  Modified:    jpath/src/java/org/apache/commons/jpath/tree
                        AbstractBeanElement.java AbstractBeanNode.java
                        ArrayNodeSequence.java BeanDocument.java
                        BeanElement.java BeanElementList.java
                        BeanNamedNodeMap.java BeanNodeFactory.java
                        BeanNodeList.java CollectionNodeSequence.java
                        DynamicPropertyElementList.java ElementList.java
                        JPathException.java MapDynamicPropertyHandler.java
                        NodeSequence.java NodeSequencer.java
                        ProcessedBeanInfo.java ProcessingIntrospector.java
                        ValueHandle.java ValueNode.java ValueNodeList.java
                        ValueNodeSequence.java
  Log:
  Fixed typos in apache license
  
  Revision  Changes    Path
  1.2       +8 -8      jakarta-commons-sandbox/jpath/src/java/org/apache/commons/jpath/tree/AbstractBeanElement.java
  
  Index: AbstractBeanElement.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jpath/src/java/org/apache/commons/jpath/tree/AbstractBeanElement.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AbstractBeanElement.java	3 Jun 2001 21:19:37 -0000	1.1
  +++ AbstractBeanElement.java	13 Oct 2003 07:56:40 -0000	1.2
  @@ -23,11 +23,11 @@
    *    distribution.
    *
    * 3. The end-user documentation included with the redistribution, if
  - *    any, must include the following acknowlegement:
  + *    any, must include the following acknowledgement:
    *       "This product includes software developed by the
    *        Apache Software Foundation (http://www.apache.org/)."
  - *    Alternately, this acknowlegement may appear in the software itself,
  - *    if and wherever such third-party acknowlegements normally appear.
  + *    Alternately, this acknowledgement may appear in the software itself,
  + *    if and wherever such third-party acknowledgements normally appear.
    *
    * 4. The names "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  @@ -36,7 +36,7 @@
    *
    * 5. Products derived from this software may not be called "Apache"
    *    nor may "Apache" appear in their names without prior written
  - *    permission of the Apache Group.
  + *    permission of the Apache Software Foundation.
    *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
    * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  
  
  
  1.2       +8 -8      jakarta-commons-sandbox/jpath/src/java/org/apache/commons/jpath/tree/AbstractBeanNode.java
  
  Index: AbstractBeanNode.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jpath/src/java/org/apache/commons/jpath/tree/AbstractBeanNode.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AbstractBeanNode.java	3 Jun 2001 21:19:37 -0000	1.1
  +++ AbstractBeanNode.java	13 Oct 2003 07:56:40 -0000	1.2
  @@ -23,11 +23,11 @@
    *    distribution.
    *
    * 3. The end-user documentation included with the redistribution, if
  - *    any, must include the following acknowlegement:
  + *    any, must include the following acknowledgement:
    *       "This product includes software developed by the
    *        Apache Software Foundation (http://www.apache.org/)."
  - *    Alternately, this acknowlegement may appear in the software itself,
  - *    if and wherever such third-party acknowlegements normally appear.
  + *    Alternately, this acknowledgement may appear in the software itself,
  + *    if and wherever such third-party acknowledgements normally appear.
    *
    * 4. The names "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  @@ -36,7 +36,7 @@
    *
    * 5. Products derived from this software may not be called "Apache"
    *    nor may "Apache" appear in their names without prior written
  - *    permission of the Apache Group.
  + *    permission of the Apache Software Foundation.
    *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
    * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  
  
  
  1.2       +8 -8      jakarta-commons-sandbox/jpath/src/java/org/apache/commons/jpath/tree/ArrayNodeSequence.java
  
  Index: ArrayNodeSequence.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jpath/src/java/org/apache/commons/jpath/tree/ArrayNodeSequence.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ArrayNodeSequence.java	3 Jun 2001 21:19:37 -0000	1.1
  +++ ArrayNodeSequence.java	13 Oct 2003 07:56:40 -0000	1.2
  @@ -23,11 +23,11 @@
    *    distribution.
    *
    * 3. The end-user documentation included with the redistribution, if
  - *    any, must include the following acknowlegement:
  + *    any, must include the following acknowledgement:
    *       "This product includes software developed by the
    *        Apache Software Foundation (http://www.apache.org/)."
  - *    Alternately, this acknowlegement may appear in the software itself,
  - *    if and wherever such third-party acknowlegements normally appear.
  + *    Alternately, this acknowledgement may appear in the software itself,
  + *    if and wherever such third-party acknowledgements normally appear.
    *
    * 4. The names "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  @@ -36,7 +36,7 @@
    *
    * 5. Products derived from this software may not be called "Apache"
    *    nor may "Apache" appear in their names without prior written
  - *    permission of the Apache Group.
  + *    permission of the Apache Software Foundation.
    *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
    * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  
  
  
  1.2       +8 -8      jakarta-commons-sandbox/jpath/src/java/org/apache/commons/jpath/tree/BeanDocument.java
  
  Index: BeanDocument.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jpath/src/java/org/apache/commons/jpath/tree/BeanDocument.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- BeanDocument.java	3 Jun 2001 21:19:37 -0000	1.1
  +++ BeanDocument.java	13 Oct 2003 07:56:40 -0000	1.2
  @@ -23,11 +23,11 @@
    *    distribution.
    *
    * 3. The end-user documentation included with the redistribution, if
  - *    any, must include the following acknowlegement:
  + *    any, must include the following acknowledgement:
    *       "This product includes software developed by the
    *        Apache Software Foundation (http://www.apache.org/)."
  - *    Alternately, this acknowlegement may appear in the software itself,
  - *    if and wherever such third-party acknowlegements normally appear.
  + *    Alternately, this acknowledgement may appear in the software itself,
  + *    if and wherever such third-party acknowledgements normally appear.
    *
    * 4. The names "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  @@ -36,7 +36,7 @@
    *
    * 5. Products derived from this software may not be called "Apache"
    *    nor may "Apache" appear in their names without prior written
  - *    permission of the Apache Group.
  + *    permission of the Apache Software Foundation.
    *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
    * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  
  
  
  1.2       +8 -8      jakarta-commons-sandbox/jpath/src/java/org/apache/commons/jpath/tree/BeanElement.java
  
  Index: BeanElement.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jpath/src/java/org/apache/commons/jpath/tree/BeanElement.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- BeanElement.java	3 Jun 2001 21:19:37 -0000	1.1
  +++ BeanElement.java	13 Oct 2003 07:56:40 -0000	1.2
  @@ -23,11 +23,11 @@
    *    distribution.
    *
    * 3. The end-user documentation included with the redistribution, if
  - *    any, must include the following acknowlegement:
  + *    any, must include the following acknowledgement:
    *       "This product includes software developed by the
    *        Apache Software Foundation (http://www.apache.org/)."
  - *    Alternately, this acknowlegement may appear in the software itself,
  - *    if and wherever such third-party acknowlegements normally appear.
  + *    Alternately, this acknowledgement may appear in the software itself,
  + *    if and wherever such third-party acknowledgements normally appear.
    *
    * 4. The names "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  @@ -36,7 +36,7 @@
    *
    * 5. Products derived from this software may not be called "Apache"
    *    nor may "Apache" appear in their names without prior written
  - *    permission of the Apache Group.
  + *    permission of the Apache Software Foundation.
    *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
    * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  
  
  
  1.2       +8 -8      jakarta-commons-sandbox/jpath/src/java/org/apache/commons/jpath/tree/BeanElementList.java
  
  Index: BeanElementList.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jpath/src/java/org/apache/commons/jpath/tree/BeanElementList.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- BeanElementList.java	3 Jun 2001 21:19:37 -0000	1.1
  +++ BeanElementList.java	13 Oct 2003 07:56:40 -0000	1.2
  @@ -23,11 +23,11 @@
    *    distribution.
    *
    * 3. The end-user documentation included with the redistribution, if
  - *    any, must include the following acknowlegement:
  + *    any, must include the following acknowledgement:
    *       "This product includes software developed by the
    *        Apache Software Foundation (http://www.apache.org/)."
  - *    Alternately, this acknowlegement may appear in the software itself,
  - *    if and wherever such third-party acknowlegements normally appear.
  + *    Alternately, this acknowledgement may appear in the software itself,
  + *    if and wherever such third-party acknowledgements normally appear.
    *
    * 4. The names "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  @@ -36,7 +36,7 @@
    *
    * 5. Products derived from this software may not be called "Apache"
    *    nor may "Apache" appear in their names without prior written
  - *    permission of the Apache Group.
  + *    permission of the Apache Software Foundation.
    *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
    * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  
  
  
  1.2       +8 -8      jakarta-commons-sandbox/jpath/src/java/org/apache/commons/jpath/tree/BeanNamedNodeMap.java
  
  Index: BeanNamedNodeMap.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jpath/src/java/org/apache/commons/jpath/tree/BeanNamedNodeMap.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- BeanNamedNodeMap.java	3 Jun 2001 21:19:37 -0000	1.1
  +++ BeanNamedNodeMap.java	13 Oct 2003 07:56:40 -0000	1.2
  @@ -23,11 +23,11 @@
    *    distribution.
    *
    * 3. The end-user documentation included with the redistribution, if
  - *    any, must include the following acknowlegement:
  + *    any, must include the following acknowledgement:
    *       "This product includes software developed by the
    *        Apache Software Foundation (http://www.apache.org/)."
  - *    Alternately, this acknowlegement may appear in the software itself,
  - *    if and wherever such third-party acknowlegements normally appear.
  + *    Alternately, this acknowledgement may appear in the software itself,
  + *    if and wherever such third-party acknowledgements normally appear.
    *
    * 4. The names "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  @@ -36,7 +36,7 @@
    *
    * 5. Products derived from this software may not be called "Apache"
    *    nor may "Apache" appear in their names without prior written
  - *    permission of the Apache Group.
  + *    permission of the Apache Software Foundation.
    *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
    * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  
  
  
  1.2       +8 -8      jakarta-commons-sandbox/jpath/src/java/org/apache/commons/jpath/tree/BeanNodeFactory.java
  
  Index: BeanNodeFactory.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jpath/src/java/org/apache/commons/jpath/tree/BeanNodeFactory.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- BeanNodeFactory.java	3 Jun 2001 21:19:37 -0000	1.1
  +++ BeanNodeFactory.java	13 Oct 2003 07:56:40 -0000	1.2
  @@ -23,11 +23,11 @@
    *    distribution.
    *
    * 3. The end-user documentation included with the redistribution, if
  - *    any, must include the following acknowlegement:
  + *    any, must include the following acknowledgement:
    *       "This product includes software developed by the
    *        Apache Software Foundation (http://www.apache.org/)."
  - *    Alternately, this acknowlegement may appear in the software itself,
  - *    if and wherever such third-party acknowlegements normally appear.
  + *    Alternately, this acknowledgement may appear in the software itself,
  + *    if and wherever such third-party acknowledgements normally appear.
    *
    * 4. The names "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  @@ -36,7 +36,7 @@
    *
    * 5. Products derived from this software may not be called "Apache"
    *    nor may "Apache" appear in their names without prior written
  - *    permission of the Apache Group.
  + *    permission of the Apache Software Foundation.
    *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
    * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  
  
  
  1.2       +8 -8      jakarta-commons-sandbox/jpath/src/java/org/apache/commons/jpath/tree/BeanNodeList.java
  
  Index: BeanNodeList.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jpath/src/java/org/apache/commons/jpath/tree/BeanNodeList.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- BeanNodeList.java	3 Jun 2001 21:19:37 -0000	1.1
  +++ BeanNodeList.java	13 Oct 2003 07:56:40 -0000	1.2
  @@ -23,11 +23,11 @@
    *    distribution.
    *
    * 3. The end-user documentation included with the redistribution, if
  - *    any, must include the following acknowlegement:
  + *    any, must include the following acknowledgement:
    *       "This product includes software developed by the
    *        Apache Software Foundation (http://www.apache.org/)."
  - *    Alternately, this acknowlegement may appear in the software itself,
  - *    if and wherever such third-party acknowlegements normally appear.
  + *    Alternately, this acknowledgement may appear in the software itself,
  + *    if and wherever such third-party acknowledgements normally appear.
    *
    * 4. The names "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  @@ -36,7 +36,7 @@
    *
    * 5. Products derived from this software may not be called "Apache"
    *    nor may "Apache" appear in their names without prior written
  - *    permission of the Apache Group.
  + *    permission of the Apache Software Foundation.
    *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
    * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  
  
  
  1.2       +8 -8      jakarta-commons-sandbox/jpath/src/java/org/apache/commons/jpath/tree/CollectionNodeSequence.java
  
  Index: CollectionNodeSequence.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jpath/src/java/org/apache/commons/jpath/tree/CollectionNodeSequence.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- CollectionNodeSequence.java	3 Jun 2001 21:19:37 -0000	1.1
  +++ CollectionNodeSequence.java	13 Oct 2003 07:56:40 -0000	1.2
  @@ -23,11 +23,11 @@
    *    distribution.
    *
    * 3. The end-user documentation included with the redistribution, if
  - *    any, must include the following acknowlegement:
  + *    any, must include the following acknowledgement:
    *       "This product includes software developed by the
    *        Apache Software Foundation (http://www.apache.org/)."
  - *    Alternately, this acknowlegement may appear in the software itself,
  - *    if and wherever such third-party acknowlegements normally appear.
  + *    Alternately, this acknowledgement may appear in the software itself,
  + *    if and wherever such third-party acknowledgements normally appear.
    *
    * 4. The names "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  @@ -36,7 +36,7 @@
    *
    * 5. Products derived from this software may not be called "Apache"
    *    nor may "Apache" appear in their names without prior written
  - *    permission of the Apache Group.
  + *    permission of the Apache Software Foundation.
    *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
    * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  
  
  
  1.2       +8 -8      jakarta-commons-sandbox/jpath/src/java/org/apache/commons/jpath/tree/DynamicPropertyElementList.java
  
  Index: DynamicPropertyElementList.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jpath/src/java/org/apache/commons/jpath/tree/DynamicPropertyElementList.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DynamicPropertyElementList.java	3 Jun 2001 21:19:37 -0000	1.1
  +++ DynamicPropertyElementList.java	13 Oct 2003 07:56:40 -0000	1.2
  @@ -23,11 +23,11 @@
    *    distribution.
    *
    * 3. The end-user documentation included with the redistribution, if
  - *    any, must include the following acknowlegement:
  + *    any, must include the following acknowledgement:
    *       "This product includes software developed by the
    *        Apache Software Foundation (http://www.apache.org/)."
  - *    Alternately, this acknowlegement may appear in the software itself,
  - *    if and wherever such third-party acknowlegements normally appear.
  + *    Alternately, this acknowledgement may appear in the software itself,
  + *    if and wherever such third-party acknowledgements normally appear.
    *
    * 4. The names "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  @@ -36,7 +36,7 @@
    *
    * 5. Products derived from this software may not be called "Apache"
    *    nor may "Apache" appear in their names without prior written
  - *    permission of the Apache Group.
  + *    permission of the Apache Software Foundation.
    *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
    * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  
  
  
  1.2       +8 -8      jakarta-commons-sandbox/jpath/src/java/org/apache/commons/jpath/tree/ElementList.java
  
  Index: ElementList.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jpath/src/java/org/apache/commons/jpath/tree/ElementList.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ElementList.java	3 Jun 2001 21:19:37 -0000	1.1
  +++ ElementList.java	13 Oct 2003 07:56:40 -0000	1.2
  @@ -23,11 +23,11 @@
    *    distribution.
    *
    * 3. The end-user documentation included with the redistribution, if
  - *    any, must include the following acknowlegement:
  + *    any, must include the following acknowledgement:
    *       "This product includes software developed by the
    *        Apache Software Foundation (http://www.apache.org/)."
  - *    Alternately, this acknowlegement may appear in the software itself,
  - *    if and wherever such third-party acknowlegements normally appear.
  + *    Alternately, this acknowledgement may appear in the software itself,
  + *    if and wherever such third-party acknowledgements normally appear.
    *
    * 4. The names "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  @@ -36,7 +36,7 @@
    *
    * 5. Products derived from this software may not be called "Apache"
    *    nor may "Apache" appear in their names without prior written
  - *    permission of the Apache Group.
  + *    permission of the Apache Software Foundation.
    *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
    * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  
  
  
  1.2       +8 -8      jakarta-commons-sandbox/jpath/src/java/org/apache/commons/jpath/tree/JPathException.java
  
  Index: JPathException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jpath/src/java/org/apache/commons/jpath/tree/JPathException.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JPathException.java	3 Jun 2001 21:19:37 -0000	1.1
  +++ JPathException.java	13 Oct 2003 07:56:40 -0000	1.2
  @@ -23,11 +23,11 @@
    *    distribution.
    *
    * 3. The end-user documentation included with the redistribution, if
  - *    any, must include the following acknowlegement:
  + *    any, must include the following acknowledgement:
    *       "This product includes software developed by the
    *        Apache Software Foundation (http://www.apache.org/)."
  - *    Alternately, this acknowlegement may appear in the software itself,
  - *    if and wherever such third-party acknowlegements normally appear.
  + *    Alternately, this acknowledgement may appear in the software itself,
  + *    if and wherever such third-party acknowledgements normally appear.
    *
    * 4. The names "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  @@ -36,7 +36,7 @@
    *
    * 5. Products derived from this software may not be called "Apache"
    *    nor may "Apache" appear in their names without prior written
  - *    permission of the Apache Group.
  + *    permission of the Apache Software Foundation.
    *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
    * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  
  
  
  1.2       +8 -8      jakarta-commons-sandbox/jpath/src/java/org/apache/commons/jpath/tree/MapDynamicPropertyHandler.java
  
  Index: MapDynamicPropertyHandler.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jpath/src/java/org/apache/commons/jpath/tree/MapDynamicPropertyHandler.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- MapDynamicPropertyHandler.java	3 Jun 2001 21:19:37 -0000	1.1
  +++ MapDynamicPropertyHandler.java	13 Oct 2003 07:56:40 -0000	1.2
  @@ -23,11 +23,11 @@
    *    distribution.
    *
    * 3. The end-user documentation included with the redistribution, if
  - *    any, must include the following acknowlegement:
  + *    any, must include the following acknowledgement:
    *       "This product includes software developed by the
    *        Apache Software Foundation (http://www.apache.org/)."
  - *    Alternately, this acknowlegement may appear in the software itself,
  - *    if and wherever such third-party acknowlegements normally appear.
  + *    Alternately, this acknowledgement may appear in the software itself,
  + *    if and wherever such third-party acknowledgements normally appear.
    *
    * 4. The names "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  @@ -36,7 +36,7 @@
    *
    * 5. Products derived from this software may not be called "Apache"
    *    nor may "Apache" appear in their names without prior written
  - *    permission of the Apache Group.
  + *    permission of the Apache Software Foundation.
    *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
    * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  
  
  
  1.2       +8 -8      jakarta-commons-sandbox/jpath/src/java/org/apache/commons/jpath/tree/NodeSequence.java
  
  Index: NodeSequence.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jpath/src/java/org/apache/commons/jpath/tree/NodeSequence.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- NodeSequence.java	3 Jun 2001 21:19:37 -0000	1.1
  +++ NodeSequence.java	13 Oct 2003 07:56:40 -0000	1.2
  @@ -23,11 +23,11 @@
    *    distribution.
    *
    * 3. The end-user documentation included with the redistribution, if
  - *    any, must include the following acknowlegement:
  + *    any, must include the following acknowledgement:
    *       "This product includes software developed by the
    *        Apache Software Foundation (http://www.apache.org/)."
  - *    Alternately, this acknowlegement may appear in the software itself,
  - *    if and wherever such third-party acknowlegements normally appear.
  + *    Alternately, this acknowledgement may appear in the software itself,
  + *    if and wherever such third-party acknowledgements normally appear.
    *
    * 4. The names "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  @@ -36,7 +36,7 @@
    *
    * 5. Products derived from this software may not be called "Apache"
    *    nor may "Apache" appear in their names without prior written
  - *    permission of the Apache Group.
  + *    permission of the Apache Software Foundation.
    *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
    * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  
  
  
  1.2       +8 -8      jakarta-commons-sandbox/jpath/src/java/org/apache/commons/jpath/tree/NodeSequencer.java
  
  Index: NodeSequencer.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jpath/src/java/org/apache/commons/jpath/tree/NodeSequencer.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- NodeSequencer.java	3 Jun 2001 21:19:37 -0000	1.1
  +++ NodeSequencer.java	13 Oct 2003 07:56:40 -0000	1.2
  @@ -23,11 +23,11 @@
    *    distribution.
    *
    * 3. The end-user documentation included with the redistribution, if
  - *    any, must include the following acknowlegement:
  + *    any, must include the following acknowledgement:
    *       "This product includes software developed by the
    *        Apache Software Foundation (http://www.apache.org/)."
  - *    Alternately, this acknowlegement may appear in the software itself,
  - *    if and wherever such third-party acknowlegements normally appear.
  + *    Alternately, this acknowledgement may appear in the software itself,
  + *    if and wherever such third-party acknowledgements normally appear.
    *
    * 4. The names "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  @@ -36,7 +36,7 @@
    *
    * 5. Products derived from this software may not be called "Apache"
    *    nor may "Apache" appear in their names without prior written
  - *    permission of the Apache Group.
  + *    permission of the Apache Software Foundation.
    *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
    * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  
  
  
  1.2       +8 -8      jakarta-commons-sandbox/jpath/src/java/org/apache/commons/jpath/tree/ProcessedBeanInfo.java
  
  Index: ProcessedBeanInfo.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jpath/src/java/org/apache/commons/jpath/tree/ProcessedBeanInfo.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ProcessedBeanInfo.java	3 Jun 2001 21:19:37 -0000	1.1
  +++ ProcessedBeanInfo.java	13 Oct 2003 07:56:40 -0000	1.2
  @@ -23,11 +23,11 @@
    *    distribution.
    *
    * 3. The end-user documentation included with the redistribution, if
  - *    any, must include the following acknowlegement:
  + *    any, must include the following acknowledgement:
    *       "This product includes software developed by the
    *        Apache Software Foundation (http://www.apache.org/)."
  - *    Alternately, this acknowlegement may appear in the software itself,
  - *    if and wherever such third-party acknowlegements normally appear.
  + *    Alternately, this acknowledgement may appear in the software itself,
  + *    if and wherever such third-party acknowledgements normally appear.
    *
    * 4. The names "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  @@ -36,7 +36,7 @@
    *
    * 5. Products derived from this software may not be called "Apache"
    *    nor may "Apache" appear in their names without prior written
  - *    permission of the Apache Group.
  + *    permission of the Apache Software Foundation.
    *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
    * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  
  
  
  1.2       +8 -8      jakarta-commons-sandbox/jpath/src/java/org/apache/commons/jpath/tree/ProcessingIntrospector.java
  
  Index: ProcessingIntrospector.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jpath/src/java/org/apache/commons/jpath/tree/ProcessingIntrospector.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ProcessingIntrospector.java	3 Jun 2001 21:19:37 -0000	1.1
  +++ ProcessingIntrospector.java	13 Oct 2003 07:56:40 -0000	1.2
  @@ -23,11 +23,11 @@
    *    distribution.
    *
    * 3. The end-user documentation included with the redistribution, if
  - *    any, must include the following acknowlegement:
  + *    any, must include the following acknowledgement:
    *       "This product includes software developed by the
    *        Apache Software Foundation (http://www.apache.org/)."
  - *    Alternately, this acknowlegement may appear in the software itself,
  - *    if and wherever such third-party acknowlegements normally appear.
  + *    Alternately, this acknowledgement may appear in the software itself,
  + *    if and wherever such third-party acknowledgements normally appear.
    *
    * 4. The names "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  @@ -36,7 +36,7 @@
    *
    * 5. Products derived from this software may not be called "Apache"
    *    nor may "Apache" appear in their names without prior written
  - *    permission of the Apache Group.
  + *    permission of the Apache Software Foundation.
    *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
    * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  
  
  
  1.2       +8 -8      jakarta-commons-sandbox/jpath/src/java/org/apache/commons/jpath/tree/ValueHandle.java
  
  Index: ValueHandle.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jpath/src/java/org/apache/commons/jpath/tree/ValueHandle.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ValueHandle.java	3 Jun 2001 21:19:37 -0000	1.1
  +++ ValueHandle.java	13 Oct 2003 07:56:40 -0000	1.2
  @@ -23,11 +23,11 @@
    *    distribution.
    *
    * 3. The end-user documentation included with the redistribution, if
  - *    any, must include the following acknowlegement:
  + *    any, must include the following acknowledgement:
    *       "This product includes software developed by the
    *        Apache Software Foundation (http://www.apache.org/)."
  - *    Alternately, this acknowlegement may appear in the software itself,
  - *    if and wherever such third-party acknowlegements normally appear.
  + *    Alternately, this acknowledgement may appear in the software itself,
  + *    if and wherever such third-party acknowledgements normally appear.
    *
    * 4. The names "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  @@ -36,7 +36,7 @@
    *
    * 5. Products derived from this software may not be called "Apache"
    *    nor may "Apache" appear in their names without prior written
  - *    permission of the Apache Group.
  + *    permission of the Apache Software Foundation.
    *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
    * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  
  
  
  1.2       +8 -8      jakarta-commons-sandbox/jpath/src/java/org/apache/commons/jpath/tree/ValueNode.java
  
  Index: ValueNode.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jpath/src/java/org/apache/commons/jpath/tree/ValueNode.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ValueNode.java	3 Jun 2001 21:19:37 -0000	1.1
  +++ ValueNode.java	13 Oct 2003 07:56:40 -0000	1.2
  @@ -23,11 +23,11 @@
    *    distribution.
    *
    * 3. The end-user documentation included with the redistribution, if
  - *    any, must include the following acknowlegement:
  + *    any, must include the following acknowledgement:
    *       "This product includes software developed by the
    *        Apache Software Foundation (http://www.apache.org/)."
  - *    Alternately, this acknowlegement may appear in the software itself,
  - *    if and wherever such third-party acknowlegements normally appear.
  + *    Alternately, this acknowledgement may appear in the software itself,
  + *    if and wherever such third-party acknowledgements normally appear.
    *
    * 4. The names "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  @@ -36,7 +36,7 @@
    *
    * 5. Products derived from this software may not be called "Apache"
    *    nor may "Apache" appear in their names without prior written
  - *    permission of the Apache Group.
  + *    permission of the Apache Software Foundation.
    *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
    * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  
  
  
  1.2       +8 -8      jakarta-commons-sandbox/jpath/src/java/org/apache/commons/jpath/tree/ValueNodeList.java
  
  Index: ValueNodeList.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jpath/src/java/org/apache/commons/jpath/tree/ValueNodeList.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ValueNodeList.java	3 Jun 2001 21:19:37 -0000	1.1
  +++ ValueNodeList.java	13 Oct 2003 07:56:40 -0000	1.2
  @@ -23,11 +23,11 @@
    *    distribution.
    *
    * 3. The end-user documentation included with the redistribution, if
  - *    any, must include the following acknowlegement:
  + *    any, must include the following acknowledgement:
    *       "This product includes software developed by the
    *        Apache Software Foundation (http://www.apache.org/)."
  - *    Alternately, this acknowlegement may appear in the software itself,
  - *    if and wherever such third-party acknowlegements normally appear.
  + *    Alternately, this acknowledgement may appear in the software itself,
  + *    if and wherever such third-party acknowledgements normally appear.
    *
    * 4. The names "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  @@ -36,7 +36,7 @@
    *
    * 5. Products derived from this software may not be called "Apache"
    *    nor may "Apache" appear in their names without prior written
  - *    permission of the Apache Group.
  + *    permission of the Apache Software Foundation.
    *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
    * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  
  
  
  1.2       +8 -8      jakarta-commons-sandbox/jpath/src/java/org/apache/commons/jpath/tree/ValueNodeSequence.java
  
  Index: ValueNodeSequence.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jpath/src/java/org/apache/commons/jpath/tree/ValueNodeSequence.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ValueNodeSequence.java	3 Jun 2001 21:19:37 -0000	1.1
  +++ ValueNodeSequence.java	13 Oct 2003 07:56:40 -0000	1.2
  @@ -23,11 +23,11 @@
    *    distribution.
    *
    * 3. The end-user documentation included with the redistribution, if
  - *    any, must include the following acknowlegement:
  + *    any, must include the following acknowledgement:
    *       "This product includes software developed by the
    *        Apache Software Foundation (http://www.apache.org/)."
  - *    Alternately, this acknowlegement may appear in the software itself,
  - *    if and wherever such third-party acknowlegements normally appear.
  + *    Alternately, this acknowledgement may appear in the software itself,
  + *    if and wherever such third-party acknowledgements normally appear.
    *
    * 4. The names "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  @@ -36,7 +36,7 @@
    *
    * 5. Products derived from this software may not be called "Apache"
    *    nor may "Apache" appear in their names without prior written
  - *    permission of the Apache Group.
  + *    permission of the Apache Software Foundation.
    *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
    * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org