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 04:54:25 UTC

svn commit: r506259 [1/3] - in /excalibur/trunk/deprecated: ./ component-examples/instrument-manager/ component-examples/instrument-manager/bin/ component-examples/instrument-manager/conf/ component-examples/instrument-manager/src/java/org/apache/avalo...

Author: crossley
Date: Sun Feb 11 19:54:20 2007
New Revision: 506259

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

Modified:
    excalibur/trunk/deprecated/component-examples/instrument-manager/bin/cpappend.bat
    excalibur/trunk/deprecated/component-examples/instrument-manager/bin/run.bat
    excalibur/trunk/deprecated/component-examples/instrument-manager/bin/run.sh
    excalibur/trunk/deprecated/component-examples/instrument-manager/conf/components.xml
    excalibur/trunk/deprecated/component-examples/instrument-manager/conf/instrument.xml
    excalibur/trunk/deprecated/component-examples/instrument-manager/conf/logkit.xml
    excalibur/trunk/deprecated/component-examples/instrument-manager/conf/roles.xml
    excalibur/trunk/deprecated/component-examples/instrument-manager/project.properties
    excalibur/trunk/deprecated/component-examples/instrument-manager/project.xml
    excalibur/trunk/deprecated/component-examples/instrument-manager/src/java/org/apache/avalon/excalibur/component/example_im/DefaultExampleInstrumentable.java
    excalibur/trunk/deprecated/component-examples/instrument-manager/src/java/org/apache/avalon/excalibur/component/example_im/ExampleInstrumentable.java
    excalibur/trunk/deprecated/component-examples/instrument-manager/src/java/org/apache/avalon/excalibur/component/example_im/Main.java
    excalibur/trunk/deprecated/component-tests/project.properties
    excalibur/trunk/deprecated/component-tests/project.xml
    excalibur/trunk/deprecated/component-tests/src/test/org/apache/avalon/excalibur/component/test/ComponentProxyGeneratorTestCase.java
    excalibur/trunk/deprecated/component-tests/src/test/org/apache/avalon/excalibur/component/test/ExcaliburComponentManagerTestCase.java
    excalibur/trunk/deprecated/component-tests/src/test/org/apache/avalon/excalibur/component/test/PoolableComponentHandlerTestCase.java
    excalibur/trunk/deprecated/component-tests/src/test/org/apache/avalon/excalibur/component/test/PoolableComponentHandlerTestCase.xtest
    excalibur/trunk/deprecated/component-tests/src/test/org/apache/avalon/excalibur/component/test/PoolableTestObject.java
    excalibur/trunk/deprecated/component-tests/src/test/org/apache/avalon/excalibur/component/test/PoolableTestObjectInterface.java
    excalibur/trunk/deprecated/component-tests/src/test/org/apache/avalon/excalibur/testcase/test/ComponentTestCase.java
    excalibur/trunk/deprecated/component/project.properties
    excalibur/trunk/deprecated/component/project.xml
    excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/AbstractDualLogEnabled.java
    excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/AbstractDualLogEnabledInstrumentable.java
    excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/ComponentHandler.java
    excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/ComponentProxyGenerator.java
    excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/DefaultComponentFactory.java
    excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/DefaultComponentHandler.java
    excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/DefaultComponentManager.java
    excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/DefaultComponentPool.java
    excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/DefaultComponentPoolController.java
    excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/DefaultComponentSelector.java
    excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/DefaultRoleManager.java
    excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/ExcaliburComponentManager.java
    excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/ExcaliburComponentManagerCreator.java
    excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/ExcaliburComponentSelector.java
    excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/Logger2LogKitManager.java
    excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/LogkitLoggerManager.java
    excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/PoolableComponentHandler.java
    excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/RoleManageable.java
    excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/RoleManager.java
    excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/ThreadSafeComponentHandler.java
    excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/AbstractComponentManagerServlet.java
    excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/AbstractReferenceProxy.java
    excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/AbstractReferenceProxyLatch.java
    excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/AbstractServiceManagerServlet.java
    excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/ComponentManagerReferenceProxy.java
    excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/ExcaliburComponentManagerServlet.java
    excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/InstrumentManagerReferenceProxy.java
    excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/LoggerManagerReferenceProxy.java
    excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/ReferenceProxy.java
    excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/ServiceManagerReferenceProxy.java
    excalibur/trunk/deprecated/event/README.txt
    excalibur/trunk/deprecated/event/api/project.properties
    excalibur/trunk/deprecated/event/api/project.xml
    excalibur/trunk/deprecated/event/api/src/java/org/apache/excalibur/event/DequeueInterceptor.java
    excalibur/trunk/deprecated/event/api/src/java/org/apache/excalibur/event/EnqueuePredicate.java
    excalibur/trunk/deprecated/event/api/src/java/org/apache/excalibur/event/EventHandler.java
    excalibur/trunk/deprecated/event/api/src/java/org/apache/excalibur/event/Message.java
    excalibur/trunk/deprecated/event/api/src/java/org/apache/excalibur/event/PreparedEnqueue.java
    excalibur/trunk/deprecated/event/api/src/java/org/apache/excalibur/event/Queue.java
    excalibur/trunk/deprecated/event/api/src/java/org/apache/excalibur/event/Signal.java
    excalibur/trunk/deprecated/event/api/src/java/org/apache/excalibur/event/Sink.java
    excalibur/trunk/deprecated/event/api/src/java/org/apache/excalibur/event/SinkClosedException.java
    excalibur/trunk/deprecated/event/api/src/java/org/apache/excalibur/event/SinkException.java
    excalibur/trunk/deprecated/event/api/src/java/org/apache/excalibur/event/SinkFullException.java
    excalibur/trunk/deprecated/event/api/src/java/org/apache/excalibur/event/Source.java
    excalibur/trunk/deprecated/event/api/src/java/org/apache/excalibur/event/command/Command.java
    excalibur/trunk/deprecated/event/api/src/java/org/apache/excalibur/event/command/CommandFailureHandler.java
    excalibur/trunk/deprecated/event/api/src/java/org/apache/excalibur/event/command/DelayedCommand.java
    excalibur/trunk/deprecated/event/api/src/java/org/apache/excalibur/event/command/EventPipeline.java
    excalibur/trunk/deprecated/event/api/src/java/org/apache/excalibur/event/command/RepeatedCommand.java
    excalibur/trunk/deprecated/event/api/src/java/org/apache/excalibur/event/command/ThreadManager.java
    excalibur/trunk/deprecated/event/api/src/java/org/apache/excalibur/mpool/ManagablePool.java
    excalibur/trunk/deprecated/event/api/src/java/org/apache/excalibur/mpool/ObjectFactory.java
    excalibur/trunk/deprecated/event/api/src/java/org/apache/excalibur/mpool/Pool.java
    excalibur/trunk/deprecated/event/api/src/java/org/apache/excalibur/mpool/PoolManager.java
    excalibur/trunk/deprecated/event/api/src/java/org/apache/excalibur/mpool/Resettable.java
    excalibur/trunk/deprecated/event/impl/project.properties
    excalibur/trunk/deprecated/event/impl/project.xml
    excalibur/trunk/deprecated/event/impl/src/java/org/apache/excalibur/event/command/AbstractThreadManager.java
    excalibur/trunk/deprecated/event/impl/src/java/org/apache/excalibur/event/command/CommandManager.java
    excalibur/trunk/deprecated/event/impl/src/java/org/apache/excalibur/event/command/DefaultThreadManager.java
    excalibur/trunk/deprecated/event/impl/src/java/org/apache/excalibur/event/command/NullCommandFailureHandler.java
    excalibur/trunk/deprecated/event/impl/src/java/org/apache/excalibur/event/command/TPCThreadManager.java
    excalibur/trunk/deprecated/event/impl/src/java/org/apache/excalibur/event/command/TPCThreadManager.xinfo
    excalibur/trunk/deprecated/event/impl/src/java/org/apache/excalibur/event/command/TPSPThreadManager.java
    excalibur/trunk/deprecated/event/impl/src/java/org/apache/excalibur/event/impl/AbstractQueue.java
    excalibur/trunk/deprecated/event/impl/src/java/org/apache/excalibur/event/impl/DefaultQueue.java
    excalibur/trunk/deprecated/event/impl/src/java/org/apache/excalibur/event/impl/FixedSizeQueue.java
    excalibur/trunk/deprecated/event/impl/src/java/org/apache/excalibur/event/impl/LossyMultiCastSink.java
    excalibur/trunk/deprecated/event/impl/src/java/org/apache/excalibur/event/impl/MultiCastSink.java
    excalibur/trunk/deprecated/event/impl/src/java/org/apache/excalibur/event/impl/NullDequeueInterceptor.java
    excalibur/trunk/deprecated/event/impl/src/java/org/apache/excalibur/event/impl/NullEnqueuePredicate.java
    excalibur/trunk/deprecated/event/impl/src/java/org/apache/excalibur/event/impl/RateLimitingPredicate.java
    excalibur/trunk/deprecated/event/impl/src/java/org/apache/excalibur/event/impl/ThresholdEnqueuePredicate.java
    excalibur/trunk/deprecated/event/impl/src/java/org/apache/excalibur/mpool/BlockingFixedSizePool.java
    excalibur/trunk/deprecated/event/impl/src/java/org/apache/excalibur/mpool/DefaultPoolManager.java
    excalibur/trunk/deprecated/event/impl/src/java/org/apache/excalibur/mpool/FixedSizePool.java
    excalibur/trunk/deprecated/event/impl/src/java/org/apache/excalibur/mpool/PoolUtil.java
    excalibur/trunk/deprecated/event/impl/src/java/org/apache/excalibur/mpool/VariableSizePool.java
    excalibur/trunk/deprecated/event/impl/src/java/org/apache/excalibur/util/CPUParser.java
    excalibur/trunk/deprecated/event/impl/src/java/org/apache/excalibur/util/SystemUtil.java
    excalibur/trunk/deprecated/event/impl/src/java/org/apache/excalibur/util/system/Linux.java
    excalibur/trunk/deprecated/event/impl/src/java/org/apache/excalibur/util/system/Windows2000.java
    excalibur/trunk/deprecated/event/impl/src/java/org/apache/excalibur/util/system/Windows95.java
    excalibur/trunk/deprecated/event/impl/src/java/org/apache/excalibur/util/system/Windows98.java
    excalibur/trunk/deprecated/event/impl/src/java/org/apache/excalibur/util/system/WindowsNT.java
    excalibur/trunk/deprecated/event/impl/src/java/org/apache/excalibur/util/system/WindowsXP.java
    excalibur/trunk/deprecated/event/impl/src/test/org/apache/excalibur/event/command/test/TPCThreadManagerTestCase.java
    excalibur/trunk/deprecated/event/impl/src/test/org/apache/excalibur/event/test/AbstractQueueTestCase.java
    excalibur/trunk/deprecated/event/impl/src/test/org/apache/excalibur/event/test/DefaultQueuePerformanceTestCase.java
    excalibur/trunk/deprecated/event/impl/src/test/org/apache/excalibur/event/test/FixedSizeQueuePerformanceTestCase.java
    excalibur/trunk/deprecated/event/impl/src/test/org/apache/excalibur/event/test/FixedSizeQueueTestCase.java
    excalibur/trunk/deprecated/event/impl/src/test/org/apache/excalibur/event/test/QueueTestCase.java
    excalibur/trunk/deprecated/event/impl/src/test/org/apache/excalibur/event/test/ThreadedQueueTestCase.java
    excalibur/trunk/deprecated/event/impl/src/test/org/apache/excalibur/mpool/test/CascadingAssertionFailedError.java
    excalibur/trunk/deprecated/event/impl/src/test/org/apache/excalibur/mpool/test/ClassInstanceObjectFactory.java
    excalibur/trunk/deprecated/event/impl/src/test/org/apache/excalibur/mpool/test/LatchedThreadGroup.java
    excalibur/trunk/deprecated/event/impl/src/test/org/apache/excalibur/mpool/test/MultiThreadedPoolComparisonProfile.java
    excalibur/trunk/deprecated/event/impl/src/test/org/apache/excalibur/mpool/test/PoolComparisonProfileAbstract.java
    excalibur/trunk/deprecated/event/impl/src/test/org/apache/excalibur/mpool/test/SingleThreadedPoolComparisonProfile.java
    excalibur/trunk/deprecated/event/impl/src/test/org/apache/excalibur/util/test/SystemUtilTestCase.java
    excalibur/trunk/deprecated/i18n/README.txt
    excalibur/trunk/deprecated/i18n/project.properties
    excalibur/trunk/deprecated/i18n/project.xml
    excalibur/trunk/deprecated/i18n/src/java/org/apache/avalon/excalibur/i18n/ResourceManager.java
    excalibur/trunk/deprecated/i18n/src/java/org/apache/avalon/excalibur/i18n/Resources.java
    excalibur/trunk/deprecated/i18n/src/test/org/apache/avalon/excalibur/i18n/test/ResourceManagerTestCase.java
    excalibur/trunk/deprecated/project-common.xml
    excalibur/trunk/deprecated/testcase/project.properties
    excalibur/trunk/deprecated/testcase/project.xml
    excalibur/trunk/deprecated/testcase/src/java/org/apache/avalon/excalibur/testcase/BufferedLogger.java
    excalibur/trunk/deprecated/testcase/src/java/org/apache/avalon/excalibur/testcase/CascadingAssertionFailedError.java
    excalibur/trunk/deprecated/testcase/src/java/org/apache/avalon/excalibur/testcase/ComponentStateValidator.java
    excalibur/trunk/deprecated/testcase/src/java/org/apache/avalon/excalibur/testcase/ExcaliburTestCase.java
    excalibur/trunk/deprecated/testcase/src/java/org/apache/avalon/excalibur/testcase/FullLifecycleComponent.java
    excalibur/trunk/deprecated/testcase/src/java/org/apache/avalon/excalibur/testcase/LatchedThreadGroup.java

