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 [3/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/thread/impl/src/java/org/apache/avalon/excalibur/thread/impl/ExecutableExecuteable.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/impl/src/java/org/apache/avalon/excalibur/thread/impl/ExecutableExecuteable.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/thread/impl/src/java/org/apache/avalon/excalibur/thread/impl/ExecutableExecuteable.java (original)
+++ excalibur/trunk/components/thread/impl/src/java/org/apache/avalon/excalibur/thread/impl/ExecutableExecuteable.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/ResourceLimitingThreadPool.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/impl/src/java/org/apache/avalon/excalibur/thread/impl/ResourceLimitingThreadPool.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/thread/impl/src/java/org/apache/avalon/excalibur/thread/impl/ResourceLimitingThreadPool.java (original)
+++ excalibur/trunk/components/thread/impl/src/java/org/apache/avalon/excalibur/thread/impl/ResourceLimitingThreadPool.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/SimpleWorkerThread.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/impl/src/java/org/apache/avalon/excalibur/thread/impl/SimpleWorkerThread.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/thread/impl/src/java/org/apache/avalon/excalibur/thread/impl/SimpleWorkerThread.java (original)
+++ excalibur/trunk/components/thread/impl/src/java/org/apache/avalon/excalibur/thread/impl/SimpleWorkerThread.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/excalibur/thread/impl/AbstractThreadPool.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/impl/src/java/org/apache/excalibur/thread/impl/AbstractThreadPool.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/thread/impl/src/java/org/apache/excalibur/thread/impl/AbstractThreadPool.java (original)
+++ excalibur/trunk/components/thread/impl/src/java/org/apache/excalibur/thread/impl/AbstractThreadPool.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/excalibur/thread/impl/DefaultThreadControl.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/impl/src/java/org/apache/excalibur/thread/impl/DefaultThreadControl.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/thread/impl/src/java/org/apache/excalibur/thread/impl/DefaultThreadControl.java (original)
+++ excalibur/trunk/components/thread/impl/src/java/org/apache/excalibur/thread/impl/DefaultThreadControl.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/excalibur/thread/impl/ExecutableRunnable.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/impl/src/java/org/apache/excalibur/thread/impl/ExecutableRunnable.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/thread/impl/src/java/org/apache/excalibur/thread/impl/ExecutableRunnable.java (original)
+++ excalibur/trunk/components/thread/impl/src/java/org/apache/excalibur/thread/impl/ExecutableRunnable.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/excalibur/thread/impl/WorkerThread.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/impl/src/java/org/apache/excalibur/thread/impl/WorkerThread.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/thread/impl/src/java/org/apache/excalibur/thread/impl/WorkerThread.java (original)
+++ excalibur/trunk/components/thread/impl/src/java/org/apache/excalibur/thread/impl/WorkerThread.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/test/org/apache/avalon/excalibur/thread/impl/test/BufferedLogger.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/impl/src/test/org/apache/avalon/excalibur/thread/impl/test/BufferedLogger.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/thread/impl/src/test/org/apache/avalon/excalibur/thread/impl/test/BufferedLogger.java (original)
+++ excalibur/trunk/components/thread/impl/src/test/org/apache/avalon/excalibur/thread/impl/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/thread/impl/src/test/org/apache/avalon/excalibur/thread/impl/test/DefaultThreadPoolTestCase.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/impl/src/test/org/apache/avalon/excalibur/thread/impl/test/DefaultThreadPoolTestCase.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/thread/impl/src/test/org/apache/avalon/excalibur/thread/impl/test/DefaultThreadPoolTestCase.java (original)
+++ excalibur/trunk/components/thread/impl/src/test/org/apache/avalon/excalibur/thread/impl/test/DefaultThreadPoolTestCase.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/thread/impl/src/test/org/apache/avalon/excalibur/thread/impl/test/ResourceLimitingThreadPoolTestCase.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/impl/src/test/org/apache/avalon/excalibur/thread/impl/test/ResourceLimitingThreadPoolTestCase.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/thread/impl/src/test/org/apache/avalon/excalibur/thread/impl/test/ResourceLimitingThreadPoolTestCase.java (original)
+++ excalibur/trunk/components/thread/impl/src/test/org/apache/avalon/excalibur/thread/impl/test/ResourceLimitingThreadPoolTestCase.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/thread/instrumented/maven.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/instrumented/maven.xml?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/thread/instrumented/maven.xml (original)
+++ excalibur/trunk/components/thread/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/thread/instrumented/project.properties
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/instrumented/project.properties?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/thread/instrumented/project.properties (original)
+++ excalibur/trunk/components/thread/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/thread/instrumented/project.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/instrumented/project.xml?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/thread/instrumented/project.xml (original)
+++ excalibur/trunk/components/thread/instrumented/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/instrumented/src/java/org/apache/avalon/excalibur/thread/impl/InstrumentedResourceLimitingThreadPool.java
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/instrumented/src/java/org/apache/avalon/excalibur/thread/impl/InstrumentedResourceLimitingThreadPool.java?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/thread/instrumented/src/java/org/apache/avalon/excalibur/thread/impl/InstrumentedResourceLimitingThreadPool.java (original)
+++ excalibur/trunk/components/thread/instrumented/src/java/org/apache/avalon/excalibur/thread/impl/InstrumentedResourceLimitingThreadPool.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/project-common.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/project-common.xml?view=diff&rev=506264&r1=506263&r2=506264
==============================================================================
--- excalibur/trunk/components/thread/project-common.xml (original)
+++ excalibur/trunk/components/thread/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
 



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