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:58:22 UTC

svn commit: r506264 [1/3] - in /excalibur/trunk/components: datasource/ datasource/examples/src/java/org/apache/avalon/examples/jdbcdatasource/ datasource/src/java/org/apache/avalon/excalibur/datasource/ datasource/src/java/org/apache/avalon/excalibur/...

Author: crossley
Date: Sun Feb 11 19:58:18 2007
New Revision: 506264

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

Modified:
    excalibur/trunk/components/datasource/examples/src/java/org/apache/avalon/examples/jdbcdatasource/DefaultHelloDBService.java
    excalibur/trunk/components/datasource/examples/src/java/org/apache/avalon/examples/jdbcdatasource/HelloDBService.java
    excalibur/trunk/components/datasource/examples/src/java/org/apache/avalon/examples/jdbcdatasource/Main.java
    excalibur/trunk/components/datasource/project.properties
    excalibur/trunk/components/datasource/project.xml
    excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/AbstractJdbcConnection.java
    excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/DataSourceComponent.java
    excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/InformixDataSource.java
    excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/J2eeDataSource.java
    excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/Jdbc3Connection.java
    excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/JdbcConnection.java
    excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/JdbcConnectionFactory.java
    excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/JdbcConnectionPool.java
    excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/JdbcDataSource.java
    excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/NoAvailableConnectionException.java
    excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/NoValidConnectionException.java
    excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/PoolSettable.java
    excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ProxiedJdbcConnection.java
    excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ResourceLimitingJdbcConnectionPool.java
    excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ResourceLimitingJdbcDataSource.java
    excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/TraceableDataSourceComponent.java
    excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/cluster/AbstractDataSourceCluster.java
    excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/cluster/DefaultHashedDataSourceCluster.java
    excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/cluster/DefaultIndexedDataSourceCluster.java
    excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/cluster/DefaultRoundRobinDataSourceCluster.java
    excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/cluster/HashedDataSourceCluster.java
    excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/cluster/IndexedDataSourceCluster.java
    excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/cluster/RoundRobinDataSourceCluster.java
    excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ids/AbstractDataSourceBlockIdGenerator.java
    excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ids/AbstractDataSourceIdGenerator.java
    excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ids/AbstractIdGenerator.java
    excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ids/IdException.java
    excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ids/IdGenerator.java
    excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ids/SequenceIdGenerator.java
    excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ids/TableIdGenerator.java
    excalibur/trunk/components/datasource/src/test/org/apache/avalon/excalibur/datasource/ids/test/TableIdGeneratorJdbcTestCase.java
    excalibur/trunk/components/datasource/src/test/org/apache/avalon/excalibur/datasource/ids/test/TableIdGeneratorMultithreadedJdbcTestCase.java
    excalibur/trunk/components/datasource/src/test/org/apache/avalon/excalibur/datasource/test/DataSourceJdbcTestCase.java
    excalibur/trunk/components/monitor/maven.xml
    excalibur/trunk/components/monitor/project.properties
    excalibur/trunk/components/monitor/project.xml
    excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/ActiveMonitor.java
    excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/DirectoryResource.java
    excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/FileResource.java
    excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/Modifiable.java
    excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/Monitor.java
    excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/MonitorUtil.java
    excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/Monitorable.java
    excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/MonitorableURLSource.java
    excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/PassiveMonitor.java
    excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/Resource.java
    excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/ResourceOutputStream.java
    excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/ResourceWriter.java
    excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/SourceResource.java
    excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/StreamResource.java
    excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/impl/AbstractMonitor.java
    excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/impl/ActiveMonitor.java
    excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/impl/PassiveMonitor.java
    excalibur/trunk/components/monitor/src/test/org/apache/avalon/excalibur/monitor/test/ActiveMonitorComponent.java
    excalibur/trunk/components/monitor/src/test/org/apache/avalon/excalibur/monitor/test/DirectoryTCListener.java
    excalibur/trunk/components/monitor/src/test/org/apache/avalon/excalibur/monitor/test/DirectoryTestCase.java
    excalibur/trunk/components/monitor/src/test/org/apache/avalon/excalibur/monitor/test/Mock.java
    excalibur/trunk/components/monitor/src/test/org/apache/avalon/excalibur/monitor/test/MockOutputStream.java
    excalibur/trunk/components/monitor/src/test/org/apache/avalon/excalibur/monitor/test/MockResource.java
    excalibur/trunk/components/monitor/src/test/org/apache/avalon/excalibur/monitor/test/MonitorTCListener.java
    excalibur/trunk/components/monitor/src/test/org/apache/avalon/excalibur/monitor/test/MonitorTestCase.java
    excalibur/trunk/components/monitor/src/test/org/apache/avalon/excalibur/monitor/test/MonitorTestCase.xtest
    excalibur/trunk/components/monitor/src/test/org/apache/avalon/excalibur/monitor/test/PassiveMonitorComponent.java
    excalibur/trunk/components/pool/api/project.properties
    excalibur/trunk/components/pool/api/project.xml
    excalibur/trunk/components/pool/api/src/java/org/apache/avalon/excalibur/pool/ObjectFactory.java
    excalibur/trunk/components/pool/api/src/java/org/apache/avalon/excalibur/pool/Pool.java
    excalibur/trunk/components/pool/api/src/java/org/apache/avalon/excalibur/pool/PoolController.java
    excalibur/trunk/components/pool/api/src/java/org/apache/avalon/excalibur/pool/Poolable.java
    excalibur/trunk/components/pool/api/src/java/org/apache/avalon/excalibur/pool/Recyclable.java
    excalibur/trunk/components/pool/api/src/java/org/apache/avalon/excalibur/pool/Resizable.java
    excalibur/trunk/components/pool/api/src/java/org/apache/avalon/excalibur/pool/Validatable.java
    excalibur/trunk/components/pool/impl/maven.xml
    excalibur/trunk/components/pool/impl/project.properties
    excalibur/trunk/components/pool/impl/project.xml
    excalibur/trunk/components/pool/impl/src/java/org/apache/avalon/excalibur/pool/AbstractPool.java
    excalibur/trunk/components/pool/impl/src/java/org/apache/avalon/excalibur/pool/DefaultObjectFactory.java
    excalibur/trunk/components/pool/impl/src/java/org/apache/avalon/excalibur/pool/DefaultPool.java
    excalibur/trunk/components/pool/impl/src/java/org/apache/avalon/excalibur/pool/DefaultPoolController.java
    excalibur/trunk/components/pool/impl/src/java/org/apache/avalon/excalibur/pool/HardResourceLimitingPool.java
    excalibur/trunk/components/pool/impl/src/java/org/apache/avalon/excalibur/pool/ResourceLimitingPool.java
    excalibur/trunk/components/pool/impl/src/java/org/apache/avalon/excalibur/pool/SingleThreadedPool.java
    excalibur/trunk/components/pool/impl/src/java/org/apache/avalon/excalibur/pool/SoftResourceLimitingPool.java
    excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/BufferedLogger.java
    excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/CascadingAssertionFailedError.java
    excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/ClassInstanceObjectFactory.java
    excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/FailingPoolableTestObject.java
    excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/LatchedThreadGroup.java
    excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/MultiThreadedPoolComparisonProfile.java
    excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/PoolComparisonProfileAbstract.java
    excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/PoolProfile.java
    excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/PoolableTestObject.java
    excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/ResourceLimitingPoolMultithreadMaxStrictBlockTestCase.java
    excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/ResourceLimitingPoolMultithreadMaxStrictTestCase.java
    excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/ResourceLimitingPoolMultithreadMaxTestCase.java
    excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/ResourceLimitingPoolMultithreadTestCase.java
    excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/ResourceLimitingPoolTestCase.java
    excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/SingleThreadedPoolComparisonProfile.java
    excalibur/trunk/components/pool/instrumented/maven.xml
    excalibur/trunk/components/pool/instrumented/project.properties
    excalibur/trunk/components/pool/instrumented/project.xml
    excalibur/trunk/components/pool/instrumented/src/java/org/apache/avalon/excalibur/pool/InstrumentedResourceLimitingPool.java
    excalibur/trunk/components/pool/instrumented/src/java/org/apache/avalon/excalibur/pool/TraceableResourceLimitingPool.java
    excalibur/trunk/components/pool/instrumented/src/java/org/apache/avalon/excalibur/pool/ValidatedResourceLimitingPool.java
    excalibur/trunk/components/pool/project-common.xml
    excalibur/trunk/components/thread/api/project.properties
    excalibur/trunk/components/thread/api/project.xml
    excalibur/trunk/components/thread/api/src/java/org/apache/excalibur/thread/Executable.java
    excalibur/trunk/components/thread/api/src/java/org/apache/excalibur/thread/ThreadControl.java
    excalibur/trunk/components/thread/api/src/java/org/apache/excalibur/thread/ThreadPool.java
    excalibur/trunk/components/thread/impl/maven.xml
    excalibur/trunk/components/thread/impl/project.properties
    excalibur/trunk/components/thread/impl/project.xml
    excalibur/trunk/components/thread/impl/src/java/org/apache/avalon/excalibur/thread/impl/BasicThreadPool.java
    excalibur/trunk/components/thread/impl/src/java/org/apache/avalon/excalibur/thread/impl/DefaultThreadPool.java
    excalibur/trunk/components/thread/impl/src/java/org/apache/avalon/excalibur/thread/impl/ExecutableExecuteable.java
    excalibur/trunk/components/thread/impl/src/java/org/apache/avalon/excalibur/thread/impl/ResourceLimitingThreadPool.java
    excalibur/trunk/components/thread/impl/src/java/org/apache/avalon/excalibur/thread/impl/SimpleWorkerThread.java
    excalibur/trunk/components/thread/impl/src/java/org/apache/excalibur/thread/impl/AbstractThreadPool.java
    excalibur/trunk/components/thread/impl/src/java/org/apache/excalibur/thread/impl/DefaultThreadControl.java
    excalibur/trunk/components/thread/impl/src/java/org/apache/excalibur/thread/impl/ExecutableRunnable.java
    excalibur/trunk/components/thread/impl/src/java/org/apache/excalibur/thread/impl/WorkerThread.java
    excalibur/trunk/components/thread/impl/src/test/org/apache/avalon/excalibur/thread/impl/test/BufferedLogger.java
    excalibur/trunk/components/thread/impl/src/test/org/apache/avalon/excalibur/thread/impl/test/DefaultThreadPoolTestCase.java
    excalibur/trunk/components/thread/impl/src/test/org/apache/avalon/excalibur/thread/impl/test/ResourceLimitingThreadPoolTestCase.java
    excalibur/trunk/components/thread/instrumented/maven.xml
    excalibur/trunk/components/thread/instrumented/project.properties
    excalibur/trunk/components/thread/instrumented/project.xml
    excalibur/trunk/components/thread/instrumented/src/java/org/apache/avalon/excalibur/thread/impl/InstrumentedResourceLimitingThreadPool.java
    excalibur/trunk/components/thread/project-common.xml

