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:06:10 UTC

svn commit: r491552 [1/3] - in /db/jdo/trunk/api20: ./ src/java/javax/jdo/ src/java/javax/jdo/datastore/ src/java/javax/jdo/identity/ src/java/javax/jdo/listener/ src/java/javax/jdo/spi/ src/schema/javax/jdo/ test/java/javax/jdo/ test/java/javax/jdo/id...

Author: mbo
Date: Mon Jan  1 04:06:06 2007
New Revision: 491552

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

Modified:
    db/jdo/trunk/api20/maven.xml
    db/jdo/trunk/api20/project.properties
    db/jdo/trunk/api20/project.xml
    db/jdo/trunk/api20/src/java/javax/jdo/Bundle.properties
    db/jdo/trunk/api20/src/java/javax/jdo/Extent.java
    db/jdo/trunk/api20/src/java/javax/jdo/FetchPlan.java
    db/jdo/trunk/api20/src/java/javax/jdo/InstanceCallbacks.java
    db/jdo/trunk/api20/src/java/javax/jdo/JDOCanRetryException.java
    db/jdo/trunk/api20/src/java/javax/jdo/JDODataStoreException.java
    db/jdo/trunk/api20/src/java/javax/jdo/JDODetachedFieldAccessException.java
    db/jdo/trunk/api20/src/java/javax/jdo/JDOException.java
    db/jdo/trunk/api20/src/java/javax/jdo/JDOFatalDataStoreException.java
    db/jdo/trunk/api20/src/java/javax/jdo/JDOFatalException.java
    db/jdo/trunk/api20/src/java/javax/jdo/JDOFatalInternalException.java
    db/jdo/trunk/api20/src/java/javax/jdo/JDOFatalUserException.java
    db/jdo/trunk/api20/src/java/javax/jdo/JDOHelper.java
    db/jdo/trunk/api20/src/java/javax/jdo/JDONullIdentityException.java
    db/jdo/trunk/api20/src/java/javax/jdo/JDOObjectNotFoundException.java
    db/jdo/trunk/api20/src/java/javax/jdo/JDOOptimisticVerificationException.java
    db/jdo/trunk/api20/src/java/javax/jdo/JDOUnsupportedOptionException.java
    db/jdo/trunk/api20/src/java/javax/jdo/JDOUserCallbackException.java
    db/jdo/trunk/api20/src/java/javax/jdo/JDOUserException.java
    db/jdo/trunk/api20/src/java/javax/jdo/PersistenceManager.java
    db/jdo/trunk/api20/src/java/javax/jdo/PersistenceManagerFactory.java
    db/jdo/trunk/api20/src/java/javax/jdo/Query.java
    db/jdo/trunk/api20/src/java/javax/jdo/Transaction.java
    db/jdo/trunk/api20/src/java/javax/jdo/datastore/DataStoreCache.java
    db/jdo/trunk/api20/src/java/javax/jdo/datastore/JDOConnection.java
    db/jdo/trunk/api20/src/java/javax/jdo/datastore/Sequence.java
    db/jdo/trunk/api20/src/java/javax/jdo/datastore/package.html
    db/jdo/trunk/api20/src/java/javax/jdo/identity/ByteIdentity.java
    db/jdo/trunk/api20/src/java/javax/jdo/identity/CharIdentity.java
    db/jdo/trunk/api20/src/java/javax/jdo/identity/IntIdentity.java
    db/jdo/trunk/api20/src/java/javax/jdo/identity/LongIdentity.java
    db/jdo/trunk/api20/src/java/javax/jdo/identity/ObjectIdentity.java
    db/jdo/trunk/api20/src/java/javax/jdo/identity/ShortIdentity.java
    db/jdo/trunk/api20/src/java/javax/jdo/identity/SingleFieldIdentity.java
    db/jdo/trunk/api20/src/java/javax/jdo/identity/StringIdentity.java
    db/jdo/trunk/api20/src/java/javax/jdo/identity/package.html
    db/jdo/trunk/api20/src/java/javax/jdo/listener/AttachCallback.java
    db/jdo/trunk/api20/src/java/javax/jdo/listener/AttachLifecycleListener.java
    db/jdo/trunk/api20/src/java/javax/jdo/listener/ClearCallback.java
    db/jdo/trunk/api20/src/java/javax/jdo/listener/ClearLifecycleListener.java
    db/jdo/trunk/api20/src/java/javax/jdo/listener/CreateLifecycleListener.java
    db/jdo/trunk/api20/src/java/javax/jdo/listener/DeleteCallback.java
    db/jdo/trunk/api20/src/java/javax/jdo/listener/DeleteLifecycleListener.java
    db/jdo/trunk/api20/src/java/javax/jdo/listener/DetachCallback.java
    db/jdo/trunk/api20/src/java/javax/jdo/listener/DetachLifecycleListener.java
    db/jdo/trunk/api20/src/java/javax/jdo/listener/DirtyLifecycleListener.java
    db/jdo/trunk/api20/src/java/javax/jdo/listener/InstanceLifecycleEvent.java
    db/jdo/trunk/api20/src/java/javax/jdo/listener/InstanceLifecycleListener.java
    db/jdo/trunk/api20/src/java/javax/jdo/listener/LoadCallback.java
    db/jdo/trunk/api20/src/java/javax/jdo/listener/LoadLifecycleListener.java
    db/jdo/trunk/api20/src/java/javax/jdo/listener/StoreCallback.java
    db/jdo/trunk/api20/src/java/javax/jdo/listener/StoreLifecycleListener.java
    db/jdo/trunk/api20/src/java/javax/jdo/listener/package.html
    db/jdo/trunk/api20/src/java/javax/jdo/package.html
    db/jdo/trunk/api20/src/java/javax/jdo/spi/Detachable.java
    db/jdo/trunk/api20/src/java/javax/jdo/spi/I18NHelper.java
    db/jdo/trunk/api20/src/java/javax/jdo/spi/JDOImplHelper.java
    db/jdo/trunk/api20/src/java/javax/jdo/spi/JDOPermission.java
    db/jdo/trunk/api20/src/java/javax/jdo/spi/PersistenceCapable.java
    db/jdo/trunk/api20/src/java/javax/jdo/spi/RegisterClassEvent.java
    db/jdo/trunk/api20/src/java/javax/jdo/spi/RegisterClassListener.java
    db/jdo/trunk/api20/src/java/javax/jdo/spi/StateInterrogation.java
    db/jdo/trunk/api20/src/java/javax/jdo/spi/StateManager.java
    db/jdo/trunk/api20/src/java/javax/jdo/spi/package.html
    db/jdo/trunk/api20/src/schema/javax/jdo/jdo.dtd
    db/jdo/trunk/api20/src/schema/javax/jdo/jdo.xsd
    db/jdo/trunk/api20/src/schema/javax/jdo/jdoquery.dtd
    db/jdo/trunk/api20/src/schema/javax/jdo/jdoquery.xsd
    db/jdo/trunk/api20/src/schema/javax/jdo/orm.dtd
    db/jdo/trunk/api20/src/schema/javax/jdo/orm.xsd
    db/jdo/trunk/api20/test/java/javax/jdo/JDOHelperTest.java
    db/jdo/trunk/api20/test/java/javax/jdo/identity/ByteIdentityTest.java
    db/jdo/trunk/api20/test/java/javax/jdo/identity/CharIdentityTest.java
    db/jdo/trunk/api20/test/java/javax/jdo/identity/ConcreteTestIdentity.java
    db/jdo/trunk/api20/test/java/javax/jdo/identity/IntIdentityTest.java
    db/jdo/trunk/api20/test/java/javax/jdo/identity/LongIdentityTest.java
    db/jdo/trunk/api20/test/java/javax/jdo/identity/ObjectIdentityTest.java
    db/jdo/trunk/api20/test/java/javax/jdo/identity/ShortIdentityTest.java
    db/jdo/trunk/api20/test/java/javax/jdo/identity/SingleFieldIdentityTest.java
    db/jdo/trunk/api20/test/java/javax/jdo/identity/StringIdentityTest.java
    db/jdo/trunk/api20/test/java/javax/jdo/listener/InstanceLifecycleEventTest.java
    db/jdo/trunk/api20/test/java/javax/jdo/pc/PCPoint.java
    db/jdo/trunk/api20/test/java/javax/jdo/schema/XMLTest.java
    db/jdo/trunk/api20/test/java/javax/jdo/spi/JDOImplHelperTest.java
    db/jdo/trunk/api20/test/java/javax/jdo/spi/StateInterrogationTest.java
    db/jdo/trunk/api20/test/java/javax/jdo/util/AbstractTest.java
    db/jdo/trunk/api20/test/java/javax/jdo/util/BatchResultPrinter.java
    db/jdo/trunk/api20/test/java/javax/jdo/util/BatchTestRunner.java
    db/jdo/trunk/api20/test/java/javax/jdo/util/XMLTestUtil.java
    db/jdo/trunk/api20/test/schema/Negative0-dtd.jdo
    db/jdo/trunk/api20/test/schema/Negative0-dtd.jdoquery
    db/jdo/trunk/api20/test/schema/Negative0-dtd.orm
    db/jdo/trunk/api20/test/schema/Negative0-xsd.jdo
    db/jdo/trunk/api20/test/schema/Negative0-xsd.jdoquery
    db/jdo/trunk/api20/test/schema/Negative0-xsd.orm
    db/jdo/trunk/api20/test/schema/Positive0-dtd.jdo
    db/jdo/trunk/api20/test/schema/Positive0-dtd.jdoquery
    db/jdo/trunk/api20/test/schema/Positive0-dtd.orm
    db/jdo/trunk/api20/test/schema/Positive0-xsd.jdo
    db/jdo/trunk/api20/test/schema/Positive0-xsd.jdoquery
    db/jdo/trunk/api20/test/schema/Positive0-xsd.orm
    db/jdo/trunk/api20/test/schema/Positive1-dtd.jdo
    db/jdo/trunk/api20/test/schema/Positive1-dtd.orm
    db/jdo/trunk/api20/test/schema/Positive1-xsd.jdo
    db/jdo/trunk/api20/test/schema/Positive1-xsd.orm
    db/jdo/trunk/api20/test/schema/Positive15.1-dtd.orm
    db/jdo/trunk/api20/test/schema/Positive15.1-xsd.orm
    db/jdo/trunk/api20/test/schema/Positive15.2.1-dtd.orm
    db/jdo/trunk/api20/test/schema/Positive15.2.1-xsd.orm
    db/jdo/trunk/api20/test/schema/Positive15.2.2-dtd.orm
    db/jdo/trunk/api20/test/schema/Positive15.2.2-xsd.orm
    db/jdo/trunk/api20/test/schema/Positive15.3.1-dtd.orm
    db/jdo/trunk/api20/test/schema/Positive15.3.1-xsd.orm
    db/jdo/trunk/api20/test/schema/Positive15.3.2-dtd.orm
    db/jdo/trunk/api20/test/schema/Positive15.3.2-xsd.orm
    db/jdo/trunk/api20/test/schema/Positive15.3.3-dtd.orm
    db/jdo/trunk/api20/test/schema/Positive15.3.3-xsd.orm
    db/jdo/trunk/api20/test/schema/Positive15.3.4-dtd.orm
    db/jdo/trunk/api20/test/schema/Positive15.3.4-xsd.orm
    db/jdo/trunk/api20/test/schema/Positive15.3.5-dtd.orm
    db/jdo/trunk/api20/test/schema/Positive15.3.5-xsd.orm
    db/jdo/trunk/api20/test/schema/Positive15.3.6-dtd.orm
    db/jdo/trunk/api20/test/schema/Positive15.3.6-xsd.orm
    db/jdo/trunk/api20/test/schema/Positive15.4-dtd.orm
    db/jdo/trunk/api20/test/schema/Positive15.4-xsd.orm
    db/jdo/trunk/api20/test/schema/Positive15.5-dtd.orm
    db/jdo/trunk/api20/test/schema/Positive15.5-xsd.orm
    db/jdo/trunk/api20/test/schema/Positive15.6-dtd.orm
    db/jdo/trunk/api20/test/schema/Positive15.6-xsd.orm
    db/jdo/trunk/api20/test/schema/Positive15.8.1-dtd.orm
    db/jdo/trunk/api20/test/schema/Positive15.8.1-xsd.orm
    db/jdo/trunk/api20/test/schema/Positive15.8.2-dtd.orm
    db/jdo/trunk/api20/test/schema/Positive15.8.2-xsd.orm
    db/jdo/trunk/api20/test/schema/Positive15.8.3-dtd.orm
    db/jdo/trunk/api20/test/schema/Positive15.8.3-xsd.orm
    db/jdo/trunk/api20/test/schema/Positive99-dtd.jdo
    db/jdo/trunk/api20/test/schema/Positive99-dtd.jdoquery
    db/jdo/trunk/api20/test/schema/Positive99-dtd.orm
    db/jdo/trunk/api20/test/schema/Positive99-xsd.jdo
    db/jdo/trunk/api20/test/schema/Positive99-xsd.jdoquery
    db/jdo/trunk/api20/test/schema/Positive99-xsd.orm
    db/jdo/trunk/api20/xdocs/index.xml
    db/jdo/trunk/api20/xdocs/navigation.xml

