You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by mb...@apache.org on 2007/01/01 13:41:30 UTC

svn commit: r491560 [1/2] - in /db/jdo/trunk/runtime20: ./ src/conf/ src/java/org/apache/jdo/ejb/ src/java/org/apache/jdo/impl/model/java/runtime/ src/java/org/apache/jdo/impl/model/java/runtime/jdk5/ src/java/org/apache/jdo/impl/model/jdo/xml/ src/jav...

Author: mbo
Date: Mon Jan  1 04:41:27 2007
New Revision: 491560

URL: http://svn.apache.org/viewvc?view=rev&rev=491560
Log:
JDO-441: update license information in runtime20

Modified:
    db/jdo/trunk/runtime20/maven.xml
    db/jdo/trunk/runtime20/project.properties
    db/jdo/trunk/runtime20/project.xml
    db/jdo/trunk/runtime20/src/conf/commons-logging.properties
    db/jdo/trunk/runtime20/src/conf/logging.properties
    db/jdo/trunk/runtime20/src/conf/simplelog.properties
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/ejb/EJBHelper.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/ejb/EJBImplHelper.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/ejb/package.html
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/Bundle.properties
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/RegisterClassListener.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/RuntimeJavaModel.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/RuntimeJavaModelFactory.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/RuntimeJavaType.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/jdk5/ComponentTypeHelper.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/jdk5/JDK5RuntimeJavaField.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/jdk5/JDK5RuntimeJavaMethod.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/jdk5/JDK5RuntimeJavaModel.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/jdk5/JDK5RuntimeJavaModelFactory.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/jdk5/JDK5RuntimeJavaProperty.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/jdk5/JDK5RuntimeJavaType.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/package.html
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/jdo/xml/XMLExists.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/pm/Bundle.properties
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/pm/CacheManagerImpl.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/pm/PersistenceManagerFactoryImpl.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/pm/PersistenceManagerImpl.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/pm/PersistenceManagerWrapper.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/pm/TransactionImpl.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/pm/TransactionSynchronization.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/pm/package.html
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/ArrayList.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/Bundle.properties
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/Date.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/Freezer.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/HashMap.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/HashSet.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/Hashtable.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/LinkedList.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/SCOHelper.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/SqlDate.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/SqlTime.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/SqlTimestamp.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/TreeMap.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/TreeSet.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/Vector.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/package.html
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/AutoPersistentNew.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/AutoPersistentNewFlushed.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/AutoPersistentNewFlushedDirty.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/AutoPersistentPending.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/Bundle.properties
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/Hollow.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/LifeCycleState.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentClean.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentCleanTransactional.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentDeleted.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentDeletedFlushed.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentDirty.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentDirtyFlushed.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentNew.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentNewDeleted.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentNewFlushed.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentNewFlushedDeleted.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentNewFlushedDirty.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentNonTransactional.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/ReachabilityHandler.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/SCOProcessor.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/SimpleFieldManager.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/StateFieldManager.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/StateManagerFactory.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/StateManagerImpl.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/TransientClean.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/TransientDirty.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/pm/Accessor.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/pm/PersistenceManagerFactoryInternal.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/pm/PersistenceManagerInternal.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/pm/package.html
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/query/BasicQueryResult.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/query/Bundle.properties
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/query/QueryResult.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/query/QueryResultHelper.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/query/QueryResultIterator.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/sco/SCO.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/sco/SCOCollection.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/sco/SCODate.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/sco/SCOMap.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/sco/package.html
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/state/FieldManager.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/state/StateManagerInternal.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/state/package.html
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/store/Bundle.properties
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/store/Connector.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/store/StoreManager.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/store/StoreManagerImpl.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/store/Transcriber.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/store/TranscriberFactory.java
    db/jdo/trunk/runtime20/src/java/org/apache/jdo/store/package.html