Modified: excalibur/trunk/deprecated/component-examples/instrument-manager/bin/cpappend.bat
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component-examples/instrument-manager/bin/cpappend.bat?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component-examples/instrument-manager/bin/cpappend.bat (original)
+++ excalibur/trunk/deprecated/component-examples/instrument-manager/bin/cpappend.bat Sun Feb 11 19:54:20 2007
@@ -1,8 +1,10 @@
 REM 
-REM Copyright 2004 The Apache Software Foundation
-REM Licensed  under the  Apache License,  Version 2.0  (the "License");
-REM you may not use  this file  except in  compliance with the License.
-REM You may obtain a copy of the License at 
+REM Licensed to the Apache Software Foundation (ASF) under one or more
+REM contributor license agreements.  See the NOTICE file distributed with
+REM this work for additional information regarding copyright ownership.
+REM The ASF licenses this file to You under the Apache License, Version 2.0
+REM (the "License"); you may not use this file except in compliance with
+REM the License.  You may obtain a copy of the License at
 REM 
 REM   http://www.apache.org/licenses/LICENSE-2.0
 REM 

Modified: excalibur/trunk/deprecated/component-examples/instrument-manager/bin/run.bat
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component-examples/instrument-manager/bin/run.bat?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component-examples/instrument-manager/bin/run.bat (original)
+++ excalibur/trunk/deprecated/component-examples/instrument-manager/bin/run.bat Sun Feb 11 19:54:20 2007
@@ -1,9 +1,11 @@
 @echo off
 REM 