Modified: excalibur/trunk/components/datasource/examples/src/java/org/apache/avalon/examples/jdbcdatasource/DefaultHelloDBService.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/examples/src/java/org/apache/avalon/examples/jdbcdatasource/DefaultHelloDBService.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/datasource/examples/src/java/org/apache/avalon/examples/jdbcdatasource/DefaultHelloDBService.java (original)
+++ excalibur/trunk/components/datasource/examples/src/java/org/apache/avalon/examples/jdbcdatasource/DefaultHelloDBService.java Sun Feb 11 19:58:18 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/components/datasource/examples/src/java/org/apache/avalon/examples/jdbcdatasource/HelloDBService.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/examples/src/java/org/apache/avalon/examples/jdbcdatasource/HelloDBService.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/datasource/examples/src/java/org/apache/avalon/examples/jdbcdatasource/HelloDBService.java (original)
+++ excalibur/trunk/components/datasource/examples/src/java/org/apache/avalon/examples/jdbcdatasource/HelloDBService.java Sun Feb 11 19:58:18 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/components/datasource/examples/src/java/org/apache/avalon/examples/jdbcdatasource/Main.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/examples/src/java/org/apache/avalon/examples/jdbcdatasource/Main.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/datasource/examples/src/java/org/apache/avalon/examples/jdbcdatasource/Main.java (original)
+++ excalibur/trunk/components/datasource/examples/src/java/org/apache/avalon/examples/jdbcdatasource/Main.java Sun Feb 11 19:58:18 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/components/datasource/project.properties
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/project.properties?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/datasource/project.properties (original)
+++ excalibur/trunk/components/datasource/project.properties Sun Feb 11 19:58:18 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/components/datasource/project.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/project.xml?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/datasource/project.xml (original)
+++ excalibur/trunk/components/datasource/project.xml Sun Feb 11 19:58:18 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/components/datasource/src/java/org/apache/avalon/excalibur/datasource/AbstractJdbcConnection.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/AbstractJdbcConnection.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/AbstractJdbcConnection.java (original)
+++ excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/AbstractJdbcConnection.java Sun Feb 11 19:58:18 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/components/datasource/src/java/org/apache/avalon/excalibur/datasource/DataSourceComponent.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/DataSourceComponent.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/DataSourceComponent.java (original)
+++ excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/DataSourceComponent.java Sun Feb 11 19:58:18 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/components/datasource/src/java/org/apache/avalon/excalibur/datasource/InformixDataSource.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/InformixDataSource.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/InformixDataSource.java (original)
+++ excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/InformixDataSource.java Sun Feb 11 19:58:18 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/components/datasource/src/java/org/apache/avalon/excalibur/datasource/J2eeDataSource.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/J2eeDataSource.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/J2eeDataSource.java (original)
+++ excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/J2eeDataSource.java Sun Feb 11 19:58:18 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/components/datasource/src/java/org/apache/avalon/excalibur/datasource/Jdbc3Connection.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/Jdbc3Connection.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/Jdbc3Connection.java (original)
+++ excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/Jdbc3Connection.java Sun Feb 11 19:58:18 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/components/datasource/src/java/org/apache/avalon/excalibur/datasource/JdbcConnection.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/JdbcConnection.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/JdbcConnection.java (original)
+++ excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/JdbcConnection.java Sun Feb 11 19:58:18 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/components/datasource/src/java/org/apache/avalon/excalibur/datasource/JdbcConnectionFactory.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/JdbcConnectionFactory.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/JdbcConnectionFactory.java (original)
+++ excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/JdbcConnectionFactory.java Sun Feb 11 19:58:18 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/components/datasource/src/java/org/apache/avalon/excalibur/datasource/JdbcConnectionPool.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/JdbcConnectionPool.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/JdbcConnectionPool.java (original)
+++ excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/JdbcConnectionPool.java Sun Feb 11 19:58:18 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/components/datasource/src/java/org/apache/avalon/excalibur/datasource/JdbcDataSource.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/JdbcDataSource.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/JdbcDataSource.java (original)
+++ excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/JdbcDataSource.java Sun Feb 11 19:58:18 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/components/datasource/src/java/org/apache/avalon/excalibur/datasource/NoAvailableConnectionException.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/NoAvailableConnectionException.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/NoAvailableConnectionException.java (original)
+++ excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/NoAvailableConnectionException.java Sun Feb 11 19:58:18 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/components/datasource/src/java/org/apache/avalon/excalibur/datasource/NoValidConnectionException.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/NoValidConnectionException.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/NoValidConnectionException.java (original)
+++ excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/NoValidConnectionException.java Sun Feb 11 19:58:18 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/components/datasource/src/java/org/apache/avalon/excalibur/datasource/PoolSettable.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/PoolSettable.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/PoolSettable.java (original)
+++ excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/PoolSettable.java Sun Feb 11 19:58:18 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/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ProxiedJdbcConnection.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ProxiedJdbcConnection.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ProxiedJdbcConnection.java (original)
+++ excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ProxiedJdbcConnection.java Sun Feb 11 19:58:18 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/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ResourceLimitingJdbcConnectionPool.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ResourceLimitingJdbcConnectionPool.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ResourceLimitingJdbcConnectionPool.java (original)
+++ excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ResourceLimitingJdbcConnectionPool.java Sun Feb 11 19:58:18 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/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ResourceLimitingJdbcDataSource.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ResourceLimitingJdbcDataSource.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ResourceLimitingJdbcDataSource.java (original)
+++ excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ResourceLimitingJdbcDataSource.java Sun Feb 11 19:58:18 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/components/datasource/src/java/org/apache/avalon/excalibur/datasource/TraceableDataSourceComponent.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/TraceableDataSourceComponent.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/TraceableDataSourceComponent.java (original)
+++ excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/TraceableDataSourceComponent.java Sun Feb 11 19:58:18 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/components/datasource/src/java/org/apache/avalon/excalibur/datasource/cluster/AbstractDataSourceCluster.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/cluster/AbstractDataSourceCluster.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/cluster/AbstractDataSourceCluster.java (original)
+++ excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/cluster/AbstractDataSourceCluster.java Sun Feb 11 19:58:18 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/components/datasource/src/java/org/apache/avalon/excalibur/datasource/cluster/DefaultHashedDataSourceCluster.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/cluster/DefaultHashedDataSourceCluster.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/cluster/DefaultHashedDataSourceCluster.java (original)
+++ excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/cluster/DefaultHashedDataSourceCluster.java Sun Feb 11 19:58:18 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/components/datasource/src/java/org/apache/avalon/excalibur/datasource/cluster/DefaultIndexedDataSourceCluster.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/cluster/DefaultIndexedDataSourceCluster.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/cluster/DefaultIndexedDataSourceCluster.java (original)
+++ excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/cluster/DefaultIndexedDataSourceCluster.java Sun Feb 11 19:58:18 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/components/datasource/src/java/org/apache/avalon/excalibur/datasource/cluster/DefaultRoundRobinDataSourceCluster.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/cluster/DefaultRoundRobinDataSourceCluster.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/cluster/DefaultRoundRobinDataSourceCluster.java (original)
+++ excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/cluster/DefaultRoundRobinDataSourceCluster.java Sun Feb 11 19:58:18 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/components/datasource/src/java/org/apache/avalon/excalibur/datasource/cluster/HashedDataSourceCluster.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/cluster/HashedDataSourceCluster.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/cluster/HashedDataSourceCluster.java (original)
+++ excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/cluster/HashedDataSourceCluster.java Sun Feb 11 19:58:18 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/components/datasource/src/java/org/apache/avalon/excalibur/datasource/cluster/IndexedDataSourceCluster.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/cluster/IndexedDataSourceCluster.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/cluster/IndexedDataSourceCluster.java (original)
+++ excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/cluster/IndexedDataSourceCluster.java Sun Feb 11 19:58:18 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/components/datasource/src/java/org/apache/avalon/excalibur/datasource/cluster/RoundRobinDataSourceCluster.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/cluster/RoundRobinDataSourceCluster.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/cluster/RoundRobinDataSourceCluster.java (original)
+++ excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/cluster/RoundRobinDataSourceCluster.java Sun Feb 11 19:58:18 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/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ids/AbstractDataSourceBlockIdGenerator.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ids/AbstractDataSourceBlockIdGenerator.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ids/AbstractDataSourceBlockIdGenerator.java (original)
+++ excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ids/AbstractDataSourceBlockIdGenerator.java Sun Feb 11 19:58:18 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/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ids/AbstractDataSourceIdGenerator.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ids/AbstractDataSourceIdGenerator.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ids/AbstractDataSourceIdGenerator.java (original)
+++ excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ids/AbstractDataSourceIdGenerator.java Sun Feb 11 19:58:18 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/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ids/AbstractIdGenerator.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ids/AbstractIdGenerator.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ids/AbstractIdGenerator.java (original)
+++ excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ids/AbstractIdGenerator.java Sun Feb 11 19:58:18 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/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ids/IdException.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ids/IdException.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ids/IdException.java (original)
+++ excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ids/IdException.java Sun Feb 11 19:58:18 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/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ids/IdGenerator.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ids/IdGenerator.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ids/IdGenerator.java (original)
+++ excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ids/IdGenerator.java Sun Feb 11 19:58:18 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/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ids/SequenceIdGenerator.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ids/SequenceIdGenerator.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ids/SequenceIdGenerator.java (original)
+++ excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ids/SequenceIdGenerator.java Sun Feb 11 19:58:18 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/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ids/TableIdGenerator.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ids/TableIdGenerator.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ids/TableIdGenerator.java (original)
+++ excalibur/trunk/components/datasource/src/java/org/apache/avalon/excalibur/datasource/ids/TableIdGenerator.java Sun Feb 11 19:58:18 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/components/datasource/src/test/org/apache/avalon/excalibur/datasource/ids/test/TableIdGeneratorJdbcTestCase.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/src/test/org/apache/avalon/excalibur/datasource/ids/test/TableIdGeneratorJdbcTestCase.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/datasource/src/test/org/apache/avalon/excalibur/datasource/ids/test/TableIdGeneratorJdbcTestCase.java (original)
+++ excalibur/trunk/components/datasource/src/test/org/apache/avalon/excalibur/datasource/ids/test/TableIdGeneratorJdbcTestCase.java Sun Feb 11 19:58:18 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/components/datasource/src/test/org/apache/avalon/excalibur/datasource/ids/test/TableIdGeneratorMultithreadedJdbcTestCase.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/src/test/org/apache/avalon/excalibur/datasource/ids/test/TableIdGeneratorMultithreadedJdbcTestCase.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/datasource/src/test/org/apache/avalon/excalibur/datasource/ids/test/TableIdGeneratorMultithreadedJdbcTestCase.java (original)
+++ excalibur/trunk/components/datasource/src/test/org/apache/avalon/excalibur/datasource/ids/test/TableIdGeneratorMultithreadedJdbcTestCase.java Sun Feb 11 19:58:18 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/components/datasource/src/test/org/apache/avalon/excalibur/datasource/test/DataSourceJdbcTestCase.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/src/test/org/apache/avalon/excalibur/datasource/test/DataSourceJdbcTestCase.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/datasource/src/test/org/apache/avalon/excalibur/datasource/test/DataSourceJdbcTestCase.java (original)
+++ excalibur/trunk/components/datasource/src/test/org/apache/avalon/excalibur/datasource/test/DataSourceJdbcTestCase.java Sun Feb 11 19:58:18 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/components/monitor/maven.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/monitor/maven.xml?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/monitor/maven.xml (original)
+++ excalibur/trunk/components/monitor/maven.xml Sun Feb 11 19:58:18 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/components/monitor/project.properties
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/monitor/project.properties?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/monitor/project.properties (original)
+++ excalibur/trunk/components/monitor/project.properties Sun Feb 11 19:58:18 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/components/monitor/project.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/monitor/project.xml?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/monitor/project.xml (original)
+++ excalibur/trunk/components/monitor/project.xml Sun Feb 11 19:58:18 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/components/monitor/src/java/org/apache/avalon/excalibur/monitor/ActiveMonitor.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/ActiveMonitor.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/ActiveMonitor.java (original)
+++ excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/ActiveMonitor.java Sun Feb 11 19:58:18 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/components/monitor/src/java/org/apache/avalon/excalibur/monitor/DirectoryResource.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/DirectoryResource.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/DirectoryResource.java (original)
+++ excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/DirectoryResource.java Sun Feb 11 19:58:18 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/components/monitor/src/java/org/apache/avalon/excalibur/monitor/FileResource.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/FileResource.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/FileResource.java (original)
+++ excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/FileResource.java Sun Feb 11 19:58:18 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/components/monitor/src/java/org/apache/avalon/excalibur/monitor/Modifiable.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/Modifiable.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/Modifiable.java (original)
+++ excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/Modifiable.java Sun Feb 11 19:58:18 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/components/monitor/src/java/org/apache/avalon/excalibur/monitor/Monitor.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/Monitor.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/Monitor.java (original)
+++ excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/Monitor.java Sun Feb 11 19:58:18 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/components/monitor/src/java/org/apache/avalon/excalibur/monitor/MonitorUtil.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/MonitorUtil.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/MonitorUtil.java (original)
+++ excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/MonitorUtil.java Sun Feb 11 19:58:18 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/components/monitor/src/java/org/apache/avalon/excalibur/monitor/Monitorable.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/Monitorable.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/Monitorable.java (original)
+++ excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/Monitorable.java Sun Feb 11 19:58:18 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/components/monitor/src/java/org/apache/avalon/excalibur/monitor/MonitorableURLSource.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/MonitorableURLSource.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/MonitorableURLSource.java (original)
+++ excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/MonitorableURLSource.java Sun Feb 11 19:58:18 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/components/monitor/src/java/org/apache/avalon/excalibur/monitor/PassiveMonitor.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/PassiveMonitor.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/PassiveMonitor.java (original)
+++ excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/PassiveMonitor.java Sun Feb 11 19:58:18 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/components/monitor/src/java/org/apache/avalon/excalibur/monitor/Resource.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/Resource.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/Resource.java (original)
+++ excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/Resource.java Sun Feb 11 19:58:18 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/components/monitor/src/java/org/apache/avalon/excalibur/monitor/ResourceOutputStream.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/ResourceOutputStream.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/ResourceOutputStream.java (original)
+++ excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/ResourceOutputStream.java Sun Feb 11 19:58:18 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/components/monitor/src/java/org/apache/avalon/excalibur/monitor/ResourceWriter.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/ResourceWriter.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/ResourceWriter.java (original)
+++ excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/ResourceWriter.java Sun Feb 11 19:58:18 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/components/monitor/src/java/org/apache/avalon/excalibur/monitor/SourceResource.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/SourceResource.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/SourceResource.java (original)
+++ excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/SourceResource.java Sun Feb 11 19:58:18 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
  * 



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