You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by le...@apache.org on 2004/02/11 15:34:27 UTC

cvs commit: avalon/framework/impl/src/test/org/apache/avalon/framework/service/test DefaultServiceManagerTestCase.java DefaultServiceSelectorTestCase.java RoleA.java RoleB.java

leosutic    2004/02/11 06:34:27

  Modified:    framework/api/src/java/org/apache/avalon/framework
                        CascadingError.java CascadingException.java
                        CascadingRuntimeException.java
                        CascadingThrowable.java Enum.java ValuedEnum.java
                        Version.java
               framework/api/src/java/org/apache/avalon/framework/activity
                        Disposable.java Executable.java Initializable.java
                        Startable.java Suspendable.java
               framework/api/src/java/org/apache/avalon/framework/component
                        Component.java ComponentException.java
                        ComponentManager.java ComponentSelector.java
                        Composable.java Recomposable.java
               framework/api/src/java/org/apache/avalon/framework/configuration
                        Configurable.java Configuration.java
                        ConfigurationException.java Reconfigurable.java
               framework/api/src/java/org/apache/avalon/framework/context
                        Context.java ContextException.java
                        Contextualizable.java Recontextualizable.java
                        Resolvable.java
               framework/api/src/java/org/apache/avalon/framework/logger
                        AbstractLogEnabled.java LogEnabled.java
                        Loggable.java Logger.java
               framework/api/src/java/org/apache/avalon/framework/parameters
                        ParameterException.java Parameterizable.java
                        Parameters.java Reparameterizable.java
               framework/api/src/java/org/apache/avalon/framework/service
                        Serviceable.java ServiceException.java
                        ServiceManager.java ServiceSelector.java
               framework/api/src/java/org/apache/avalon/framework/thread
                        SingleThreaded.java ThreadSafe.java
               framework/impl/src/java/org/apache/avalon/framework
                        ExceptionUtil.java
               framework/impl/src/java/org/apache/avalon/framework/component
                        DefaultComponentManager.java
                        DefaultComponentSelector.java
                        WrapperComponentManager.java
                        WrapperComponentSelector.java
               framework/impl/src/java/org/apache/avalon/framework/configuration
                        AbstractConfiguration.java ConfigurationUtil.java
                        DefaultConfiguration.java
                        DefaultConfigurationBuilder.java
                        DefaultConfigurationSerializer.java
                        DefaultImmutableConfiguration.java
                        NamespacedSAXConfigurationHandler.java
                        SAXConfigurationHandler.java
               framework/impl/src/java/org/apache/avalon/framework/container
                        ContainerUtil.java
               framework/impl/src/java/org/apache/avalon/framework/context
                        DefaultContext.java
               framework/impl/src/java/org/apache/avalon/framework/logger
                        AbstractLoggable.java AvalonFormatter.java
                        ConsoleLogger.java Jdk14Logger.java
                        Log4JLogger.java LogKit2AvalonLoggerAdapter.java
                        LogKitLogger.java NullLogger.java
               framework/impl/src/java/org/apache/avalon/framework/service
                        DefaultServiceManager.java
                        DefaultServiceSelector.java
                        WrapperServiceManager.java
                        WrapperServiceSelector.java
               framework/impl/src/test/org/apache/avalon/framework/component/test
                        DefaultComponentManagerTestCase.java
                        DefaultComponentSelectorTestCase.java RoleA.java
                        RoleB.java
               framework/impl/src/test/org/apache/avalon/framework/configuration/test
                        DefaultConfigurationSerializerTestCase.java
                        DefaultConfigurationTestCase.java
                        SAXConfigurationHandlerTestCase.java
               framework/impl/src/test/org/apache/avalon/framework/context/test
                        ContextTestCase.java
               framework/impl/src/test/org/apache/avalon/framework/parameters/test
                        ParameterTestCase.java
               framework/impl/src/test/org/apache/avalon/framework/service/test
                        DefaultServiceManagerTestCase.java
                        DefaultServiceSelectorTestCase.java RoleA.java
                        RoleB.java
  Log:
  Corrected license.
  
  Revision  Changes    Path
  1.14      +2 -2      avalon/framework/api/src/java/org/apache/avalon/framework/CascadingError.java
  
  Index: CascadingError.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/api/src/java/org/apache/avalon/framework/CascadingError.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- CascadingError.java	26 Jan 2004 19:49:28 -0000	1.13
  +++ CascadingError.java	11 Feb 2004 14:34:24 -0000	1.14
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.15      +2 -2      avalon/framework/api/src/java/org/apache/avalon/framework/CascadingException.java
  
  Index: CascadingException.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/api/src/java/org/apache/avalon/framework/CascadingException.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- CascadingException.java	26 Jan 2004 19:49:28 -0000	1.14
  +++ CascadingException.java	11 Feb 2004 14:34:24 -0000	1.15
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.14      +2 -2      avalon/framework/api/src/java/org/apache/avalon/framework/CascadingRuntimeException.java
  
  Index: CascadingRuntimeException.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/api/src/java/org/apache/avalon/framework/CascadingRuntimeException.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- CascadingRuntimeException.java	26 Jan 2004 19:49:28 -0000	1.13
  +++ CascadingRuntimeException.java	11 Feb 2004 14:34:24 -0000	1.14
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.15      +2 -2      avalon/framework/api/src/java/org/apache/avalon/framework/CascadingThrowable.java
  
  Index: CascadingThrowable.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/api/src/java/org/apache/avalon/framework/CascadingThrowable.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- CascadingThrowable.java	26 Jan 2004 19:49:28 -0000	1.14
  +++ CascadingThrowable.java	11 Feb 2004 14:34:24 -0000	1.15
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.28      +2 -2      avalon/framework/api/src/java/org/apache/avalon/framework/Enum.java
  
  Index: Enum.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/api/src/java/org/apache/avalon/framework/Enum.java,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- Enum.java	26 Jan 2004 19:52:34 -0000	1.27
  +++ Enum.java	11 Feb 2004 14:34:24 -0000	1.28
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.21      +2 -2      avalon/framework/api/src/java/org/apache/avalon/framework/ValuedEnum.java
  
  Index: ValuedEnum.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/api/src/java/org/apache/avalon/framework/ValuedEnum.java,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- ValuedEnum.java	26 Jan 2004 19:52:47 -0000	1.20
  +++ ValuedEnum.java	11 Feb 2004 14:34:24 -0000	1.21
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.33      +2 -2      avalon/framework/api/src/java/org/apache/avalon/framework/Version.java
  
  Index: Version.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/api/src/java/org/apache/avalon/framework/Version.java,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- Version.java	26 Jan 2004 19:51:49 -0000	1.32
  +++ Version.java	11 Feb 2004 14:34:24 -0000	1.33
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.17      +2 -2      avalon/framework/api/src/java/org/apache/avalon/framework/activity/Disposable.java
  
  Index: Disposable.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/api/src/java/org/apache/avalon/framework/activity/Disposable.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- Disposable.java	26 Jan 2004 19:49:45 -0000	1.16
  +++ Disposable.java	11 Feb 2004 14:34:24 -0000	1.17
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.15      +2 -2      avalon/framework/api/src/java/org/apache/avalon/framework/activity/Executable.java
  
  Index: Executable.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/api/src/java/org/apache/avalon/framework/activity/Executable.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- Executable.java	26 Jan 2004 19:49:45 -0000	1.14
  +++ Executable.java	11 Feb 2004 14:34:24 -0000	1.15
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.17      +2 -2      avalon/framework/api/src/java/org/apache/avalon/framework/activity/Initializable.java
  
  Index: Initializable.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/api/src/java/org/apache/avalon/framework/activity/Initializable.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- Initializable.java	26 Jan 2004 19:49:45 -0000	1.16
  +++ Initializable.java	11 Feb 2004 14:34:24 -0000	1.17
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.16      +2 -2      avalon/framework/api/src/java/org/apache/avalon/framework/activity/Startable.java
  
  Index: Startable.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/api/src/java/org/apache/avalon/framework/activity/Startable.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- Startable.java	26 Jan 2004 19:49:45 -0000	1.15
  +++ Startable.java	11 Feb 2004 14:34:24 -0000	1.16
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.15      +2 -2      avalon/framework/api/src/java/org/apache/avalon/framework/activity/Suspendable.java
  
  Index: Suspendable.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/api/src/java/org/apache/avalon/framework/activity/Suspendable.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- Suspendable.java	26 Jan 2004 19:49:45 -0000	1.14
  +++ Suspendable.java	11 Feb 2004 14:34:24 -0000	1.15
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.16      +2 -2      avalon/framework/api/src/java/org/apache/avalon/framework/component/Component.java
  
  Index: Component.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/api/src/java/org/apache/avalon/framework/component/Component.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- Component.java	26 Jan 2004 19:49:46 -0000	1.15
  +++ Component.java	11 Feb 2004 14:34:24 -0000	1.16
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.22      +2 -2      avalon/framework/api/src/java/org/apache/avalon/framework/component/ComponentException.java
  
  Index: ComponentException.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/api/src/java/org/apache/avalon/framework/component/ComponentException.java,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- ComponentException.java	26 Jan 2004 19:49:46 -0000	1.21
  +++ ComponentException.java	11 Feb 2004 14:34:24 -0000	1.22
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.21      +2 -2      avalon/framework/api/src/java/org/apache/avalon/framework/component/ComponentManager.java
  
  Index: ComponentManager.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/api/src/java/org/apache/avalon/framework/component/ComponentManager.java,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- ComponentManager.java	26 Jan 2004 19:49:46 -0000	1.20
  +++ ComponentManager.java	11 Feb 2004 14:34:24 -0000	1.21
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.21      +2 -2      avalon/framework/api/src/java/org/apache/avalon/framework/component/ComponentSelector.java
  
  Index: ComponentSelector.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/api/src/java/org/apache/avalon/framework/component/ComponentSelector.java,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- ComponentSelector.java	26 Jan 2004 19:49:46 -0000	1.20
  +++ ComponentSelector.java	11 Feb 2004 14:34:24 -0000	1.21
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.21      +2 -2      avalon/framework/api/src/java/org/apache/avalon/framework/component/Composable.java
  
  Index: Composable.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/api/src/java/org/apache/avalon/framework/component/Composable.java,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- Composable.java	26 Jan 2004 19:49:46 -0000	1.20
  +++ Composable.java	11 Feb 2004 14:34:24 -0000	1.21
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.22      +2 -2      avalon/framework/api/src/java/org/apache/avalon/framework/component/Recomposable.java
  
  Index: Recomposable.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/api/src/java/org/apache/avalon/framework/component/Recomposable.java,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- Recomposable.java	26 Jan 2004 19:49:59 -0000	1.21
  +++ Recomposable.java	11 Feb 2004 14:34:24 -0000	1.22
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.18      +2 -2      avalon/framework/api/src/java/org/apache/avalon/framework/configuration/Configurable.java
  
  Index: Configurable.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/api/src/java/org/apache/avalon/framework/configuration/Configurable.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- Configurable.java	26 Jan 2004 19:49:59 -0000	1.17
  +++ Configurable.java	11 Feb 2004 14:34:24 -0000	1.18
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.29      +2 -2      avalon/framework/api/src/java/org/apache/avalon/framework/configuration/Configuration.java
  
  Index: Configuration.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/api/src/java/org/apache/avalon/framework/configuration/Configuration.java,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- Configuration.java	26 Jan 2004 19:49:59 -0000	1.28
  +++ Configuration.java	11 Feb 2004 14:34:24 -0000	1.29
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.14      +2 -2      avalon/framework/api/src/java/org/apache/avalon/framework/configuration/ConfigurationException.java
  
  Index: ConfigurationException.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/api/src/java/org/apache/avalon/framework/configuration/ConfigurationException.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- ConfigurationException.java	26 Jan 2004 19:49:59 -0000	1.13
  +++ ConfigurationException.java	11 Feb 2004 14:34:24 -0000	1.14
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.18      +2 -2      avalon/framework/api/src/java/org/apache/avalon/framework/configuration/Reconfigurable.java
  
  Index: Reconfigurable.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/api/src/java/org/apache/avalon/framework/configuration/Reconfigurable.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- Reconfigurable.java	26 Jan 2004 19:49:59 -0000	1.17
  +++ Reconfigurable.java	11 Feb 2004 14:34:24 -0000	1.18
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.18      +2 -2      avalon/framework/api/src/java/org/apache/avalon/framework/context/Context.java
  
  Index: Context.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/api/src/java/org/apache/avalon/framework/context/Context.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- Context.java	26 Jan 2004 19:49:59 -0000	1.17
  +++ Context.java	11 Feb 2004 14:34:25 -0000	1.18
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.14      +2 -2      avalon/framework/api/src/java/org/apache/avalon/framework/context/ContextException.java
  
  Index: ContextException.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/api/src/java/org/apache/avalon/framework/context/ContextException.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- ContextException.java	26 Jan 2004 19:49:59 -0000	1.13
  +++ ContextException.java	11 Feb 2004 14:34:25 -0000	1.14
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.15      +2 -2      avalon/framework/api/src/java/org/apache/avalon/framework/context/Contextualizable.java
  
  Index: Contextualizable.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/api/src/java/org/apache/avalon/framework/context/Contextualizable.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- Contextualizable.java	26 Jan 2004 19:50:00 -0000	1.14
  +++ Contextualizable.java	11 Feb 2004 14:34:25 -0000	1.15
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.17      +2 -2      avalon/framework/api/src/java/org/apache/avalon/framework/context/Recontextualizable.java
  
  Index: Recontextualizable.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/api/src/java/org/apache/avalon/framework/context/Recontextualizable.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- Recontextualizable.java	26 Jan 2004 19:50:31 -0000	1.16
  +++ Recontextualizable.java	11 Feb 2004 14:34:25 -0000	1.17
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.17      +2 -2      avalon/framework/api/src/java/org/apache/avalon/framework/context/Resolvable.java
  
  Index: Resolvable.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/api/src/java/org/apache/avalon/framework/context/Resolvable.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- Resolvable.java	26 Jan 2004 19:50:31 -0000	1.16
  +++ Resolvable.java	11 Feb 2004 14:34:25 -0000	1.17
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      avalon/framework/api/src/java/org/apache/avalon/framework/logger/AbstractLogEnabled.java
  
  Index: AbstractLogEnabled.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/api/src/java/org/apache/avalon/framework/logger/AbstractLogEnabled.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- AbstractLogEnabled.java	26 Jan 2004 19:53:02 -0000	1.3
  +++ AbstractLogEnabled.java	11 Feb 2004 14:34:25 -0000	1.4
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.16      +2 -2      avalon/framework/api/src/java/org/apache/avalon/framework/logger/LogEnabled.java
  
  Index: LogEnabled.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/api/src/java/org/apache/avalon/framework/logger/LogEnabled.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- LogEnabled.java	26 Jan 2004 19:50:31 -0000	1.15
  +++ LogEnabled.java	11 Feb 2004 14:34:25 -0000	1.16
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.18      +2 -2      avalon/framework/api/src/java/org/apache/avalon/framework/logger/Loggable.java
  
  Index: Loggable.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/api/src/java/org/apache/avalon/framework/logger/Loggable.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- Loggable.java	26 Jan 2004 19:50:31 -0000	1.17
  +++ Loggable.java	11 Feb 2004 14:34:25 -0000	1.18
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.16      +2 -2      avalon/framework/api/src/java/org/apache/avalon/framework/logger/Logger.java
  
  Index: Logger.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/api/src/java/org/apache/avalon/framework/logger/Logger.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- Logger.java	26 Jan 2004 19:50:31 -0000	1.15
  +++ Logger.java	11 Feb 2004 14:34:25 -0000	1.16
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.15      +2 -2      avalon/framework/api/src/java/org/apache/avalon/framework/parameters/ParameterException.java
  
  Index: ParameterException.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/api/src/java/org/apache/avalon/framework/parameters/ParameterException.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- ParameterException.java	26 Jan 2004 19:50:31 -0000	1.14
  +++ ParameterException.java	11 Feb 2004 14:34:25 -0000	1.15
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.18      +2 -2      avalon/framework/api/src/java/org/apache/avalon/framework/parameters/Parameterizable.java
  
  Index: Parameterizable.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/api/src/java/org/apache/avalon/framework/parameters/Parameterizable.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- Parameterizable.java	26 Jan 2004 19:50:31 -0000	1.17
  +++ Parameterizable.java	11 Feb 2004 14:34:25 -0000	1.18
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.41      +2 -2      avalon/framework/api/src/java/org/apache/avalon/framework/parameters/Parameters.java
  
  Index: Parameters.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/api/src/java/org/apache/avalon/framework/parameters/Parameters.java,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- Parameters.java	26 Jan 2004 19:50:31 -0000	1.40
  +++ Parameters.java	11 Feb 2004 14:34:25 -0000	1.41
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.13      +2 -2      avalon/framework/api/src/java/org/apache/avalon/framework/parameters/Reparameterizable.java
  
  Index: Reparameterizable.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/api/src/java/org/apache/avalon/framework/parameters/Reparameterizable.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- Reparameterizable.java	26 Jan 2004 19:50:31 -0000	1.12
  +++ Reparameterizable.java	11 Feb 2004 14:34:25 -0000	1.13
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.19      +2 -2      avalon/framework/api/src/java/org/apache/avalon/framework/service/Serviceable.java
  
  Index: Serviceable.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/api/src/java/org/apache/avalon/framework/service/Serviceable.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- Serviceable.java	26 Jan 2004 19:50:31 -0000	1.18
  +++ Serviceable.java	11 Feb 2004 14:34:25 -0000	1.19
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.21      +2 -2      avalon/framework/api/src/java/org/apache/avalon/framework/service/ServiceException.java
  
  Index: ServiceException.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/api/src/java/org/apache/avalon/framework/service/ServiceException.java,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- ServiceException.java	26 Jan 2004 19:50:31 -0000	1.20
  +++ ServiceException.java	11 Feb 2004 14:34:25 -0000	1.21
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.17      +2 -2      avalon/framework/api/src/java/org/apache/avalon/framework/service/ServiceManager.java
  
  Index: ServiceManager.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/api/src/java/org/apache/avalon/framework/service/ServiceManager.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- ServiceManager.java	26 Jan 2004 19:50:31 -0000	1.16
  +++ ServiceManager.java	11 Feb 2004 14:34:25 -0000	1.17
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.16      +2 -2      avalon/framework/api/src/java/org/apache/avalon/framework/service/ServiceSelector.java
  
  Index: ServiceSelector.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/api/src/java/org/apache/avalon/framework/service/ServiceSelector.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- ServiceSelector.java	26 Jan 2004 19:50:31 -0000	1.15
  +++ ServiceSelector.java	11 Feb 2004 14:34:25 -0000	1.16
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.15      +2 -2      avalon/framework/api/src/java/org/apache/avalon/framework/thread/SingleThreaded.java
  
  Index: SingleThreaded.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/api/src/java/org/apache/avalon/framework/thread/SingleThreaded.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- SingleThreaded.java	26 Jan 2004 19:50:31 -0000	1.14
  +++ SingleThreaded.java	11 Feb 2004 14:34:25 -0000	1.15
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.15      +2 -2      avalon/framework/api/src/java/org/apache/avalon/framework/thread/ThreadSafe.java
  
  Index: ThreadSafe.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/api/src/java/org/apache/avalon/framework/thread/ThreadSafe.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- ThreadSafe.java	26 Jan 2004 19:50:31 -0000	1.14
  +++ ThreadSafe.java	11 Feb 2004 14:34:25 -0000	1.15
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.25      +2 -2      avalon/framework/impl/src/java/org/apache/avalon/framework/ExceptionUtil.java
  
  Index: ExceptionUtil.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/impl/src/java/org/apache/avalon/framework/ExceptionUtil.java,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- ExceptionUtil.java	26 Jan 2004 19:50:31 -0000	1.24
  +++ ExceptionUtil.java	11 Feb 2004 14:34:25 -0000	1.25
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.26      +2 -2      avalon/framework/impl/src/java/org/apache/avalon/framework/component/DefaultComponentManager.java
  
  Index: DefaultComponentManager.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/impl/src/java/org/apache/avalon/framework/component/DefaultComponentManager.java,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- DefaultComponentManager.java	26 Jan 2004 19:50:31 -0000	1.25
  +++ DefaultComponentManager.java	11 Feb 2004 14:34:25 -0000	1.26
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.23      +2 -2      avalon/framework/impl/src/java/org/apache/avalon/framework/component/DefaultComponentSelector.java
  
  Index: DefaultComponentSelector.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/impl/src/java/org/apache/avalon/framework/component/DefaultComponentSelector.java,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- DefaultComponentSelector.java	26 Jan 2004 19:50:31 -0000	1.22
  +++ DefaultComponentSelector.java	11 Feb 2004 14:34:25 -0000	1.23
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.18      +2 -2      avalon/framework/impl/src/java/org/apache/avalon/framework/component/WrapperComponentManager.java
  
  Index: WrapperComponentManager.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/impl/src/java/org/apache/avalon/framework/component/WrapperComponentManager.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- WrapperComponentManager.java	26 Jan 2004 19:50:31 -0000	1.17
  +++ WrapperComponentManager.java	11 Feb 2004 14:34:25 -0000	1.18
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.11      +2 -2      avalon/framework/impl/src/java/org/apache/avalon/framework/component/WrapperComponentSelector.java
  
  Index: WrapperComponentSelector.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/impl/src/java/org/apache/avalon/framework/component/WrapperComponentSelector.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- WrapperComponentSelector.java	26 Jan 2004 19:50:31 -0000	1.10
  +++ WrapperComponentSelector.java	11 Feb 2004 14:34:25 -0000	1.11
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.31      +2 -2      avalon/framework/impl/src/java/org/apache/avalon/framework/configuration/AbstractConfiguration.java
  
  Index: AbstractConfiguration.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/impl/src/java/org/apache/avalon/framework/configuration/AbstractConfiguration.java,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- AbstractConfiguration.java	26 Jan 2004 19:50:32 -0000	1.30
  +++ AbstractConfiguration.java	11 Feb 2004 14:34:25 -0000	1.31
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.17      +2 -2      avalon/framework/impl/src/java/org/apache/avalon/framework/configuration/ConfigurationUtil.java
  
  Index: ConfigurationUtil.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/impl/src/java/org/apache/avalon/framework/configuration/ConfigurationUtil.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- ConfigurationUtil.java	26 Jan 2004 19:50:32 -0000	1.16
  +++ ConfigurationUtil.java	11 Feb 2004 14:34:25 -0000	1.17
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.43      +2 -2      avalon/framework/impl/src/java/org/apache/avalon/framework/configuration/DefaultConfiguration.java
  
  Index: DefaultConfiguration.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/impl/src/java/org/apache/avalon/framework/configuration/DefaultConfiguration.java,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- DefaultConfiguration.java	11 Feb 2004 14:31:59 -0000	1.42
  +++ DefaultConfiguration.java	11 Feb 2004 14:34:25 -0000	1.43
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.32      +2 -2      avalon/framework/impl/src/java/org/apache/avalon/framework/configuration/DefaultConfigurationBuilder.java
  
  Index: DefaultConfigurationBuilder.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/impl/src/java/org/apache/avalon/framework/configuration/DefaultConfigurationBuilder.java,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- DefaultConfigurationBuilder.java	26 Jan 2004 19:50:32 -0000	1.31
  +++ DefaultConfigurationBuilder.java	11 Feb 2004 14:34:25 -0000	1.32
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.26      +2 -2      avalon/framework/impl/src/java/org/apache/avalon/framework/configuration/DefaultConfigurationSerializer.java
  
  Index: DefaultConfigurationSerializer.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/impl/src/java/org/apache/avalon/framework/configuration/DefaultConfigurationSerializer.java,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- DefaultConfigurationSerializer.java	26 Jan 2004 19:50:32 -0000	1.25
  +++ DefaultConfigurationSerializer.java	11 Feb 2004 14:34:25 -0000	1.26
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.2       +2 -2      avalon/framework/impl/src/java/org/apache/avalon/framework/configuration/DefaultImmutableConfiguration.java
  
  Index: DefaultImmutableConfiguration.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/impl/src/java/org/apache/avalon/framework/configuration/DefaultImmutableConfiguration.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DefaultImmutableConfiguration.java	11 Feb 2004 14:31:59 -0000	1.1
  +++ DefaultImmutableConfiguration.java	11 Feb 2004 14:34:25 -0000	1.2
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.20      +2 -2      avalon/framework/impl/src/java/org/apache/avalon/framework/configuration/NamespacedSAXConfigurationHandler.java
  
  Index: NamespacedSAXConfigurationHandler.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/impl/src/java/org/apache/avalon/framework/configuration/NamespacedSAXConfigurationHandler.java,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- NamespacedSAXConfigurationHandler.java	26 Jan 2004 19:50:32 -0000	1.19
  +++ NamespacedSAXConfigurationHandler.java	11 Feb 2004 14:34:25 -0000	1.20
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.32      +2 -2      avalon/framework/impl/src/java/org/apache/avalon/framework/configuration/SAXConfigurationHandler.java
  
  Index: SAXConfigurationHandler.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/impl/src/java/org/apache/avalon/framework/configuration/SAXConfigurationHandler.java,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- SAXConfigurationHandler.java	26 Jan 2004 19:50:32 -0000	1.31
  +++ SAXConfigurationHandler.java	11 Feb 2004 14:34:26 -0000	1.32
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.16      +2 -2      avalon/framework/impl/src/java/org/apache/avalon/framework/container/ContainerUtil.java
  
  Index: ContainerUtil.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/impl/src/java/org/apache/avalon/framework/container/ContainerUtil.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- ContainerUtil.java	26 Jan 2004 19:50:33 -0000	1.15
  +++ ContainerUtil.java	11 Feb 2004 14:34:26 -0000	1.16
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.27      +2 -2      avalon/framework/impl/src/java/org/apache/avalon/framework/context/DefaultContext.java
  
  Index: DefaultContext.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/impl/src/java/org/apache/avalon/framework/context/DefaultContext.java,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- DefaultContext.java	26 Jan 2004 19:50:33 -0000	1.26
  +++ DefaultContext.java	11 Feb 2004 14:34:26 -0000	1.27
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.19      +2 -2      avalon/framework/impl/src/java/org/apache/avalon/framework/logger/AbstractLoggable.java
  
  Index: AbstractLoggable.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/impl/src/java/org/apache/avalon/framework/logger/AbstractLoggable.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- AbstractLoggable.java	26 Jan 2004 19:50:33 -0000	1.18
  +++ AbstractLoggable.java	11 Feb 2004 14:34:26 -0000	1.19
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.29      +2 -2      avalon/framework/impl/src/java/org/apache/avalon/framework/logger/AvalonFormatter.java
  
  Index: AvalonFormatter.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/impl/src/java/org/apache/avalon/framework/logger/AvalonFormatter.java,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- AvalonFormatter.java	26 Jan 2004 19:50:33 -0000	1.28
  +++ AvalonFormatter.java	11 Feb 2004 14:34:26 -0000	1.29
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.14      +2 -2      avalon/framework/impl/src/java/org/apache/avalon/framework/logger/ConsoleLogger.java
  
  Index: ConsoleLogger.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/impl/src/java/org/apache/avalon/framework/logger/ConsoleLogger.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- ConsoleLogger.java	26 Jan 2004 19:50:33 -0000	1.13
  +++ ConsoleLogger.java	11 Feb 2004 14:34:26 -0000	1.14
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.18      +2 -2      avalon/framework/impl/src/java/org/apache/avalon/framework/logger/Jdk14Logger.java
  
  Index: Jdk14Logger.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/impl/src/java/org/apache/avalon/framework/logger/Jdk14Logger.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- Jdk14Logger.java	26 Jan 2004 19:50:33 -0000	1.17
  +++ Jdk14Logger.java	11 Feb 2004 14:34:26 -0000	1.18
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.19      +2 -2      avalon/framework/impl/src/java/org/apache/avalon/framework/logger/Log4JLogger.java
  
  Index: Log4JLogger.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/impl/src/java/org/apache/avalon/framework/logger/Log4JLogger.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- Log4JLogger.java	26 Jan 2004 19:50:33 -0000	1.18
  +++ Log4JLogger.java	11 Feb 2004 14:34:26 -0000	1.19
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.11      +2 -2      avalon/framework/impl/src/java/org/apache/avalon/framework/logger/LogKit2AvalonLoggerAdapter.java
  
  Index: LogKit2AvalonLoggerAdapter.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/impl/src/java/org/apache/avalon/framework/logger/LogKit2AvalonLoggerAdapter.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- LogKit2AvalonLoggerAdapter.java	2 Feb 2004 17:04:08 -0000	1.10
  +++ LogKit2AvalonLoggerAdapter.java	11 Feb 2004 14:34:26 -0000	1.11
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.16      +2 -2      avalon/framework/impl/src/java/org/apache/avalon/framework/logger/LogKitLogger.java
  
  Index: LogKitLogger.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/impl/src/java/org/apache/avalon/framework/logger/LogKitLogger.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- LogKitLogger.java	26 Jan 2004 19:50:33 -0000	1.15
  +++ LogKitLogger.java	11 Feb 2004 14:34:26 -0000	1.16
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.13      +2 -2      avalon/framework/impl/src/java/org/apache/avalon/framework/logger/NullLogger.java
  
  Index: NullLogger.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/impl/src/java/org/apache/avalon/framework/logger/NullLogger.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- NullLogger.java	26 Jan 2004 19:50:33 -0000	1.12
  +++ NullLogger.java	11 Feb 2004 14:34:26 -0000	1.13
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.20      +2 -2      avalon/framework/impl/src/java/org/apache/avalon/framework/service/DefaultServiceManager.java
  
  Index: DefaultServiceManager.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/impl/src/java/org/apache/avalon/framework/service/DefaultServiceManager.java,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- DefaultServiceManager.java	26 Jan 2004 19:50:35 -0000	1.19
  +++ DefaultServiceManager.java	11 Feb 2004 14:34:26 -0000	1.20
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.16      +2 -2      avalon/framework/impl/src/java/org/apache/avalon/framework/service/DefaultServiceSelector.java
  
  Index: DefaultServiceSelector.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/impl/src/java/org/apache/avalon/framework/service/DefaultServiceSelector.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- DefaultServiceSelector.java	26 Jan 2004 19:50:35 -0000	1.15
  +++ DefaultServiceSelector.java	11 Feb 2004 14:34:26 -0000	1.16
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.10      +2 -2      avalon/framework/impl/src/java/org/apache/avalon/framework/service/WrapperServiceManager.java
  
  Index: WrapperServiceManager.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/impl/src/java/org/apache/avalon/framework/service/WrapperServiceManager.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- WrapperServiceManager.java	26 Jan 2004 19:50:35 -0000	1.9
  +++ WrapperServiceManager.java	11 Feb 2004 14:34:26 -0000	1.10
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.10      +2 -2      avalon/framework/impl/src/java/org/apache/avalon/framework/service/WrapperServiceSelector.java
  
  Index: WrapperServiceSelector.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/impl/src/java/org/apache/avalon/framework/service/WrapperServiceSelector.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- WrapperServiceSelector.java	26 Jan 2004 19:50:35 -0000	1.9
  +++ WrapperServiceSelector.java	11 Feb 2004 14:34:26 -0000	1.10
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.8       +1 -1      avalon/framework/impl/src/test/org/apache/avalon/framework/component/test/DefaultComponentManagerTestCase.java
  
  Index: DefaultComponentManagerTestCase.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/impl/src/test/org/apache/avalon/framework/component/test/DefaultComponentManagerTestCase.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- DefaultComponentManagerTestCase.java	26 Jan 2004 19:50:55 -0000	1.7
  +++ DefaultComponentManagerTestCase.java	11 Feb 2004 14:34:26 -0000	1.8
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.6       +1 -1      avalon/framework/impl/src/test/org/apache/avalon/framework/component/test/DefaultComponentSelectorTestCase.java
  
  Index: DefaultComponentSelectorTestCase.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/impl/src/test/org/apache/avalon/framework/component/test/DefaultComponentSelectorTestCase.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- DefaultComponentSelectorTestCase.java	26 Jan 2004 19:50:55 -0000	1.5
  +++ DefaultComponentSelectorTestCase.java	11 Feb 2004 14:34:26 -0000	1.6
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.7       +1 -1      avalon/framework/impl/src/test/org/apache/avalon/framework/component/test/RoleA.java
  
  Index: RoleA.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/impl/src/test/org/apache/avalon/framework/component/test/RoleA.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- RoleA.java	26 Jan 2004 19:50:55 -0000	1.6
  +++ RoleA.java	11 Feb 2004 14:34:26 -0000	1.7
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.7       +1 -1      avalon/framework/impl/src/test/org/apache/avalon/framework/component/test/RoleB.java
  
  Index: RoleB.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/impl/src/test/org/apache/avalon/framework/component/test/RoleB.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- RoleB.java	26 Jan 2004 19:50:55 -0000	1.6
  +++ RoleB.java	11 Feb 2004 14:34:26 -0000	1.7
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.5       +1 -1      avalon/framework/impl/src/test/org/apache/avalon/framework/configuration/test/DefaultConfigurationSerializerTestCase.java
  
  Index: DefaultConfigurationSerializerTestCase.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/impl/src/test/org/apache/avalon/framework/configuration/test/DefaultConfigurationSerializerTestCase.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- DefaultConfigurationSerializerTestCase.java	26 Jan 2004 19:50:55 -0000	1.4
  +++ DefaultConfigurationSerializerTestCase.java	11 Feb 2004 14:34:26 -0000	1.5
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.15      +1 -1      avalon/framework/impl/src/test/org/apache/avalon/framework/configuration/test/DefaultConfigurationTestCase.java
  
  Index: DefaultConfigurationTestCase.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/impl/src/test/org/apache/avalon/framework/configuration/test/DefaultConfigurationTestCase.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- DefaultConfigurationTestCase.java	11 Feb 2004 14:32:00 -0000	1.14
  +++ DefaultConfigurationTestCase.java	11 Feb 2004 14:34:26 -0000	1.15
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.15      +1 -1      avalon/framework/impl/src/test/org/apache/avalon/framework/configuration/test/SAXConfigurationHandlerTestCase.java
  
  Index: SAXConfigurationHandlerTestCase.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/impl/src/test/org/apache/avalon/framework/configuration/test/SAXConfigurationHandlerTestCase.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- SAXConfigurationHandlerTestCase.java	26 Jan 2004 19:50:55 -0000	1.14
  +++ SAXConfigurationHandlerTestCase.java	11 Feb 2004 14:34:26 -0000	1.15
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.8       +1 -1      avalon/framework/impl/src/test/org/apache/avalon/framework/context/test/ContextTestCase.java
  
  Index: ContextTestCase.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/impl/src/test/org/apache/avalon/framework/context/test/ContextTestCase.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ContextTestCase.java	26 Jan 2004 19:50:55 -0000	1.7
  +++ ContextTestCase.java	11 Feb 2004 14:34:27 -0000	1.8
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.12      +1 -1      avalon/framework/impl/src/test/org/apache/avalon/framework/parameters/test/ParameterTestCase.java
  
  Index: ParameterTestCase.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/impl/src/test/org/apache/avalon/framework/parameters/test/ParameterTestCase.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- ParameterTestCase.java	26 Jan 2004 19:50:56 -0000	1.11
  +++ ParameterTestCase.java	11 Feb 2004 14:34:27 -0000	1.12
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.4       +1 -1      avalon/framework/impl/src/test/org/apache/avalon/framework/service/test/DefaultServiceManagerTestCase.java
  
  Index: DefaultServiceManagerTestCase.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/impl/src/test/org/apache/avalon/framework/service/test/DefaultServiceManagerTestCase.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DefaultServiceManagerTestCase.java	26 Jan 2004 19:50:56 -0000	1.3
  +++ DefaultServiceManagerTestCase.java	11 Feb 2004 14:34:27 -0000	1.4
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.4       +1 -1      avalon/framework/impl/src/test/org/apache/avalon/framework/service/test/DefaultServiceSelectorTestCase.java
  
  Index: DefaultServiceSelectorTestCase.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/impl/src/test/org/apache/avalon/framework/service/test/DefaultServiceSelectorTestCase.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DefaultServiceSelectorTestCase.java	26 Jan 2004 19:50:56 -0000	1.3
  +++ DefaultServiceSelectorTestCase.java	11 Feb 2004 14:34:27 -0000	1.4
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.4       +1 -1      avalon/framework/impl/src/test/org/apache/avalon/framework/service/test/RoleA.java
  
  Index: RoleA.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/impl/src/test/org/apache/avalon/framework/service/test/RoleA.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- RoleA.java	26 Jan 2004 19:50:56 -0000	1.3
  +++ RoleA.java	11 Feb 2004 14:34:27 -0000	1.4
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.4       +1 -1      avalon/framework/impl/src/test/org/apache/avalon/framework/service/test/RoleB.java
  
  Index: RoleB.java
  ===================================================================
  RCS file: /home/cvs/avalon/framework/impl/src/test/org/apache/avalon/framework/service/test/RoleB.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- RoleB.java	26 Jan 2004 19:50:56 -0000	1.3
  +++ RoleB.java	11 Feb 2004 14:34:27 -0000	1.4
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 1997-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org