-REM Copyright 2004 The Apache Software Foundation
-REM Licensed  under the  Apache License,  Version 2.0  (the "License");
-REM you may not use  this file  except in  compliance with the License.
-REM You may obtain a copy of the License at 
+REM Licensed to the Apache Software Foundation (ASF) under one or more
+REM contributor license agreements.  See the NOTICE file distributed with
+REM this work for additional information regarding copyright ownership.
+REM The ASF licenses this file to You under the Apache License, Version 2.0
+REM (the "License"); you may not use this file except in compliance with
+REM the License.  You may obtain a copy of the License at
 REM 
 REM   http://www.apache.org/licenses/LICENSE-2.0
 REM 

Modified: excalibur/trunk/deprecated/component-examples/instrument-manager/bin/run.sh
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component-examples/instrument-manager/bin/run.sh?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component-examples/instrument-manager/bin/run.sh (original)
+++ excalibur/trunk/deprecated/component-examples/instrument-manager/bin/run.sh Sun Feb 11 19:54:20 2007
@@ -1,9 +1,11 @@
 #!/bin/bash 
 # 
-# 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/deprecated/component-examples/instrument-manager/conf/components.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component-examples/instrument-manager/conf/components.xml?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component-examples/instrument-manager/conf/components.xml (original)
+++ excalibur/trunk/deprecated/component-examples/instrument-manager/conf/components.xml Sun Feb 11 19:54:20 2007
@@ -1,9 +1,11 @@
 <?xml version="1.0"?>
 <!-- 
