You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by cr...@apache.org on 2007/02/12 03:36:58 UTC

svn commit: r506231 [1/2] - in /excalibur/trunk/framework: ./ api/ api/src/java/org/apache/avalon/framework/ api/src/java/org/apache/avalon/framework/activity/ api/src/java/org/apache/avalon/framework/availability/ api/src/java/org/apache/avalon/framew...

Author: crossley
Date: Sun Feb 11 18:36:54 2007
New Revision: 506231

URL: http://svn.apache.org/viewvc?view=rev&rev=506231
Log:
Update license header.

Modified:
    excalibur/trunk/framework/api/project.xml
    excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/CascadingError.java
    excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/CascadingException.java
    excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/CascadingRuntimeException.java
    excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/CascadingThrowable.java
    excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/Enum.java
    excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/ValuedEnum.java
    excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/Version.java
    excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/activity/Disposable.java
    excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/activity/Executable.java
    excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/activity/Initializable.java
    excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/activity/Startable.java
    excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/activity/Suspendable.java
    excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/availability/AvailabilityAware.java
    excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/availability/UnavailableException.java
    excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/component/Component.java
    excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/component/ComponentException.java
    excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/component/ComponentManager.java
    excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/component/ComponentSelector.java
    excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/component/Composable.java
    excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/component/Recomposable.java
    excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/configuration/Configurable.java
    excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/configuration/Configuration.java
    excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/configuration/ConfigurationException.java
    excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/configuration/Reconfigurable.java
    excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/context/Context.java
    excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/context/ContextException.java
    excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/context/Contextualizable.java
    excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/context/Recontextualizable.java
    excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/context/Resolvable.java
    excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/logger/AbstractLogEnabled.java
    excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/logger/LogEnabled.java
    excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/logger/Loggable.java
    excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/logger/Logger.java
    excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/parameters/ParameterException.java
    excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/parameters/Parameterizable.java
    excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/parameters/Parameters.java
    excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/parameters/Reparameterizable.java
    excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/service/ServiceException.java
    excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/service/ServiceManager.java
    excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/service/ServiceSelector.java
    excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/service/Serviceable.java
    excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/thread/SingleThreaded.java
    excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/thread/ThreadSafe.java
    excalibur/trunk/framework/api/src/test/org/apache/avalon/framework/test/CascadingErrorTestCase.java
    excalibur/trunk/framework/api/src/test/org/apache/avalon/framework/test/CascadingExceptionTestCase.java
    excalibur/trunk/framework/api/src/test/org/apache/avalon/framework/test/CascadingRuntimeExceptionTestCase.java
    excalibur/trunk/framework/api/src/test/org/apache/avalon/framework/test/EnumTestCase.java
    excalibur/trunk/framework/api/src/test/org/apache/avalon/framework/test/ValuedEnumTestCase.java
    excalibur/trunk/framework/api/src/test/org/apache/avalon/framework/test/VersionTestCase.java
    excalibur/trunk/framework/impl/project.xml
    excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/ExceptionUtil.java
    excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/component/DefaultComponentManager.java
    excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/component/DefaultComponentSelector.java
    excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/component/WrapperComponentManager.java
    excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/component/WrapperComponentSelector.java
    excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/configuration/AbstractConfiguration.java
    excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/configuration/ConfigurationUtil.java
    excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/configuration/DefaultConfiguration.java
    excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/configuration/DefaultConfigurationBuilder.java
    excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/configuration/DefaultConfigurationSerializer.java
    excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/configuration/DefaultImmutableConfiguration.java
    excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/configuration/MutableConfiguration.java
    excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/configuration/NamespacedSAXConfigurationHandler.java
    excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/configuration/SAXConfigurationHandler.java
    excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/container/ContainerUtil.java
    excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/context/DefaultContext.java
    excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/logger/AbstractLoggable.java
    excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/logger/AvalonFormatter.java
    excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/logger/CommonsLogger.java
    excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/logger/ConsoleLogger.java
    excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/logger/Jdk14Logger.java
    excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/logger/Log4JLogger.java
    excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/logger/LogKit2AvalonLoggerAdapter.java
    excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/logger/LogKitLogger.java
    excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/logger/LoggerAwareOutputStream.java
    excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/logger/NullLogger.java
    excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/service/DefaultServiceManager.java
    excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/service/DefaultServiceSelector.java
    excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/service/WrapperServiceManager.java
    excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/service/WrapperServiceSelector.java
    excalibur/trunk/framework/impl/src/test/org/apache/avalon/framework/component/test/DefaultComponentManagerTestCase.java
    excalibur/trunk/framework/impl/src/test/org/apache/avalon/framework/component/test/DefaultComponentSelectorTestCase.java
    excalibur/trunk/framework/impl/src/test/org/apache/avalon/framework/component/test/RoleA.java
    excalibur/trunk/framework/impl/src/test/org/apache/avalon/framework/component/test/RoleB.java
    excalibur/trunk/framework/impl/src/test/org/apache/avalon/framework/configuration/test/DefaultConfigurationBuilderTestCase.java
    excalibur/trunk/framework/impl/src/test/org/apache/avalon/framework/configuration/test/DefaultConfigurationSerializerTestCase.java
    excalibur/trunk/framework/impl/src/test/org/apache/avalon/framework/configuration/test/DefaultConfigurationTestCase.java
    excalibur/trunk/framework/impl/src/test/org/apache/avalon/framework/configuration/test/SAXConfigurationHandlerTestCase.java
    excalibur/trunk/framework/impl/src/test/org/apache/avalon/framework/context/test/ContextTestCase.java
    excalibur/trunk/framework/impl/src/test/org/apache/avalon/framework/logger/test/CommonsLoggerTestCase.java
    excalibur/trunk/framework/impl/src/test/org/apache/avalon/framework/logger/test/LoggerAwareOutputStreamTestCase.java
    excalibur/trunk/framework/impl/src/test/org/apache/avalon/framework/parameters/test/ParameterTestCase.java
    excalibur/trunk/framework/impl/src/test/org/apache/avalon/framework/service/test/DefaultServiceManagerTestCase.java
    excalibur/trunk/framework/impl/src/test/org/apache/avalon/framework/service/test/DefaultServiceSelectorTestCase.java
    excalibur/trunk/framework/impl/src/test/org/apache/avalon/framework/service/test/RoleA.java
    excalibur/trunk/framework/impl/src/test/org/apache/avalon/framework/service/test/RoleB.java
    excalibur/trunk/framework/project-common.xml