Modified: db/jdo/trunk/api20/maven.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/maven.xml?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/maven.xml (original)
+++ db/jdo/trunk/api20/maven.xml Mon Jan  1 04:06:06 2007
@@ -1,10 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-    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/api20/project.properties
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/project.properties?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/project.properties (original)
+++ db/jdo/trunk/api20/project.properties Mon Jan  1 04:06:06 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/api20/project.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/project.xml?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/project.xml (original)
+++ db/jdo/trunk/api20/project.xml Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/Bundle.properties
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/Bundle.properties?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/Bundle.properties (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/Bundle.properties Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/Extent.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/Extent.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/Extent.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/Extent.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/FetchPlan.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/FetchPlan.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/FetchPlan.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/FetchPlan.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/InstanceCallbacks.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/InstanceCallbacks.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/InstanceCallbacks.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/InstanceCallbacks.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/JDOCanRetryException.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/JDOCanRetryException.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/JDOCanRetryException.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/JDOCanRetryException.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/JDODataStoreException.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/JDODataStoreException.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/JDODataStoreException.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/JDODataStoreException.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/JDODetachedFieldAccessException.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/JDODetachedFieldAccessException.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/JDODetachedFieldAccessException.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/JDODetachedFieldAccessException.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/JDOException.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/JDOException.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/JDOException.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/JDOException.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/JDOFatalDataStoreException.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/JDOFatalDataStoreException.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/JDOFatalDataStoreException.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/JDOFatalDataStoreException.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/JDOFatalException.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/JDOFatalException.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/JDOFatalException.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/JDOFatalException.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/JDOFatalInternalException.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/JDOFatalInternalException.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/JDOFatalInternalException.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/JDOFatalInternalException.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/JDOFatalUserException.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/JDOFatalUserException.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/JDOFatalUserException.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/JDOFatalUserException.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/JDOHelper.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/JDOHelper.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/JDOHelper.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/JDOHelper.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/JDONullIdentityException.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/JDONullIdentityException.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/JDONullIdentityException.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/JDONullIdentityException.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/JDOObjectNotFoundException.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/JDOObjectNotFoundException.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/JDOObjectNotFoundException.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/JDOObjectNotFoundException.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/JDOOptimisticVerificationException.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/JDOOptimisticVerificationException.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/JDOOptimisticVerificationException.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/JDOOptimisticVerificationException.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/JDOUnsupportedOptionException.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/JDOUnsupportedOptionException.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/JDOUnsupportedOptionException.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/JDOUnsupportedOptionException.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/JDOUserCallbackException.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/JDOUserCallbackException.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/JDOUserCallbackException.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/JDOUserCallbackException.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/JDOUserException.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/JDOUserException.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/JDOUserException.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/JDOUserException.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/PersistenceManager.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/PersistenceManager.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/PersistenceManager.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/PersistenceManager.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/PersistenceManagerFactory.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/PersistenceManagerFactory.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/PersistenceManagerFactory.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/PersistenceManagerFactory.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/Query.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/Query.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/Query.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/Query.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/Transaction.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/Transaction.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/Transaction.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/Transaction.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/datastore/DataStoreCache.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/datastore/DataStoreCache.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/datastore/DataStoreCache.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/datastore/DataStoreCache.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/datastore/JDOConnection.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/datastore/JDOConnection.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/datastore/JDOConnection.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/datastore/JDOConnection.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/datastore/Sequence.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/datastore/Sequence.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/datastore/Sequence.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/datastore/Sequence.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/datastore/package.html
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/datastore/package.html?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/datastore/package.html (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/datastore/package.html Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/identity/ByteIdentity.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/identity/ByteIdentity.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/identity/ByteIdentity.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/identity/ByteIdentity.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/identity/CharIdentity.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/identity/CharIdentity.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/identity/CharIdentity.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/identity/CharIdentity.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/identity/IntIdentity.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/identity/IntIdentity.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/identity/IntIdentity.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/identity/IntIdentity.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/identity/LongIdentity.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/identity/LongIdentity.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/identity/LongIdentity.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/identity/LongIdentity.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/identity/ObjectIdentity.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/identity/ObjectIdentity.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/identity/ObjectIdentity.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/identity/ObjectIdentity.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/identity/ShortIdentity.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/identity/ShortIdentity.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/identity/ShortIdentity.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/identity/ShortIdentity.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/identity/SingleFieldIdentity.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/identity/SingleFieldIdentity.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/identity/SingleFieldIdentity.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/identity/SingleFieldIdentity.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/identity/StringIdentity.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/identity/StringIdentity.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/identity/StringIdentity.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/identity/StringIdentity.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/identity/package.html
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/identity/package.html?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/identity/package.html (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/identity/package.html Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/listener/AttachCallback.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/listener/AttachCallback.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/listener/AttachCallback.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/listener/AttachCallback.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/listener/AttachLifecycleListener.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/listener/AttachLifecycleListener.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/listener/AttachLifecycleListener.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/listener/AttachLifecycleListener.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/listener/ClearCallback.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/listener/ClearCallback.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/listener/ClearCallback.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/listener/ClearCallback.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/listener/ClearLifecycleListener.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/listener/ClearLifecycleListener.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/listener/ClearLifecycleListener.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/listener/ClearLifecycleListener.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/listener/CreateLifecycleListener.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/listener/CreateLifecycleListener.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/listener/CreateLifecycleListener.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/listener/CreateLifecycleListener.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/listener/DeleteCallback.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/listener/DeleteCallback.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/listener/DeleteCallback.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/listener/DeleteCallback.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/listener/DeleteLifecycleListener.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/listener/DeleteLifecycleListener.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/listener/DeleteLifecycleListener.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/listener/DeleteLifecycleListener.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/listener/DetachCallback.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/listener/DetachCallback.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/listener/DetachCallback.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/listener/DetachCallback.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/listener/DetachLifecycleListener.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/listener/DetachLifecycleListener.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/listener/DetachLifecycleListener.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/listener/DetachLifecycleListener.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/listener/DirtyLifecycleListener.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/listener/DirtyLifecycleListener.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/listener/DirtyLifecycleListener.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/listener/DirtyLifecycleListener.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/listener/InstanceLifecycleEvent.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/listener/InstanceLifecycleEvent.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/listener/InstanceLifecycleEvent.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/listener/InstanceLifecycleEvent.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/listener/InstanceLifecycleListener.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/listener/InstanceLifecycleListener.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/listener/InstanceLifecycleListener.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/listener/InstanceLifecycleListener.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/listener/LoadCallback.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/listener/LoadCallback.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/listener/LoadCallback.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/listener/LoadCallback.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/listener/LoadLifecycleListener.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/listener/LoadLifecycleListener.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/listener/LoadLifecycleListener.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/listener/LoadLifecycleListener.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/listener/StoreCallback.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/listener/StoreCallback.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/listener/StoreCallback.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/listener/StoreCallback.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/listener/StoreLifecycleListener.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/listener/StoreLifecycleListener.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/listener/StoreLifecycleListener.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/listener/StoreLifecycleListener.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/listener/package.html
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/listener/package.html?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/listener/package.html (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/listener/package.html Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/package.html
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/package.html?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/package.html (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/package.html Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/spi/Detachable.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/spi/Detachable.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/spi/Detachable.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/spi/Detachable.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/spi/I18NHelper.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/spi/I18NHelper.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/spi/I18NHelper.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/spi/I18NHelper.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/spi/JDOImplHelper.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/spi/JDOImplHelper.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/spi/JDOImplHelper.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/spi/JDOImplHelper.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/spi/JDOPermission.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/spi/JDOPermission.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/spi/JDOPermission.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/spi/JDOPermission.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/spi/PersistenceCapable.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/spi/PersistenceCapable.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/spi/PersistenceCapable.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/spi/PersistenceCapable.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/spi/RegisterClassEvent.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/spi/RegisterClassEvent.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/spi/RegisterClassEvent.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/spi/RegisterClassEvent.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/spi/RegisterClassListener.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/spi/RegisterClassListener.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/spi/RegisterClassListener.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/spi/RegisterClassListener.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/spi/StateInterrogation.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/spi/StateInterrogation.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/spi/StateInterrogation.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/spi/StateInterrogation.java Mon Jan  1 04:06:06 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/api20/src/java/javax/jdo/spi/StateManager.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api20/src/java/javax/jdo/spi/StateManager.java?view=diff&rev=491552&r1=491551&r2=491552
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/spi/StateManager.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/spi/StateManager.java Mon Jan  1 04:06:06 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
  *