Modified: db/jdo/trunk/runtime20/maven.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/maven.xml?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/maven.xml (original)
+++ db/jdo/trunk/runtime20/maven.xml Mon Jan  1 04:41:27 2007
@@ -1,10 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-    Copyright 2006 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: db/jdo/trunk/runtime20/project.properties
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/project.properties?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/project.properties (original)
+++ db/jdo/trunk/runtime20/project.properties Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 #
-# Copyright 2006 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: db/jdo/trunk/runtime20/project.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/project.xml?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/project.xml (original)
+++ db/jdo/trunk/runtime20/project.xml Mon Jan  1 04:41:27 2007
@@ -1,11 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 
-    Copyright 2006 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: db/jdo/trunk/runtime20/src/conf/commons-logging.properties
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/conf/commons-logging.properties?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/conf/commons-logging.properties (original)
+++ db/jdo/trunk/runtime20/src/conf/commons-logging.properties Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 #
-# Copyright 2005 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: db/jdo/trunk/runtime20/src/conf/logging.properties
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/conf/logging.properties?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/conf/logging.properties (original)
+++ db/jdo/trunk/runtime20/src/conf/logging.properties Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 #
-# Copyright 2005 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: db/jdo/trunk/runtime20/src/conf/simplelog.properties
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/conf/simplelog.properties?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/conf/simplelog.properties (original)
+++ db/jdo/trunk/runtime20/src/conf/simplelog.properties Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 #
-# Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/ejb/EJBHelper.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/ejb/EJBHelper.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/ejb/EJBHelper.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/ejb/EJBHelper.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/ejb/EJBImplHelper.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/ejb/EJBImplHelper.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/ejb/EJBImplHelper.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/ejb/EJBImplHelper.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/ejb/package.html
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/ejb/package.html?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/ejb/package.html (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/ejb/package.html Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 <!--
- Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/Bundle.properties
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/Bundle.properties?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/Bundle.properties (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/Bundle.properties Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 #
-# Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/RegisterClassListener.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/RegisterClassListener.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/RegisterClassListener.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/RegisterClassListener.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/RuntimeJavaModel.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/RuntimeJavaModel.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/RuntimeJavaModel.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/RuntimeJavaModel.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/RuntimeJavaModelFactory.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/RuntimeJavaModelFactory.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/RuntimeJavaModelFactory.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/RuntimeJavaModelFactory.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/RuntimeJavaType.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/RuntimeJavaType.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/RuntimeJavaType.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/RuntimeJavaType.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/jdk5/ComponentTypeHelper.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/jdk5/ComponentTypeHelper.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/jdk5/ComponentTypeHelper.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/jdk5/ComponentTypeHelper.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/jdk5/JDK5RuntimeJavaField.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/jdk5/JDK5RuntimeJavaField.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/jdk5/JDK5RuntimeJavaField.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/jdk5/JDK5RuntimeJavaField.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/jdk5/JDK5RuntimeJavaMethod.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/jdk5/JDK5RuntimeJavaMethod.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/jdk5/JDK5RuntimeJavaMethod.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/jdk5/JDK5RuntimeJavaMethod.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/jdk5/JDK5RuntimeJavaModel.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/jdk5/JDK5RuntimeJavaModel.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/jdk5/JDK5RuntimeJavaModel.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/jdk5/JDK5RuntimeJavaModel.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/jdk5/JDK5RuntimeJavaModelFactory.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/jdk5/JDK5RuntimeJavaModelFactory.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/jdk5/JDK5RuntimeJavaModelFactory.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/jdk5/JDK5RuntimeJavaModelFactory.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/jdk5/JDK5RuntimeJavaProperty.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/jdk5/JDK5RuntimeJavaProperty.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/jdk5/JDK5RuntimeJavaProperty.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/jdk5/JDK5RuntimeJavaProperty.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/jdk5/JDK5RuntimeJavaType.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/jdk5/JDK5RuntimeJavaType.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/jdk5/JDK5RuntimeJavaType.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/jdk5/JDK5RuntimeJavaType.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/package.html
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/package.html?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/package.html (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/java/runtime/package.html Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 <!--
- Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/jdo/xml/XMLExists.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/jdo/xml/XMLExists.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/jdo/xml/XMLExists.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/model/jdo/xml/XMLExists.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/pm/Bundle.properties
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/pm/Bundle.properties?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/pm/Bundle.properties (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/pm/Bundle.properties Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 #
-# Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/pm/CacheManagerImpl.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/pm/CacheManagerImpl.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/pm/CacheManagerImpl.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/pm/CacheManagerImpl.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/pm/PersistenceManagerFactoryImpl.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/pm/PersistenceManagerFactoryImpl.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/pm/PersistenceManagerFactoryImpl.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/pm/PersistenceManagerFactoryImpl.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/pm/PersistenceManagerImpl.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/pm/PersistenceManagerImpl.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/pm/PersistenceManagerImpl.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/pm/PersistenceManagerImpl.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/pm/PersistenceManagerWrapper.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/pm/PersistenceManagerWrapper.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/pm/PersistenceManagerWrapper.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/pm/PersistenceManagerWrapper.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/pm/TransactionImpl.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/pm/TransactionImpl.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/pm/TransactionImpl.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/pm/TransactionImpl.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/pm/TransactionSynchronization.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/pm/TransactionSynchronization.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/pm/TransactionSynchronization.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/pm/TransactionSynchronization.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/pm/package.html
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/pm/package.html?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/pm/package.html (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/pm/package.html Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 <!--
- Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/ArrayList.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/ArrayList.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/ArrayList.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/ArrayList.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/Bundle.properties
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/Bundle.properties?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/Bundle.properties (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/Bundle.properties Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 #
-# Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/Date.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/Date.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/Date.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/Date.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/Freezer.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/Freezer.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/Freezer.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/Freezer.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/HashMap.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/HashMap.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/HashMap.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/HashMap.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/HashSet.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/HashSet.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/HashSet.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/HashSet.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/Hashtable.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/Hashtable.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/Hashtable.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/Hashtable.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/LinkedList.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/LinkedList.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/LinkedList.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/LinkedList.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/SCOHelper.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/SCOHelper.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/SCOHelper.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/SCOHelper.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/SqlDate.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/SqlDate.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/SqlDate.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/SqlDate.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/SqlTime.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/SqlTime.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/SqlTime.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/SqlTime.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/SqlTimestamp.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/SqlTimestamp.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/SqlTimestamp.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/SqlTimestamp.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/TreeMap.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/TreeMap.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/TreeMap.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/TreeMap.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/TreeSet.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/TreeSet.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/TreeSet.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/TreeSet.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/Vector.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/Vector.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/Vector.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/Vector.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/package.html
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/package.html?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/package.html (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/sco/package.html Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 <!--
- Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/AutoPersistentNew.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/AutoPersistentNew.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/AutoPersistentNew.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/AutoPersistentNew.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/AutoPersistentNewFlushed.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/AutoPersistentNewFlushed.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/AutoPersistentNewFlushed.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/AutoPersistentNewFlushed.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/AutoPersistentNewFlushedDirty.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/AutoPersistentNewFlushedDirty.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/AutoPersistentNewFlushedDirty.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/AutoPersistentNewFlushedDirty.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/AutoPersistentPending.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/AutoPersistentPending.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/AutoPersistentPending.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/AutoPersistentPending.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/Bundle.properties
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/Bundle.properties?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/Bundle.properties (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/Bundle.properties Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 #
-# Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/Hollow.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/Hollow.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/Hollow.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/Hollow.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/LifeCycleState.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/LifeCycleState.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/LifeCycleState.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/LifeCycleState.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentClean.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentClean.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentClean.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentClean.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentCleanTransactional.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentCleanTransactional.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentCleanTransactional.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentCleanTransactional.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentDeleted.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentDeleted.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentDeleted.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentDeleted.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentDeletedFlushed.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentDeletedFlushed.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentDeletedFlushed.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentDeletedFlushed.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentDirty.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentDirty.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentDirty.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentDirty.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentDirtyFlushed.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentDirtyFlushed.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentDirtyFlushed.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentDirtyFlushed.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentNew.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentNew.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentNew.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentNew.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentNewDeleted.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentNewDeleted.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentNewDeleted.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentNewDeleted.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentNewFlushed.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentNewFlushed.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentNewFlushed.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentNewFlushed.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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: db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentNewFlushedDeleted.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentNewFlushedDeleted.java?view=diff&rev=491560&r1=491559&r2=491560
==============================================================================
--- db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentNewFlushedDeleted.java (original)
+++ db/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/state/PersistentNewFlushedDeleted.java Mon Jan  1 04:41:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 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
  *