Modified: excalibur/trunk/framework/api/project.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/project.xml?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/project.xml (original)
+++ excalibur/trunk/framework/api/project.xml Sun Feb 11 18:36:54 2007
@@ -1,9 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
- Copyright 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.
- You may obtain a copy of the License at 
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
  
    http://www.apache.org/licenses/LICENSE-2.0
  

Modified: excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/CascadingError.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/CascadingError.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/CascadingError.java (original)
+++ excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/CascadingError.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/CascadingException.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/CascadingException.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/CascadingException.java (original)
+++ excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/CascadingException.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/CascadingRuntimeException.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/CascadingRuntimeException.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/CascadingRuntimeException.java (original)
+++ excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/CascadingRuntimeException.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/CascadingThrowable.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/CascadingThrowable.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/CascadingThrowable.java (original)
+++ excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/CascadingThrowable.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/Enum.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/Enum.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/Enum.java (original)
+++ excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/Enum.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/ValuedEnum.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/ValuedEnum.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/ValuedEnum.java (original)
+++ excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/ValuedEnum.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/Version.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/Version.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/Version.java (original)
+++ excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/Version.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/activity/Disposable.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/activity/Disposable.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/activity/Disposable.java (original)
+++ excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/activity/Disposable.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/activity/Executable.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/activity/Executable.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/activity/Executable.java (original)
+++ excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/activity/Executable.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/activity/Initializable.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/activity/Initializable.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/activity/Initializable.java (original)
+++ excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/activity/Initializable.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/activity/Startable.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/activity/Startable.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/activity/Startable.java (original)
+++ excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/activity/Startable.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/activity/Suspendable.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/activity/Suspendable.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/activity/Suspendable.java (original)
+++ excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/activity/Suspendable.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/availability/AvailabilityAware.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/availability/AvailabilityAware.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/availability/AvailabilityAware.java (original)
+++ excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/availability/AvailabilityAware.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/availability/UnavailableException.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/availability/UnavailableException.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/availability/UnavailableException.java (original)
+++ excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/availability/UnavailableException.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/component/Component.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/component/Component.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/component/Component.java (original)
+++ excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/component/Component.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/component/ComponentException.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/component/ComponentException.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/component/ComponentException.java (original)
+++ excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/component/ComponentException.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/component/ComponentManager.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/component/ComponentManager.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/component/ComponentManager.java (original)
+++ excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/component/ComponentManager.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/component/ComponentSelector.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/component/ComponentSelector.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/component/ComponentSelector.java (original)
+++ excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/component/ComponentSelector.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/component/Composable.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/component/Composable.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/component/Composable.java (original)
+++ excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/component/Composable.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/component/Recomposable.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/component/Recomposable.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/component/Recomposable.java (original)
+++ excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/component/Recomposable.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/configuration/Configurable.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/configuration/Configurable.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/configuration/Configurable.java (original)
+++ excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/configuration/Configurable.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/configuration/Configuration.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/configuration/Configuration.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/configuration/Configuration.java (original)
+++ excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/configuration/Configuration.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/configuration/ConfigurationException.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/configuration/ConfigurationException.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/configuration/ConfigurationException.java (original)
+++ excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/configuration/ConfigurationException.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/configuration/Reconfigurable.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/configuration/Reconfigurable.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/configuration/Reconfigurable.java (original)
+++ excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/configuration/Reconfigurable.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/context/Context.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/context/Context.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/context/Context.java (original)
+++ excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/context/Context.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/context/ContextException.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/context/ContextException.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/context/ContextException.java (original)
+++ excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/context/ContextException.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/context/Contextualizable.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/context/Contextualizable.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/context/Contextualizable.java (original)
+++ excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/context/Contextualizable.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/context/Recontextualizable.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/context/Recontextualizable.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/context/Recontextualizable.java (original)
+++ excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/context/Recontextualizable.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/context/Resolvable.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/context/Resolvable.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/context/Resolvable.java (original)
+++ excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/context/Resolvable.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/logger/AbstractLogEnabled.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/logger/AbstractLogEnabled.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/logger/AbstractLogEnabled.java (original)
+++ excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/logger/AbstractLogEnabled.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/logger/LogEnabled.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/logger/LogEnabled.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/logger/LogEnabled.java (original)
+++ excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/logger/LogEnabled.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/logger/Loggable.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/logger/Loggable.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/logger/Loggable.java (original)
+++ excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/logger/Loggable.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/logger/Logger.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/logger/Logger.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/logger/Logger.java (original)
+++ excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/logger/Logger.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/parameters/ParameterException.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/parameters/ParameterException.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/parameters/ParameterException.java (original)
+++ excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/parameters/ParameterException.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/parameters/Parameterizable.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/parameters/Parameterizable.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/parameters/Parameterizable.java (original)
+++ excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/parameters/Parameterizable.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/parameters/Parameters.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/parameters/Parameters.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/parameters/Parameters.java (original)
+++ excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/parameters/Parameters.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/parameters/Reparameterizable.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/parameters/Reparameterizable.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/parameters/Reparameterizable.java (original)
+++ excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/parameters/Reparameterizable.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/service/ServiceException.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/service/ServiceException.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/service/ServiceException.java (original)
+++ excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/service/ServiceException.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/service/ServiceManager.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/service/ServiceManager.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/service/ServiceManager.java (original)
+++ excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/service/ServiceManager.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/service/ServiceSelector.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/service/ServiceSelector.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/service/ServiceSelector.java (original)
+++ excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/service/ServiceSelector.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/service/Serviceable.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/service/Serviceable.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/service/Serviceable.java (original)
+++ excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/service/Serviceable.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/thread/SingleThreaded.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/thread/SingleThreaded.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/thread/SingleThreaded.java (original)
+++ excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/thread/SingleThreaded.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/thread/ThreadSafe.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/thread/ThreadSafe.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/thread/ThreadSafe.java (original)
+++ excalibur/trunk/framework/api/src/java/org/apache/avalon/framework/thread/ThreadSafe.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/test/org/apache/avalon/framework/test/CascadingErrorTestCase.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/test/org/apache/avalon/framework/test/CascadingErrorTestCase.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/test/org/apache/avalon/framework/test/CascadingErrorTestCase.java (original)
+++ excalibur/trunk/framework/api/src/test/org/apache/avalon/framework/test/CascadingErrorTestCase.java Sun Feb 11 18:36:54 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2004 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.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *   http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/test/org/apache/avalon/framework/test/CascadingExceptionTestCase.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/test/org/apache/avalon/framework/test/CascadingExceptionTestCase.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/test/org/apache/avalon/framework/test/CascadingExceptionTestCase.java (original)
+++ excalibur/trunk/framework/api/src/test/org/apache/avalon/framework/test/CascadingExceptionTestCase.java Sun Feb 11 18:36:54 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2004 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.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *   http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/test/org/apache/avalon/framework/test/CascadingRuntimeExceptionTestCase.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/test/org/apache/avalon/framework/test/CascadingRuntimeExceptionTestCase.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/test/org/apache/avalon/framework/test/CascadingRuntimeExceptionTestCase.java (original)
+++ excalibur/trunk/framework/api/src/test/org/apache/avalon/framework/test/CascadingRuntimeExceptionTestCase.java Sun Feb 11 18:36:54 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2004 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.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *   http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/test/org/apache/avalon/framework/test/EnumTestCase.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/test/org/apache/avalon/framework/test/EnumTestCase.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/test/org/apache/avalon/framework/test/EnumTestCase.java (original)
+++ excalibur/trunk/framework/api/src/test/org/apache/avalon/framework/test/EnumTestCase.java Sun Feb 11 18:36:54 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2004 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.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *   http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/test/org/apache/avalon/framework/test/ValuedEnumTestCase.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/test/org/apache/avalon/framework/test/ValuedEnumTestCase.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/test/org/apache/avalon/framework/test/ValuedEnumTestCase.java (original)
+++ excalibur/trunk/framework/api/src/test/org/apache/avalon/framework/test/ValuedEnumTestCase.java Sun Feb 11 18:36:54 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2004 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.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *   http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/api/src/test/org/apache/avalon/framework/test/VersionTestCase.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/api/src/test/org/apache/avalon/framework/test/VersionTestCase.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/api/src/test/org/apache/avalon/framework/test/VersionTestCase.java (original)
+++ excalibur/trunk/framework/api/src/test/org/apache/avalon/framework/test/VersionTestCase.java Sun Feb 11 18:36:54 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2004 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.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *   http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/impl/project.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/impl/project.xml?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/impl/project.xml (original)
+++ excalibur/trunk/framework/impl/project.xml Sun Feb 11 18:36:54 2007
@@ -1,9 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
- Copyright 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.
- You may obtain a copy of the License at 
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
  
    http://www.apache.org/licenses/LICENSE-2.0
  

