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:49:51 UTC

svn commit: r506257 [1/2] - in /excalibur/trunk/cornerstone: ./ connection/ connection/api/src/java/org/apache/avalon/cornerstone/services/connection/ connection/impl/src/java/org/apache/avalon/cornerstone/blocks/connection/ connection/impl/src/java/or...

Author: crossley
Date: Sun Feb 11 19:49:48 2007
New Revision: 506257

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

Modified:
    excalibur/trunk/cornerstone/connection/api/src/java/org/apache/avalon/cornerstone/services/connection/ConnectionHandler.java
    excalibur/trunk/cornerstone/connection/api/src/java/org/apache/avalon/cornerstone/services/connection/ConnectionHandlerFactory.java
    excalibur/trunk/cornerstone/connection/api/src/java/org/apache/avalon/cornerstone/services/connection/ConnectionManager.java
    excalibur/trunk/cornerstone/connection/impl/src/java/org/apache/avalon/cornerstone/blocks/connection/AbstractConnectionManager.java
    excalibur/trunk/cornerstone/connection/impl/src/java/org/apache/avalon/cornerstone/blocks/connection/CDIConnectionManager.java
    excalibur/trunk/cornerstone/connection/impl/src/java/org/apache/avalon/cornerstone/blocks/connection/CommonsLoggingConnectionMonitor.java
    excalibur/trunk/cornerstone/connection/impl/src/java/org/apache/avalon/cornerstone/blocks/connection/Connection.java
    excalibur/trunk/cornerstone/connection/impl/src/java/org/apache/avalon/cornerstone/blocks/connection/ConnectionMonitor.java
    excalibur/trunk/cornerstone/connection/impl/src/java/org/apache/avalon/cornerstone/blocks/connection/DefaultConnectionManager.java
    excalibur/trunk/cornerstone/connection/impl/src/java/org/apache/avalon/cornerstone/blocks/connection/NullConnectionMonitor.java
    excalibur/trunk/cornerstone/connection/impl/src/java/org/apache/avalon/cornerstone/services/connection/AbstractHandlerFactory.java
    excalibur/trunk/cornerstone/connection/impl/src/java/org/apache/avalon/cornerstone/services/connection/AbstractService.java
    excalibur/trunk/cornerstone/connection/impl/src/java/org/apache/avalon/cornerstone/services/connection/DefaultHandlerFactory.java
    excalibur/trunk/cornerstone/connection/project-common.xml
    excalibur/trunk/cornerstone/datasources/api/src/java/org/apache/avalon/cornerstone/services/datasources/DataSourceSelector.java
    excalibur/trunk/cornerstone/datasources/impl/src/java/org/apache/avalon/cornerstone/blocks/datasources/DefaultDataSourceSelector.java
    excalibur/trunk/cornerstone/datasources/project-common.xml
    excalibur/trunk/cornerstone/project-common.xml
    excalibur/trunk/cornerstone/scheduler/api/src/java/org/apache/avalon/cornerstone/services/scheduler/CronTimeTrigger.java
    excalibur/trunk/cornerstone/scheduler/api/src/java/org/apache/avalon/cornerstone/services/scheduler/PeriodicTimeTrigger.java
    excalibur/trunk/cornerstone/scheduler/api/src/java/org/apache/avalon/cornerstone/services/scheduler/Target.java
    excalibur/trunk/cornerstone/scheduler/api/src/java/org/apache/avalon/cornerstone/services/scheduler/TimeScheduler.java
    excalibur/trunk/cornerstone/scheduler/api/src/java/org/apache/avalon/cornerstone/services/scheduler/TimeTrigger.java
    excalibur/trunk/cornerstone/scheduler/api/src/java/org/apache/avalon/cornerstone/services/scheduler/TimeTriggerFactory.java
    excalibur/trunk/cornerstone/scheduler/api/src/java/org/apache/avalon/cornerstone/services/scheduler/Trigger.java
    excalibur/trunk/cornerstone/scheduler/api/src/java/org/apache/avalon/cornerstone/services/scheduler/TriggerFailureListener.java
    excalibur/trunk/cornerstone/scheduler/impl/src/java/org/apache/avalon/cornerstone/blocks/scheduler/BinaryHeap.java
    excalibur/trunk/cornerstone/scheduler/impl/src/java/org/apache/avalon/cornerstone/blocks/scheduler/DefaultTimeScheduler.java
    excalibur/trunk/cornerstone/scheduler/impl/src/java/org/apache/avalon/cornerstone/blocks/scheduler/MonitorableTimeScheduler.java
    excalibur/trunk/cornerstone/scheduler/impl/src/java/org/apache/avalon/cornerstone/blocks/scheduler/MonitorableTimeSchedulerMBean.java
    excalibur/trunk/cornerstone/scheduler/impl/src/java/org/apache/avalon/cornerstone/blocks/scheduler/PriorityQueue.java
    excalibur/trunk/cornerstone/scheduler/impl/src/java/org/apache/avalon/cornerstone/blocks/scheduler/SynchronizedPriorityQueue.java
    excalibur/trunk/cornerstone/scheduler/impl/src/java/org/apache/avalon/cornerstone/blocks/scheduler/TimeScheduledEntry.java
    excalibur/trunk/cornerstone/scheduler/project-common.xml
    excalibur/trunk/cornerstone/sockets/api/src/java/org/apache/avalon/cornerstone/services/sockets/ServerSocketFactory.java
    excalibur/trunk/cornerstone/sockets/api/src/java/org/apache/avalon/cornerstone/services/sockets/SocketFactory.java
    excalibur/trunk/cornerstone/sockets/api/src/java/org/apache/avalon/cornerstone/services/sockets/SocketManager.java
    excalibur/trunk/cornerstone/sockets/impl/src/java/org/apache/avalon/cornerstone/blocks/sockets/AbstractTLSSocketFactory.java
    excalibur/trunk/cornerstone/sockets/impl/src/java/org/apache/avalon/cornerstone/blocks/sockets/DefaultServerSocketFactory.java
    excalibur/trunk/cornerstone/sockets/impl/src/java/org/apache/avalon/cornerstone/blocks/sockets/DefaultSocketFactory.java
    excalibur/trunk/cornerstone/sockets/impl/src/java/org/apache/avalon/cornerstone/blocks/sockets/DefaultSocketManager.java
    excalibur/trunk/cornerstone/sockets/impl/src/java/org/apache/avalon/cornerstone/blocks/sockets/SSLFactoryBuilder.java
    excalibur/trunk/cornerstone/sockets/impl/src/java/org/apache/avalon/cornerstone/blocks/sockets/TLSServerSocketFactory.java
    excalibur/trunk/cornerstone/sockets/impl/src/java/org/apache/avalon/cornerstone/blocks/sockets/TLSSocketFactory.java
    excalibur/trunk/cornerstone/sockets/project-common.xml
    excalibur/trunk/cornerstone/store/api/src/java/org/apache/avalon/cornerstone/services/store/ObjectRepository.java
    excalibur/trunk/cornerstone/store/api/src/java/org/apache/avalon/cornerstone/services/store/Repository.java
    excalibur/trunk/cornerstone/store/api/src/java/org/apache/avalon/cornerstone/services/store/Store.java
    excalibur/trunk/cornerstone/store/api/src/java/org/apache/avalon/cornerstone/services/store/StreamRepository.java
    excalibur/trunk/cornerstone/store/impl/src/java/org/apache/avalon/cornerstone/blocks/masterstore/AbstractFilePersistentObjectRepository.java
    excalibur/trunk/cornerstone/store/impl/src/java/org/apache/avalon/cornerstone/blocks/masterstore/AbstractFilePersistentStreamRepository.java
    excalibur/trunk/cornerstone/store/impl/src/java/org/apache/avalon/cornerstone/blocks/masterstore/AbstractFileRepository.java
    excalibur/trunk/cornerstone/store/impl/src/java/org/apache/avalon/cornerstone/blocks/masterstore/AvalonFileRepositoryMonitor.java
    excalibur/trunk/cornerstone/store/impl/src/java/org/apache/avalon/cornerstone/blocks/masterstore/CDIFilePersistentObjectRepository.java
    excalibur/trunk/cornerstone/store/impl/src/java/org/apache/avalon/cornerstone/blocks/masterstore/CDIFilePersistentStreamRepository.java
    excalibur/trunk/cornerstone/store/impl/src/java/org/apache/avalon/cornerstone/blocks/masterstore/ClassLoaderObjectInputStream.java
    excalibur/trunk/cornerstone/store/impl/src/java/org/apache/avalon/cornerstone/blocks/masterstore/ExtensionFileFilter.java
    excalibur/trunk/cornerstone/store/impl/src/java/org/apache/avalon/cornerstone/blocks/masterstore/FileRepositoryMonitor.java
    excalibur/trunk/cornerstone/store/impl/src/java/org/apache/avalon/cornerstone/blocks/masterstore/File_Persistent_Object_Repository.java
    excalibur/trunk/cornerstone/store/impl/src/java/org/apache/avalon/cornerstone/blocks/masterstore/File_Persistent_Stream_Repository.java
    excalibur/trunk/cornerstone/store/impl/src/java/org/apache/avalon/cornerstone/blocks/masterstore/IOUtil.java
    excalibur/trunk/cornerstone/store/impl/src/java/org/apache/avalon/cornerstone/blocks/masterstore/ObjectRespositoryConfig.java
    excalibur/trunk/cornerstone/store/impl/src/java/org/apache/avalon/cornerstone/blocks/masterstore/ObjectRespositoryConfigBean.java
    excalibur/trunk/cornerstone/store/impl/src/java/org/apache/avalon/cornerstone/blocks/masterstore/RepositoryManager.java
    excalibur/trunk/cornerstone/store/impl/src/java/org/apache/avalon/cornerstone/blocks/masterstore/ResettableFileInputStream.java
    excalibur/trunk/cornerstone/store/impl/src/java/org/apache/avalon/cornerstone/blocks/masterstore/xml/AbstractXMLFilePersistentObjectRepository.java
    excalibur/trunk/cornerstone/store/impl/src/java/org/apache/avalon/cornerstone/blocks/masterstore/xml/CDIXMLFilePersistentObjectRepository.java
    excalibur/trunk/cornerstone/store/impl/src/java/org/apache/avalon/cornerstone/blocks/masterstore/xml/XMLFilePersistentObjectRepository.java
    excalibur/trunk/cornerstone/store/project-common.xml
    excalibur/trunk/cornerstone/threads/api/src/java/org/apache/avalon/cornerstone/services/threads/ThreadManager.java
    excalibur/trunk/cornerstone/threads/impl/src/java/org/apache/avalon/cornerstone/blocks/threads/AbstractThreadManager.java
    excalibur/trunk/cornerstone/threads/impl/src/java/org/apache/avalon/cornerstone/blocks/threads/DefaultThreadManager.java
    excalibur/trunk/cornerstone/threads/impl/src/java/org/apache/avalon/cornerstone/blocks/threads/ResourceLimitingThreadManager.java
    excalibur/trunk/cornerstone/threads/project-common.xml
    excalibur/trunk/cornerstone/threads/tutorial/src/main/org/apache/avalon/cornerstone/threads/tutorial/Counter.java
    excalibur/trunk/cornerstone/threads/tutorial/src/main/org/apache/avalon/cornerstone/threads/tutorial/ThreadConsumer.java

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

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

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

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

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

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

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

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

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

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

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

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

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