-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/deprecated/component-examples/instrument-manager/conf/instrument.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component-examples/instrument-manager/conf/instrument.xml?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component-examples/instrument-manager/conf/instrument.xml (original)
+++ excalibur/trunk/deprecated/component-examples/instrument-manager/conf/instrument.xml Sun Feb 11 19:54:20 2007
@@ -1,9 +1,11 @@
 <?xml version="1.0"?>
 <!-- 
-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/deprecated/component-examples/instrument-manager/conf/logkit.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component-examples/instrument-manager/conf/logkit.xml?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component-examples/instrument-manager/conf/logkit.xml (original)
+++ excalibur/trunk/deprecated/component-examples/instrument-manager/conf/logkit.xml Sun Feb 11 19:54:20 2007
@@ -1,9 +1,11 @@
 <?xml version="1.0"?>
 <!-- 
-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/deprecated/component-examples/instrument-manager/conf/roles.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component-examples/instrument-manager/conf/roles.xml?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component-examples/instrument-manager/conf/roles.xml (original)
+++ excalibur/trunk/deprecated/component-examples/instrument-manager/conf/roles.xml Sun Feb 11 19:54:20 2007
@@ -1,9 +1,11 @@
 <?xml version="1.0"?>
 <!-- 
-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/deprecated/component-examples/instrument-manager/project.properties
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component-examples/instrument-manager/project.properties?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component-examples/instrument-manager/project.properties (original)
+++ excalibur/trunk/deprecated/component-examples/instrument-manager/project.properties Sun Feb 11 19:54:20 2007
@@ -1,8 +1,10 @@
 # 
