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:03:19 UTC

svn commit: r491551 - in /db/jdo/trunk/api11: ./ src/dtd/javax/jdo/ src/java/javax/jdo/ src/java/javax/jdo/spi/ test/java/javax/jdo/ test/java/javax/jdo/pc/ test/java/javax/jdo/spi/ test/java/javax/jdo/util/ xdocs/

Author: mbo
Date: Mon Jan  1 04:03:15 2007
New Revision: 491551

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

Modified:
    db/jdo/trunk/api11/maven.xml
    db/jdo/trunk/api11/project.properties
    db/jdo/trunk/api11/project.xml
    db/jdo/trunk/api11/src/dtd/javax/jdo/jdo.dtd
    db/jdo/trunk/api11/src/java/javax/jdo/Bundle.properties
    db/jdo/trunk/api11/src/java/javax/jdo/Extent.java
    db/jdo/trunk/api11/src/java/javax/jdo/InstanceCallbacks.java
    db/jdo/trunk/api11/src/java/javax/jdo/JDOCanRetryException.java
    db/jdo/trunk/api11/src/java/javax/jdo/JDODataStoreException.java
    db/jdo/trunk/api11/src/java/javax/jdo/JDOException.java
    db/jdo/trunk/api11/src/java/javax/jdo/JDOFatalDataStoreException.java
    db/jdo/trunk/api11/src/java/javax/jdo/JDOFatalException.java
    db/jdo/trunk/api11/src/java/javax/jdo/JDOFatalInternalException.java
    db/jdo/trunk/api11/src/java/javax/jdo/JDOFatalUserException.java
    db/jdo/trunk/api11/src/java/javax/jdo/JDOHelper.java
    db/jdo/trunk/api11/src/java/javax/jdo/JDOObjectNotFoundException.java
    db/jdo/trunk/api11/src/java/javax/jdo/JDOOptimisticVerificationException.java
    db/jdo/trunk/api11/src/java/javax/jdo/JDOUnsupportedOptionException.java
    db/jdo/trunk/api11/src/java/javax/jdo/JDOUserException.java
    db/jdo/trunk/api11/src/java/javax/jdo/PersistenceManager.java
    db/jdo/trunk/api11/src/java/javax/jdo/PersistenceManagerFactory.java
    db/jdo/trunk/api11/src/java/javax/jdo/Query.java
    db/jdo/trunk/api11/src/java/javax/jdo/Transaction.java
    db/jdo/trunk/api11/src/java/javax/jdo/package.html
    db/jdo/trunk/api11/src/java/javax/jdo/spi/I18NHelper.java
    db/jdo/trunk/api11/src/java/javax/jdo/spi/JDOImplHelper.java
    db/jdo/trunk/api11/src/java/javax/jdo/spi/JDOPermission.java
    db/jdo/trunk/api11/src/java/javax/jdo/spi/PersistenceCapable.java
    db/jdo/trunk/api11/src/java/javax/jdo/spi/RegisterClassEvent.java
    db/jdo/trunk/api11/src/java/javax/jdo/spi/RegisterClassListener.java
    db/jdo/trunk/api11/src/java/javax/jdo/spi/StateManager.java
    db/jdo/trunk/api11/src/java/javax/jdo/spi/package.html
    db/jdo/trunk/api11/test/java/javax/jdo/JDOHelperTest.java
    db/jdo/trunk/api11/test/java/javax/jdo/pc/PCPoint.java
    db/jdo/trunk/api11/test/java/javax/jdo/spi/JDOImplHelperTest.java
    db/jdo/trunk/api11/test/java/javax/jdo/util/AbstractTest.java
    db/jdo/trunk/api11/test/java/javax/jdo/util/BatchResultPrinter.java
    db/jdo/trunk/api11/test/java/javax/jdo/util/BatchTestRunner.java
    db/jdo/trunk/api11/xdocs/index.xml
    db/jdo/trunk/api11/xdocs/navigation.xml

