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:26:59 UTC

svn commit: r506227 [1/3] - in /excalibur/trunk/fortress: ./ bean/ bean/src/java/org/apache/avalon/fortress/testcase/ bean/src/java/org/apache/avalon/fortress/tools/ bean/src/test/org/apache/avalon/fortress/tools/ cli/ container-api/ container-api/src/...

Author: crossley
Date: Sun Feb 11 18:26:54 2007
New Revision: 506227

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

Modified:
    excalibur/trunk/fortress/bean/project.properties
    excalibur/trunk/fortress/bean/project.xml
    excalibur/trunk/fortress/bean/src/java/org/apache/avalon/fortress/testcase/FortressTestCase.java
    excalibur/trunk/fortress/bean/src/java/org/apache/avalon/fortress/tools/FortressBean.java
    excalibur/trunk/fortress/bean/src/test/org/apache/avalon/fortress/tools/FortressBeanTestCase.java
    excalibur/trunk/fortress/bean/src/test/org/apache/avalon/fortress/tools/FortressBeanTestCase.roles
    excalibur/trunk/fortress/bean/src/test/org/apache/avalon/fortress/tools/FortressBeanTestCase.xconf
    excalibur/trunk/fortress/bean/src/test/org/apache/avalon/fortress/tools/FortressBeanTestCase.xlog
    excalibur/trunk/fortress/bean/src/test/org/apache/avalon/fortress/tools/TestImpl.java
    excalibur/trunk/fortress/bean/src/test/org/apache/avalon/fortress/tools/TestInterface.java
    excalibur/trunk/fortress/cli/project.xml
    excalibur/trunk/fortress/container-api/project.properties
    excalibur/trunk/fortress/container-api/project.xml
    excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/Container.java
    excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/ContainerConstants.java
    excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/ContainerManager.java
    excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/ContainerManagerConstants.java
    excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/InitializationException.java
    excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/MetaInfoEntry.java
    excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/MetaInfoManager.java
    excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/RoleEntry.java
    excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/RoleManager.java
    excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/util/dag/CyclicDependencyException.java
    excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/util/dag/DirectedAcyclicGraphVerifier.java
    excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/util/dag/Vertex.java
    excalibur/trunk/fortress/container-impl/project.properties
    excalibur/trunk/fortress/container-impl/project.xml
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/AbstractContainer.java
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/ComponentHandlerEntry.java
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/ComponentHandlerMetaData.java
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/DefaultContainer.java
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/DefaultContainerManager.java
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/DefaultECMContainer.java
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/extensions/InstrumentableCreator.java
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/factory/AbstractObjectFactory.java
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/factory/BCELCodeGenerator.java
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/factory/BCELWrapperGenerator.java
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/factory/NoopObjectFactory.java
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/factory/PassThroughInvocationHandler.java
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/factory/ProxyManager.java
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/factory/ProxyObjectFactory.java
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/factory/WrapperClass.java
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/factory/WrapperObjectFactory.java
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/AbstractComponentHandler.java
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/AbstractReleasableComponent.java
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/ComponentFactory.java
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/ComponentHandler.java
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/FactoryComponentHandler.java
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/LEAwareComponentHandler.java
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/PerThreadComponentHandler.java
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/PoolableComponentHandler.java
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/PrepareHandlerCommand.java
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/ReleasableComponent.java
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/ThreadSafeComponentHandler.java
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/lookup/ComponentKey.java
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/lookup/FortressServiceManager.java
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/lookup/FortressServiceSelector.java
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/lookup/NoopServiceManager.java
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/role/AbstractMetaInfoManager.java
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/role/AbstractRoleManager.java
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/role/ConfigurableRoleManager.java
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/role/ECMMetaInfoManager.java
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/role/ECMRoleManager.java
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/role/FortressRoleManager.java
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/role/Role2MetaInfoManager.java
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/role/ServiceMetaManager.java
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/util/CompositeException.java
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/util/ContextManager.java
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/util/ContextManagerConstants.java
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/util/FortressCommandFailureHandler.java
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/util/FortressConfig.java
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/util/LifecycleExtensionManager.java
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/util/OverridableContext.java
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/util/ReflectiveConfigurator.java
    excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/util/Service.java
    excalibur/trunk/fortress/container-test/maven.xml
    excalibur/trunk/fortress/container-test/project.properties
    excalibur/trunk/fortress/container-test/project.xml
    excalibur/trunk/fortress/container-test/src/test/org/apache/avalon/fortress/impl/extensions/test/InstrumentableCreatorTestCase.java
    excalibur/trunk/fortress/container-test/src/test/org/apache/avalon/fortress/impl/extensions/test/TestInstrumentManager.java
    excalibur/trunk/fortress/container-test/src/test/org/apache/avalon/fortress/impl/lookup/test/FortressServiceManagerTestCase.java
    excalibur/trunk/fortress/container-test/src/test/org/apache/avalon/fortress/impl/lookup/test/TestContainer.java
    excalibur/trunk/fortress/container-test/src/test/org/apache/avalon/fortress/impl/role/test/AbstractMetaInfoManagerTestCase.java
    excalibur/trunk/fortress/container-test/src/test/org/apache/avalon/fortress/impl/role/test/AbstractRoleManagerTestCase.java
    excalibur/trunk/fortress/container-test/src/test/org/apache/avalon/fortress/impl/role/test/ConfigManager.roles
    excalibur/trunk/fortress/container-test/src/test/org/apache/avalon/fortress/impl/role/test/ConfigurableRoleManagerTestCase.java
    excalibur/trunk/fortress/container-test/src/test/org/apache/avalon/fortress/impl/role/test/FortressRoleManagerTestCase.java
    excalibur/trunk/fortress/container-test/src/test/org/apache/avalon/fortress/impl/role/test/Role2MetaInfoManagerTestCase.java
    excalibur/trunk/fortress/container-test/src/test/org/apache/avalon/fortress/impl/role/test/ServiceMetaManagerTestCase.java
    excalibur/trunk/fortress/container-test/src/test/org/apache/avalon/fortress/impl/test/ComponentHandlerEntryTestCase.java
    excalibur/trunk/fortress/container-test/src/test/org/apache/avalon/fortress/impl/test/ComponentHandlerMetaDataTestCase.java
    excalibur/trunk/fortress/container-test/src/test/org/apache/avalon/fortress/impl/test/TestComponentHandler.java
    excalibur/trunk/fortress/container-test/src/test/org/apache/avalon/fortress/test/HandlersTestCase.java
    excalibur/trunk/fortress/container-test/src/test/org/apache/avalon/fortress/test/InitializationExceptionTestCase.java
    excalibur/trunk/fortress/container-test/src/test/org/apache/avalon/fortress/test/MetaInfoEntryTestCase.java
    excalibur/trunk/fortress/container-test/src/test/org/apache/avalon/fortress/test/RoleEntryTestCase.java
    excalibur/trunk/fortress/container-test/src/test/org/apache/avalon/fortress/test/data/BaseRole.java
    excalibur/trunk/fortress/container-test/src/test/org/apache/avalon/fortress/test/data/Component1.java
    excalibur/trunk/fortress/container-test/src/test/org/apache/avalon/fortress/test/data/Component2.java
    excalibur/trunk/fortress/container-test/src/test/org/apache/avalon/fortress/test/data/Component3.java
    excalibur/trunk/fortress/container-test/src/test/org/apache/avalon/fortress/test/data/Component4.java
    excalibur/trunk/fortress/container-test/src/test/org/apache/avalon/fortress/test/data/Role1.java
    excalibur/trunk/fortress/container-test/src/test/org/apache/avalon/fortress/test/data/Role2.java
    excalibur/trunk/fortress/container-test/src/test/org/apache/avalon/fortress/test/data/Role3.java
    excalibur/trunk/fortress/container-test/src/test/org/apache/avalon/fortress/test/data/Role4.java
    excalibur/trunk/fortress/container-test/src/test/org/apache/avalon/fortress/test/data/test1.xconf
    excalibur/trunk/fortress/container-test/src/test/org/apache/avalon/fortress/test/data/test1.xlog
    excalibur/trunk/fortress/container-test/src/test/org/apache/avalon/fortress/util/dag/test/DirectedAcyclicGraphVerifierTestCase.java
    excalibur/trunk/fortress/container-test/src/test/org/apache/avalon/fortress/util/dag/test/VertexTestCase.java
    excalibur/trunk/fortress/container-test/src/test/org/apache/avalon/fortress/util/test/ComponentStateValidator.java
    excalibur/trunk/fortress/container-test/src/test/org/apache/avalon/fortress/util/test/ComponentTestCase.java
    excalibur/trunk/fortress/container-test/src/test/org/apache/avalon/fortress/util/test/CompositeExceptionTestCase.java
    excalibur/trunk/fortress/container-test/src/test/org/apache/avalon/fortress/util/test/ContextManagerTestCase.java
    excalibur/trunk/fortress/container-test/src/test/org/apache/avalon/fortress/util/test/FortressConfigTestCase.java
    excalibur/trunk/fortress/container-test/src/test/org/apache/avalon/fortress/util/test/FullLifecycleComponent.java
    excalibur/trunk/fortress/container-test/src/test/org/apache/avalon/fortress/util/test/LifecycleExtensionManagerTestCase.java
    excalibur/trunk/fortress/container-test/src/test/org/apache/avalon/fortress/util/test/OverridableContextTestCase.java
    excalibur/trunk/fortress/container-test/src/test/org/apache/avalon/fortress/util/test/TestAccessor.java
    excalibur/trunk/fortress/container-test/src/test/org/apache/avalon/fortress/util/test/TestComponent.java
    excalibur/trunk/fortress/container-test/src/test/org/apache/avalon/fortress/util/test/TestCreator.java
    excalibur/trunk/fortress/examples/maven.xml
    excalibur/trunk/fortress/examples/project.xml
    excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/components/Translator.java
    excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/components/TranslatorImpl.java
    excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/extended/ExtendedContainer.java
    excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/extended/Main.java
    excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/extended/components/ExtendedComponent.java
    excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/extended/components/ExtendedComponentImpl.java
    excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/extended/extensions/Extensions.java
    excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/extended/extensions/SecurityManageable.java
    excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/servlet/ServletContainer.java
    excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/servlet/servlet.java
    excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/swing/Main.java
    excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/swing/SwingContainer.java
    excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/viewer/ComponentViewer.java
    excalibur/trunk/fortress/examples/src/java/org/apache/avalon/fortress/examples/viewer/Main.java
    excalibur/trunk/fortress/meta/project.properties
    excalibur/trunk/fortress/meta/project.xml
    excalibur/trunk/fortress/meta/src/java/org/apache/avalon/fortress/tools/BuildLogger.java
    excalibur/trunk/fortress/meta/src/java/org/apache/avalon/fortress/tools/ChangedFileOutputStream.java
    excalibur/trunk/fortress/meta/src/java/org/apache/avalon/fortress/tools/Component.java
    excalibur/trunk/fortress/meta/src/java/org/apache/avalon/fortress/tools/ComponentMetaAntTask.java
    excalibur/trunk/fortress/meta/src/java/org/apache/avalon/fortress/tools/ComponentMetaInfoCollector.java
    excalibur/trunk/fortress/meta/src/java/org/apache/avalon/fortress/tools/Service.java
    excalibur/trunk/fortress/migration/project.properties
    excalibur/trunk/fortress/migration/src/java/org/apache/avalon/fortress/migration/FortressAdapter.java
    excalibur/trunk/fortress/platform/maven.xml
    excalibur/trunk/fortress/platform/project.xml
    excalibur/trunk/fortress/plugin/plugin.jelly
    excalibur/trunk/fortress/plugin/project.xml
    excalibur/trunk/fortress/plugin/src/java/org/apache/avalon/fortress/tools/AbstractQDoxMojo.java
    excalibur/trunk/fortress/project-common.xml
    excalibur/trunk/fortress/servlet/project.xml
    excalibur/trunk/fortress/testcase/project.properties
    excalibur/trunk/fortress/testcase/project.xml
    excalibur/trunk/fortress/testcase/src/java/org/apache/avalon/fortress/testcase/FortressTestCase.java
    excalibur/trunk/fortress/testcase/src/test/org/apache/avalon/fortress/testcase/EmptyFortressTestCase.java