-# 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/deprecated/component-examples/instrument-manager/project.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component-examples/instrument-manager/project.xml?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component-examples/instrument-manager/project.xml (original)
+++ excalibur/trunk/deprecated/component-examples/instrument-manager/project.xml Sun Feb 11 19:54:20 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/deprecated/component-examples/instrument-manager/src/java/org/apache/avalon/excalibur/component/example_im/DefaultExampleInstrumentable.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component-examples/instrument-manager/src/java/org/apache/avalon/excalibur/component/example_im/DefaultExampleInstrumentable.java?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component-examples/instrument-manager/src/java/org/apache/avalon/excalibur/component/example_im/DefaultExampleInstrumentable.java (original)
+++ excalibur/trunk/deprecated/component-examples/instrument-manager/src/java/org/apache/avalon/excalibur/component/example_im/DefaultExampleInstrumentable.java Sun Feb 11 19:54:20 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2002-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/deprecated/component-examples/instrument-manager/src/java/org/apache/avalon/excalibur/component/example_im/ExampleInstrumentable.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component-examples/instrument-manager/src/java/org/apache/avalon/excalibur/component/example_im/ExampleInstrumentable.java?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component-examples/instrument-manager/src/java/org/apache/avalon/excalibur/component/example_im/ExampleInstrumentable.java (original)
+++ excalibur/trunk/deprecated/component-examples/instrument-manager/src/java/org/apache/avalon/excalibur/component/example_im/ExampleInstrumentable.java Sun Feb 11 19:54:20 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2002-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/deprecated/component-examples/instrument-manager/src/java/org/apache/avalon/excalibur/component/example_im/Main.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component-examples/instrument-manager/src/java/org/apache/avalon/excalibur/component/example_im/Main.java?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component-examples/instrument-manager/src/java/org/apache/avalon/excalibur/component/example_im/Main.java (original)
+++ excalibur/trunk/deprecated/component-examples/instrument-manager/src/java/org/apache/avalon/excalibur/component/example_im/Main.java Sun Feb 11 19:54:20 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2002-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/deprecated/component-tests/project.properties
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component-tests/project.properties?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component-tests/project.properties (original)
+++ excalibur/trunk/deprecated/component-tests/project.properties Sun Feb 11 19:54:20 2007
@@ -1,8 +1,10 @@
 # 
