mcconnell    2002/10/23 09:33:51

  Modified:    container build.xml
               container/src/java/org/apache/excalibur/container/classloader
                        ComponentClassLoader.java
                        DirectoryChangeListener.java
                        DirectoryClassManager.java JarEntries.java
                        JarScanner.java
               container/src/java/org/apache/excalibur/container/legacy
                        ComponentManager2ServiceManager.java
                        ComponentProxyGenerator.java
                        ComponentSelector2ServiceSelector.java
                        LegacyComponentManager.java
                        LegacyComponentSelector.java
               container/src/java/org/apache/excalibur/container/lifecycle
                        AbstractAccessor.java AbstractCreator.java
                        Accessor.java Creator.java
               container/src/java/org/apache/excalibur/container/lookup
                        AbstractServiceManager.java
  Log:
  Updating of the license header to include correct date.
  
  Revision  Changes    Path
  1.7       +5 -14     jakarta-avalon-excalibur/container/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/container/build.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build.xml 12 Sep 2002 15:10:00 -0000      1.6
  +++ build.xml 23 Oct 2002 16:33:50 -0000      1.7
  @@ -327,21 +327,12 @@
     -->
   
     <target name="patch">
  -    <replace dir="src/java" 
  -       token="getTypes("
  -       value="getTypeEntries(" >
  -     <include name="**/classloader/*.java"/>
  -    </replace>
  -    <replace dir="src/java" 
  -       token="getBlocks("
  -       value="getBlockEntries(" >
  -     <include name="**/classloader/*.java"/>
  -    </replace>
  -    <replace dir="src" 
  -       token="getServices("
  -       value="getServiceEntries(" >
  -     <include name="**/classloader/*.java"/>
  +    <replace dir="src/java" summary="true"
  +       token="(c) 1997-2002 "
  +       value="(c) 2002 " >
  +     <include name="**/*.*"/>
       </replace>
     </target>
  +
   
   </project>
  
  
  
  1.8       +1 -1      