Modified: excalibur/trunk/cornerstone/connection/project-common.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/connection/project-common.xml?view=diff&rev=506257&r1=506256&r2=506257
==============================================================================
--- excalibur/trunk/cornerstone/connection/project-common.xml (original)
+++ excalibur/trunk/cornerstone/connection/project-common.xml Sun Feb 11 19:49:48 2007
@@ -1,9 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-Copyright 2003-2004 The Apache Software Foundation
-Licensed  under the  Apache License,  Version 2.0  (the "License");
-you may not use  this file  except in  compliance with the License.
-You may obtain a copy of the License at 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
 
 http://www.apache.org/licenses/LICENSE-2.0
 

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

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

Modified: excalibur/trunk/cornerstone/datasources/project-common.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/datasources/project-common.xml?view=diff&rev=506257&r1=506256&r2=506257
==============================================================================
--- excalibur/trunk/cornerstone/datasources/project-common.xml (original)
+++ excalibur/trunk/cornerstone/datasources/project-common.xml Sun Feb 11 19:49:48 2007
@@ -1,9 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-Copyright 2003-2004 The Apache Software Foundation
-Licensed  under the  Apache License,  Version 2.0  (the "License");
-you may not use  this file  except in  compliance with the License.
-You may obtain a copy of the License at 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
 
 http://www.apache.org/licenses/LICENSE-2.0
 