-# 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/deprecated/component-tests/project.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component-tests/project.xml?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component-tests/project.xml (original)
+++ excalibur/trunk/deprecated/component-tests/project.xml Sun Feb 11 19:54:20 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/deprecated/component-tests/src/test/org/apache/avalon/excalibur/component/test/ComponentProxyGeneratorTestCase.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component-tests/src/test/org/apache/avalon/excalibur/component/test/ComponentProxyGeneratorTestCase.java?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component-tests/src/test/org/apache/avalon/excalibur/component/test/ComponentProxyGeneratorTestCase.java (original)
+++ excalibur/trunk/deprecated/component-tests/src/test/org/apache/avalon/excalibur/component/test/ComponentProxyGeneratorTestCase.java Sun Feb 11 19:54:20 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2002-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/deprecated/component-tests/src/test/org/apache/avalon/excalibur/component/test/ExcaliburComponentManagerTestCase.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component-tests/src/test/org/apache/avalon/excalibur/component/test/ExcaliburComponentManagerTestCase.java?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component-tests/src/test/org/apache/avalon/excalibur/component/test/ExcaliburComponentManagerTestCase.java (original)
+++ excalibur/trunk/deprecated/component-tests/src/test/org/apache/avalon/excalibur/component/test/ExcaliburComponentManagerTestCase.java Sun Feb 11 19:54:20 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2002-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/deprecated/component-tests/src/test/org/apache/avalon/excalibur/component/test/PoolableComponentHandlerTestCase.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component-tests/src/test/org/apache/avalon/excalibur/component/test/PoolableComponentHandlerTestCase.java?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component-tests/src/test/org/apache/avalon/excalibur/component/test/PoolableComponentHandlerTestCase.java (original)
+++ excalibur/trunk/deprecated/component-tests/src/test/org/apache/avalon/excalibur/component/test/PoolableComponentHandlerTestCase.java Sun Feb 11 19:54:20 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2002-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/deprecated/component-tests/src/test/org/apache/avalon/excalibur/component/test/PoolableComponentHandlerTestCase.xtest
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component-tests/src/test/org/apache/avalon/excalibur/component/test/PoolableComponentHandlerTestCase.xtest?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component-tests/src/test/org/apache/avalon/excalibur/component/test/PoolableComponentHandlerTestCase.xtest (original)
+++ excalibur/trunk/deprecated/component-tests/src/test/org/apache/avalon/excalibur/component/test/PoolableComponentHandlerTestCase.xtest Sun Feb 11 19:54:20 2007
@@ -1,9 +1,11 @@
 <?xml version="1.0"?>
 <!-- 
- 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/deprecated/component-tests/src/test/org/apache/avalon/excalibur/component/test/PoolableTestObject.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component-tests/src/test/org/apache/avalon/excalibur/component/test/PoolableTestObject.java?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component-tests/src/test/org/apache/avalon/excalibur/component/test/PoolableTestObject.java (original)
+++ excalibur/trunk/deprecated/component-tests/src/test/org/apache/avalon/excalibur/component/test/PoolableTestObject.java Sun Feb 11 19:54:20 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2002-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/deprecated/component-tests/src/test/org/apache/avalon/excalibur/component/test/PoolableTestObjectInterface.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component-tests/src/test/org/apache/avalon/excalibur/component/test/PoolableTestObjectInterface.java?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component-tests/src/test/org/apache/avalon/excalibur/component/test/PoolableTestObjectInterface.java (original)
+++ excalibur/trunk/deprecated/component-tests/src/test/org/apache/avalon/excalibur/component/test/PoolableTestObjectInterface.java Sun Feb 11 19:54:20 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2002-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/deprecated/component-tests/src/test/org/apache/avalon/excalibur/testcase/test/ComponentTestCase.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component-tests/src/test/org/apache/avalon/excalibur/testcase/test/ComponentTestCase.java?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component-tests/src/test/org/apache/avalon/excalibur/testcase/test/ComponentTestCase.java (original)
+++ excalibur/trunk/deprecated/component-tests/src/test/org/apache/avalon/excalibur/testcase/test/ComponentTestCase.java Sun Feb 11 19:54:20 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2002-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/deprecated/component/project.properties
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component/project.properties?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component/project.properties (original)
+++ excalibur/trunk/deprecated/component/project.properties Sun Feb 11 19:54:20 2007
@@ -1,8 +1,10 @@
 # 
