You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2003/08/22 16:33:30 UTC

cvs commit: jakarta-commons/pool/src/test/org/apache/commons/pool/performance PerformanceTest.java SleepingObjectFactory.java

dirkv       2003/08/22 07:33:30

  Modified:    pool/src/java/org/apache/commons/pool
                        BaseKeyedObjectPool.java
                        BaseKeyedPoolableObjectFactory.java
                        BaseObjectPool.java BasePoolableObjectFactory.java
                        KeyedObjectPool.java KeyedObjectPoolFactory.java
                        KeyedPoolableObjectFactory.java ObjectPool.java
                        ObjectPoolFactory.java PoolableObjectFactory.java
               pool/src/java/org/apache/commons/pool/impl
                        GenericKeyedObjectPool.java
                        GenericKeyedObjectPoolFactory.java
                        GenericObjectPool.java
                        GenericObjectPoolFactory.java
                        SoftReferenceObjectPool.java
                        StackKeyedObjectPool.java
                        StackKeyedObjectPoolFactory.java
                        StackObjectPool.java StackObjectPoolFactory.java
               pool/src/test/org/apache/commons/pool TestAll.java
                        TestBaseKeyedObjectPool.java
                        TestBaseKeyedPoolableObjectFactory.java
                        TestBaseObjectPool.java
                        TestBasePoolableObjectFactory.java
                        TestKeyedObjectPool.java TestObjectPool.java
               pool/src/test/org/apache/commons/pool/impl TestAll.java
                        TestGenericKeyedObjectPool.java
                        TestGenericObjectPool.java
                        TestSoftReferenceObjectPool.java
                        TestStackKeyedObjectPool.java
                        TestStackObjectPool.java
               pool/src/test/org/apache/commons/pool/performance
                        PerformanceTest.java SleepingObjectFactory.java
  Log:
  use updated license in all source files
  
  Revision  Changes    Path
  1.7       +8 -8      jakarta-commons/pool/src/java/org/apache/commons/pool/BaseKeyedObjectPool.java
  
  Index: BaseKeyedObjectPool.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/pool/src/java/org/apache/commons/pool/BaseKeyedObjectPool.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- BaseKeyedObjectPool.java	24 Apr 2003 18:07:10 -0000	1.6
  +++ BaseKeyedObjectPool.java	22 Aug 2003 14:33:29 -0000	1.7
  @@ -1,5 +1,5 @@
   /*
  - * $Header$
  + * $Source$
    * $Revision$
    * $Date$
    *
  @@ -7,7 +7,7 @@
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -23,9 +23,9 @@
    *    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/)."
  + *        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.
    *
  @@ -55,7 +55,7 @@
    * This software consists of voluntary contributions made by many
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
  - * <http://www.apache.org/>.
  + * http://www.apache.org/
    *
    */
   
  
  
  
  1.4       +12 -6     jakarta-commons/pool/src/java/org/apache/commons/pool/BaseKeyedPoolableObjectFactory.java
  
  Index: BaseKeyedPoolableObjectFactory.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/pool/src/java/org/apache/commons/pool/BaseKeyedPoolableObjectFactory.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- BaseKeyedPoolableObjectFactory.java	26 Mar 2002 12:34:24 -0000	1.3
  +++ BaseKeyedPoolableObjectFactory.java	22 Aug 2003 14:33:30 -0000	1.4
  @@ -1,7 +1,13 @@
   /*
  + * $Source$
  + * $Revision$
  + * $Date$
  + *
  + * ====================================================================
  + *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -17,13 +23,13 @@
    *    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/)."
  + *        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.
    *
  - * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
  + * 4. The names "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
    *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -49,7 +55,7 @@
    * This software consists of voluntary contributions made by many
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
  - * <http://www.apache.org/>.
  + * http://www.apache.org/
    *
    */
   
  
  
  
  1.11      +8 -8      jakarta-commons/pool/src/java/org/apache/commons/pool/BaseObjectPool.java
  
  Index: BaseObjectPool.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/pool/src/java/org/apache/commons/pool/BaseObjectPool.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- BaseObjectPool.java	24 Apr 2003 01:22:36 -0000	1.10
  +++ BaseObjectPool.java	22 Aug 2003 14:33:30 -0000	1.11
  @@ -1,5 +1,5 @@
   /*
  - * $Header$
  + * $Source$
    * $Revision$
    * $Date$
    *
  @@ -7,7 +7,7 @@
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999-2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -23,9 +23,9 @@
    *    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/)."
  + *        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.
    *
  @@ -55,7 +55,7 @@
    * This software consists of voluntary contributions made by many
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
  - * <http://www.apache.org/>.
  + * http://www.apache.org/
    *
    */
   
  
  
  
  1.4       +8 -8      jakarta-commons/pool/src/java/org/apache/commons/pool/BasePoolableObjectFactory.java
  
  Index: BasePoolableObjectFactory.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/pool/src/java/org/apache/commons/pool/BasePoolableObjectFactory.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- BasePoolableObjectFactory.java	26 Mar 2002 12:34:24 -0000	1.3
  +++ BasePoolableObjectFactory.java	22 Aug 2003 14:33:30 -0000	1.4
  @@ -1,5 +1,5 @@
   /*
  - * $Header$
  + * $Source$
    * $Revision$
    * $Date$
    *
  @@ -7,7 +7,7 @@
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -23,9 +23,9 @@
    *    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/)."
  + *        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.
    *
  @@ -55,7 +55,7 @@
    * This software consists of voluntary contributions made by many
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
  - * <http://www.apache.org/>.
  + * http://www.apache.org/
    *
    */
   
  
  
  
  1.11      +8 -8      jakarta-commons/pool/src/java/org/apache/commons/pool/KeyedObjectPool.java
  
  Index: KeyedObjectPool.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/pool/src/java/org/apache/commons/pool/KeyedObjectPool.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- KeyedObjectPool.java	24 Apr 2003 18:07:10 -0000	1.10
  +++ KeyedObjectPool.java	22 Aug 2003 14:33:30 -0000	1.11
  @@ -1,5 +1,5 @@
   /*
  - * $Header$
  + * $Source$
    * $Revision$
    * $Date$
    *
  @@ -7,7 +7,7 @@
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -23,9 +23,9 @@
    *    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/)."
  + *        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.
    *
  @@ -55,7 +55,7 @@
    * This software consists of voluntary contributions made by many
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
  - * <http://www.apache.org/>.
  + * http://www.apache.org/
    *
    */
   
  
  
  
  1.4       +8 -8      jakarta-commons/pool/src/java/org/apache/commons/pool/KeyedObjectPoolFactory.java
  
  Index: KeyedObjectPoolFactory.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/pool/src/java/org/apache/commons/pool/KeyedObjectPoolFactory.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- KeyedObjectPoolFactory.java	1 May 2002 04:54:52 -0000	1.3
  +++ KeyedObjectPoolFactory.java	22 Aug 2003 14:33:30 -0000	1.4
  @@ -1,5 +1,5 @@
   /*
  - * $Header$
  + * $Source$
    * $Revision$
    * $Date$
    *
  @@ -7,7 +7,7 @@
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -23,9 +23,9 @@
    *    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/)."
  + *        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.
    *
  @@ -55,7 +55,7 @@
    * This software consists of voluntary contributions made by many
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
  - * <http://www.apache.org/>.
  + * http://www.apache.org/
    *
    */
   
  
  
  
  1.5       +8 -8      jakarta-commons/pool/src/java/org/apache/commons/pool/KeyedPoolableObjectFactory.java
  
  Index: KeyedPoolableObjectFactory.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/pool/src/java/org/apache/commons/pool/KeyedPoolableObjectFactory.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- KeyedPoolableObjectFactory.java	25 Feb 2003 23:38:21 -0000	1.4
  +++ KeyedPoolableObjectFactory.java	22 Aug 2003 14:33:30 -0000	1.5
  @@ -1,5 +1,5 @@
   /*
  - * $Header$
  + * $Source$
    * $Revision$
    * $Date$
    *
  @@ -7,7 +7,7 @@
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -23,9 +23,9 @@
    *    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/)."
  + *        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.
    *
  @@ -55,7 +55,7 @@
    * This software consists of voluntary contributions made by many
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
  - * <http://www.apache.org/>.
  + * http://www.apache.org/
    *
    */
   
  
  
  
  1.9       +8 -8      jakarta-commons/pool/src/java/org/apache/commons/pool/ObjectPool.java
  
  Index: ObjectPool.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/pool/src/java/org/apache/commons/pool/ObjectPool.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- ObjectPool.java	24 Apr 2003 01:22:36 -0000	1.8
  +++ ObjectPool.java	22 Aug 2003 14:33:30 -0000	1.9
  @@ -1,5 +1,5 @@
   /*
  - * $Header$
  + * $Source$
    * $Revision$
    * $Date$
    *
  @@ -7,7 +7,7 @@
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -23,9 +23,9 @@
    *    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/)."
  + *        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.
    *
  @@ -55,7 +55,7 @@
    * This software consists of voluntary contributions made by many
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
  - * <http://www.apache.org/>.
  + * http://www.apache.org/
    *
    */
   
  
  
  
  1.4       +8 -8      jakarta-commons/pool/src/java/org/apache/commons/pool/ObjectPoolFactory.java
  
  Index: ObjectPoolFactory.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/pool/src/java/org/apache/commons/pool/ObjectPoolFactory.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ObjectPoolFactory.java	1 May 2002 04:54:52 -0000	1.3
  +++ ObjectPoolFactory.java	22 Aug 2003 14:33:30 -0000	1.4
  @@ -1,5 +1,5 @@
   /*
  - * $Header$
  + * $Source$
    * $Revision$
    * $Date$
    *
  @@ -7,7 +7,7 @@
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -23,9 +23,9 @@
    *    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/)."
  + *        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.
    *
  @@ -55,7 +55,7 @@
    * This software consists of voluntary contributions made by many
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
  - * <http://www.apache.org/>.
  + * http://www.apache.org/
    *
    */
   
  
  
  
  1.5       +8 -8      jakarta-commons/pool/src/java/org/apache/commons/pool/PoolableObjectFactory.java
  
  Index: PoolableObjectFactory.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/pool/src/java/org/apache/commons/pool/PoolableObjectFactory.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- PoolableObjectFactory.java	1 May 2002 04:54:52 -0000	1.4
  +++ PoolableObjectFactory.java	22 Aug 2003 14:33:30 -0000	1.5
  @@ -1,5 +1,5 @@
   /*
  - * $Header$
  + * $Source$
    * $Revision$
    * $Date$
    *
  @@ -7,7 +7,7 @@
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -23,9 +23,9 @@
    *    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/)."
  + *        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.
    *
  @@ -55,7 +55,7 @@
    * This software consists of voluntary contributions made by many
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
  - * <http://www.apache.org/>.
  + * http://www.apache.org/
    *
    */
   
  
  
  
  1.19      +8 -8      jakarta-commons/pool/src/java/org/apache/commons/pool/impl/GenericKeyedObjectPool.java
  
  Index: GenericKeyedObjectPool.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/pool/src/java/org/apache/commons/pool/impl/GenericKeyedObjectPool.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- GenericKeyedObjectPool.java	21 Aug 2003 23:35:28 -0000	1.18
  +++ GenericKeyedObjectPool.java	22 Aug 2003 14:33:30 -0000	1.19
  @@ -1,5 +1,5 @@
   /*
  - * $Id$
  + * $Source$
    * $Revision$
    * $Date$
    *
  @@ -7,7 +7,7 @@
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -23,9 +23,9 @@
    *    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/)."
  + *        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.
    *
  @@ -55,7 +55,7 @@
    * This software consists of voluntary contributions made by many
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
  - * <http://www.apache.org/>.
  + * http://www.apache.org/
    *
    */
   
  
  
  
  1.3       +8 -8      jakarta-commons/pool/src/java/org/apache/commons/pool/impl/GenericKeyedObjectPoolFactory.java
  
  Index: GenericKeyedObjectPoolFactory.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/pool/src/java/org/apache/commons/pool/impl/GenericKeyedObjectPoolFactory.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- GenericKeyedObjectPoolFactory.java	5 Mar 2003 19:17:08 -0000	1.2
  +++ GenericKeyedObjectPoolFactory.java	22 Aug 2003 14:33:30 -0000	1.3
  @@ -1,5 +1,5 @@
   /*
  - * $Header$
  + * $Source$
    * $Revision$
    * $Date$
    *
  @@ -7,7 +7,7 @@
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999-2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -23,9 +23,9 @@
    *    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/)."
  + *        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.
    *
  @@ -55,7 +55,7 @@
    * This software consists of voluntary contributions made by many
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
  - * <http://www.apache.org/>.
  + * http://www.apache.org/
    *
    */
   
  
  
  
  1.27      +8 -8      jakarta-commons/pool/src/java/org/apache/commons/pool/impl/GenericObjectPool.java
  
  Index: GenericObjectPool.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/pool/src/java/org/apache/commons/pool/impl/GenericObjectPool.java,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- GenericObjectPool.java	22 Aug 2003 12:49:21 -0000	1.26
  +++ GenericObjectPool.java	22 Aug 2003 14:33:30 -0000	1.27
  @@ -1,5 +1,5 @@
   /*
  - * $Id$
  + * $Source$
    * $Revision$
    * $Date$
    *
  @@ -7,7 +7,7 @@
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -23,9 +23,9 @@
    *    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/)."
  + *        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.
    *
  @@ -55,7 +55,7 @@
    * This software consists of voluntary contributions made by many
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
  - * <http://www.apache.org/>.
  + * http://www.apache.org/
    *
    */
   
  
  
  
  1.4       +8 -8      jakarta-commons/pool/src/java/org/apache/commons/pool/impl/GenericObjectPoolFactory.java
  
  Index: GenericObjectPoolFactory.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/pool/src/java/org/apache/commons/pool/impl/GenericObjectPoolFactory.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- GenericObjectPoolFactory.java	21 Aug 2003 18:17:35 -0000	1.3
  +++ GenericObjectPoolFactory.java	22 Aug 2003 14:33:30 -0000	1.4
  @@ -1,5 +1,5 @@
   /*
  - * $Header$
  + * $Source$
    * $Revision$
    * $Date$
    *
  @@ -7,7 +7,7 @@
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999-2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -23,9 +23,9 @@
    *    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/)."
  + *        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.
    *
  @@ -55,7 +55,7 @@
    * This software consists of voluntary contributions made by many
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
  - * <http://www.apache.org/>.
  + * http://www.apache.org/
    *
    */
   
  
  
  
  1.10      +8 -8      jakarta-commons/pool/src/java/org/apache/commons/pool/impl/SoftReferenceObjectPool.java
  
  Index: SoftReferenceObjectPool.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/pool/src/java/org/apache/commons/pool/impl/SoftReferenceObjectPool.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- SoftReferenceObjectPool.java	24 Apr 2003 01:22:36 -0000	1.9
  +++ SoftReferenceObjectPool.java	22 Aug 2003 14:33:30 -0000	1.10
  @@ -1,5 +1,5 @@
   /*
  - * $Header$
  + * $Source$
    * $Revision$
    * $Date$
    *
  @@ -7,7 +7,7 @@
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2002 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -23,9 +23,9 @@
    *    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/)."
  + *        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.
    *
  @@ -55,7 +55,7 @@
    * This software consists of voluntary contributions made by many
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
  - * <http://www.apache.org/>.
  + * http://www.apache.org/
    *
    */
   
  
  
  
  1.11      +8 -8      jakarta-commons/pool/src/java/org/apache/commons/pool/impl/StackKeyedObjectPool.java
  
  Index: StackKeyedObjectPool.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/pool/src/java/org/apache/commons/pool/impl/StackKeyedObjectPool.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- StackKeyedObjectPool.java	24 Apr 2003 18:07:09 -0000	1.10
  +++ StackKeyedObjectPool.java	22 Aug 2003 14:33:30 -0000	1.11
  @@ -1,5 +1,5 @@
   /*
  - * $Header$
  + * $Source$
    * $Revision$
    * $Date$
    *
  @@ -7,7 +7,7 @@
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999-2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -23,9 +23,9 @@
    *    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/)."
  + *        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.
    *
  @@ -55,7 +55,7 @@
    * This software consists of voluntary contributions made by many
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
  - * <http://www.apache.org/>.
  + * http://www.apache.org/
    *
    */
   
  
  
  
  1.3       +8 -8      jakarta-commons/pool/src/java/org/apache/commons/pool/impl/StackKeyedObjectPoolFactory.java
  
  Index: StackKeyedObjectPoolFactory.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/pool/src/java/org/apache/commons/pool/impl/StackKeyedObjectPoolFactory.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- StackKeyedObjectPoolFactory.java	5 Mar 2003 19:17:08 -0000	1.2
  +++ StackKeyedObjectPoolFactory.java	22 Aug 2003 14:33:30 -0000	1.3
  @@ -1,5 +1,5 @@
   /*
  - * $Header$
  + * $Source$
    * $Revision$
    * $Date$
    *
  @@ -7,7 +7,7 @@
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999-2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -23,9 +23,9 @@
    *    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/)."
  + *        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.
    *
  @@ -55,7 +55,7 @@
    * This software consists of voluntary contributions made by many
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
  - * <http://www.apache.org/>.
  + * http://www.apache.org/
    *
    */
   
  
  
  
  1.13      +8 -8      jakarta-commons/pool/src/java/org/apache/commons/pool/impl/StackObjectPool.java
  
  Index: StackObjectPool.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/pool/src/java/org/apache/commons/pool/impl/StackObjectPool.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- StackObjectPool.java	24 Apr 2003 01:22:36 -0000	1.12
  +++ StackObjectPool.java	22 Aug 2003 14:33:30 -0000	1.13
  @@ -1,5 +1,5 @@
   /*
  - * $Header$
  + * $Source$
    * $Revision$
    * $Date$
    *
  @@ -7,7 +7,7 @@
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -23,9 +23,9 @@
    *    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/)."
  + *        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.
    *
  @@ -55,7 +55,7 @@
    * This software consists of voluntary contributions made by many
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
  - * <http://www.apache.org/>.
  + * http://www.apache.org/
    *
    */
   
  
  
  
  1.4       +8 -8      jakarta-commons/pool/src/java/org/apache/commons/pool/impl/StackObjectPoolFactory.java
  
  Index: StackObjectPoolFactory.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/pool/src/java/org/apache/commons/pool/impl/StackObjectPoolFactory.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- StackObjectPoolFactory.java	24 Apr 2003 00:59:46 -0000	1.3
  +++ StackObjectPoolFactory.java	22 Aug 2003 14:33:30 -0000	1.4
  @@ -1,5 +1,5 @@
   /*
  - * $Header$
  + * $Source$
    * $Revision$
    * $Date$
    *
  @@ -7,7 +7,7 @@
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999-2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -23,9 +23,9 @@
    *    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/)."
  + *        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.
    *
  @@ -55,7 +55,7 @@
    * This software consists of voluntary contributions made by many
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
  - * <http://www.apache.org/>.
  + * http://www.apache.org/
    *
    */
   
  
  
  
  1.4       +8 -8      jakarta-commons/pool/src/test/org/apache/commons/pool/TestAll.java
  
  Index: TestAll.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/pool/src/test/org/apache/commons/pool/TestAll.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TestAll.java	22 Apr 2003 23:14:52 -0000	1.3
  +++ TestAll.java	22 Aug 2003 14:33:30 -0000	1.4
  @@ -1,5 +1,5 @@
   /*
  - * $Header$
  + * $Source$
    * $Revision$
    * $Date$
    *
  @@ -7,7 +7,7 @@
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999-2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -23,9 +23,9 @@
    *    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/)."
  + *        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.
    *
  @@ -55,7 +55,7 @@
    * This software consists of voluntary contributions made by many
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
  - * <http://www.apache.org/>.
  + * http://www.apache.org/
    *
    */
   
  
  
  
  1.3       +9 -9      jakarta-commons/pool/src/test/org/apache/commons/pool/TestBaseKeyedObjectPool.java
  
  Index: TestBaseKeyedObjectPool.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/pool/src/test/org/apache/commons/pool/TestBaseKeyedObjectPool.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TestBaseKeyedObjectPool.java	24 Apr 2003 20:14:03 -0000	1.2
  +++ TestBaseKeyedObjectPool.java	22 Aug 2003 14:33:30 -0000	1.3
  @@ -1,12 +1,13 @@
   /*
  - * $Id$
  + * $Source$
    * $Revision$
    * $Date$
  + *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2003 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -22,9 +23,9 @@
    *    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/)."
  + *        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.
    *
  @@ -54,10 +55,9 @@
    * This software consists of voluntary contributions made by many
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
  - * <http://www.apache.org/>.
  + * http://www.apache.org/
    *
    */
  -
   package org.apache.commons.pool;
   
   import junit.framework.Test;
  
  
  
  1.2       +9 -9      jakarta-commons/pool/src/test/org/apache/commons/pool/TestBaseKeyedPoolableObjectFactory.java
  
  Index: TestBaseKeyedPoolableObjectFactory.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/pool/src/test/org/apache/commons/pool/TestBaseKeyedPoolableObjectFactory.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestBaseKeyedPoolableObjectFactory.java	22 Apr 2003 23:14:52 -0000	1.1
  +++ TestBaseKeyedPoolableObjectFactory.java	22 Aug 2003 14:33:30 -0000	1.2
  @@ -1,12 +1,13 @@
   /*
  - * $Id$
  + * $Source$
    * $Revision$
    * $Date$
  + *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2003 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -22,9 +23,9 @@
    *    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/)."
  + *        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.
    *
  @@ -54,10 +55,9 @@
    * This software consists of voluntary contributions made by many
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
  - * <http://www.apache.org/>.
  + * http://www.apache.org/
    *
    */
  -
   package org.apache.commons.pool;
   
   import junit.framework.Test;
  
  
  
  1.3       +9 -9      jakarta-commons/pool/src/test/org/apache/commons/pool/TestBaseObjectPool.java
  
  Index: TestBaseObjectPool.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/pool/src/test/org/apache/commons/pool/TestBaseObjectPool.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TestBaseObjectPool.java	24 Apr 2003 01:22:37 -0000	1.2
  +++ TestBaseObjectPool.java	22 Aug 2003 14:33:30 -0000	1.3
  @@ -1,12 +1,13 @@
   /*
  - * $Id$
  + * $Source$
    * $Revision$
    * $Date$
  + *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2003 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -22,9 +23,9 @@
    *    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/)."
  + *        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.
    *
  @@ -54,10 +55,9 @@
    * This software consists of voluntary contributions made by many
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
  - * <http://www.apache.org/>.
  + * http://www.apache.org/
    *
    */
  -
   package org.apache.commons.pool;
   
   import junit.framework.Test;
  
  
  
  1.2       +9 -9      jakarta-commons/pool/src/test/org/apache/commons/pool/TestBasePoolableObjectFactory.java
  
  Index: TestBasePoolableObjectFactory.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/pool/src/test/org/apache/commons/pool/TestBasePoolableObjectFactory.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestBasePoolableObjectFactory.java	22 Apr 2003 23:14:52 -0000	1.1
  +++ TestBasePoolableObjectFactory.java	22 Aug 2003 14:33:30 -0000	1.2
  @@ -1,12 +1,13 @@
   /*
  - * $Id$
  + * $Source$
    * $Revision$
    * $Date$
  + *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2003 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -22,9 +23,9 @@
    *    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/)."
  + *        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.
    *
  @@ -54,10 +55,9 @@
    * This software consists of voluntary contributions made by many
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
  - * <http://www.apache.org/>.
  + * http://www.apache.org/
    *
    */
  -
   package org.apache.commons.pool;
   
   import junit.framework.Test;
  
  
  
  1.6       +9 -9      jakarta-commons/pool/src/test/org/apache/commons/pool/TestKeyedObjectPool.java
  
  Index: TestKeyedObjectPool.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/pool/src/test/org/apache/commons/pool/TestKeyedObjectPool.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- TestKeyedObjectPool.java	24 Apr 2003 18:07:10 -0000	1.5
  +++ TestKeyedObjectPool.java	22 Aug 2003 14:33:30 -0000	1.6
  @@ -1,12 +1,13 @@
   /*
  - * $Id$
  + * $Source$
    * $Revision$
    * $Date$
  + *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -22,9 +23,9 @@
    *    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/)."
  + *        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.
    *
  @@ -54,10 +55,9 @@
    * This software consists of voluntary contributions made by many
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
  - * <http://www.apache.org/>.
  + * http://www.apache.org/
    *
    */
  -
   package org.apache.commons.pool;
   
   import junit.framework.TestCase;
  
  
  
  1.5       +9 -9      jakarta-commons/pool/src/test/org/apache/commons/pool/TestObjectPool.java
  
  Index: TestObjectPool.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/pool/src/test/org/apache/commons/pool/TestObjectPool.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TestObjectPool.java	24 Apr 2003 01:33:11 -0000	1.4
  +++ TestObjectPool.java	22 Aug 2003 14:33:30 -0000	1.5
  @@ -1,12 +1,13 @@
   /*
  - * $Id$
  + * $Source$
    * $Revision$
    * $Date$
  + *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -22,9 +23,9 @@
    *    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/)."
  + *        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.
    *
  @@ -54,10 +55,9 @@
    * This software consists of voluntary contributions made by many
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
  - * <http://www.apache.org/>.
  + * http://www.apache.org/
    *
    */
  -
   package org.apache.commons.pool;
   
   import junit.framework.TestCase;
  
  
  
  1.4       +8 -8      jakarta-commons/pool/src/test/org/apache/commons/pool/impl/TestAll.java
  
  Index: TestAll.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/pool/src/test/org/apache/commons/pool/impl/TestAll.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TestAll.java	5 Mar 2003 19:17:08 -0000	1.3
  +++ TestAll.java	22 Aug 2003 14:33:30 -0000	1.4
  @@ -1,5 +1,5 @@
   /*
  - * $Header$
  + * $Source$
    * $Revision$
    * $Date$
    *
  @@ -7,7 +7,7 @@
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -23,9 +23,9 @@
    *    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/)."
  + *        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.
    *
  @@ -55,7 +55,7 @@
    * This software consists of voluntary contributions made by many
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
  - * <http://www.apache.org/>.
  + * http://www.apache.org/
    *
    */
   
  
  
  
  1.15      +8 -8      jakarta-commons/pool/src/test/org/apache/commons/pool/impl/TestGenericKeyedObjectPool.java
  
  Index: TestGenericKeyedObjectPool.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/pool/src/test/org/apache/commons/pool/impl/TestGenericKeyedObjectPool.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- TestGenericKeyedObjectPool.java	21 Aug 2003 14:36:53 -0000	1.14
  +++ TestGenericKeyedObjectPool.java	22 Aug 2003 14:33:30 -0000	1.15
  @@ -1,5 +1,5 @@
   /*
  - * $Id$
  + * $Source$
    * $Revision$
    * $Date$
    *
  @@ -7,7 +7,7 @@
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -23,9 +23,9 @@
    *    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/)."
  + *        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.
    *
  @@ -55,7 +55,7 @@
    * This software consists of voluntary contributions made by many
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
  - * <http://www.apache.org/>.
  + * http://www.apache.org/
    *
    */
   
  
  
  
  1.18      +8 -8      jakarta-commons/pool/src/test/org/apache/commons/pool/impl/TestGenericObjectPool.java
  
  Index: TestGenericObjectPool.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/pool/src/test/org/apache/commons/pool/impl/TestGenericObjectPool.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- TestGenericObjectPool.java	21 Aug 2003 18:19:11 -0000	1.17
  +++ TestGenericObjectPool.java	22 Aug 2003 14:33:30 -0000	1.18
  @@ -1,5 +1,5 @@
   /*
  - * $Id$
  + * $Source$
    * $Revision$
    * $Date$
    *
  @@ -7,7 +7,7 @@
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -23,9 +23,9 @@
    *    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/)."
  + *        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.
    *
  @@ -55,7 +55,7 @@
    * This software consists of voluntary contributions made by many
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
  - * <http://www.apache.org/>.
  + * http://www.apache.org/
    *
    */
   
  
  
  
  1.5       +8 -8      jakarta-commons/pool/src/test/org/apache/commons/pool/impl/TestSoftReferenceObjectPool.java
  
  Index: TestSoftReferenceObjectPool.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/pool/src/test/org/apache/commons/pool/impl/TestSoftReferenceObjectPool.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TestSoftReferenceObjectPool.java	31 Oct 2002 00:06:19 -0000	1.4
  +++ TestSoftReferenceObjectPool.java	22 Aug 2003 14:33:30 -0000	1.5
  @@ -1,5 +1,5 @@
   /*
  - * $Id$
  + * $Source$
    * $Revision$
    * $Date$
    *
  @@ -7,7 +7,7 @@
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2002 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -23,9 +23,9 @@
    *    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/)."
  + *        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.
    *
  @@ -55,7 +55,7 @@
    * This software consists of voluntary contributions made by many
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
  - * <http://www.apache.org/>.
  + * http://www.apache.org/
    *
    */
   
  
  
  
  1.10      +8 -8      jakarta-commons/pool/src/test/org/apache/commons/pool/impl/TestStackKeyedObjectPool.java
  
  Index: TestStackKeyedObjectPool.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/pool/src/test/org/apache/commons/pool/impl/TestStackKeyedObjectPool.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- TestStackKeyedObjectPool.java	24 Apr 2003 20:14:03 -0000	1.9
  +++ TestStackKeyedObjectPool.java	22 Aug 2003 14:33:30 -0000	1.10
  @@ -1,5 +1,5 @@
   /*
  - * $Id$
  + * $Source$
    * $Revision$
    * $Date$
    *
  @@ -7,7 +7,7 @@
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -23,9 +23,9 @@
    *    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/)."
  + *        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.
    *
  @@ -55,7 +55,7 @@
    * This software consists of voluntary contributions made by many
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
  - * <http://www.apache.org/>.
  + * http://www.apache.org/
    *
    */
   
  
  
  
  1.9       +8 -8      jakarta-commons/pool/src/test/org/apache/commons/pool/impl/TestStackObjectPool.java
  
  Index: TestStackObjectPool.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/pool/src/test/org/apache/commons/pool/impl/TestStackObjectPool.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- TestStackObjectPool.java	7 Mar 2003 20:28:36 -0000	1.8
  +++ TestStackObjectPool.java	22 Aug 2003 14:33:30 -0000	1.9
  @@ -1,5 +1,5 @@
   /*
  - * $Id$
  + * $Source$
    * $Revision$
    * $Date$
    *
  @@ -7,7 +7,7 @@
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -23,9 +23,9 @@
    *    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/)."
  + *        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.
    *
  @@ -55,7 +55,7 @@
    * This software consists of voluntary contributions made by many
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
  - * <http://www.apache.org/>.
  + * http://www.apache.org/
    *
    */
   
  
  
  
  1.2       +5 -5      jakarta-commons/pool/src/test/org/apache/commons/pool/performance/PerformanceTest.java
  
  Index: PerformanceTest.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/pool/src/test/org/apache/commons/pool/performance/PerformanceTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PerformanceTest.java	13 Aug 2003 12:44:37 -0000	1.1
  +++ PerformanceTest.java	22 Aug 2003 14:33:30 -0000	1.2
  @@ -1,5 +1,5 @@
   /*
  - * $Header$
  + * $Source$
    * $Revision$
    * $Date$
    *
  @@ -23,9 +23,9 @@
    *    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/)."
  + *        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.
    *
  @@ -55,10 +55,10 @@
    * This software consists of voluntary contributions made by many
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
  - * <http://www.apache.org/>.
  + * http://www.apache.org/
    *
    */
  - 
  +
   package org.apache.commons.pool.performance;
   
   import org.apache.commons.pool.impl.GenericObjectPool;
  
  
  
  1.2       +4 -4      jakarta-commons/pool/src/test/org/apache/commons/pool/performance/SleepingObjectFactory.java
  
  Index: SleepingObjectFactory.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/pool/src/test/org/apache/commons/pool/performance/SleepingObjectFactory.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SleepingObjectFactory.java	13 Aug 2003 12:44:37 -0000	1.1
  +++ SleepingObjectFactory.java	22 Aug 2003 14:33:30 -0000	1.2
  @@ -1,5 +1,5 @@
   /*
  - * $Header$
  + * $Source$
    * $Revision$
    * $Date$
    *
  @@ -23,9 +23,9 @@
    *    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/)."
  + *        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.
    *
  @@ -55,7 +55,7 @@
    * This software consists of voluntary contributions made by many
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
  - * <http://www.apache.org/>.
  + * http://www.apache.org/
    *
    */