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 [2/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/...

Modified: excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/StreamResource.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/StreamResource.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/StreamResource.java (original)
+++ excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/StreamResource.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/impl/AbstractMonitor.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/impl/AbstractMonitor.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/impl/AbstractMonitor.java (original)
+++ excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/impl/AbstractMonitor.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/impl/ActiveMonitor.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/impl/ActiveMonitor.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/impl/ActiveMonitor.java (original)
+++ excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/impl/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/impl/PassiveMonitor.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/impl/PassiveMonitor.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/impl/PassiveMonitor.java (original)
+++ excalibur/trunk/components/monitor/src/java/org/apache/avalon/excalibur/monitor/impl/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/test/org/apache/avalon/excalibur/monitor/test/ActiveMonitorComponent.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/monitor/src/test/org/apache/avalon/excalibur/monitor/test/ActiveMonitorComponent.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/monitor/src/test/org/apache/avalon/excalibur/monitor/test/ActiveMonitorComponent.java (original)
+++ excalibur/trunk/components/monitor/src/test/org/apache/avalon/excalibur/monitor/test/ActiveMonitorComponent.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/test/org/apache/avalon/excalibur/monitor/test/DirectoryTCListener.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/monitor/src/test/org/apache/avalon/excalibur/monitor/test/DirectoryTCListener.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/monitor/src/test/org/apache/avalon/excalibur/monitor/test/DirectoryTCListener.java (original)
+++ excalibur/trunk/components/monitor/src/test/org/apache/avalon/excalibur/monitor/test/DirectoryTCListener.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/test/org/apache/avalon/excalibur/monitor/test/DirectoryTestCase.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/monitor/src/test/org/apache/avalon/excalibur/monitor/test/DirectoryTestCase.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/monitor/src/test/org/apache/avalon/excalibur/monitor/test/DirectoryTestCase.java (original)
+++ excalibur/trunk/components/monitor/src/test/org/apache/avalon/excalibur/monitor/test/DirectoryTestCase.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/test/org/apache/avalon/excalibur/monitor/test/Mock.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/monitor/src/test/org/apache/avalon/excalibur/monitor/test/Mock.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/monitor/src/test/org/apache/avalon/excalibur/monitor/test/Mock.java (original)
+++ excalibur/trunk/components/monitor/src/test/org/apache/avalon/excalibur/monitor/test/Mock.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/test/org/apache/avalon/excalibur/monitor/test/MockOutputStream.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/monitor/src/test/org/apache/avalon/excalibur/monitor/test/MockOutputStream.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/monitor/src/test/org/apache/avalon/excalibur/monitor/test/MockOutputStream.java (original)
+++ excalibur/trunk/components/monitor/src/test/org/apache/avalon/excalibur/monitor/test/MockOutputStream.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/test/org/apache/avalon/excalibur/monitor/test/MockResource.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/monitor/src/test/org/apache/avalon/excalibur/monitor/test/MockResource.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/monitor/src/test/org/apache/avalon/excalibur/monitor/test/MockResource.java (original)
+++ excalibur/trunk/components/monitor/src/test/org/apache/avalon/excalibur/monitor/test/MockResource.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/test/org/apache/avalon/excalibur/monitor/test/MonitorTCListener.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/monitor/src/test/org/apache/avalon/excalibur/monitor/test/MonitorTCListener.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/monitor/src/test/org/apache/avalon/excalibur/monitor/test/MonitorTCListener.java (original)
+++ excalibur/trunk/components/monitor/src/test/org/apache/avalon/excalibur/monitor/test/MonitorTCListener.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/test/org/apache/avalon/excalibur/monitor/test/MonitorTestCase.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/monitor/src/test/org/apache/avalon/excalibur/monitor/test/MonitorTestCase.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/monitor/src/test/org/apache/avalon/excalibur/monitor/test/MonitorTestCase.java (original)
+++ excalibur/trunk/components/monitor/src/test/org/apache/avalon/excalibur/monitor/test/MonitorTestCase.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/test/org/apache/avalon/excalibur/monitor/test/MonitorTestCase.xtest
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/monitor/src/test/org/apache/avalon/excalibur/monitor/test/MonitorTestCase.xtest?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/monitor/src/test/org/apache/avalon/excalibur/monitor/test/MonitorTestCase.xtest (original)
+++ excalibur/trunk/components/monitor/src/test/org/apache/avalon/excalibur/monitor/test/MonitorTestCase.xtest 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/src/test/org/apache/avalon/excalibur/monitor/test/PassiveMonitorComponent.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/monitor/src/test/org/apache/avalon/excalibur/monitor/test/PassiveMonitorComponent.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/monitor/src/test/org/apache/avalon/excalibur/monitor/test/PassiveMonitorComponent.java (original)
+++ excalibur/trunk/components/monitor/src/test/org/apache/avalon/excalibur/monitor/test/PassiveMonitorComponent.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/pool/api/project.properties
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/api/project.properties?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/pool/api/project.properties (original)
+++ excalibur/trunk/components/pool/api/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/pool/api/project.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/api/project.xml?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/pool/api/project.xml (original)
+++ excalibur/trunk/components/pool/api/project.xml Sun Feb 11 19:58:18 2007
@@ -1,9 +1,11 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
-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/components/pool/api/src/java/org/apache/avalon/excalibur/pool/ObjectFactory.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/api/src/java/org/apache/avalon/excalibur/pool/ObjectFactory.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/pool/api/src/java/org/apache/avalon/excalibur/pool/ObjectFactory.java (original)
+++ excalibur/trunk/components/pool/api/src/java/org/apache/avalon/excalibur/pool/ObjectFactory.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/pool/api/src/java/org/apache/avalon/excalibur/pool/Pool.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/api/src/java/org/apache/avalon/excalibur/pool/Pool.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/pool/api/src/java/org/apache/avalon/excalibur/pool/Pool.java (original)
+++ excalibur/trunk/components/pool/api/src/java/org/apache/avalon/excalibur/pool/Pool.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/pool/api/src/java/org/apache/avalon/excalibur/pool/PoolController.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/api/src/java/org/apache/avalon/excalibur/pool/PoolController.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/pool/api/src/java/org/apache/avalon/excalibur/pool/PoolController.java (original)
+++ excalibur/trunk/components/pool/api/src/java/org/apache/avalon/excalibur/pool/PoolController.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/pool/api/src/java/org/apache/avalon/excalibur/pool/Poolable.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/api/src/java/org/apache/avalon/excalibur/pool/Poolable.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/pool/api/src/java/org/apache/avalon/excalibur/pool/Poolable.java (original)
+++ excalibur/trunk/components/pool/api/src/java/org/apache/avalon/excalibur/pool/Poolable.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/pool/api/src/java/org/apache/avalon/excalibur/pool/Recyclable.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/api/src/java/org/apache/avalon/excalibur/pool/Recyclable.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/pool/api/src/java/org/apache/avalon/excalibur/pool/Recyclable.java (original)
+++ excalibur/trunk/components/pool/api/src/java/org/apache/avalon/excalibur/pool/Recyclable.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/pool/api/src/java/org/apache/avalon/excalibur/pool/Resizable.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/api/src/java/org/apache/avalon/excalibur/pool/Resizable.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/pool/api/src/java/org/apache/avalon/excalibur/pool/Resizable.java (original)
+++ excalibur/trunk/components/pool/api/src/java/org/apache/avalon/excalibur/pool/Resizable.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/pool/api/src/java/org/apache/avalon/excalibur/pool/Validatable.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/api/src/java/org/apache/avalon/excalibur/pool/Validatable.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/pool/api/src/java/org/apache/avalon/excalibur/pool/Validatable.java (original)
+++ excalibur/trunk/components/pool/api/src/java/org/apache/avalon/excalibur/pool/Validatable.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/pool/impl/maven.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/impl/maven.xml?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/pool/impl/maven.xml (original)
+++ excalibur/trunk/components/pool/impl/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/pool/impl/project.properties
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/impl/project.properties?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/pool/impl/project.properties (original)
+++ excalibur/trunk/components/pool/impl/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/pool/impl/project.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/impl/project.xml?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/pool/impl/project.xml (original)
+++ excalibur/trunk/components/pool/impl/project.xml Sun Feb 11 19:58:18 2007
@@ -1,9 +1,11 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
-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/components/pool/impl/src/java/org/apache/avalon/excalibur/pool/AbstractPool.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/impl/src/java/org/apache/avalon/excalibur/pool/AbstractPool.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/pool/impl/src/java/org/apache/avalon/excalibur/pool/AbstractPool.java (original)
+++ excalibur/trunk/components/pool/impl/src/java/org/apache/avalon/excalibur/pool/AbstractPool.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/pool/impl/src/java/org/apache/avalon/excalibur/pool/DefaultObjectFactory.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/impl/src/java/org/apache/avalon/excalibur/pool/DefaultObjectFactory.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/pool/impl/src/java/org/apache/avalon/excalibur/pool/DefaultObjectFactory.java (original)
+++ excalibur/trunk/components/pool/impl/src/java/org/apache/avalon/excalibur/pool/DefaultObjectFactory.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/pool/impl/src/java/org/apache/avalon/excalibur/pool/DefaultPool.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/impl/src/java/org/apache/avalon/excalibur/pool/DefaultPool.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/pool/impl/src/java/org/apache/avalon/excalibur/pool/DefaultPool.java (original)
+++ excalibur/trunk/components/pool/impl/src/java/org/apache/avalon/excalibur/pool/DefaultPool.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/pool/impl/src/java/org/apache/avalon/excalibur/pool/DefaultPoolController.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/impl/src/java/org/apache/avalon/excalibur/pool/DefaultPoolController.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/pool/impl/src/java/org/apache/avalon/excalibur/pool/DefaultPoolController.java (original)
+++ excalibur/trunk/components/pool/impl/src/java/org/apache/avalon/excalibur/pool/DefaultPoolController.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/pool/impl/src/java/org/apache/avalon/excalibur/pool/HardResourceLimitingPool.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/impl/src/java/org/apache/avalon/excalibur/pool/HardResourceLimitingPool.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/pool/impl/src/java/org/apache/avalon/excalibur/pool/HardResourceLimitingPool.java (original)
+++ excalibur/trunk/components/pool/impl/src/java/org/apache/avalon/excalibur/pool/HardResourceLimitingPool.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/pool/impl/src/java/org/apache/avalon/excalibur/pool/ResourceLimitingPool.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/impl/src/java/org/apache/avalon/excalibur/pool/ResourceLimitingPool.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/pool/impl/src/java/org/apache/avalon/excalibur/pool/ResourceLimitingPool.java (original)
+++ excalibur/trunk/components/pool/impl/src/java/org/apache/avalon/excalibur/pool/ResourceLimitingPool.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/pool/impl/src/java/org/apache/avalon/excalibur/pool/SingleThreadedPool.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/impl/src/java/org/apache/avalon/excalibur/pool/SingleThreadedPool.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/pool/impl/src/java/org/apache/avalon/excalibur/pool/SingleThreadedPool.java (original)
+++ excalibur/trunk/components/pool/impl/src/java/org/apache/avalon/excalibur/pool/SingleThreadedPool.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/pool/impl/src/java/org/apache/avalon/excalibur/pool/SoftResourceLimitingPool.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/impl/src/java/org/apache/avalon/excalibur/pool/SoftResourceLimitingPool.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/pool/impl/src/java/org/apache/avalon/excalibur/pool/SoftResourceLimitingPool.java (original)
+++ excalibur/trunk/components/pool/impl/src/java/org/apache/avalon/excalibur/pool/SoftResourceLimitingPool.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/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/BufferedLogger.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/BufferedLogger.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/BufferedLogger.java (original)
+++ excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/BufferedLogger.java Sun Feb 11 19:58:18 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2002-2004 Apache Software Foundation
- * Licensed  under the  Apache License,  Version 2.0  (the "License");
- * you may not use  this file  except in  compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *   http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/CascadingAssertionFailedError.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/CascadingAssertionFailedError.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/CascadingAssertionFailedError.java (original)
+++ excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/CascadingAssertionFailedError.java Sun Feb 11 19:58:18 2007
@@ -1,8 +1,10 @@
 /* 
- * Copyright 2002-2004 Apache Software Foundation
- * Licensed  under the  Apache License,  Version 2.0  (the "License");
- * you may not use  this file  except in  compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *   http://www.apache.org/licenses/LICENSE-2.0
  * 

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

Modified: excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/MultiThreadedPoolComparisonProfile.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/MultiThreadedPoolComparisonProfile.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/MultiThreadedPoolComparisonProfile.java (original)
+++ excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/MultiThreadedPoolComparisonProfile.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/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/PoolComparisonProfileAbstract.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/PoolComparisonProfileAbstract.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/PoolComparisonProfileAbstract.java (original)
+++ excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/PoolComparisonProfileAbstract.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/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/PoolProfile.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/PoolProfile.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/PoolProfile.java (original)
+++ excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/PoolProfile.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/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/PoolableTestObject.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/PoolableTestObject.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/PoolableTestObject.java (original)
+++ excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/PoolableTestObject.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/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/ResourceLimitingPoolMultithreadMaxStrictBlockTestCase.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/ResourceLimitingPoolMultithreadMaxStrictBlockTestCase.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/ResourceLimitingPoolMultithreadMaxStrictBlockTestCase.java (original)
+++ excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/ResourceLimitingPoolMultithreadMaxStrictBlockTestCase.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/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/ResourceLimitingPoolMultithreadMaxStrictTestCase.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/ResourceLimitingPoolMultithreadMaxStrictTestCase.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/ResourceLimitingPoolMultithreadMaxStrictTestCase.java (original)
+++ excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/ResourceLimitingPoolMultithreadMaxStrictTestCase.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/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/ResourceLimitingPoolMultithreadMaxTestCase.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/ResourceLimitingPoolMultithreadMaxTestCase.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/ResourceLimitingPoolMultithreadMaxTestCase.java (original)
+++ excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/ResourceLimitingPoolMultithreadMaxTestCase.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/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/ResourceLimitingPoolMultithreadTestCase.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/ResourceLimitingPoolMultithreadTestCase.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/ResourceLimitingPoolMultithreadTestCase.java (original)
+++ excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/ResourceLimitingPoolMultithreadTestCase.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/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/ResourceLimitingPoolTestCase.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/ResourceLimitingPoolTestCase.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/ResourceLimitingPoolTestCase.java (original)
+++ excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/ResourceLimitingPoolTestCase.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/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/SingleThreadedPoolComparisonProfile.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/SingleThreadedPoolComparisonProfile.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/SingleThreadedPoolComparisonProfile.java (original)
+++ excalibur/trunk/components/pool/impl/src/test/org/apache/avalon/excalibur/pool/test/SingleThreadedPoolComparisonProfile.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/pool/instrumented/maven.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/instrumented/maven.xml?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/pool/instrumented/maven.xml (original)
+++ excalibur/trunk/components/pool/instrumented/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/pool/instrumented/project.properties
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/instrumented/project.properties?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/pool/instrumented/project.properties (original)
+++ excalibur/trunk/components/pool/instrumented/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/pool/instrumented/project.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/instrumented/project.xml?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/pool/instrumented/project.xml (original)
+++ excalibur/trunk/components/pool/instrumented/project.xml Sun Feb 11 19:58:18 2007
@@ -1,9 +1,11 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
-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/components/pool/instrumented/src/java/org/apache/avalon/excalibur/pool/InstrumentedResourceLimitingPool.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/instrumented/src/java/org/apache/avalon/excalibur/pool/InstrumentedResourceLimitingPool.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/pool/instrumented/src/java/org/apache/avalon/excalibur/pool/InstrumentedResourceLimitingPool.java (original)
+++ excalibur/trunk/components/pool/instrumented/src/java/org/apache/avalon/excalibur/pool/InstrumentedResourceLimitingPool.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/pool/instrumented/src/java/org/apache/avalon/excalibur/pool/TraceableResourceLimitingPool.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/instrumented/src/java/org/apache/avalon/excalibur/pool/TraceableResourceLimitingPool.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/pool/instrumented/src/java/org/apache/avalon/excalibur/pool/TraceableResourceLimitingPool.java (original)
+++ excalibur/trunk/components/pool/instrumented/src/java/org/apache/avalon/excalibur/pool/TraceableResourceLimitingPool.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/pool/instrumented/src/java/org/apache/avalon/excalibur/pool/ValidatedResourceLimitingPool.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/instrumented/src/java/org/apache/avalon/excalibur/pool/ValidatedResourceLimitingPool.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/pool/instrumented/src/java/org/apache/avalon/excalibur/pool/ValidatedResourceLimitingPool.java (original)
+++ excalibur/trunk/components/pool/instrumented/src/java/org/apache/avalon/excalibur/pool/ValidatedResourceLimitingPool.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/pool/project-common.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/project-common.xml?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/pool/project-common.xml (original)
+++ excalibur/trunk/components/pool/project-common.xml Sun Feb 11 19:58:18 2007
@@ -1,10 +1,12 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
 <!-- 
-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/thread/api/project.properties
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/api/project.properties?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/thread/api/project.properties (original)
+++ excalibur/trunk/components/thread/api/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/thread/api/project.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/api/project.xml?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/thread/api/project.xml (original)
+++ excalibur/trunk/components/thread/api/project.xml Sun Feb 11 19:58:18 2007
@@ -1,9 +1,11 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!-- 
- 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/thread/api/src/java/org/apache/excalibur/thread/Executable.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/api/src/java/org/apache/excalibur/thread/Executable.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/thread/api/src/java/org/apache/excalibur/thread/Executable.java (original)
+++ excalibur/trunk/components/thread/api/src/java/org/apache/excalibur/thread/Executable.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/thread/api/src/java/org/apache/excalibur/thread/ThreadControl.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/api/src/java/org/apache/excalibur/thread/ThreadControl.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/thread/api/src/java/org/apache/excalibur/thread/ThreadControl.java (original)
+++ excalibur/trunk/components/thread/api/src/java/org/apache/excalibur/thread/ThreadControl.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/thread/api/src/java/org/apache/excalibur/thread/ThreadPool.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/api/src/java/org/apache/excalibur/thread/ThreadPool.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/thread/api/src/java/org/apache/excalibur/thread/ThreadPool.java (original)
+++ excalibur/trunk/components/thread/api/src/java/org/apache/excalibur/thread/ThreadPool.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/thread/impl/maven.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/impl/maven.xml?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/thread/impl/maven.xml (original)
+++ excalibur/trunk/components/thread/impl/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/thread/impl/project.properties
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/impl/project.properties?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/thread/impl/project.properties (original)
+++ excalibur/trunk/components/thread/impl/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/thread/impl/project.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/impl/project.xml?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/thread/impl/project.xml (original)
+++ excalibur/trunk/components/thread/impl/project.xml Sun Feb 11 19:58:18 2007
@@ -1,9 +1,11 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!-- 
- 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/thread/impl/src/java/org/apache/avalon/excalibur/thread/impl/BasicThreadPool.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/impl/src/java/org/apache/avalon/excalibur/thread/impl/BasicThreadPool.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/thread/impl/src/java/org/apache/avalon/excalibur/thread/impl/BasicThreadPool.java (original)
+++ excalibur/trunk/components/thread/impl/src/java/org/apache/avalon/excalibur/thread/impl/BasicThreadPool.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/thread/impl/src/java/org/apache/avalon/excalibur/thread/impl/DefaultThreadPool.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/impl/src/java/org/apache/avalon/excalibur/thread/impl/DefaultThreadPool.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/thread/impl/src/java/org/apache/avalon/excalibur/thread/impl/DefaultThreadPool.java (original)
+++ excalibur/trunk/components/thread/impl/src/java/org/apache/avalon/excalibur/thread/impl/DefaultThreadPool.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