-# 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/deprecated/component/project.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component/project.xml?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component/project.xml (original)
+++ excalibur/trunk/deprecated/component/project.xml Sun Feb 11 19:54:20 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/deprecated/component/src/java/org/apache/avalon/excalibur/component/AbstractDualLogEnabled.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/AbstractDualLogEnabled.java?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/AbstractDualLogEnabled.java (original)
+++ excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/AbstractDualLogEnabled.java Sun Feb 11 19:54:20 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2002-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/deprecated/component/src/java/org/apache/avalon/excalibur/component/AbstractDualLogEnabledInstrumentable.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/AbstractDualLogEnabledInstrumentable.java?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/AbstractDualLogEnabledInstrumentable.java (original)
+++ excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/AbstractDualLogEnabledInstrumentable.java Sun Feb 11 19:54:20 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2002-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/deprecated/component/src/java/org/apache/avalon/excalibur/component/ComponentHandler.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/ComponentHandler.java?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/ComponentHandler.java (original)
+++ excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/ComponentHandler.java Sun Feb 11 19:54:20 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2002-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/deprecated/component/src/java/org/apache/avalon/excalibur/component/ComponentProxyGenerator.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/ComponentProxyGenerator.java?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/ComponentProxyGenerator.java (original)
+++ excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/ComponentProxyGenerator.java Sun Feb 11 19:54:20 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2002-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/deprecated/component/src/java/org/apache/avalon/excalibur/component/DefaultComponentFactory.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/DefaultComponentFactory.java?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/DefaultComponentFactory.java (original)
+++ excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/DefaultComponentFactory.java Sun Feb 11 19:54:20 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2002-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/deprecated/component/src/java/org/apache/avalon/excalibur/component/DefaultComponentHandler.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/DefaultComponentHandler.java?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/DefaultComponentHandler.java (original)
+++ excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/DefaultComponentHandler.java Sun Feb 11 19:54:20 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2002-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/deprecated/component/src/java/org/apache/avalon/excalibur/component/DefaultComponentManager.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/DefaultComponentManager.java?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/DefaultComponentManager.java (original)
+++ excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/DefaultComponentManager.java Sun Feb 11 19:54:20 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2002-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/deprecated/component/src/java/org/apache/avalon/excalibur/component/DefaultComponentPool.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/DefaultComponentPool.java?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/DefaultComponentPool.java (original)
+++ excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/DefaultComponentPool.java Sun Feb 11 19:54:20 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2002-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/deprecated/component/src/java/org/apache/avalon/excalibur/component/DefaultComponentPoolController.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/DefaultComponentPoolController.java?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/DefaultComponentPoolController.java (original)
+++ excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/DefaultComponentPoolController.java Sun Feb 11 19:54:20 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2002-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/deprecated/component/src/java/org/apache/avalon/excalibur/component/DefaultComponentSelector.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/DefaultComponentSelector.java?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/DefaultComponentSelector.java (original)
+++ excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/DefaultComponentSelector.java Sun Feb 11 19:54:20 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2002-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/deprecated/component/src/java/org/apache/avalon/excalibur/component/DefaultRoleManager.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/DefaultRoleManager.java?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/DefaultRoleManager.java (original)
+++ excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/DefaultRoleManager.java Sun Feb 11 19:54:20 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2002-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/deprecated/component/src/java/org/apache/avalon/excalibur/component/ExcaliburComponentManager.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/ExcaliburComponentManager.java?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/ExcaliburComponentManager.java (original)
+++ excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/ExcaliburComponentManager.java Sun Feb 11 19:54:20 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2002-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/deprecated/component/src/java/org/apache/avalon/excalibur/component/ExcaliburComponentManagerCreator.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/ExcaliburComponentManagerCreator.java?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/ExcaliburComponentManagerCreator.java (original)
+++ excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/ExcaliburComponentManagerCreator.java Sun Feb 11 19:54:20 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2002-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/deprecated/component/src/java/org/apache/avalon/excalibur/component/ExcaliburComponentSelector.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/ExcaliburComponentSelector.java?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/ExcaliburComponentSelector.java (original)
+++ excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/ExcaliburComponentSelector.java Sun Feb 11 19:54:20 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2002-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/deprecated/component/src/java/org/apache/avalon/excalibur/component/Logger2LogKitManager.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/Logger2LogKitManager.java?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/Logger2LogKitManager.java (original)
+++ excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/Logger2LogKitManager.java Sun Feb 11 19:54:20 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/deprecated/component/src/java/org/apache/avalon/excalibur/component/LogkitLoggerManager.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/LogkitLoggerManager.java?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/LogkitLoggerManager.java (original)
+++ excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/LogkitLoggerManager.java Sun Feb 11 19:54:20 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2002-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/deprecated/component/src/java/org/apache/avalon/excalibur/component/PoolableComponentHandler.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/PoolableComponentHandler.java?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/PoolableComponentHandler.java (original)
+++ excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/PoolableComponentHandler.java Sun Feb 11 19:54:20 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2002-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/deprecated/component/src/java/org/apache/avalon/excalibur/component/RoleManageable.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/RoleManageable.java?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/RoleManageable.java (original)
+++ excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/RoleManageable.java Sun Feb 11 19:54:20 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2002-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/deprecated/component/src/java/org/apache/avalon/excalibur/component/RoleManager.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/RoleManager.java?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/RoleManager.java (original)
+++ excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/RoleManager.java Sun Feb 11 19:54:20 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2002-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/deprecated/component/src/java/org/apache/avalon/excalibur/component/ThreadSafeComponentHandler.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/ThreadSafeComponentHandler.java?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/ThreadSafeComponentHandler.java (original)
+++ excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/ThreadSafeComponentHandler.java Sun Feb 11 19:54:20 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2002-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/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/AbstractComponentManagerServlet.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/AbstractComponentManagerServlet.java?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/AbstractComponentManagerServlet.java (original)
+++ excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/AbstractComponentManagerServlet.java Sun Feb 11 19:54:20 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2002-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/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/AbstractReferenceProxy.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/AbstractReferenceProxy.java?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/AbstractReferenceProxy.java (original)
+++ excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/AbstractReferenceProxy.java Sun Feb 11 19:54:20 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2002-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/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/AbstractReferenceProxyLatch.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/AbstractReferenceProxyLatch.java?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/AbstractReferenceProxyLatch.java (original)
+++ excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/AbstractReferenceProxyLatch.java Sun Feb 11 19:54:20 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2002-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/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/AbstractServiceManagerServlet.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/AbstractServiceManagerServlet.java?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/AbstractServiceManagerServlet.java (original)
+++ excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/AbstractServiceManagerServlet.java Sun Feb 11 19:54:20 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2002-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/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/ComponentManagerReferenceProxy.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/ComponentManagerReferenceProxy.java?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/ComponentManagerReferenceProxy.java (original)
+++ excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/ComponentManagerReferenceProxy.java Sun Feb 11 19:54:20 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2002-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/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/ExcaliburComponentManagerServlet.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/ExcaliburComponentManagerServlet.java?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/ExcaliburComponentManagerServlet.java (original)
+++ excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/ExcaliburComponentManagerServlet.java Sun Feb 11 19:54:20 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2002-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/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/InstrumentManagerReferenceProxy.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/InstrumentManagerReferenceProxy.java?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/InstrumentManagerReferenceProxy.java (original)
+++ excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/InstrumentManagerReferenceProxy.java Sun Feb 11 19:54:20 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2002-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/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/LoggerManagerReferenceProxy.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/LoggerManagerReferenceProxy.java?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/LoggerManagerReferenceProxy.java (original)
+++ excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/LoggerManagerReferenceProxy.java Sun Feb 11 19:54:20 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2002-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/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/ReferenceProxy.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/ReferenceProxy.java?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/ReferenceProxy.java (original)
+++ excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/ReferenceProxy.java Sun Feb 11 19:54:20 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2002-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/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/ServiceManagerReferenceProxy.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/ServiceManagerReferenceProxy.java?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/ServiceManagerReferenceProxy.java (original)
+++ excalibur/trunk/deprecated/component/src/java/org/apache/avalon/excalibur/component/servlet/ServiceManagerReferenceProxy.java Sun Feb 11 19:54:20 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2002-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/deprecated/event/README.txt
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/event/README.txt?view=diff&rev=506259&r1=506258&r2=506259
==============================================================================
--- excalibur/trunk/deprecated/event/README.txt (original)
+++ excalibur/trunk/deprecated/event/README.txt Sun Feb 11 19:54:20 2007
@@ -1,7 +1,9 @@
-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
 



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