Modified: excalibur/trunk/cornerstone/project-common.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/project-common.xml?view=diff&rev=506257&r1=506256&r2=506257
==============================================================================
--- excalibur/trunk/cornerstone/project-common.xml (original)
+++ excalibur/trunk/cornerstone/project-common.xml Sun Feb 11 19:49:48 2007
@@ -1,9 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-Copyright 2003-2004 The Apache Software Foundation
-Licensed  under the  Apache License,  Version 2.0  (the "License");
-you may not use  this file  except in  compliance with the License.
-You may obtain a copy of the License at 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
 
 http://www.apache.org/licenses/LICENSE-2.0
 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Modified: excalibur/trunk/cornerstone/scheduler/project-common.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/scheduler/project-common.xml?view=diff&rev=506257&r1=506256&r2=506257
==============================================================================
--- excalibur/trunk/cornerstone/scheduler/project-common.xml (original)
+++ excalibur/trunk/cornerstone/scheduler/project-common.xml Sun Feb 11 19:49:48 2007
@@ -1,9 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-Copyright 2003-2004 The Apache Software Foundation
-Licensed  under the  Apache License,  Version 2.0  (the "License");
-you may not use  this file  except in  compliance with the License.
-You may obtain a copy of the License at 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
 
 http://www.apache.org/licenses/LICENSE-2.0
 

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

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

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

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

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

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

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

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

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

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

Modified: excalibur/trunk/cornerstone/sockets/project-common.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/cornerstone/sockets/project-common.xml?view=diff&rev=506257&r1=506256&r2=506257
==============================================================================
--- excalibur/trunk/cornerstone/sockets/project-common.xml (original)
+++ excalibur/trunk/cornerstone/sockets/project-common.xml Sun Feb 11 19:49:48 2007
@@ -1,9 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-Copyright 2003-2004 The Apache Software Foundation
-Licensed  under the  Apache License,  Version 2.0  (the "License");
-you may not use  this file  except in  compliance with the License.
-You may obtain a copy of the License at 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
 
 http://www.apache.org/licenses/LICENSE-2.0
 

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

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

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

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

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

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

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

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

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

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

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



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