mcconnell 2003/02/09 23:19:19 Modified: src/java/org/apache/avalon/framework CascadingError.java CascadingException.java CascadingRuntimeException.java CascadingThrowable.java Enum.java ExceptionUtil.java ValuedEnum.java Version.java src/java/org/apache/avalon/framework/activity Disposable.java Executable.java Initializable.java Startable.java Suspendable.java src/java/org/apache/avalon/framework/component Component.java ComponentException.java ComponentManager.java ComponentSelector.java Composable.java DefaultComponentManager.java DefaultComponentSelector.java Recomposable.java WrapperComponentManager.java WrapperComponentSelector.java src/java/org/apache/avalon/framework/configuration AbstractConfiguration.java Configurable.java Configuration.java ConfigurationException.java DefaultConfiguration.java DefaultConfigurationBuilder.java DefaultConfigurationSerializer.java NamespacedSAXConfigurationHandler.java Reconfigurable.java SAXConfigurationHandler.java src/java/org/apache/avalon/framework/container ContainerUtil.java src/java/org/apache/avalon/framework/context Context.java ContextException.java Contextualizable.java DefaultContext.java Recontextualizable.java Resolvable.java src/java/org/apache/avalon/framework/logger AbstractLogEnabled.java AbstractLoggable.java AvalonFormatter.java ConsoleLogger.java Jdk14Logger.java Log4JLogger.java LogEnabled.java LogKitLogger.java Loggable.java Logger.java NullLogger.java src/java/org/apache/avalon/framework/parameters ParameterException.java Parameterizable.java Parameters.java Reparameterizable.java src/java/org/apache/avalon/framework/service DefaultServiceManager.java DefaultServiceSelector.java ServiceException.java ServiceManager.java ServiceSelector.java Serviceable.java WrapperServiceManager.java WrapperServiceSelector.java src/java/org/apache/avalon/framework/thread SingleThreaded.java ThreadSafe.java Log: Updating license to 2003. Revision Changes Path 1.11 +1 -1 avalon/src/java/org/apache/avalon/framework/CascadingError.java Index: CascadingError.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/CascadingError.java,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- CascadingError.java 7 Feb 2003 15:12:30 -0000 1.10 +++ CascadingError.java 10 Feb 2003 07:19:14 -0000 1.11 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.12 +1 -1 avalon/src/java/org/apache/avalon/framework/CascadingException.java Index: CascadingException.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/CascadingException.java,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- CascadingException.java 7 Feb 2003 15:12:30 -0000 1.11 +++ CascadingException.java 10 Feb 2003 07:19:14 -0000 1.12 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.11 +1 -1 avalon/src/java/org/apache/avalon/framework/CascadingRuntimeException.java Index: CascadingRuntimeException.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/CascadingRuntimeException.java,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- CascadingRuntimeException.java 7 Feb 2003 15:12:30 -0000 1.10 +++ CascadingRuntimeException.java 10 Feb 2003 07:19:14 -0000 1.11 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.12 +1 -1 avalon/src/java/org/apache/avalon/framework/CascadingThrowable.java Index: CascadingThrowable.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/CascadingThrowable.java,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- CascadingThrowable.java 7 Feb 2003 15:12:30 -0000 1.11 +++ CascadingThrowable.java 10 Feb 2003 07:19:14 -0000 1.12 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.20 +1 -1 avalon/src/java/org/apache/avalon/framework/Enum.java Index: Enum.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/Enum.java,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- Enum.java 7 Feb 2003 15:12:30 -0000 1.19 +++ Enum.java 10 Feb 2003 07:19:14 -0000 1.20 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.21 +1 -1 avalon/src/java/org/apache/avalon/framework/ExceptionUtil.java Index: ExceptionUtil.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/ExceptionUtil.java,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ExceptionUtil.java 7 Feb 2003 15:12:30 -0000 1.20 +++ ExceptionUtil.java 10 Feb 2003 07:19:14 -0000 1.21 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.18 +1 -1 avalon/src/java/org/apache/avalon/framework/ValuedEnum.java Index: ValuedEnum.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/ValuedEnum.java,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ValuedEnum.java 7 Feb 2003 15:12:30 -0000 1.17 +++ ValuedEnum.java 10 Feb 2003 07:19:14 -0000 1.18 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.23 +1 -1 avalon/src/java/org/apache/avalon/framework/Version.java Index: Version.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/Version.java,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- Version.java 7 Feb 2003 15:12:31 -0000 1.22 +++ Version.java 10 Feb 2003 07:19:14 -0000 1.23 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.14 +1 -1 avalon/src/java/org/apache/avalon/framework/activity/Disposable.java Index: Disposable.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/activity/Disposable.java,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- Disposable.java 7 Feb 2003 15:12:31 -0000 1.13 +++ Disposable.java 10 Feb 2003 07:19:15 -0000 1.14 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.12 +1 -1 avalon/src/java/org/apache/avalon/framework/activity/Executable.java Index: Executable.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/activity/Executable.java,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- Executable.java 7 Feb 2003 15:12:31 -0000 1.11 +++ Executable.java 10 Feb 2003 07:19:15 -0000 1.12 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.14 +1 -1 avalon/src/java/org/apache/avalon/framework/activity/Initializable.java Index: Initializable.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/activity/Initializable.java,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- Initializable.java 7 Feb 2003 15:12:31 -0000 1.13 +++ Initializable.java 10 Feb 2003 07:19:15 -0000 1.14 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.13 +1 -1 avalon/src/java/org/apache/avalon/framework/activity/Startable.java Index: Startable.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/activity/Startable.java,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- Startable.java 7 Feb 2003 15:12:31 -0000 1.12 +++ Startable.java 10 Feb 2003 07:19:15 -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) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.12 +1 -1 avalon/src/java/org/apache/avalon/framework/activity/Suspendable.java Index: Suspendable.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/activity/Suspendable.java,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- Suspendable.java 7 Feb 2003 15:12:31 -0000 1.11 +++ Suspendable.java 10 Feb 2003 07:19:15 -0000 1.12 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.13 +1 -1 avalon/src/java/org/apache/avalon/framework/component/Component.java Index: Component.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/component/Component.java,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- Component.java 7 Feb 2003 15:12:31 -0000 1.12 +++ Component.java 10 Feb 2003 07:19:15 -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) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.18 +1 -1 avalon/src/java/org/apache/avalon/framework/component/ComponentException.java Index: ComponentException.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/component/ComponentException.java,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ComponentException.java 7 Feb 2003 15:12:31 -0000 1.17 +++ ComponentException.java 10 Feb 2003 07:19:15 -0000 1.18 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.18 +1 -1 avalon/src/java/org/apache/avalon/framework/component/ComponentManager.java Index: ComponentManager.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/component/ComponentManager.java,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ComponentManager.java 7 Feb 2003 15:12:31 -0000 1.17 +++ ComponentManager.java 10 Feb 2003 07:19:15 -0000 1.18 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.18 +1 -1 avalon/src/java/org/apache/avalon/framework/component/ComponentSelector.java Index: ComponentSelector.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/component/ComponentSelector.java,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ComponentSelector.java 7 Feb 2003 15:12:31 -0000 1.17 +++ ComponentSelector.java 10 Feb 2003 07:19:15 -0000 1.18 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.18 +1 -1 avalon/src/java/org/apache/avalon/framework/component/Composable.java Index: Composable.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/component/Composable.java,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- Composable.java 7 Feb 2003 15:12:31 -0000 1.17 +++ Composable.java 10 Feb 2003 07:19:15 -0000 1.18 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.23 +1 -1 avalon/src/java/org/apache/avalon/framework/component/DefaultComponentManager.java Index: DefaultComponentManager.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/component/DefaultComponentManager.java,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- DefaultComponentManager.java 7 Feb 2003 15:12:32 -0000 1.22 +++ DefaultComponentManager.java 10 Feb 2003 07:19:15 -0000 1.23 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.20 +1 -1 avalon/src/java/org/apache/avalon/framework/component/DefaultComponentSelector.java Index: DefaultComponentSelector.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/component/DefaultComponentSelector.java,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- DefaultComponentSelector.java 7 Feb 2003 15:12:32 -0000 1.19 +++ DefaultComponentSelector.java 10 Feb 2003 07:19:15 -0000 1.20 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.18 +1 -1 avalon/src/java/org/apache/avalon/framework/component/Recomposable.java Index: Recomposable.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/component/Recomposable.java,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- Recomposable.java 7 Feb 2003 15:12:32 -0000 1.17 +++ Recomposable.java 10 Feb 2003 07:19:15 -0000 1.18 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.11 +2 -2 avalon/src/java/org/apache/avalon/framework/component/WrapperComponentManager.java Index: WrapperComponentManager.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/component/WrapperComponentManager.java,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- WrapperComponentManager.java 7 Feb 2003 15:12:32 -0000 1.10 +++ WrapperComponentManager.java 10 Feb 2003 07:19:15 -0000 1.11 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.7 +2 -2 avalon/src/java/org/apache/avalon/framework/component/WrapperComponentSelector.java Index: WrapperComponentSelector.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/component/WrapperComponentSelector.java,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- WrapperComponentSelector.java 7 Feb 2003 15:12:32 -0000 1.6 +++ WrapperComponentSelector.java 10 Feb 2003 07:19:15 -0000 1.7 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2002 The Apache Software Foundation. All rights + * Copyright (c) 2002-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.25 +2 -2 avalon/src/java/org/apache/avalon/framework/configuration/AbstractConfiguration.java Index: AbstractConfiguration.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/configuration/AbstractConfiguration.java,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- AbstractConfiguration.java 7 Feb 2003 15:12:32 -0000 1.24 +++ AbstractConfiguration.java 10 Feb 2003 07:19:16 -0000 1.25 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.15 +1 -1 avalon/src/java/org/apache/avalon/framework/configuration/Configurable.java Index: Configurable.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/configuration/Configurable.java,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- Configurable.java 7 Feb 2003 15:12:32 -0000 1.14 +++ Configurable.java 10 Feb 2003 07:19:16 -0000 1.15 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.26 +1 -1 avalon/src/java/org/apache/avalon/framework/configuration/Configuration.java Index: Configuration.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/configuration/Configuration.java,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- Configuration.java 7 Feb 2003 15:12:32 -0000 1.25 +++ Configuration.java 10 Feb 2003 07:19:16 -0000 1.26 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.10 +1 -1 avalon/src/java/org/apache/avalon/framework/configuration/ConfigurationException.java Index: ConfigurationException.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/configuration/ConfigurationException.java,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ConfigurationException.java 7 Feb 2003 15:12:32 -0000 1.9 +++ ConfigurationException.java 10 Feb 2003 07:19:16 -0000 1.10 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.29 +1 -1 avalon/src/java/org/apache/avalon/framework/configuration/DefaultConfiguration.java Index: DefaultConfiguration.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/configuration/DefaultConfiguration.java,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- DefaultConfiguration.java 7 Feb 2003 15:12:32 -0000 1.28 +++ DefaultConfiguration.java 10 Feb 2003 07:19:16 -0000 1.29 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.24 +1 -1 avalon/src/java/org/apache/avalon/framework/configuration/DefaultConfigurationBuilder.java Index: DefaultConfigurationBuilder.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/configuration/DefaultConfigurationBuilder.java,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- DefaultConfigurationBuilder.java 7 Feb 2003 15:12:32 -0000 1.23 +++ DefaultConfigurationBuilder.java 10 Feb 2003 07:19:16 -0000 1.24 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.22 +1 -1 avalon/src/java/org/apache/avalon/framework/configuration/DefaultConfigurationSerializer.java Index: DefaultConfigurationSerializer.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/configuration/DefaultConfigurationSerializer.java,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- DefaultConfigurationSerializer.java 7 Feb 2003 15:12:32 -0000 1.21 +++ DefaultConfigurationSerializer.java 10 Feb 2003 07:19:16 -0000 1.22 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.15 +1 -1 avalon/src/java/org/apache/avalon/framework/configuration/NamespacedSAXConfigurationHandler.java Index: NamespacedSAXConfigurationHandler.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/configuration/NamespacedSAXConfigurationHandler.java,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- NamespacedSAXConfigurationHandler.java 7 Feb 2003 15:12:32 -0000 1.14 +++ NamespacedSAXConfigurationHandler.java 10 Feb 2003 07:19:16 -0000 1.15 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.15 +1 -1 avalon/src/java/org/apache/avalon/framework/configuration/Reconfigurable.java Index: Reconfigurable.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/configuration/Reconfigurable.java,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- Reconfigurable.java 7 Feb 2003 15:12:32 -0000 1.14 +++ Reconfigurable.java 10 Feb 2003 07:19:16 -0000 1.15 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.27 +1 -1 avalon/src/java/org/apache/avalon/framework/configuration/SAXConfigurationHandler.java Index: SAXConfigurationHandler.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/configuration/SAXConfigurationHandler.java,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- SAXConfigurationHandler.java 7 Feb 2003 15:12:32 -0000 1.26 +++ SAXConfigurationHandler.java 10 Feb 2003 07:19:16 -0000 1.27 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.12 +2 -2 avalon/src/java/org/apache/avalon/framework/container/ContainerUtil.java Index: ContainerUtil.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/container/ContainerUtil.java,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ContainerUtil.java 7 Feb 2003 15:12:33 -0000 1.11 +++ ContainerUtil.java 10 Feb 2003 07:19:16 -0000 1.12 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.15 +1 -1 avalon/src/java/org/apache/avalon/framework/context/Context.java Index: Context.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/context/Context.java,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- Context.java 7 Feb 2003 15:12:33 -0000 1.14 +++ Context.java 10 Feb 2003 07:19:17 -0000 1.15 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.11 +1 -1 avalon/src/java/org/apache/avalon/framework/context/ContextException.java Index: ContextException.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/context/ContextException.java,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ContextException.java 7 Feb 2003 15:12:33 -0000 1.10 +++ ContextException.java 10 Feb 2003 07:19:17 -0000 1.11 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.12 +1 -1 avalon/src/java/org/apache/avalon/framework/context/Contextualizable.java Index: Contextualizable.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/context/Contextualizable.java,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- Contextualizable.java 7 Feb 2003 15:12:33 -0000 1.11 +++ Contextualizable.java 10 Feb 2003 07:19:17 -0000 1.12 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.23 +1 -1 avalon/src/java/org/apache/avalon/framework/context/DefaultContext.java Index: DefaultContext.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/context/DefaultContext.java,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- DefaultContext.java 7 Feb 2003 15:12:34 -0000 1.22 +++ DefaultContext.java 10 Feb 2003 07:19:17 -0000 1.23 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.14 +1 -1 avalon/src/java/org/apache/avalon/framework/context/Recontextualizable.java Index: Recontextualizable.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/context/Recontextualizable.java,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- Recontextualizable.java 7 Feb 2003 15:12:34 -0000 1.13 +++ Recontextualizable.java 10 Feb 2003 07:19:17 -0000 1.14 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.14 +1 -1 avalon/src/java/org/apache/avalon/framework/context/Resolvable.java Index: Resolvable.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/context/Resolvable.java,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- Resolvable.java 7 Feb 2003 15:12:34 -0000 1.13 +++ Resolvable.java 10 Feb 2003 07:19:17 -0000 1.14 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.13 +1 -1 avalon/src/java/org/apache/avalon/framework/logger/AbstractLogEnabled.java Index: AbstractLogEnabled.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/logger/AbstractLogEnabled.java,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- AbstractLogEnabled.java 7 Feb 2003 15:12:34 -0000 1.12 +++ AbstractLogEnabled.java 10 Feb 2003 07:19:17 -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) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.16 +1 -1 avalon/src/java/org/apache/avalon/framework/logger/AbstractLoggable.java Index: AbstractLoggable.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/logger/AbstractLoggable.java,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- AbstractLoggable.java 7 Feb 2003 15:12:34 -0000 1.15 +++ AbstractLoggable.java 10 Feb 2003 07:19:17 -0000 1.16 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.23 +1 -1 avalon/src/java/org/apache/avalon/framework/logger/AvalonFormatter.java Index: AvalonFormatter.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/logger/AvalonFormatter.java,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- AvalonFormatter.java 7 Feb 2003 15:12:34 -0000 1.22 +++ AvalonFormatter.java 10 Feb 2003 07:19:17 -0000 1.23 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.11 +1 -1 avalon/src/java/org/apache/avalon/framework/logger/ConsoleLogger.java Index: ConsoleLogger.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/logger/ConsoleLogger.java,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ConsoleLogger.java 7 Feb 2003 15:12:34 -0000 1.10 +++ ConsoleLogger.java 10 Feb 2003 07:19:17 -0000 1.11 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.15 +1 -1 avalon/src/java/org/apache/avalon/framework/logger/Jdk14Logger.java Index: Jdk14Logger.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/logger/Jdk14Logger.java,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- Jdk14Logger.java 7 Feb 2003 15:12:34 -0000 1.14 +++ Jdk14Logger.java 10 Feb 2003 07:19:17 -0000 1.15 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.15 +1 -1 avalon/src/java/org/apache/avalon/framework/logger/Log4JLogger.java Index: Log4JLogger.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/logger/Log4JLogger.java,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- Log4JLogger.java 7 Feb 2003 15:12:34 -0000 1.14 +++ Log4JLogger.java 10 Feb 2003 07:19:17 -0000 1.15 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.13 +1 -1 avalon/src/java/org/apache/avalon/framework/logger/LogEnabled.java Index: LogEnabled.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/logger/LogEnabled.java,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- LogEnabled.java 7 Feb 2003 15:12:34 -0000 1.12 +++ LogEnabled.java 10 Feb 2003 07:19:17 -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) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.13 +1 -1 avalon/src/java/org/apache/avalon/framework/logger/LogKitLogger.java Index: LogKitLogger.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/logger/LogKitLogger.java,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- LogKitLogger.java 7 Feb 2003 15:12:34 -0000 1.12 +++ LogKitLogger.java 10 Feb 2003 07:19:17 -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) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.15 +1 -1 avalon/src/java/org/apache/avalon/framework/logger/Loggable.java Index: Loggable.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/logger/Loggable.java,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- Loggable.java 7 Feb 2003 15:12:34 -0000 1.14 +++ Loggable.java 10 Feb 2003 07:19:17 -0000 1.15 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.13 +1 -1 avalon/src/java/org/apache/avalon/framework/logger/Logger.java Index: Logger.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/logger/Logger.java,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- Logger.java 7 Feb 2003 15:12:34 -0000 1.12 +++ Logger.java 10 Feb 2003 07:19:17 -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) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.10 +1 -1 avalon/src/java/org/apache/avalon/framework/logger/NullLogger.java Index: NullLogger.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/logger/NullLogger.java,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- NullLogger.java 7 Feb 2003 15:12:34 -0000 1.9 +++ NullLogger.java 10 Feb 2003 07:19:17 -0000 1.10 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.12 +1 -1 avalon/src/java/org/apache/avalon/framework/parameters/ParameterException.java Index: ParameterException.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/parameters/ParameterException.java,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ParameterException.java 7 Feb 2003 15:12:35 -0000 1.11 +++ ParameterException.java 10 Feb 2003 07:19:18 -0000 1.12 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.15 +1 -1 avalon/src/java/org/apache/avalon/framework/parameters/Parameterizable.java Index: Parameterizable.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/parameters/Parameterizable.java,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- Parameterizable.java 7 Feb 2003 15:12:35 -0000 1.14 +++ Parameterizable.java 10 Feb 2003 07:19:18 -0000 1.15 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.34 +1 -1 avalon/src/java/org/apache/avalon/framework/parameters/Parameters.java Index: Parameters.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/parameters/Parameters.java,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- Parameters.java 7 Feb 2003 15:12:35 -0000 1.33 +++ Parameters.java 10 Feb 2003 07:19:18 -0000 1.34 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.10 +1 -1 avalon/src/java/org/apache/avalon/framework/parameters/Reparameterizable.java Index: Reparameterizable.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/parameters/Reparameterizable.java,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- Reparameterizable.java 7 Feb 2003 15:12:35 -0000 1.9 +++ Reparameterizable.java 10 Feb 2003 07:19:18 -0000 1.10 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.17 +1 -1 avalon/src/java/org/apache/avalon/framework/service/DefaultServiceManager.java Index: DefaultServiceManager.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/service/DefaultServiceManager.java,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- DefaultServiceManager.java 7 Feb 2003 15:12:35 -0000 1.16 +++ DefaultServiceManager.java 10 Feb 2003 07:19:18 -0000 1.17 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.11 +1 -1 avalon/src/java/org/apache/avalon/framework/service/DefaultServiceSelector.java Index: DefaultServiceSelector.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/service/DefaultServiceSelector.java,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- DefaultServiceSelector.java 7 Feb 2003 15:12:35 -0000 1.10 +++ DefaultServiceSelector.java 10 Feb 2003 07:19:18 -0000 1.11 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.16 +1 -1 avalon/src/java/org/apache/avalon/framework/service/ServiceException.java Index: ServiceException.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/service/ServiceException.java,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ServiceException.java 7 Feb 2003 15:12:35 -0000 1.15 +++ ServiceException.java 10 Feb 2003 07:19:18 -0000 1.16 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.13 +1 -1 avalon/src/java/org/apache/avalon/framework/service/ServiceManager.java Index: ServiceManager.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/service/ServiceManager.java,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ServiceManager.java 7 Feb 2003 15:12:42 -0000 1.12 +++ ServiceManager.java 10 Feb 2003 07:19:18 -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) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.12 +1 -1 avalon/src/java/org/apache/avalon/framework/service/ServiceSelector.java Index: ServiceSelector.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/service/ServiceSelector.java,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ServiceSelector.java 7 Feb 2003 15:12:42 -0000 1.11 +++ ServiceSelector.java 10 Feb 2003 07:19:18 -0000 1.12 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.16 +1 -1 avalon/src/java/org/apache/avalon/framework/service/Serviceable.java Index: Serviceable.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/service/Serviceable.java,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- Serviceable.java 7 Feb 2003 15:12:42 -0000 1.15 +++ Serviceable.java 10 Feb 2003 07:19:18 -0000 1.16 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.7 +2 -2 avalon/src/java/org/apache/avalon/framework/service/WrapperServiceManager.java Index: WrapperServiceManager.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/service/WrapperServiceManager.java,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- WrapperServiceManager.java 7 Feb 2003 15:12:42 -0000 1.6 +++ WrapperServiceManager.java 10 Feb 2003 07:19:18 -0000 1.7 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2002 The Apache Software Foundation. All rights + * Copyright (c) 2002-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.7 +2 -2 avalon/src/java/org/apache/avalon/framework/service/WrapperServiceSelector.java Index: WrapperServiceSelector.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/service/WrapperServiceSelector.java,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- WrapperServiceSelector.java 7 Feb 2003 15:12:42 -0000 1.6 +++ WrapperServiceSelector.java 10 Feb 2003 07:19:18 -0000 1.7 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2002 The Apache Software Foundation. All rights + * Copyright (c) 2002-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.12 +1 -1 avalon/src/java/org/apache/avalon/framework/thread/SingleThreaded.java Index: SingleThreaded.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/thread/SingleThreaded.java,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- SingleThreaded.java 7 Feb 2003 15:12:43 -0000 1.11 +++ SingleThreaded.java 10 Feb 2003 07:19:19 -0000 1.12 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without 1.12 +1 -1 avalon/src/java/org/apache/avalon/framework/thread/ThreadSafe.java Index: ThreadSafe.java =================================================================== RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/thread/ThreadSafe.java,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ThreadSafe.java 7 Feb 2003 15:12:43 -0000 1.11 +++ ThreadSafe.java 10 Feb 2003 07:19:19 -0000 1.12 @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 1997-2002 The Apache Software Foundation. All rights + * Copyright (c) 1997-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]