You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by je...@apache.org on 2001/12/11 11:49:21 UTC

cvs commit: jakarta-avalon-cornerstone/src/test/org/apache/avalon/cornerstone/services/scheduler/test CronTimeTriggerTestCase.java

jefft       01/12/11 02:49:21

  Modified:    .        build.xml
               src/java/org/apache/avalon/cornerstone/blocks/connection
                        Connection.java DefaultConnectionManager.java
               src/java/org/apache/avalon/cornerstone/blocks/datasource
                        DefaultDataSourceSelector.java
               src/java/org/apache/avalon/cornerstone/blocks/dom
                        DOMBuilderFactory.java
               src/java/org/apache/avalon/cornerstone/blocks/masterstore
                        AbstractFileRepository.java
                        File_Persistent_Object_Repository.java
                        File_Persistent_Stream_Repository.java
                        RepositoryManager.java
                        ResettableFileInputStream.java
               src/java/org/apache/avalon/cornerstone/blocks/masterstore/xml
                        XMLFilePersistentObjectRepository.java
               src/java/org/apache/avalon/cornerstone/blocks/packet
                        Acceptor.java DefaultPacketManager.java
               src/java/org/apache/avalon/cornerstone/blocks/sax
                        SAXParserFactoryImpl.java
               src/java/org/apache/avalon/cornerstone/blocks/scheduler
                        DefaultTimeScheduler.java TimeScheduledEntry.java
               src/java/org/apache/avalon/cornerstone/blocks/security
                        DefaultRoleManager.java
               src/java/org/apache/avalon/cornerstone/blocks/soapification/glue
                        Glue.java
               src/java/org/apache/avalon/cornerstone/blocks/sockets
                        DefaultServerSocketFactory.java
                        DefaultSocketFactory.java DefaultSocketManager.java
                        TLSServerSocketFactory.java
               src/java/org/apache/avalon/cornerstone/blocks/threads
                        DefaultThreadManager.java
               src/java/org/apache/avalon/cornerstone/services/connection
                        AbstractHandlerFactory.java AbstractService.java
                        ConnectionHandler.java
                        ConnectionHandlerFactory.java
                        ConnectionManager.java DefaultHandlerFactory.java
               src/java/org/apache/avalon/cornerstone/services/datasource
                        DataSourceSelector.java
               src/java/org/apache/avalon/cornerstone/services/dom
                        DocumentBuilderFactory.java
               src/java/org/apache/avalon/cornerstone/services/packet
                        PacketHandler.java PacketHandlerFactory.java
                        PacketManager.java
               src/java/org/apache/avalon/cornerstone/services/sax
                        SAXParserFactory.java
               src/java/org/apache/avalon/cornerstone/services/scheduler
                        CronTimeTrigger.java PeriodicTimeTrigger.java
                        Target.java TimeScheduler.java TimeTrigger.java
                        Trigger.java
               src/java/org/apache/avalon/cornerstone/services/security
                        AuthorizationManager.java MutableRealm.java
                        Realm.java RoleManager.java
               src/java/org/apache/avalon/cornerstone/services/soapification
                        SOAPification.java SOAPificationException.java
               src/java/org/apache/avalon/cornerstone/services/sockets
                        ServerSocketFactory.java SocketFactory.java
                        SocketManager.java
               src/java/org/apache/avalon/cornerstone/services/store
                        ObjectRepository.java Repository.java Store.java
                        StreamRepository.java
               src/java/org/apache/avalon/cornerstone/services/threads
                        ThreadManager.java
               src/test/org/apache/avalon/cornerstone/services/scheduler/test
                        CronTimeTriggerTestCase.java
  Added:       .        LICENSE.txt
               lib      README.txt
  Removed:     .        LICENSE
               lib      README
  Log:
  - Give LICENSE and README a .txt suffix, for the benefit of Windows users.
  
  Revision  Changes    Path
  1.83      +1 -1      jakarta-avalon-cornerstone/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/build.xml,v
  retrieving revision 1.82
  retrieving revision 1.83
  diff -u -r1.82 -r1.83
  --- build.xml	2001/11/26 18:39:46	1.82
  +++ build.xml	2001/12/11 10:49:19	1.83
  @@ -386,7 +386,7 @@
   
       <copy todir="${src.dist.dir}">
         <fileset dir=".">
  -        <include name="README"/>
  +        <include name="README.txt"/>
           <include name="WARNING"/>
           <include name="LICENSE"/>
           <include name="build.bat"/>
  
  
  
  1.1                  jakarta-avalon-cornerstone/LICENSE.txt
  
  Index: LICENSE.txt
  ===================================================================
  /*
  
   ============================================================================
                     The Apache Software License, Version 1.1
   ============================================================================
   
   Copyright (C) @year@ The Apache Software Foundation. All rights reserved.
   
   Redistribution and use in source and binary forms, with or without modifica-
   tion, are permitted provided that the following conditions are met:
   
   1. Redistributions of  source code must  retain the above copyright  notice,
      this list of conditions and the following disclaimer.
   
   2. Redistributions in binary form must reproduce the above copyright notice,
      this list of conditions and the following disclaimer in the documentation
      and/or other materials provided with the distribution.
   
   3. The end-user documentation included with the redistribution, if any, must
      include  the following  acknowledgment:  "This product includes  software
      developed  by the  Apache Software Foundation  (http://www.apache.org/)."
      Alternately, this  acknowledgment may  appear in the software itself,  if
      and wherever such third-party acknowledgments normally appear.
   
   4. The names "Jakarta", "Apache Avalon", "Avalon Cornerstone", "Avalon
      Framework" 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.
   
   5. Products  derived from this software may not  be called "Apache", nor may
      "Apache" appear  in their name,  without prior written 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 OF MERCHANTABILITY AND
   FITNESS  FOR A PARTICULAR  PURPOSE ARE  DISCLAIMED.  IN NO  EVENT SHALL  THE
   APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
   INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
   DING, BUT NOT LIMITED TO, PROCUREMENT  OF SUBSTITUTE GOODS OR SERVICES; LOSS
   OF USE, DATA, OR  PROFITS; OR BUSINESS  INTERRUPTION)  HOWEVER CAUSED AND ON
   ANY  THEORY OF LIABILITY,  WHETHER  IN CONTRACT,  STRICT LIABILITY,  OR TORT
   (INCLUDING  NEGLIGENCE OR  OTHERWISE) ARISING IN  ANY WAY OUT OF THE  USE OF
   THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   
   This software  consists of voluntary contributions made  by many individuals
   on  behalf of the Apache Software  Foundation and was  originally created by
   Stefano Mazzocchi  <st...@apache.org>. For more  information on the Apache 
   Software Foundation, please see <http://www.apache.org/>.
   
  */
  
  
  
  1.1                  jakarta-avalon-cornerstone/lib/README.txt
  
  Index: README.txt
  ===================================================================
  Place any third party jars here.
  
  
  1.7       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/connection/Connection.java
  
  Index: Connection.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/connection/Connection.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Connection.java	2001/11/19 12:27:25	1.6
  +++ Connection.java	2001/12/11 10:49:19	1.7
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.blocks.connection;
   
  
  
  
  1.10      +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/connection/DefaultConnectionManager.java
  
  Index: DefaultConnectionManager.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/connection/DefaultConnectionManager.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- DefaultConnectionManager.java	2001/11/19 12:27:25	1.9
  +++ DefaultConnectionManager.java	2001/12/11 10:49:19	1.10
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.blocks.connection;
   
  
  
  
  1.13      +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/datasource/DefaultDataSourceSelector.java
  
  Index: DefaultDataSourceSelector.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/datasource/DefaultDataSourceSelector.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- DefaultDataSourceSelector.java	2001/11/23 01:20:58	1.12
  +++ DefaultDataSourceSelector.java	2001/12/11 10:49:19	1.13
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.blocks.datasource;
   
  
  
  
  1.3       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/dom/DOMBuilderFactory.java
  
  Index: DOMBuilderFactory.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/dom/DOMBuilderFactory.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DOMBuilderFactory.java	2001/11/09 21:07:54	1.2
  +++ DOMBuilderFactory.java	2001/12/11 10:49:19	1.3
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.blocks.dom;
   
  
  
  
  1.4       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/masterstore/AbstractFileRepository.java
  
  Index: AbstractFileRepository.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/masterstore/AbstractFileRepository.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- AbstractFileRepository.java	2001/11/09 21:07:54	1.3
  +++ AbstractFileRepository.java	2001/12/11 10:49:19	1.4
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.blocks.masterstore;
   
  
  
  
  1.3       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/masterstore/File_Persistent_Object_Repository.java
  
  Index: File_Persistent_Object_Repository.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/masterstore/File_Persistent_Object_Repository.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- File_Persistent_Object_Repository.java	2001/09/01 13:28:55	1.2
  +++ File_Persistent_Object_Repository.java	2001/12/11 10:49:19	1.3
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.blocks.masterstore;
   
  
  
  
  1.2       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/masterstore/File_Persistent_Stream_Repository.java
  
  Index: File_Persistent_Stream_Repository.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/masterstore/File_Persistent_Stream_Repository.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- File_Persistent_Stream_Repository.java	2001/04/27 05:25:57	1.1
  +++ File_Persistent_Stream_Repository.java	2001/12/11 10:49:19	1.2
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.blocks.masterstore;
   
  
  
  
  1.4       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/masterstore/RepositoryManager.java
  
  Index: RepositoryManager.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/masterstore/RepositoryManager.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- RepositoryManager.java	2001/11/09 21:07:54	1.3
  +++ RepositoryManager.java	2001/12/11 10:49:19	1.4
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.blocks.masterstore;
   
  
  
  
  1.2       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/masterstore/ResettableFileInputStream.java
  
  Index: ResettableFileInputStream.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/masterstore/ResettableFileInputStream.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ResettableFileInputStream.java	2001/04/27 05:25:57	1.1
  +++ ResettableFileInputStream.java	2001/12/11 10:49:19	1.2
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.blocks.masterstore;
   
  
  
  
  1.3       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/masterstore/xml/XMLFilePersistentObjectRepository.java
  
  Index: XMLFilePersistentObjectRepository.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/masterstore/xml/XMLFilePersistentObjectRepository.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XMLFilePersistentObjectRepository.java	2001/11/27 19:56:56	1.2
  +++ XMLFilePersistentObjectRepository.java	2001/12/11 10:49:19	1.3
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.blocks.masterstore.xml;
   
  
  
  
  1.5       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/packet/Acceptor.java
  
  Index: Acceptor.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/packet/Acceptor.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Acceptor.java	2001/11/21 11:17:08	1.4
  +++ Acceptor.java	2001/12/11 10:49:19	1.5
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.blocks.packet;
   
  
  
  
  1.8       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/packet/DefaultPacketManager.java
  
  Index: DefaultPacketManager.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/packet/DefaultPacketManager.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- DefaultPacketManager.java	2001/11/21 11:17:08	1.7
  +++ DefaultPacketManager.java	2001/12/11 10:49:19	1.8
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.blocks.packet;
   
  
  
  
  1.2       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/sax/SAXParserFactoryImpl.java
  
  Index: SAXParserFactoryImpl.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/sax/SAXParserFactoryImpl.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SAXParserFactoryImpl.java	2001/11/12 00:02:37	1.1
  +++ SAXParserFactoryImpl.java	2001/12/11 10:49:19	1.2
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.blocks.sax;
   
  
  
  
  1.10      +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/scheduler/DefaultTimeScheduler.java
  
  Index: DefaultTimeScheduler.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/scheduler/DefaultTimeScheduler.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- DefaultTimeScheduler.java	2001/11/25 07:56:06	1.9
  +++ DefaultTimeScheduler.java	2001/12/11 10:49:19	1.10
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.blocks.scheduler;
   
  
  
  
  1.3       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/scheduler/TimeScheduledEntry.java
  
  Index: TimeScheduledEntry.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/scheduler/TimeScheduledEntry.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TimeScheduledEntry.java	2001/11/19 12:27:25	1.2
  +++ TimeScheduledEntry.java	2001/12/11 10:49:19	1.3
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.blocks.scheduler;
   
  
  
  
  1.3       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/security/DefaultRoleManager.java
  
  Index: DefaultRoleManager.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/security/DefaultRoleManager.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DefaultRoleManager.java	2001/11/19 12:27:26	1.2
  +++ DefaultRoleManager.java	2001/12/11 10:49:19	1.3
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included  with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.blocks.security;
   
  
  
  
  1.9       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/soapification/glue/Glue.java
  
  Index: Glue.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/soapification/glue/Glue.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- Glue.java	2001/11/09 21:07:54	1.8
  +++ Glue.java	2001/12/11 10:49:20	1.9
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.blocks.soapification.glue;
   
  
  
  
  1.3       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/sockets/DefaultServerSocketFactory.java
  
  Index: DefaultServerSocketFactory.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/sockets/DefaultServerSocketFactory.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DefaultServerSocketFactory.java	2001/11/19 12:27:26	1.2
  +++ DefaultServerSocketFactory.java	2001/12/11 10:49:20	1.3
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.blocks.sockets;
   
  
  
  
  1.3       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/sockets/DefaultSocketFactory.java
  
  Index: DefaultSocketFactory.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/sockets/DefaultSocketFactory.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DefaultSocketFactory.java	2001/11/19 12:27:26	1.2
  +++ DefaultSocketFactory.java	2001/12/11 10:49:20	1.3
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.blocks.sockets;
   
  
  
  
  1.4       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/sockets/DefaultSocketManager.java
  
  Index: DefaultSocketManager.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/sockets/DefaultSocketManager.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DefaultSocketManager.java	2001/11/19 12:27:26	1.3
  +++ DefaultSocketManager.java	2001/12/11 10:49:20	1.4
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included  with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.blocks.sockets;
   
  
  
  
  1.5       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/sockets/TLSServerSocketFactory.java
  
  Index: TLSServerSocketFactory.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/sockets/TLSServerSocketFactory.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TLSServerSocketFactory.java	2001/11/19 12:27:26	1.4
  +++ TLSServerSocketFactory.java	2001/12/11 10:49:20	1.5
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.blocks.sockets;
   
  
  
  
  1.5       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/threads/DefaultThreadManager.java
  
  Index: DefaultThreadManager.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/threads/DefaultThreadManager.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- DefaultThreadManager.java	2001/11/19 12:27:26	1.4
  +++ DefaultThreadManager.java	2001/12/11 10:49:20	1.5
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.blocks.threads;
   
  
  
  
  1.4       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/connection/AbstractHandlerFactory.java
  
  Index: AbstractHandlerFactory.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/connection/AbstractHandlerFactory.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- AbstractHandlerFactory.java	2001/11/19 12:27:26	1.3
  +++ AbstractHandlerFactory.java	2001/12/11 10:49:20	1.4
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.services.connection;
   
  
  
  
  1.7       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/connection/AbstractService.java
  
  Index: AbstractService.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/connection/AbstractService.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- AbstractService.java	2001/11/19 12:27:26	1.6
  +++ AbstractService.java	2001/12/11 10:49:20	1.7
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.services.connection;
   
  
  
  
  1.3       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/connection/ConnectionHandler.java
  
  Index: ConnectionHandler.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/connection/ConnectionHandler.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ConnectionHandler.java	2001/11/19 12:27:26	1.2
  +++ ConnectionHandler.java	2001/12/11 10:49:20	1.3
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.services.connection;
   
  
  
  
  1.3       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/connection/ConnectionHandlerFactory.java
  
  Index: ConnectionHandlerFactory.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/connection/ConnectionHandlerFactory.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ConnectionHandlerFactory.java	2001/11/19 12:27:26	1.2
  +++ ConnectionHandlerFactory.java	2001/12/11 10:49:20	1.3
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.services.connection;
   
  
  
  
  1.5       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/connection/ConnectionManager.java
  
  Index: ConnectionManager.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/connection/ConnectionManager.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ConnectionManager.java	2001/11/19 12:27:26	1.4
  +++ ConnectionManager.java	2001/12/11 10:49:20	1.5
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.services.connection;
   
  
  
  
  1.3       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/connection/DefaultHandlerFactory.java
  
  Index: DefaultHandlerFactory.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/connection/DefaultHandlerFactory.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DefaultHandlerFactory.java	2001/11/19 12:27:26	1.2
  +++ DefaultHandlerFactory.java	2001/12/11 10:49:20	1.3
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.services.connection;
   
  
  
  
  1.5       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/datasource/DataSourceSelector.java
  
  Index: DataSourceSelector.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/datasource/DataSourceSelector.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- DataSourceSelector.java	2001/09/25 10:16:58	1.4
  +++ DataSourceSelector.java	2001/12/11 10:49:20	1.5
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.services.datasource;
   
  
  
  
  1.3       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/dom/DocumentBuilderFactory.java
  
  Index: DocumentBuilderFactory.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/dom/DocumentBuilderFactory.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DocumentBuilderFactory.java	2001/12/02 16:11:22	1.2
  +++ DocumentBuilderFactory.java	2001/12/11 10:49:20	1.3
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.services.dom;
   
  
  
  
  1.3       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/packet/PacketHandler.java
  
  Index: PacketHandler.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/packet/PacketHandler.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- PacketHandler.java	2001/11/19 12:27:26	1.2
  +++ PacketHandler.java	2001/12/11 10:49:20	1.3
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.services.packet;
   
  
  
  
  1.3       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/packet/PacketHandlerFactory.java
  
  Index: PacketHandlerFactory.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/packet/PacketHandlerFactory.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- PacketHandlerFactory.java	2001/11/19 12:27:26	1.2
  +++ PacketHandlerFactory.java	2001/12/11 10:49:20	1.3
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.services.packet;
   
  
  
  
  1.5       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/packet/PacketManager.java
  
  Index: PacketManager.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/packet/PacketManager.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- PacketManager.java	2001/11/19 12:27:26	1.4
  +++ PacketManager.java	2001/12/11 10:49:20	1.5
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.services.packet;
   
  
  
  
  1.3       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/sax/SAXParserFactory.java
  
  Index: SAXParserFactory.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/sax/SAXParserFactory.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SAXParserFactory.java	2001/12/02 16:10:31	1.2
  +++ SAXParserFactory.java	2001/12/11 10:49:20	1.3
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.services.sax;
   
  
  
  
  1.5       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/scheduler/CronTimeTrigger.java
  
  Index: CronTimeTrigger.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/scheduler/CronTimeTrigger.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- CronTimeTrigger.java	2001/11/19 12:27:26	1.4
  +++ CronTimeTrigger.java	2001/12/11 10:49:20	1.5
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.services.scheduler;
   
  
  
  
  1.3       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/scheduler/PeriodicTimeTrigger.java
  
  Index: PeriodicTimeTrigger.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/scheduler/PeriodicTimeTrigger.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- PeriodicTimeTrigger.java	2001/11/19 12:27:26	1.2
  +++ PeriodicTimeTrigger.java	2001/12/11 10:49:20	1.3
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.services.scheduler;
   
  
  
  
  1.3       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/scheduler/Target.java
  
  Index: Target.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/scheduler/Target.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Target.java	2001/11/19 12:27:26	1.2
  +++ Target.java	2001/12/11 10:49:20	1.3
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.services.scheduler;
   
  
  
  
  1.5       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/scheduler/TimeScheduler.java
  
  Index: TimeScheduler.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/scheduler/TimeScheduler.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TimeScheduler.java	2001/11/19 12:27:26	1.4
  +++ TimeScheduler.java	2001/12/11 10:49:20	1.5
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.services.scheduler;
   
  
  
  
  1.3       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/scheduler/TimeTrigger.java
  
  Index: TimeTrigger.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/scheduler/TimeTrigger.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TimeTrigger.java	2001/11/19 12:27:26	1.2
  +++ TimeTrigger.java	2001/12/11 10:49:20	1.3
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.services.scheduler;
   
  
  
  
  1.3       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/scheduler/Trigger.java
  
  Index: Trigger.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/scheduler/Trigger.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Trigger.java	2001/11/19 12:27:26	1.2
  +++ Trigger.java	2001/12/11 10:49:20	1.3
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.services.scheduler;
   
  
  
  
  1.4       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/security/AuthorizationManager.java
  
  Index: AuthorizationManager.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/security/AuthorizationManager.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- AuthorizationManager.java	2001/11/19 12:27:26	1.3
  +++ AuthorizationManager.java	2001/12/11 10:49:21	1.4
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included  with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.services.security;
   
  
  
  
  1.4       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/security/MutableRealm.java
  
  Index: MutableRealm.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/security/MutableRealm.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- MutableRealm.java	2001/11/19 12:27:26	1.3
  +++ MutableRealm.java	2001/12/11 10:49:21	1.4
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included  with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.services.security;
   
  
  
  
  1.5       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/security/Realm.java
  
  Index: Realm.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/security/Realm.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Realm.java	2001/11/19 12:27:26	1.4
  +++ Realm.java	2001/12/11 10:49:21	1.5
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included  with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.services.security;
   
  
  
  
  1.5       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/security/RoleManager.java
  
  Index: RoleManager.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/security/RoleManager.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- RoleManager.java	2001/11/19 12:27:26	1.4
  +++ RoleManager.java	2001/12/11 10:49:21	1.5
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included  with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.services.security;
   
  
  
  
  1.4       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/soapification/SOAPification.java
  
  Index: SOAPification.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/soapification/SOAPification.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SOAPification.java	2001/09/25 10:18:01	1.3
  +++ SOAPification.java	2001/12/11 10:49:21	1.4
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.services.soapification;
   
  
  
  
  1.2       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/soapification/SOAPificationException.java
  
  Index: SOAPificationException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/soapification/SOAPificationException.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SOAPificationException.java	2001/08/30 13:16:55	1.1
  +++ SOAPificationException.java	2001/12/11 10:49:21	1.2
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.services.soapification;
   
  
  
  
  1.3       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/sockets/ServerSocketFactory.java
  
  Index: ServerSocketFactory.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/sockets/ServerSocketFactory.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ServerSocketFactory.java	2001/11/19 12:27:27	1.2
  +++ ServerSocketFactory.java	2001/12/11 10:49:21	1.3
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.services.sockets;
   
  
  
  
  1.3       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/sockets/SocketFactory.java
  
  Index: SocketFactory.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/sockets/SocketFactory.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SocketFactory.java	2001/11/19 12:27:27	1.2
  +++ SocketFactory.java	2001/12/11 10:49:21	1.3
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.services.sockets;
   
  
  
  
  1.5       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/sockets/SocketManager.java
  
  Index: SocketManager.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/sockets/SocketManager.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- SocketManager.java	2001/11/19 12:27:27	1.4
  +++ SocketManager.java	2001/12/11 10:49:21	1.5
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included  with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.services.sockets;
   
  
  
  
  1.2       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/store/ObjectRepository.java
  
  Index: ObjectRepository.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/store/ObjectRepository.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ObjectRepository.java	2001/04/27 05:26:15	1.1
  +++ ObjectRepository.java	2001/12/11 10:49:21	1.2
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.services.store;
   
  
  
  
  1.2       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/store/Repository.java
  
  Index: Repository.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/store/Repository.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Repository.java	2001/04/27 05:26:15	1.1
  +++ Repository.java	2001/12/11 10:49:21	1.2
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.services.store;
   
  
  
  
  1.4       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/store/Store.java
  
  Index: Store.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/store/Store.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Store.java	2001/09/25 10:18:17	1.3
  +++ Store.java	2001/12/11 10:49:21	1.4
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.services.store;
   
  
  
  
  1.2       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/store/StreamRepository.java
  
  Index: StreamRepository.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/store/StreamRepository.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- StreamRepository.java	2001/04/27 05:26:15	1.1
  +++ StreamRepository.java	2001/12/11 10:49:21	1.2
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.services.store;
   
  
  
  
  1.5       +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/threads/ThreadManager.java
  
  Index: ThreadManager.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/threads/ThreadManager.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ThreadManager.java	2001/11/19 12:27:27	1.4
  +++ ThreadManager.java	2001/12/11 10:49:21	1.5
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.services.threads;
   
  
  
  
  1.3       +1 -1      jakarta-avalon-cornerstone/src/test/org/apache/avalon/cornerstone/services/scheduler/test/CronTimeTriggerTestCase.java
  
  Index: CronTimeTriggerTestCase.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/test/org/apache/avalon/cornerstone/services/scheduler/test/CronTimeTriggerTestCase.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CronTimeTriggerTestCase.java	2001/11/19 12:27:27	1.2
  +++ CronTimeTriggerTestCase.java	2001/12/11 10:49:21	1.3
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.avalon.cornerstone.services.scheduler.test;
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>