Modified: db/jdo/trunk/api11/maven.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api11/maven.xml?view=diff&rev=491551&r1=491550&r2=491551
==============================================================================
--- db/jdo/trunk/api11/maven.xml (original)
+++ db/jdo/trunk/api11/maven.xml Mon Jan  1 04:03:15 2007
@@ -1,11 +1,12 @@
 <?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/api11/project.properties
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api11/project.properties?view=diff&rev=491551&r1=491550&r2=491551
==============================================================================
--- db/jdo/trunk/api11/project.properties (original)
+++ db/jdo/trunk/api11/project.properties Mon Jan  1 04:03:15 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/api11/project.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api11/project.xml?view=diff&rev=491551&r1=491550&r2=491551
==============================================================================
--- db/jdo/trunk/api11/project.xml (original)
+++ db/jdo/trunk/api11/project.xml Mon Jan  1 04:03:15 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/api11/src/dtd/javax/jdo/jdo.dtd
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api11/src/dtd/javax/jdo/jdo.dtd?view=diff&rev=491551&r1=491550&r2=491551
==============================================================================
--- db/jdo/trunk/api11/src/dtd/javax/jdo/jdo.dtd (original)
+++ db/jdo/trunk/api11/src/dtd/javax/jdo/jdo.dtd Mon Jan  1 04:03:15 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/api11/src/java/javax/jdo/Bundle.properties
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api11/src/java/javax/jdo/Bundle.properties?view=diff&rev=491551&r1=491550&r2=491551
==============================================================================
--- db/jdo/trunk/api11/src/java/javax/jdo/Bundle.properties (original)
+++ db/jdo/trunk/api11/src/java/javax/jdo/Bundle.properties Mon Jan  1 04:03:15 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/api11/src/java/javax/jdo/Extent.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api11/src/java/javax/jdo/Extent.java?view=diff&rev=491551&r1=491550&r2=491551
==============================================================================
--- db/jdo/trunk/api11/src/java/javax/jdo/Extent.java (original)
+++ db/jdo/trunk/api11/src/java/javax/jdo/Extent.java Mon Jan  1 04:03:15 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/api11/src/java/javax/jdo/InstanceCallbacks.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api11/src/java/javax/jdo/InstanceCallbacks.java?view=diff&rev=491551&r1=491550&r2=491551
==============================================================================
--- db/jdo/trunk/api11/src/java/javax/jdo/InstanceCallbacks.java (original)
+++ db/jdo/trunk/api11/src/java/javax/jdo/InstanceCallbacks.java Mon Jan  1 04:03:15 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/api11/src/java/javax/jdo/JDOCanRetryException.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api11/src/java/javax/jdo/JDOCanRetryException.java?view=diff&rev=491551&r1=491550&r2=491551
==============================================================================
--- db/jdo/trunk/api11/src/java/javax/jdo/JDOCanRetryException.java (original)
+++ db/jdo/trunk/api11/src/java/javax/jdo/JDOCanRetryException.java Mon Jan  1 04:03:15 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/api11/src/java/javax/jdo/JDODataStoreException.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api11/src/java/javax/jdo/JDODataStoreException.java?view=diff&rev=491551&r1=491550&r2=491551
==============================================================================
--- db/jdo/trunk/api11/src/java/javax/jdo/JDODataStoreException.java (original)
+++ db/jdo/trunk/api11/src/java/javax/jdo/JDODataStoreException.java Mon Jan  1 04:03:15 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/api11/src/java/javax/jdo/JDOException.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api11/src/java/javax/jdo/JDOException.java?view=diff&rev=491551&r1=491550&r2=491551
==============================================================================
--- db/jdo/trunk/api11/src/java/javax/jdo/JDOException.java (original)
+++ db/jdo/trunk/api11/src/java/javax/jdo/JDOException.java Mon Jan  1 04:03:15 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/api11/src/java/javax/jdo/JDOFatalDataStoreException.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api11/src/java/javax/jdo/JDOFatalDataStoreException.java?view=diff&rev=491551&r1=491550&r2=491551
==============================================================================
--- db/jdo/trunk/api11/src/java/javax/jdo/JDOFatalDataStoreException.java (original)
+++ db/jdo/trunk/api11/src/java/javax/jdo/JDOFatalDataStoreException.java Mon Jan  1 04:03:15 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/api11/src/java/javax/jdo/JDOFatalException.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api11/src/java/javax/jdo/JDOFatalException.java?view=diff&rev=491551&r1=491550&r2=491551
==============================================================================
--- db/jdo/trunk/api11/src/java/javax/jdo/JDOFatalException.java (original)
+++ db/jdo/trunk/api11/src/java/javax/jdo/JDOFatalException.java Mon Jan  1 04:03:15 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/api11/src/java/javax/jdo/JDOFatalInternalException.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api11/src/java/javax/jdo/JDOFatalInternalException.java?view=diff&rev=491551&r1=491550&r2=491551
==============================================================================
--- db/jdo/trunk/api11/src/java/javax/jdo/JDOFatalInternalException.java (original)
+++ db/jdo/trunk/api11/src/java/javax/jdo/JDOFatalInternalException.java Mon Jan  1 04:03:15 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/api11/src/java/javax/jdo/JDOFatalUserException.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api11/src/java/javax/jdo/JDOFatalUserException.java?view=diff&rev=491551&r1=491550&r2=491551
==============================================================================
--- db/jdo/trunk/api11/src/java/javax/jdo/JDOFatalUserException.java (original)
+++ db/jdo/trunk/api11/src/java/javax/jdo/JDOFatalUserException.java Mon Jan  1 04:03:15 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/api11/src/java/javax/jdo/JDOHelper.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api11/src/java/javax/jdo/JDOHelper.java?view=diff&rev=491551&r1=491550&r2=491551
==============================================================================
--- db/jdo/trunk/api11/src/java/javax/jdo/JDOHelper.java (original)
+++ db/jdo/trunk/api11/src/java/javax/jdo/JDOHelper.java Mon Jan  1 04:03:15 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/api11/src/java/javax/jdo/JDOObjectNotFoundException.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api11/src/java/javax/jdo/JDOObjectNotFoundException.java?view=diff&rev=491551&r1=491550&r2=491551
==============================================================================
--- db/jdo/trunk/api11/src/java/javax/jdo/JDOObjectNotFoundException.java (original)
+++ db/jdo/trunk/api11/src/java/javax/jdo/JDOObjectNotFoundException.java Mon Jan  1 04:03:15 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/api11/src/java/javax/jdo/JDOOptimisticVerificationException.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api11/src/java/javax/jdo/JDOOptimisticVerificationException.java?view=diff&rev=491551&r1=491550&r2=491551
==============================================================================
--- db/jdo/trunk/api11/src/java/javax/jdo/JDOOptimisticVerificationException.java (original)
+++ db/jdo/trunk/api11/src/java/javax/jdo/JDOOptimisticVerificationException.java Mon Jan  1 04:03:15 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/api11/src/java/javax/jdo/JDOUnsupportedOptionException.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api11/src/java/javax/jdo/JDOUnsupportedOptionException.java?view=diff&rev=491551&r1=491550&r2=491551
==============================================================================
--- db/jdo/trunk/api11/src/java/javax/jdo/JDOUnsupportedOptionException.java (original)
+++ db/jdo/trunk/api11/src/java/javax/jdo/JDOUnsupportedOptionException.java Mon Jan  1 04:03:15 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/api11/src/java/javax/jdo/JDOUserException.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api11/src/java/javax/jdo/JDOUserException.java?view=diff&rev=491551&r1=491550&r2=491551
==============================================================================
--- db/jdo/trunk/api11/src/java/javax/jdo/JDOUserException.java (original)
+++ db/jdo/trunk/api11/src/java/javax/jdo/JDOUserException.java Mon Jan  1 04:03:15 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/api11/src/java/javax/jdo/PersistenceManager.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api11/src/java/javax/jdo/PersistenceManager.java?view=diff&rev=491551&r1=491550&r2=491551
==============================================================================
--- db/jdo/trunk/api11/src/java/javax/jdo/PersistenceManager.java (original)
+++ db/jdo/trunk/api11/src/java/javax/jdo/PersistenceManager.java Mon Jan  1 04:03:15 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/api11/src/java/javax/jdo/PersistenceManagerFactory.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api11/src/java/javax/jdo/PersistenceManagerFactory.java?view=diff&rev=491551&r1=491550&r2=491551
==============================================================================
--- db/jdo/trunk/api11/src/java/javax/jdo/PersistenceManagerFactory.java (original)
+++ db/jdo/trunk/api11/src/java/javax/jdo/PersistenceManagerFactory.java Mon Jan  1 04:03:15 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/api11/src/java/javax/jdo/Query.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api11/src/java/javax/jdo/Query.java?view=diff&rev=491551&r1=491550&r2=491551
==============================================================================
--- db/jdo/trunk/api11/src/java/javax/jdo/Query.java (original)
+++ db/jdo/trunk/api11/src/java/javax/jdo/Query.java Mon Jan  1 04:03:15 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/api11/src/java/javax/jdo/Transaction.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api11/src/java/javax/jdo/Transaction.java?view=diff&rev=491551&r1=491550&r2=491551
==============================================================================
--- db/jdo/trunk/api11/src/java/javax/jdo/Transaction.java (original)
+++ db/jdo/trunk/api11/src/java/javax/jdo/Transaction.java Mon Jan  1 04:03:15 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/api11/src/java/javax/jdo/package.html
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api11/src/java/javax/jdo/package.html?view=diff&rev=491551&r1=491550&r2=491551
==============================================================================
--- db/jdo/trunk/api11/src/java/javax/jdo/package.html (original)
+++ db/jdo/trunk/api11/src/java/javax/jdo/package.html Mon Jan  1 04:03:15 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/api11/src/java/javax/jdo/spi/I18NHelper.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api11/src/java/javax/jdo/spi/I18NHelper.java?view=diff&rev=491551&r1=491550&r2=491551
==============================================================================
--- db/jdo/trunk/api11/src/java/javax/jdo/spi/I18NHelper.java (original)
+++ db/jdo/trunk/api11/src/java/javax/jdo/spi/I18NHelper.java Mon Jan  1 04:03:15 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/api11/src/java/javax/jdo/spi/JDOImplHelper.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api11/src/java/javax/jdo/spi/JDOImplHelper.java?view=diff&rev=491551&r1=491550&r2=491551
==============================================================================
--- db/jdo/trunk/api11/src/java/javax/jdo/spi/JDOImplHelper.java (original)
+++ db/jdo/trunk/api11/src/java/javax/jdo/spi/JDOImplHelper.java Mon Jan  1 04:03:15 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/api11/src/java/javax/jdo/spi/JDOPermission.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api11/src/java/javax/jdo/spi/JDOPermission.java?view=diff&rev=491551&r1=491550&r2=491551
==============================================================================
--- db/jdo/trunk/api11/src/java/javax/jdo/spi/JDOPermission.java (original)
+++ db/jdo/trunk/api11/src/java/javax/jdo/spi/JDOPermission.java Mon Jan  1 04:03:15 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/api11/src/java/javax/jdo/spi/PersistenceCapable.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api11/src/java/javax/jdo/spi/PersistenceCapable.java?view=diff&rev=491551&r1=491550&r2=491551
==============================================================================
--- db/jdo/trunk/api11/src/java/javax/jdo/spi/PersistenceCapable.java (original)
+++ db/jdo/trunk/api11/src/java/javax/jdo/spi/PersistenceCapable.java Mon Jan  1 04:03:15 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/api11/src/java/javax/jdo/spi/RegisterClassEvent.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api11/src/java/javax/jdo/spi/RegisterClassEvent.java?view=diff&rev=491551&r1=491550&r2=491551
==============================================================================
--- db/jdo/trunk/api11/src/java/javax/jdo/spi/RegisterClassEvent.java (original)
+++ db/jdo/trunk/api11/src/java/javax/jdo/spi/RegisterClassEvent.java Mon Jan  1 04:03:15 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/api11/src/java/javax/jdo/spi/RegisterClassListener.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api11/src/java/javax/jdo/spi/RegisterClassListener.java?view=diff&rev=491551&r1=491550&r2=491551
==============================================================================
--- db/jdo/trunk/api11/src/java/javax/jdo/spi/RegisterClassListener.java (original)
+++ db/jdo/trunk/api11/src/java/javax/jdo/spi/RegisterClassListener.java Mon Jan  1 04:03:15 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/api11/src/java/javax/jdo/spi/StateManager.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api11/src/java/javax/jdo/spi/StateManager.java?view=diff&rev=491551&r1=491550&r2=491551
==============================================================================
--- db/jdo/trunk/api11/src/java/javax/jdo/spi/StateManager.java (original)
+++ db/jdo/trunk/api11/src/java/javax/jdo/spi/StateManager.java Mon Jan  1 04:03:15 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/api11/src/java/javax/jdo/spi/package.html
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api11/src/java/javax/jdo/spi/package.html?view=diff&rev=491551&r1=491550&r2=491551
==============================================================================
--- db/jdo/trunk/api11/src/java/javax/jdo/spi/package.html (original)
+++ db/jdo/trunk/api11/src/java/javax/jdo/spi/package.html Mon Jan  1 04:03:15 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/api11/test/java/javax/jdo/JDOHelperTest.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api11/test/java/javax/jdo/JDOHelperTest.java?view=diff&rev=491551&r1=491550&r2=491551
==============================================================================
--- db/jdo/trunk/api11/test/java/javax/jdo/JDOHelperTest.java (original)
+++ db/jdo/trunk/api11/test/java/javax/jdo/JDOHelperTest.java Mon Jan  1 04:03:15 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/api11/test/java/javax/jdo/pc/PCPoint.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api11/test/java/javax/jdo/pc/PCPoint.java?view=diff&rev=491551&r1=491550&r2=491551
==============================================================================
--- db/jdo/trunk/api11/test/java/javax/jdo/pc/PCPoint.java (original)
+++ db/jdo/trunk/api11/test/java/javax/jdo/pc/PCPoint.java Mon Jan  1 04:03:15 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/api11/test/java/javax/jdo/spi/JDOImplHelperTest.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api11/test/java/javax/jdo/spi/JDOImplHelperTest.java?view=diff&rev=491551&r1=491550&r2=491551
==============================================================================
--- db/jdo/trunk/api11/test/java/javax/jdo/spi/JDOImplHelperTest.java (original)
+++ db/jdo/trunk/api11/test/java/javax/jdo/spi/JDOImplHelperTest.java Mon Jan  1 04:03:15 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/api11/test/java/javax/jdo/util/AbstractTest.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api11/test/java/javax/jdo/util/AbstractTest.java?view=diff&rev=491551&r1=491550&r2=491551
==============================================================================
--- db/jdo/trunk/api11/test/java/javax/jdo/util/AbstractTest.java (original)
+++ db/jdo/trunk/api11/test/java/javax/jdo/util/AbstractTest.java Mon Jan  1 04:03:15 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/api11/test/java/javax/jdo/util/BatchResultPrinter.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api11/test/java/javax/jdo/util/BatchResultPrinter.java?view=diff&rev=491551&r1=491550&r2=491551
==============================================================================
--- db/jdo/trunk/api11/test/java/javax/jdo/util/BatchResultPrinter.java (original)
+++ db/jdo/trunk/api11/test/java/javax/jdo/util/BatchResultPrinter.java Mon Jan  1 04:03:15 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/api11/test/java/javax/jdo/util/BatchTestRunner.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api11/test/java/javax/jdo/util/BatchTestRunner.java?view=diff&rev=491551&r1=491550&r2=491551
==============================================================================
--- db/jdo/trunk/api11/test/java/javax/jdo/util/BatchTestRunner.java (original)
+++ db/jdo/trunk/api11/test/java/javax/jdo/util/BatchTestRunner.java Mon Jan  1 04:03:15 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/api11/xdocs/index.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api11/xdocs/index.xml?view=diff&rev=491551&r1=491550&r2=491551
==============================================================================
--- db/jdo/trunk/api11/xdocs/index.xml (original)
+++ db/jdo/trunk/api11/xdocs/index.xml Mon Jan  1 04:03:15 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/api11/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api11/xdocs/navigation.xml?view=diff&rev=491551&r1=491550&r2=491551
==============================================================================
--- db/jdo/trunk/api11/xdocs/navigation.xml (original)
+++ db/jdo/trunk/api11/xdocs/navigation.xml Mon Jan  1 04:03:15 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