rdonkin     2003/10/09 13:40:09

  Modified:    beanutils/src/test/org/apache/commons/beanutils A.java
                        AbstractChild.java AbstractParent.java
                        AlphaBean.java BasicDynaBeanTestCase.java
                        BeanCollectionsTestSuite.java
                        BeanComparatorTestCase.java
                        BeanPropertyValueChangeClosureTest.java
                        BeanPropertyValueEqualsPredicateTest.java
                        BeanToPropertyValueTransformerTest.java
                        BeanUtilsBenchCase.java BeanUtilsTestCase.java
                        BeanWithInnerBean.java BeanificationTestCase.java
                        BenchBean.java BetaBean.java Child.java
                        ConstructorUtilsTestCase.java
                        ConvertUtilsTestCase.java
                        DynaBeanUtilsTestCase.java
                        DynaPropertyUtilsTestCase.java
                        DynaResultSetTestCase.java DynaRowSetTestCase.java
                        ExtendMapBean.java MappedPropertyTestBean.java
                        MethodUtilsTestCase.java NestedTestBean.java
                        PassTestException.java PrimitiveBean.java
                        PropertyUtilsBenchCase.java
                        PropertyUtilsTestCase.java SonOfAlphaBean.java
                        TestBean.java TestBeanPackageSubclass.java
                        TestBeanPublicSubclass.java TestResultSet.java
                        TestResultSetMetaData.java
                        ThrowExceptionConverter.java
                        WrapDynaBeanTestCase.java
  Log:
  Fixed typos in apache licenses
  
  Revision  Changes    Path
  1.3       +5 -5      
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/A.java
  
  Index: A.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/A.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- A.java    5 Oct 2003 13:33:28 -0000       1.2
  +++ A.java    9 Oct 2003 20:40:07 -0000       1.3
  @@ -26,8 +26,8 @@
    *    if 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 "Apache", "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  
  
  
  1.3       +5 -5      
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/AbstractChild.java
  
  Index: AbstractChild.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/AbstractChild.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AbstractChild.java        5 Oct 2003 13:33:28 -0000       1.2
  +++ AbstractChild.java        9 Oct 2003 20:40:07 -0000       1.3
  @@ -26,8 +26,8 @@
    *    if 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 "Apache", "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  
  
  
  1.4       +4 -4      
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/AbstractParent.java
  
  Index: AbstractParent.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/AbstractParent.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- AbstractParent.java       5 Oct 2003 13:33:28 -0000       1.3
  +++ AbstractParent.java       9 Oct 2003 20:40:07 -0000       1.4
  @@ -26,8 +26,8 @@
    *    if 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 "Apache", "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  
  
  
  1.5       +5 -5      
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/AlphaBean.java
  
  Index: AlphaBean.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/AlphaBean.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- AlphaBean.java    5 Oct 2003 13:33:28 -0000       1.4
  +++ AlphaBean.java    9 Oct 2003 20:40:07 -0000       1.5
  @@ -26,8 +26,8 @@
    *    if 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 "Apache", "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  
  
  
  1.9       +6 -6      
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/BasicDynaBeanTestCase.java
  
  Index: BasicDynaBeanTestCase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/BasicDynaBeanTestCase.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- BasicDynaBeanTestCase.java        5 Oct 2003 13:33:28 -0000       1.8
  +++ BasicDynaBeanTestCase.java        9 Oct 2003 20:40:07 -0000       1.9
  @@ -26,8 +26,8 @@
    *    if 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 "Apache", "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  
  
  
  1.3       +6 -6      
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/BeanCollectionsTestSuite.java
  
  Index: BeanCollectionsTestSuite.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/BeanCollectionsTestSuite.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- BeanCollectionsTestSuite.java     5 Oct 2003 13:33:28 -0000       1.2
  +++ BeanCollectionsTestSuite.java     9 Oct 2003 20:40:07 -0000       1.3
  @@ -26,8 +26,8 @@
    *    if 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 "Apache", "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  
  
  
  1.5       +6 -6      
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/BeanComparatorTestCase.java
  
  Index: BeanComparatorTestCase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/BeanComparatorTestCase.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- BeanComparatorTestCase.java       5 Oct 2003 13:33:28 -0000       1.4
  +++ BeanComparatorTestCase.java       9 Oct 2003 20:40:07 -0000       1.5
  @@ -26,8 +26,8 @@
    *    if 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 "Apache", "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  
  
  
  1.3       +5 -5      
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/BeanPropertyValueChangeClosureTest.java
  
  Index: BeanPropertyValueChangeClosureTest.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/BeanPropertyValueChangeClosureTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- BeanPropertyValueChangeClosureTest.java   5 Oct 2003 13:33:29 -0000       1.2
  +++ BeanPropertyValueChangeClosureTest.java   9 Oct 2003 20:40:07 -0000       1.3
  @@ -26,8 +26,8 @@
    *    if 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 "Apache", "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  
  
  
  1.3       +5 -5      
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/BeanPropertyValueEqualsPredicateTest.java
  
  Index: BeanPropertyValueEqualsPredicateTest.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/BeanPropertyValueEqualsPredicateTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- BeanPropertyValueEqualsPredicateTest.java 5 Oct 2003 13:33:29 -0000       1.2
  +++ BeanPropertyValueEqualsPredicateTest.java 9 Oct 2003 20:40:07 -0000       1.3
  @@ -26,8 +26,8 @@
    *    if 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 "Apache", "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  
  
  
  1.3       +5 -5      
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/BeanToPropertyValueTransformerTest.java
  
  Index: BeanToPropertyValueTransformerTest.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/BeanToPropertyValueTransformerTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- BeanToPropertyValueTransformerTest.java   5 Oct 2003 13:33:29 -0000       1.2
  +++ BeanToPropertyValueTransformerTest.java   9 Oct 2003 20:40:07 -0000       1.3
  @@ -26,8 +26,8 @@
    *    if 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 "Apache", "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  
  
  
  1.3       +5 -5      
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/BeanUtilsBenchCase.java
  
  Index: BeanUtilsBenchCase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/BeanUtilsBenchCase.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- BeanUtilsBenchCase.java   5 Oct 2003 13:33:29 -0000       1.2
  +++ BeanUtilsBenchCase.java   9 Oct 2003 20:40:07 -0000       1.3
  @@ -26,8 +26,8 @@
    *    if 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 "Apache", "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  
  
  
  1.27      +6 -6      
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/BeanUtilsTestCase.java
  
  Index: BeanUtilsTestCase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/BeanUtilsTestCase.java,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- BeanUtilsTestCase.java    5 Oct 2003 13:33:29 -0000       1.26
  +++ BeanUtilsTestCase.java    9 Oct 2003 20:40:07 -0000       1.27
  @@ -26,8 +26,8 @@
    *    if 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 "Apache", "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  
  
  
  1.3       +5 -5      
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/BeanWithInnerBean.java
  
  Index: BeanWithInnerBean.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/BeanWithInnerBean.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- BeanWithInnerBean.java    5 Oct 2003 13:33:29 -0000       1.2
  +++ BeanWithInnerBean.java    9 Oct 2003 20:40:07 -0000       1.3
  @@ -26,8 +26,8 @@
    *    if 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 "Apache", "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  
  
  
  1.4       +5 -5      
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/BeanificationTestCase.java
  
  Index: BeanificationTestCase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/BeanificationTestCase.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- BeanificationTestCase.java        5 Oct 2003 13:33:29 -0000       1.3
  +++ BeanificationTestCase.java        9 Oct 2003 20:40:07 -0000       1.4
  @@ -26,8 +26,8 @@
    *    if 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 "Apache", "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  
  
  
  1.3       +6 -6      
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/BenchBean.java
  
  Index: BenchBean.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/BenchBean.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- BenchBean.java    5 Oct 2003 13:33:29 -0000       1.2
  +++ BenchBean.java    9 Oct 2003 20:40:07 -0000       1.3
  @@ -26,8 +26,8 @@
    *    if 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 "Apache", "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  
  
  
  1.4       +4 -4      
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/BetaBean.java
  
  Index: BetaBean.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/BetaBean.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- BetaBean.java     5 Oct 2003 13:33:29 -0000       1.3
  +++ BetaBean.java     9 Oct 2003 20:40:07 -0000       1.4
  @@ -26,8 +26,8 @@
    *    if 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 "Apache", "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  
  
  
  1.3       +5 -5      
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/Child.java
  
  Index: Child.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/Child.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Child.java        5 Oct 2003 13:33:29 -0000       1.2
  +++ Child.java        9 Oct 2003 20:40:07 -0000       1.3
  @@ -26,8 +26,8 @@
    *    if 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 "Apache", "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  
  
  
  1.3       +5 -5      
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/ConstructorUtilsTestCase.java
  
  Index: ConstructorUtilsTestCase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/ConstructorUtilsTestCase.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ConstructorUtilsTestCase.java     5 Oct 2003 13:33:29 -0000       1.2
  +++ ConstructorUtilsTestCase.java     9 Oct 2003 20:40:07 -0000       1.3
  @@ -26,8 +26,8 @@
    *    if 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 "Apache", "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  
  
  
  1.9       +6 -6      
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/ConvertUtilsTestCase.java
  
  Index: ConvertUtilsTestCase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/ConvertUtilsTestCase.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- ConvertUtilsTestCase.java 5 Oct 2003 13:33:29 -0000       1.8
  +++ ConvertUtilsTestCase.java 9 Oct 2003 20:40:07 -0000       1.9
  @@ -26,8 +26,8 @@
    *    if 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 "Apache", "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  
  
  
  1.20      +6 -6      
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/DynaBeanUtilsTestCase.java
  
  Index: DynaBeanUtilsTestCase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/DynaBeanUtilsTestCase.java,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- DynaBeanUtilsTestCase.java        5 Oct 2003 13:33:29 -0000       1.19
  +++ DynaBeanUtilsTestCase.java        9 Oct 2003 20:40:07 -0000       1.20
  @@ -26,8 +26,8 @@
    *    if 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 "Apache", "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  
  
  
  1.11      +6 -6      
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/DynaPropertyUtilsTestCase.java
  
  Index: DynaPropertyUtilsTestCase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/DynaPropertyUtilsTestCase.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- DynaPropertyUtilsTestCase.java    5 Oct 2003 13:33:29 -0000       1.10
  +++ DynaPropertyUtilsTestCase.java    9 Oct 2003 20:40:07 -0000       1.11
  @@ -26,8 +26,8 @@
    *    if 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 "Apache", "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  
  
  
  1.4       +5 -5      
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/DynaResultSetTestCase.java
  
  Index: DynaResultSetTestCase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/DynaResultSetTestCase.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DynaResultSetTestCase.java        5 Oct 2003 13:33:29 -0000       1.3
  +++ DynaResultSetTestCase.java        9 Oct 2003 20:40:07 -0000       1.4
  @@ -26,8 +26,8 @@
    *    if 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 "Apache", "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  
  
  
  1.4       +5 -5      
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/DynaRowSetTestCase.java
  
  Index: DynaRowSetTestCase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/DynaRowSetTestCase.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DynaRowSetTestCase.java   5 Oct 2003 13:33:29 -0000       1.3
  +++ DynaRowSetTestCase.java   9 Oct 2003 20:40:07 -0000       1.4
  @@ -26,8 +26,8 @@
    *    if 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 "Apache", "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  
  
  
  1.3       +5 -5      
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/ExtendMapBean.java
  
  Index: ExtendMapBean.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/ExtendMapBean.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ExtendMapBean.java        5 Oct 2003 13:33:29 -0000       1.2
  +++ ExtendMapBean.java        9 Oct 2003 20:40:07 -0000       1.3
  @@ -26,8 +26,8 @@
    *    if 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 "Apache", "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  
  
  
  1.3       +6 -6      
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/MappedPropertyTestBean.java
  
  Index: MappedPropertyTestBean.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/MappedPropertyTestBean.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MappedPropertyTestBean.java       5 Oct 2003 13:33:29 -0000       1.2
  +++ MappedPropertyTestBean.java       9 Oct 2003 20:40:07 -0000       1.3
  @@ -26,8 +26,8 @@
    *    if 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 "Apache", "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  
  
  
  1.13      +5 -5      
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/MethodUtilsTestCase.java
  
  Index: MethodUtilsTestCase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/MethodUtilsTestCase.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- MethodUtilsTestCase.java  5 Oct 2003 13:33:29 -0000       1.12
  +++ MethodUtilsTestCase.java  9 Oct 2003 20:40:07 -0000       1.13
  @@ -26,8 +26,8 @@
    *    if 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 "Apache", "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  
  
  
  1.3       +6 -6      
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/NestedTestBean.java
  
  Index: NestedTestBean.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/NestedTestBean.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- NestedTestBean.java       5 Oct 2003 13:33:29 -0000       1.2
  +++ NestedTestBean.java       9 Oct 2003 20:40:07 -0000       1.3
  @@ -26,8 +26,8 @@
    *    if 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 "Apache", "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  
  
  
  1.3       +5 -5      
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/PassTestException.java
  
  Index: PassTestException.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/PassTestException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- PassTestException.java    5 Oct 2003 13:33:29 -0000       1.2
  +++ PassTestException.java    9 Oct 2003 20:40:07 -0000       1.3
  @@ -26,8 +26,8 @@
    *    if 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 "Apache", "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  
  
  
  1.3       +5 -5      
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/PrimitiveBean.java
  
  Index: PrimitiveBean.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/PrimitiveBean.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- PrimitiveBean.java        5 Oct 2003 13:33:29 -0000       1.2
  +++ PrimitiveBean.java        9 Oct 2003 20:40:07 -0000       1.3
  @@ -26,8 +26,8 @@
    *    if 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 "Apache", "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  
  
  
  1.3       +5 -5      
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/PropertyUtilsBenchCase.java
  
  Index: PropertyUtilsBenchCase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/PropertyUtilsBenchCase.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- PropertyUtilsBenchCase.java       5 Oct 2003 13:33:29 -0000       1.2
  +++ PropertyUtilsBenchCase.java       9 Oct 2003 20:40:07 -0000       1.3
  @@ -26,8 +26,8 @@
    *    if 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 "Apache", "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  
  
  
  1.33      +6 -6      
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/PropertyUtilsTestCase.java
  
  Index: PropertyUtilsTestCase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/PropertyUtilsTestCase.java,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- PropertyUtilsTestCase.java        5 Oct 2003 13:33:29 -0000       1.32
  +++ PropertyUtilsTestCase.java        9 Oct 2003 20:40:07 -0000       1.33
  @@ -26,8 +26,8 @@
    *    if 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 "Apache", "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  
  
  
  1.3       +5 -5      
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/SonOfAlphaBean.java
  
  Index: SonOfAlphaBean.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/SonOfAlphaBean.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SonOfAlphaBean.java       5 Oct 2003 13:33:29 -0000       1.2
  +++ SonOfAlphaBean.java       9 Oct 2003 20:40:07 -0000       1.3
  @@ -26,8 +26,8 @@
    *    if 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 "Apache", "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  
  
  
  1.19      +6 -6      
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/TestBean.java
  
  Index: TestBean.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/TestBean.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- TestBean.java     5 Oct 2003 13:33:29 -0000       1.18
  +++ TestBean.java     9 Oct 2003 20:40:07 -0000       1.19
  @@ -26,8 +26,8 @@
    *    if 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 "Apache", "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  
  
  
  1.4       +5 -5      
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/TestBeanPackageSubclass.java
  
  Index: TestBeanPackageSubclass.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/TestBeanPackageSubclass.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TestBeanPackageSubclass.java      5 Oct 2003 13:33:29 -0000       1.3
  +++ TestBeanPackageSubclass.java      9 Oct 2003 20:40:07 -0000       1.4
  @@ -26,8 +26,8 @@
    *    if 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 "Apache", "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  
  
  
  1.4       +5 -5      
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/TestBeanPublicSubclass.java
  
  Index: TestBeanPublicSubclass.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/TestBeanPublicSubclass.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TestBeanPublicSubclass.java       5 Oct 2003 13:33:29 -0000       1.3
  +++ TestBeanPublicSubclass.java       9 Oct 2003 20:40:07 -0000       1.4
  @@ -26,8 +26,8 @@
    *    if 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 "Apache", "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  
  
  
  1.4       +5 -5      
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/TestResultSet.java
  
  Index: TestResultSet.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/TestResultSet.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TestResultSet.java        5 Oct 2003 13:33:29 -0000       1.3
  +++ TestResultSet.java        9 Oct 2003 20:40:07 -0000       1.4
  @@ -26,8 +26,8 @@
    *    if 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 "Apache", "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  
  
  
  1.3       +6 -6      
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/TestResultSetMetaData.java
  
  Index: TestResultSetMetaData.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/TestResultSetMetaData.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TestResultSetMetaData.java        5 Oct 2003 13:33:29 -0000       1.2
  +++ TestResultSetMetaData.java        9 Oct 2003 20:40:07 -0000       1.3
  @@ -26,8 +26,8 @@
    *    if 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 "Apache", "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  
  
  
  1.3       +5 -5      
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/ThrowExceptionConverter.java
  
  Index: ThrowExceptionConverter.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/ThrowExceptionConverter.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ThrowExceptionConverter.java      5 Oct 2003 13:33:29 -0000       1.2
  +++ ThrowExceptionConverter.java      9 Oct 2003 20:40:07 -0000       1.3
  @@ -26,8 +26,8 @@
    *    if 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 "Apache", "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  
  
  
  1.6       +6 -6      
jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/WrapDynaBeanTestCase.java
  
  Index: WrapDynaBeanTestCase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/beanutils/src/test/org/apache/commons/beanutils/WrapDynaBeanTestCase.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- WrapDynaBeanTestCase.java 5 Oct 2003 13:33:29 -0000       1.5
  +++ WrapDynaBeanTestCase.java 9 Oct 2003 20:40:07 -0000       1.6
  @@ -26,8 +26,8 @@
    *    if 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 "Apache", "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to