You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2003/10/05 23:26:46 UTC

cvs commit: jakarta-commons/collections/src/test/org/apache/commons/collections/iterators TestAll.java

scolebourne    2003/10/05 14:26:46

  Modified:    collections/src/java/org/apache/commons/collections/comparators
                        FixedOrderComparator.java
               collections/src/test/org/apache/commons/collections/comparators
                        TestAll.java
               collections/src/test/org/apache/commons/collections/iterators
                        TestAll.java
  Log:
  Update licence and version
  
  Revision  Changes    Path
  1.7       +4 -4      jakarta-commons/collections/src/java/org/apache/commons/collections/comparators/FixedOrderComparator.java
  
  Index: FixedOrderComparator.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/comparators/FixedOrderComparator.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- FixedOrderComparator.java	17 Sep 2003 08:38:59 -0000	1.6
  +++ FixedOrderComparator.java	5 Oct 2003 21:26:46 -0000	1.7
  @@ -4,7 +4,7 @@
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2003 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -33,7 +33,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.5       +6 -4      jakarta-commons/collections/src/test/org/apache/commons/collections/comparators/TestAll.java
  
  Index: TestAll.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/test/org/apache/commons/collections/comparators/TestAll.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TestAll.java	31 Aug 2003 17:28:46 -0000	1.4
  +++ TestAll.java	5 Oct 2003 21:26:46 -0000	1.5
  @@ -4,7 +4,7 @@
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -33,7 +33,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
  @@ -64,10 +64,12 @@
   /**
    * Entry point for all Comparator Collections tests.
    * 
  - * @author Stephen Colebourne
    * @version $Revision$ $Date$
  + * 
  + * @author Stephen Colebourne
    */
   public class TestAll extends TestCase {
  +    
       public TestAll(String testName) {
           super(testName);
       }
  
  
  
  1.7       +8 -9      jakarta-commons/collections/src/test/org/apache/commons/collections/iterators/TestAll.java
  
  Index: TestAll.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/test/org/apache/commons/collections/iterators/TestAll.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- TestAll.java	1 Oct 2003 21:54:54 -0000	1.6
  +++ TestAll.java	5 Oct 2003 21:26:46 -0000	1.7
  @@ -1,13 +1,10 @@
   /*
    * $Header$
  - * $Revision$
  - * $Date$
  - *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999-2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -36,7 +33,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
  @@ -58,7 +55,6 @@
    * <http://www.apache.org/>.
    *
    */
  -
   package org.apache.commons.collections.iterators;
   
   import junit.framework.Test;
  @@ -66,11 +62,14 @@
   import junit.framework.TestSuite;
   
   /**
  - * Entry point for all Collections tests.
  + * Entry point for all iterator tests.
  + * 
  + * @version $Revision$ $Date$
  + * 
    * @author Rodney Waldhoff
  - * @version $Id$
    */
   public class TestAll extends TestCase {
  +    
       public TestAll(String testName) {
           super(testName);
       }
  
  
  

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