Modified: excalibur/trunk/fortress/bean/project.properties
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/bean/project.properties?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/bean/project.properties (original)
+++ excalibur/trunk/fortress/bean/project.properties Sun Feb 11 18:26:54 2007
@@ -1,8 +1,10 @@
 # 
-# Copyright 2003-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/fortress/bean/project.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/bean/project.xml?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/bean/project.xml (original)
+++ excalibur/trunk/fortress/bean/project.xml Sun Feb 11 18:26:54 2007
@@ -1,9 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-Copyright 2003-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/fortress/bean/src/java/org/apache/avalon/fortress/testcase/FortressTestCase.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/bean/src/java/org/apache/avalon/fortress/testcase/FortressTestCase.java?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/bean/src/java/org/apache/avalon/fortress/testcase/FortressTestCase.java (original)
+++ excalibur/trunk/fortress/bean/src/java/org/apache/avalon/fortress/testcase/FortressTestCase.java Sun Feb 11 18:26:54 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2003-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/fortress/bean/src/java/org/apache/avalon/fortress/tools/FortressBean.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/bean/src/java/org/apache/avalon/fortress/tools/FortressBean.java?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/bean/src/java/org/apache/avalon/fortress/tools/FortressBean.java (original)
+++ excalibur/trunk/fortress/bean/src/java/org/apache/avalon/fortress/tools/FortressBean.java Sun Feb 11 18:26:54 2007
@@ -1,8 +1,10 @@
 /*
- * Copyright 2003-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/fortress/bean/src/test/org/apache/avalon/fortress/tools/FortressBeanTestCase.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/bean/src/test/org/apache/avalon/fortress/tools/FortressBeanTestCase.java?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/bean/src/test/org/apache/avalon/fortress/tools/FortressBeanTestCase.java (original)
+++ excalibur/trunk/fortress/bean/src/test/org/apache/avalon/fortress/tools/FortressBeanTestCase.java Sun Feb 11 18:26:54 2007
@@ -1,8 +1,10 @@
 /*
- * Copyright 2003-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/fortress/bean/src/test/org/apache/avalon/fortress/tools/FortressBeanTestCase.roles
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/bean/src/test/org/apache/avalon/fortress/tools/FortressBeanTestCase.roles?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/bean/src/test/org/apache/avalon/fortress/tools/FortressBeanTestCase.roles (original)
+++ excalibur/trunk/fortress/bean/src/test/org/apache/avalon/fortress/tools/FortressBeanTestCase.roles Sun Feb 11 18:26:54 2007
@@ -1,10 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
    ===================================================================
-   Copyright 2003-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/fortress/bean/src/test/org/apache/avalon/fortress/tools/FortressBeanTestCase.xconf
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/bean/src/test/org/apache/avalon/fortress/tools/FortressBeanTestCase.xconf?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/bean/src/test/org/apache/avalon/fortress/tools/FortressBeanTestCase.xconf (original)
+++ excalibur/trunk/fortress/bean/src/test/org/apache/avalon/fortress/tools/FortressBeanTestCase.xconf Sun Feb 11 18:26:54 2007
@@ -1,10 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
    ===================================================================
-   Copyright 2003-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/fortress/bean/src/test/org/apache/avalon/fortress/tools/FortressBeanTestCase.xlog
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/bean/src/test/org/apache/avalon/fortress/tools/FortressBeanTestCase.xlog?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/bean/src/test/org/apache/avalon/fortress/tools/FortressBeanTestCase.xlog (original)
+++ excalibur/trunk/fortress/bean/src/test/org/apache/avalon/fortress/tools/FortressBeanTestCase.xlog Sun Feb 11 18:26:54 2007
@@ -1,10 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
    ===================================================================
-   Copyright 2003-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/fortress/bean/src/test/org/apache/avalon/fortress/tools/TestImpl.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/bean/src/test/org/apache/avalon/fortress/tools/TestImpl.java?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/bean/src/test/org/apache/avalon/fortress/tools/TestImpl.java (original)
+++ excalibur/trunk/fortress/bean/src/test/org/apache/avalon/fortress/tools/TestImpl.java Sun Feb 11 18:26:54 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2003-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/fortress/bean/src/test/org/apache/avalon/fortress/tools/TestInterface.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/bean/src/test/org/apache/avalon/fortress/tools/TestInterface.java?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/bean/src/test/org/apache/avalon/fortress/tools/TestInterface.java (original)
+++ excalibur/trunk/fortress/bean/src/test/org/apache/avalon/fortress/tools/TestInterface.java Sun Feb 11 18:26:54 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2003-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/fortress/cli/project.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/cli/project.xml?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/cli/project.xml (original)
+++ excalibur/trunk/fortress/cli/project.xml Sun Feb 11 18:26:54 2007
@@ -1,9 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-Copyright 2003-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/fortress/container-api/project.properties
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-api/project.properties?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/container-api/project.properties (original)
+++ excalibur/trunk/fortress/container-api/project.properties Sun Feb 11 18:26:54 2007
@@ -1,8 +1,10 @@
 # 
-# Copyright 2003-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/fortress/container-api/project.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-api/project.xml?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/container-api/project.xml (original)
+++ excalibur/trunk/fortress/container-api/project.xml Sun Feb 11 18:26:54 2007
@@ -1,9 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
-Copyright 2003-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/fortress/container-api/src/java/org/apache/avalon/fortress/Container.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/Container.java?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/Container.java (original)
+++ excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/Container.java Sun Feb 11 18:26:54 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2003-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/fortress/container-api/src/java/org/apache/avalon/fortress/ContainerConstants.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/ContainerConstants.java?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/ContainerConstants.java (original)
+++ excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/ContainerConstants.java Sun Feb 11 18:26:54 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2003-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/fortress/container-api/src/java/org/apache/avalon/fortress/ContainerManager.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/ContainerManager.java?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/ContainerManager.java (original)
+++ excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/ContainerManager.java Sun Feb 11 18:26:54 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2003-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/fortress/container-api/src/java/org/apache/avalon/fortress/ContainerManagerConstants.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/ContainerManagerConstants.java?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/ContainerManagerConstants.java (original)
+++ excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/ContainerManagerConstants.java Sun Feb 11 18:26:54 2007
@@ -1,8 +1,10 @@
 /*
- * Copyright 2003-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/fortress/container-api/src/java/org/apache/avalon/fortress/InitializationException.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/InitializationException.java?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/InitializationException.java (original)
+++ excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/InitializationException.java Sun Feb 11 18:26:54 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2003-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/fortress/container-api/src/java/org/apache/avalon/fortress/MetaInfoEntry.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/MetaInfoEntry.java?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/MetaInfoEntry.java (original)
+++ excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/MetaInfoEntry.java Sun Feb 11 18:26:54 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2003-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/fortress/container-api/src/java/org/apache/avalon/fortress/MetaInfoManager.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/MetaInfoManager.java?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/MetaInfoManager.java (original)
+++ excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/MetaInfoManager.java Sun Feb 11 18:26:54 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2003-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/fortress/container-api/src/java/org/apache/avalon/fortress/RoleEntry.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/RoleEntry.java?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/RoleEntry.java (original)
+++ excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/RoleEntry.java Sun Feb 11 18:26:54 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2003-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/fortress/container-api/src/java/org/apache/avalon/fortress/RoleManager.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/RoleManager.java?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/RoleManager.java (original)
+++ excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/RoleManager.java Sun Feb 11 18:26:54 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2003-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/fortress/container-api/src/java/org/apache/avalon/fortress/util/dag/CyclicDependencyException.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/util/dag/CyclicDependencyException.java?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/util/dag/CyclicDependencyException.java (original)
+++ excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/util/dag/CyclicDependencyException.java Sun Feb 11 18:26:54 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2003-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/fortress/container-api/src/java/org/apache/avalon/fortress/util/dag/DirectedAcyclicGraphVerifier.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/util/dag/DirectedAcyclicGraphVerifier.java?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/util/dag/DirectedAcyclicGraphVerifier.java (original)
+++ excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/util/dag/DirectedAcyclicGraphVerifier.java Sun Feb 11 18:26:54 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2003-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/fortress/container-api/src/java/org/apache/avalon/fortress/util/dag/Vertex.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/util/dag/Vertex.java?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/util/dag/Vertex.java (original)
+++ excalibur/trunk/fortress/container-api/src/java/org/apache/avalon/fortress/util/dag/Vertex.java Sun Feb 11 18:26:54 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2003-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/fortress/container-impl/project.properties
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-impl/project.properties?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/container-impl/project.properties (original)
+++ excalibur/trunk/fortress/container-impl/project.properties Sun Feb 11 18:26:54 2007
@@ -1,8 +1,10 @@
 # 
-# Copyright 2003-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/fortress/container-impl/project.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-impl/project.xml?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/container-impl/project.xml (original)
+++ excalibur/trunk/fortress/container-impl/project.xml Sun Feb 11 18:26:54 2007
@@ -1,9 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
-Copyright 2003-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/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/AbstractContainer.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/AbstractContainer.java?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/AbstractContainer.java (original)
+++ excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/AbstractContainer.java Sun Feb 11 18:26:54 2007
@@ -1,8 +1,10 @@
 /*
- * Copyright 2003-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/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/ComponentHandlerEntry.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/ComponentHandlerEntry.java?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/ComponentHandlerEntry.java (original)
+++ excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/ComponentHandlerEntry.java Sun Feb 11 18:26:54 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2003-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/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/ComponentHandlerMetaData.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/ComponentHandlerMetaData.java?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/ComponentHandlerMetaData.java (original)
+++ excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/ComponentHandlerMetaData.java Sun Feb 11 18:26:54 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2003-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/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/DefaultContainer.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/DefaultContainer.java?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/DefaultContainer.java (original)
+++ excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/DefaultContainer.java Sun Feb 11 18:26:54 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2003-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/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/DefaultContainerManager.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/DefaultContainerManager.java?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/DefaultContainerManager.java (original)
+++ excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/DefaultContainerManager.java Sun Feb 11 18:26:54 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2003-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/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/DefaultECMContainer.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/DefaultECMContainer.java?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/DefaultECMContainer.java (original)
+++ excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/DefaultECMContainer.java Sun Feb 11 18:26:54 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-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/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/extensions/InstrumentableCreator.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/extensions/InstrumentableCreator.java?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/extensions/InstrumentableCreator.java (original)
+++ excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/extensions/InstrumentableCreator.java Sun Feb 11 18:26:54 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2003-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/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/factory/AbstractObjectFactory.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/factory/AbstractObjectFactory.java?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/factory/AbstractObjectFactory.java (original)
+++ excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/factory/AbstractObjectFactory.java Sun Feb 11 18:26:54 2007
@@ -1,8 +1,10 @@
 /*
- * Copyright 2003-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/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/factory/BCELCodeGenerator.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/factory/BCELCodeGenerator.java?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/factory/BCELCodeGenerator.java (original)
+++ excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/factory/BCELCodeGenerator.java Sun Feb 11 18:26:54 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2003-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/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/factory/BCELWrapperGenerator.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/factory/BCELWrapperGenerator.java?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/factory/BCELWrapperGenerator.java (original)
+++ excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/factory/BCELWrapperGenerator.java Sun Feb 11 18:26:54 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2003-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/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/factory/NoopObjectFactory.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/factory/NoopObjectFactory.java?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/factory/NoopObjectFactory.java (original)
+++ excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/factory/NoopObjectFactory.java Sun Feb 11 18:26:54 2007
@@ -1,8 +1,10 @@
 /*
- * Copyright 2003-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/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/factory/PassThroughInvocationHandler.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/factory/PassThroughInvocationHandler.java?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/factory/PassThroughInvocationHandler.java (original)
+++ excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/factory/PassThroughInvocationHandler.java Sun Feb 11 18:26:54 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2003-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/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/factory/ProxyManager.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/factory/ProxyManager.java?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/factory/ProxyManager.java (original)
+++ excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/factory/ProxyManager.java Sun Feb 11 18:26:54 2007
@@ -1,8 +1,10 @@
 /*
- * Copyright 2003-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/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/factory/ProxyObjectFactory.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/factory/ProxyObjectFactory.java?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/factory/ProxyObjectFactory.java (original)
+++ excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/factory/ProxyObjectFactory.java Sun Feb 11 18:26:54 2007
@@ -1,8 +1,10 @@
 /*
- * Copyright 2003-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/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/factory/WrapperClass.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/factory/WrapperClass.java?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/factory/WrapperClass.java (original)
+++ excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/factory/WrapperClass.java Sun Feb 11 18:26:54 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2003-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/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/factory/WrapperObjectFactory.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/factory/WrapperObjectFactory.java?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/factory/WrapperObjectFactory.java (original)
+++ excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/factory/WrapperObjectFactory.java Sun Feb 11 18:26:54 2007
@@ -1,8 +1,10 @@
 /*
- * Copyright 2003-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/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/AbstractComponentHandler.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/AbstractComponentHandler.java?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/AbstractComponentHandler.java (original)
+++ excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/AbstractComponentHandler.java Sun Feb 11 18:26:54 2007
@@ -1,8 +1,10 @@
 /*
- * Copyright 2003-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/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/AbstractReleasableComponent.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/AbstractReleasableComponent.java?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/AbstractReleasableComponent.java (original)
+++ excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/AbstractReleasableComponent.java Sun Feb 11 18:26:54 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2003-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/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/ComponentFactory.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/ComponentFactory.java?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/ComponentFactory.java (original)
+++ excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/ComponentFactory.java Sun Feb 11 18:26:54 2007
@@ -1,8 +1,10 @@
 /*
- * Copyright 2003-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/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/ComponentHandler.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/ComponentHandler.java?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/ComponentHandler.java (original)
+++ excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/ComponentHandler.java Sun Feb 11 18:26:54 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2003-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/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/FactoryComponentHandler.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/FactoryComponentHandler.java?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/FactoryComponentHandler.java (original)
+++ excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/FactoryComponentHandler.java Sun Feb 11 18:26:54 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2003-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/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/LEAwareComponentHandler.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/LEAwareComponentHandler.java?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/LEAwareComponentHandler.java (original)
+++ excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/LEAwareComponentHandler.java Sun Feb 11 18:26:54 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2003-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/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/PerThreadComponentHandler.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/PerThreadComponentHandler.java?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/PerThreadComponentHandler.java (original)
+++ excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/PerThreadComponentHandler.java Sun Feb 11 18:26:54 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2003-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/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/PoolableComponentHandler.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/PoolableComponentHandler.java?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/PoolableComponentHandler.java (original)
+++ excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/PoolableComponentHandler.java Sun Feb 11 18:26:54 2007
@@ -1,8 +1,10 @@
 /*
- * Copyright 2003-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/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/PrepareHandlerCommand.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/PrepareHandlerCommand.java?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/PrepareHandlerCommand.java (original)
+++ excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/PrepareHandlerCommand.java Sun Feb 11 18:26:54 2007
@@ -1,8 +1,10 @@
 /*
- * Copyright 2003-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/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/ReleasableComponent.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/ReleasableComponent.java?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/ReleasableComponent.java (original)
+++ excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/ReleasableComponent.java Sun Feb 11 18:26:54 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2003-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/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/ThreadSafeComponentHandler.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/ThreadSafeComponentHandler.java?view=diff&rev=506227&r1=506226&r2=506227
==============================================================================
--- excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/ThreadSafeComponentHandler.java (original)
+++ excalibur/trunk/fortress/container-impl/src/java/org/apache/avalon/fortress/impl/handler/ThreadSafeComponentHandler.java Sun Feb 11 18:26:54 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2003-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