Modified: excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/ExceptionUtil.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/ExceptionUtil.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/ExceptionUtil.java (original)
+++ excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/ExceptionUtil.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/component/DefaultComponentManager.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/component/DefaultComponentManager.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/component/DefaultComponentManager.java (original)
+++ excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/component/DefaultComponentManager.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/component/DefaultComponentSelector.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/component/DefaultComponentSelector.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/component/DefaultComponentSelector.java (original)
+++ excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/component/DefaultComponentSelector.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/component/WrapperComponentManager.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/component/WrapperComponentManager.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/component/WrapperComponentManager.java (original)
+++ excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/component/WrapperComponentManager.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/component/WrapperComponentSelector.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/component/WrapperComponentSelector.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/component/WrapperComponentSelector.java (original)
+++ excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/component/WrapperComponentSelector.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/configuration/AbstractConfiguration.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/configuration/AbstractConfiguration.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/configuration/AbstractConfiguration.java (original)
+++ excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/configuration/AbstractConfiguration.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/configuration/ConfigurationUtil.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/configuration/ConfigurationUtil.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/configuration/ConfigurationUtil.java (original)
+++ excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/configuration/ConfigurationUtil.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/configuration/DefaultConfiguration.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/configuration/DefaultConfiguration.java?view=diff&rev=506231&r1=506230&r2=506231
==============================================================================
--- excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/configuration/DefaultConfiguration.java (original)
+++ excalibur/trunk/framework/impl/src/java/org/apache/avalon/framework/configuration/DefaultConfiguration.java Sun Feb 11 18:36:54 2007
@@ -1,9 +1,10 @@
 /*
- * 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.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *     http://www.apache.org/licenses/LICENSE-2.0
  * 



---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org