jakarta-avalon-excalibur/container/src/java/org/apache/excalibur/container/classloader/ComponentClassLoader.java
  
  Index: ComponentClassLoader.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/container/src/java/org/apache/excalibur/container/classloader/ComponentClassLoader.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ComponentClassLoader.java 21 Oct 2002 14:50:22 -0000      1.7
  +++ ComponentClassLoader.java 23 Oct 2002 16:33:50 -0000      1.8
  @@ -1,7 +1,7 @@
   /* ==================================================================== 
    * The Apache Software License, Version 1.1 
    * 
  - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights 
  + * Copyright (c) 2002 The Apache Software Foundation. All rights 
    * reserved. 
    * 
    * Redistribution and use in source and binary forms, with or without 
  
  
  
  1.3       +1 -1      
jakarta-avalon-excalibur/container/src/java/org/apache/excalibur/container/classloader/DirectoryChangeListener.java
  
  Index: DirectoryChangeListener.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/container/src/java/org/apache/excalibur/container/classloader/DirectoryChangeListener.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DirectoryChangeListener.java      21 Oct 2002 14:50:22 -0000      1.2
  +++ DirectoryChangeListener.java      23 Oct 2002 16:33:50 -0000      1.3
  @@ -1,7 +1,7 @@
   /* ==================================================================== 
    * The Apache Software License, Version 1.1 
    * 
  - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights 
  + * Copyright (c) 2002 The Apache Software Foundation. All rights 
    * reserved. 
    * 
    * Redistribution and use in source and binary forms, with or without 
  
  
  
  1.3       +1 -1      
jakarta-avalon-excalibur/container/src/java/org/apache/excalibur/container/classloader/DirectoryClassManager.java
  
  Index: DirectoryClassManager.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/container/src/java/org/apache/excalibur/container/classloader/DirectoryClassManager.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DirectoryClassManager.java        21 Oct 2002 14:50:22 -0000      1.2
  +++ DirectoryClassManager.java        23 Oct 2002 16:33:50 -0000      1.3
  @@ -1,7 +1,7 @@
   /* ==================================================================== 
    * The Apache Software License, Version 1.1 
    * 
  - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights 
  + * Copyright (c) 2002 The Apache Software Foundation. All rights 
    * reserved. 
    * 
    * Redistribution and use in source and binary forms, with or without 
  
  
  
  1.3       +1 -1      
jakarta-avalon-excalibur/container/src/java/org/apache/excalibur/container/classloader/JarEntries.java
  
  Index: JarEntries.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/container/src/java/org/apache/excalibur/container/classloader/JarEntries.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- JarEntries.java   21 Oct 2002 14:50:22 -0000      1.2
  +++ JarEntries.java   23 Oct 2002 16:33:50 -0000      1.3
  @@ -1,7 +1,7 @@
   /* ==================================================================== 
    * The Apache Software License, Version 1.1 
    * 
  - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights 
  + * Copyright (c) 2002 The Apache Software Foundation. All rights 
    * reserved. 
    * 
    * Redistribution and use in source and binary forms, with or without 
  
  
  
  1.5       +1 -1      
jakarta-avalon-excalibur/container/src/java/org/apache/excalibur/container/classloader/JarScanner.java
  
  Index: JarScanner.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/container/src/java/org/apache/excalibur/container/classloader/JarScanner.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- JarScanner.java   21 Oct 2002 14:50:22 -0000      1.4
  +++ JarScanner.java   23 Oct 2002 16:33:50 -0000      1.5
  @@ -1,7 +1,7 @@
   /* ==================================================================== 
    * The Apache Software License, Version 1.1 
    * 
  - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights 
  + * Copyright (c) 2002 The Apache Software Foundation. All rights 
    * reserved. 
    * 
    * Redistribution and use in source and binary forms, with or without 
  
  
  
  1.3       +2 -2      
jakarta-avalon-excalibur/container/src/java/org/apache/excalibur/container/legacy/ComponentManager2ServiceManager.java
  
  Index: ComponentManager2ServiceManager.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/container/src/java/org/apache/excalibur/container/legacy/ComponentManager2ServiceManager.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ComponentManager2ServiceManager.java      21 Oct 2002 14:50:23 -0000      1.2
  +++ ComponentManager2ServiceManager.java      23 Oct 2002 16:33:51 -0000      1.3
  @@ -1,7 +1,7 @@
   /* ==================================================================== 
    * The Apache Software License, Version 1.1 
    * 
  - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights 
  + * Copyright (c) 2002 The Apache Software Foundation. All rights 
    * reserved. 
    * 
    * Redistribution and use in source and binary forms, with or without 
  
  
  
  1.4       +1 -1      
jakarta-avalon-excalibur/container/src/java/org/apache/excalibur/container/legacy/ComponentProxyGenerator.java
  
  Index: ComponentProxyGenerator.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/container/src/java/org/apache/excalibur/container/legacy/ComponentProxyGenerator.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ComponentProxyGenerator.java      21 Oct 2002 14:50:23 -0000      1.3
  +++ ComponentProxyGenerator.java      23 Oct 2002 16:33:51 -0000      1.4
  @@ -1,7 +1,7 @@
   /* ==================================================================== 
    * The Apache Software License, Version 1.1 
    * 
  - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights 
  + * Copyright (c) 2002 The Apache Software Foundation. All rights 
    * reserved. 
    * 
    * Redistribution and use in source and binary forms, with or without 
  
  
  
  1.3       +2 -2      
jakarta-avalon-excalibur/container/src/java/org/apache/excalibur/container/legacy/ComponentSelector2ServiceSelector.java
  
  Index: ComponentSelector2ServiceSelector.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/container/src/java/org/apache/excalibur/container/legacy/ComponentSelector2ServiceSelector.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ComponentSelector2ServiceSelector.java    21 Oct 2002 14:50:23 -0000      1.2
  +++ ComponentSelector2ServiceSelector.java    23 Oct 2002 16:33:51 -0000      1.3
  @@ -1,7 +1,7 @@
   /* ==================================================================== 
    * The Apache Software License, Version 1.1 
    * 
  - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights 
  + * Copyright (c) 2002 The Apache Software Foundation. All rights 
    * reserved. 
    * 
    * Redistribution and use in source and binary forms, with or without 
  
  
  
  1.8       +1 -1      
jakarta-avalon-excalibur/container/src/java/org/apache/excalibur/container/legacy/LegacyComponentManager.java
  
  Index: LegacyComponentManager.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/container/src/java/org/apache/excalibur/container/legacy/LegacyComponentManager.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- LegacyComponentManager.java       21 Oct 2002 14:50:23 -0000      1.7
  +++ LegacyComponentManager.java       23 Oct 2002 16:33:51 -0000      1.8
  @@ -1,7 +1,7 @@
   /* ==================================================================== 
    * The Apache Software License, Version 1.1 
    * 
  - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights 
  + * Copyright (c) 2002 The Apache Software Foundation. All rights 
    * reserved. 
    * 
    * Redistribution and use in source and binary forms, with or without 
  
  
  
  1.4       +1 -1      
jakarta-avalon-excalibur/container/src/java/org/apache/excalibur/container/legacy/LegacyComponentSelector.java
  
  Index: LegacyComponentSelector.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/container/src/java/org/apache/excalibur/container/legacy/LegacyComponentSelector.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- LegacyComponentSelector.java      21 Oct 2002 14:50:23 -0000      1.3
  +++ LegacyComponentSelector.java      23 Oct 2002 16:33:51 -0000      1.4
  @@ -1,7 +1,7 @@
   /* ==================================================================== 
    * The Apache Software License, Version 1.1 
    * 
  - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights 
  + * Copyright (c) 2002 The Apache Software Foundation. All rights 
    * reserved. 
    * 
    * Redistribution and use in source and binary forms, with or without 
  
  
  
  1.4       +1 -1      
jakarta-avalon-excalibur/container/src/java/org/apache/excalibur/container/lifecycle/AbstractAccessor.java
  
  Index: AbstractAccessor.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/container/src/java/org/apache/excalibur/container/lifecycle/AbstractAccessor.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- AbstractAccessor.java     21 Oct 2002 14:50:23 -0000      1.3
  +++ AbstractAccessor.java     23 Oct 2002 16:33:51 -0000      1.4
  @@ -1,7 +1,7 @@
   /* ==================================================================== 
    * The Apache Software License, Version 1.1 
    * 
  - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights 
  + * Copyright (c) 2002 The Apache Software Foundation. All rights 
    * reserved. 
    * 
    * Redistribution and use in source and binary forms, with or without 
  
  
  
  1.4       +1 -1      
jakarta-avalon-excalibur/container/src/java/org/apache/excalibur/container/lifecycle/AbstractCreator.java
  
  Index: AbstractCreator.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/container/src/java/org/apache/excalibur/container/lifecycle/AbstractCreator.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- AbstractCreator.java      21 Oct 2002 14:50:23 -0000      1.3
  +++ AbstractCreator.java      23 Oct 2002 16:33:51 -0000      1.4
  @@ -1,7 +1,7 @@
   /* ==================================================================== 
    * The Apache Software License, Version 1.1 
    * 
  - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights 
  + * Copyright (c) 2002 The Apache Software Foundation. All rights 
    * reserved. 
    * 
    * Redistribution and use in source and binary forms, with or without 
  
  
  
  1.3       +2 -2      
jakarta-avalon-excalibur/container/src/java/org/apache/excalibur/container/lifecycle/Accessor.java
  
  Index: Accessor.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/container/src/java/org/apache/excalibur/container/lifecycle/Accessor.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Accessor.java     21 Oct 2002 14:50:23 -0000      1.2
  +++ Accessor.java     23 Oct 2002 16:33:51 -0000      1.3
  @@ -1,7 +1,7 @@
   /* ==================================================================== 
    * The Apache Software License, Version 1.1 
    * 
  - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights 
  + * Copyright (c) 2002 The Apache Software Foundation. All rights 
    * reserved. 
    * 
    * Redistribution and use in source and binary forms, with or without 
  
  
  
  1.3       +2 -2      
jakarta-avalon-excalibur/container/src/java/org/apache/excalibur/container/lifecycle/Creator.java
  
  Index: Creator.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/container/src/java/org/apache/excalibur/container/lifecycle/Creator.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Creator.java      21 Oct 2002 14:50:23 -0000      1.2
  +++ Creator.java      23 Oct 2002 16:33:51 -0000      1.3
  @@ -1,7 +1,7 @@
   /* ==================================================================== 
    * The Apache Software License, Version 1.1 
    * 
  - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights 
  + * Copyright (c) 2002 The Apache Software Foundation. All rights 
    * reserved. 
    * 
    * Redistribution and use in source and binary forms, with or without 
  
  
  
  1.5       +1 -1      
jakarta-avalon-excalibur/container/src/java/org/apache/excalibur/container/lookup/AbstractServiceManager.java
  
  Index: AbstractServiceManager.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/container/src/java/org/apache/excalibur/container/lookup/AbstractServiceManager.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- AbstractServiceManager.java       21 Oct 2002 14:50:23 -0000      1.4
  +++ AbstractServiceManager.java       23 Oct 2002 16:33:51 -0000      1.5
  @@ -1,7 +1,7 @@
   /* ==================================================================== 
    * The Apache Software License, Version 1.1 
    * 
  - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights 
  + * Copyright (c) 2002 The Apache Software Foundation. All rights 
    * reserved. 
    * 
    * Redistribution and use in source and binary forms, with or without 
  
  
  

--
To unsubscribe, e-mail:   <mailto:avalon-cvs-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:avalon-cvs-help@;jakarta.apache.org>

Reply via email to