mcconnell    2002/10/23 09:34:47

  Modified:    meta     build.xml
               meta/src/java/org/apache/excalibur/meta
                        ConfigurationBuilder.java DTDInfo.java
                        DTDResolver.java
               meta/src/java/org/apache/excalibur/meta/info
                        ComponentDescriptor.java ContextDescriptor.java
                        DependencyDescriptor.java Descriptor.java
                        EntryDescriptor.java ExtensionDescriptor.java
                        LoggerDescriptor.java ReferenceDescriptor.java
                        ServiceDefinition.java ServiceDescriptor.java
                        StageDescriptor.java Type.java
               meta/src/java/org/apache/excalibur/meta/info/builder
                        BlockBuilder.java SerializedServiceCreator.java
                        SerializedTypeCreator.java ServiceBuilder.java
                        ServiceCreator.java TypeBuilder.java
                        TypeCreator.java XMLBlockCreator.java
                        XMLServiceCreator.java XMLTypeCreator.java
               meta/src/java/org/apache/excalibur/meta/verifier
                        ComponentVerifier.java VerifyException.java
  Log:
  Updating of the license header to include correct date.
  
  Revision  Changes    Path
  1.6       +4 -3      jakarta-avalon-excalibur/meta/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/meta/build.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.xml 22 Sep 2002 08:01:34 -0000      1.5
  +++ build.xml 23 Oct 2002 16:34:46 -0000      1.6
  @@ -331,11 +331,12 @@
       </target>
   
     <target name="patch">
  -    <replace dir="src" 
  -       token=".Service;"
  -       value=".ServiceDefintion;" >
  +    <replace dir="src/java" summary="true"
  +       token="(c) 1997-2002 "
  +       value="(c) 2002 " >
        <include name="**/*.*"/>
       </replace>
     </target>
  +
   
   </project>
  
  
  
  1.9       +2 -2      
jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/ConfigurationBuilder.java
  
  Index: ConfigurationBuilder.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/ConfigurationBuilder.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- ConfigurationBuilder.java 21 Oct 2002 14:53:45 -0000      1.8
  +++ ConfigurationBuilder.java 23 Oct 2002 16:34:46 -0000      1.9
  @@ -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/meta/src/java/org/apache/excalibur/meta/DTDInfo.java
  
  Index: DTDInfo.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/DTDInfo.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DTDInfo.java      21 Oct 2002 14:53:45 -0000      1.2
  +++ DTDInfo.java      23 Oct 2002 16:34:46 -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/meta/src/java/org/apache/excalibur/meta/DTDResolver.java
  
  Index: DTDResolver.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/DTDResolver.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DTDResolver.java  21 Oct 2002 14:53:45 -0000      1.2
  +++ DTDResolver.java  23 Oct 2002 16:34:46 -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       +2 -2      
jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/ComponentDescriptor.java
  
  Index: ComponentDescriptor.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/ComponentDescriptor.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ComponentDescriptor.java  21 Oct 2002 14:53:46 -0000      1.4
  +++ ComponentDescriptor.java  23 Oct 2002 16:34:46 -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.6       +2 -2      
jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/ContextDescriptor.java
  
  Index: ContextDescriptor.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/ContextDescriptor.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ContextDescriptor.java    23 Oct 2002 16:17:47 -0000      1.5
  +++ ContextDescriptor.java    23 Oct 2002 16:34:46 -0000      1.6
  @@ -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       +2 -2      
jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/DependencyDescriptor.java
  
  Index: DependencyDescriptor.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/DependencyDescriptor.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- DependencyDescriptor.java 21 Oct 2002 14:53:46 -0000      1.4
  +++ DependencyDescriptor.java 23 Oct 2002 16:34:46 -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.6       +2 -2      
jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/Descriptor.java
  
  Index: Descriptor.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/Descriptor.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Descriptor.java   21 Oct 2002 14:53:46 -0000      1.5
  +++ Descriptor.java   23 Oct 2002 16:34:46 -0000      1.6
  @@ -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       +2 -2      
jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/EntryDescriptor.java
  
  Index: EntryDescriptor.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/EntryDescriptor.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- EntryDescriptor.java      21 Oct 2002 14:53:46 -0000      1.3
  +++ EntryDescriptor.java      23 Oct 2002 16:34:46 -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.5       +2 -2      
jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/ExtensionDescriptor.java
  
  Index: ExtensionDescriptor.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/ExtensionDescriptor.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ExtensionDescriptor.java  21 Oct 2002 14:53:46 -0000      1.4
  +++ ExtensionDescriptor.java  23 Oct 2002 16:34:46 -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.5       +2 -2      
jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/LoggerDescriptor.java
  
  Index: LoggerDescriptor.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/LoggerDescriptor.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- LoggerDescriptor.java     21 Oct 2002 14:53:46 -0000      1.4
  +++ LoggerDescriptor.java     23 Oct 2002 16:34:46 -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.6       +2 -2      
jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/ReferenceDescriptor.java
  
  Index: ReferenceDescriptor.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/ReferenceDescriptor.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ReferenceDescriptor.java  21 Oct 2002 14:53:46 -0000      1.5
  +++ ReferenceDescriptor.java  23 Oct 2002 16:34:46 -0000      1.6
  @@ -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.6       +2 -2      
jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/ServiceDefinition.java
  
  Index: ServiceDefinition.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/ServiceDefinition.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ServiceDefinition.java    21 Oct 2002 14:53:46 -0000      1.5
  +++ ServiceDefinition.java    23 Oct 2002 16:34:46 -0000      1.6
  @@ -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.7       +2 -2      
jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/ServiceDescriptor.java
  
  Index: ServiceDescriptor.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/ServiceDescriptor.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ServiceDescriptor.java    21 Oct 2002 14:53:46 -0000      1.6
  +++ ServiceDescriptor.java    23 Oct 2002 16:34:46 -0000      1.7
  @@ -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       +2 -2      
jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/StageDescriptor.java
  
  Index: StageDescriptor.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/StageDescriptor.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- StageDescriptor.java      21 Oct 2002 14:53:46 -0000      1.4
  +++ StageDescriptor.java      23 Oct 2002 16:34:46 -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.9       +2 -2      
jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/Type.java
  
  Index: Type.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/Type.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- Type.java 21 Oct 2002 14:53:46 -0000      1.8
  +++ Type.java 23 Oct 2002 16:34:46 -0000      1.9
  @@ -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       +2 -2      
jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/builder/BlockBuilder.java
  
  Index: BlockBuilder.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/builder/BlockBuilder.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- BlockBuilder.java 21 Oct 2002 14:53:47 -0000      1.4
  +++ BlockBuilder.java 23 Oct 2002 16:34:47 -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.6       +2 -2      
jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/builder/SerializedServiceCreator.java
  
  Index: SerializedServiceCreator.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/builder/SerializedServiceCreator.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- SerializedServiceCreator.java     21 Oct 2002 14:53:47 -0000      1.5
  +++ SerializedServiceCreator.java     23 Oct 2002 16:34:47 -0000      1.6
  @@ -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.6       +2 -2      
jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/builder/SerializedTypeCreator.java
  
  Index: SerializedTypeCreator.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/builder/SerializedTypeCreator.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- SerializedTypeCreator.java        21 Oct 2002 14:53:47 -0000      1.5
  +++ SerializedTypeCreator.java        23 Oct 2002 16:34:47 -0000      1.6
  @@ -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.6       +2 -2      
jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/builder/ServiceBuilder.java
  
  Index: ServiceBuilder.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/builder/ServiceBuilder.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ServiceBuilder.java       21 Oct 2002 14:53:47 -0000      1.5
  +++ ServiceBuilder.java       23 Oct 2002 16:34:47 -0000      1.6
  @@ -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       +2 -2      
jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/builder/ServiceCreator.java
  
  Index: ServiceCreator.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/builder/ServiceCreator.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ServiceCreator.java       21 Oct 2002 14:53:47 -0000      1.4
  +++ ServiceCreator.java       23 Oct 2002 16:34:47 -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.6       +2 -2      
jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/builder/TypeBuilder.java
  
  Index: TypeBuilder.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/builder/TypeBuilder.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- TypeBuilder.java  21 Oct 2002 14:53:47 -0000      1.5
  +++ TypeBuilder.java  23 Oct 2002 16:34:47 -0000      1.6
  @@ -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       +2 -2      
jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/builder/TypeCreator.java
  
  Index: TypeCreator.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/builder/TypeCreator.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TypeCreator.java  21 Oct 2002 14:53:47 -0000      1.4
  +++ TypeCreator.java  23 Oct 2002 16:34:47 -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.7       +2 -2      
jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/builder/XMLBlockCreator.java
  
  Index: XMLBlockCreator.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/builder/XMLBlockCreator.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- XMLBlockCreator.java      21 Oct 2002 14:53:47 -0000      1.6
  +++ XMLBlockCreator.java      23 Oct 2002 16:34:47 -0000      1.7
  @@ -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       +2 -2      
jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/builder/XMLServiceCreator.java
  
  Index: XMLServiceCreator.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/builder/XMLServiceCreator.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- XMLServiceCreator.java    21 Oct 2002 14:53:47 -0000      1.7
  +++ XMLServiceCreator.java    23 Oct 2002 16:34:47 -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.13      +2 -2      
jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/builder/XMLTypeCreator.java
  
  Index: XMLTypeCreator.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/builder/XMLTypeCreator.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- XMLTypeCreator.java       21 Oct 2002 14:53:47 -0000      1.12
  +++ XMLTypeCreator.java       23 Oct 2002 16:34:47 -0000      1.13
  @@ -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       +2 -2      
jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/verifier/ComponentVerifier.java
  
  Index: ComponentVerifier.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/verifier/ComponentVerifier.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ComponentVerifier.java    21 Oct 2002 14:53:47 -0000      1.4
  +++ ComponentVerifier.java    23 Oct 2002 16:34:47 -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/meta/src/java/org/apache/excalibur/meta/verifier/VerifyException.java
  
  Index: VerifyException.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/verifier/VerifyException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- VerifyException.java      21 Oct 2002 14:53:47 -0000      1.2
  +++ VerifyException.java      23 Oct 2002 16:34:47 -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 
  
  
  

--
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