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

svn commit: r491557 [1/2] - in /db/jdo/trunk/model20: ./ src/conf/ src/java/org/apache/jdo/impl/model/java/ src/java/org/apache/jdo/impl/model/java/reflection/ src/java/org/apache/jdo/impl/model/jdo/ src/java/org/apache/jdo/impl/model/jdo/caching/ src/...

Author: mbo
Date: Mon Jan  1 04:22:48 2007
New Revision: 491557

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

Modified:
    db/jdo/trunk/model20/maven.xml
    db/jdo/trunk/model20/project.properties
    db/jdo/trunk/model20/project.xml
    db/jdo/trunk/model20/src/conf/commons-logging.properties
    db/jdo/trunk/model20/src/conf/logging.properties
    db/jdo/trunk/model20/src/conf/simplelog.properties
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/AbstractJavaMember.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/AbstractJavaModel.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/AbstractJavaModelFactory.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/AbstractJavaType.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/BaseReflectionJavaField.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/BaseReflectionJavaType.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/Bundle.properties
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/ErrorType.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/FloatingPointType.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/IntegralType.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/JDOSupportedCollectionType.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/JDOSupportedMapType.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/JavaPropertyImpl.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/MutableValueClassType.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/NullType.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/PredefinedType.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/PrimitiveType.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/ValueClassType.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/WrapperClassType.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/package.html
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/reflection/ReflectionJavaField.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/reflection/ReflectionJavaMethod.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/reflection/ReflectionJavaModel.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/reflection/ReflectionJavaModelFactory.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/reflection/ReflectionJavaType.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/reflection/ReflectionJavaTypeIntrospector.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/Bundle.properties
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOArrayImplDynamic.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOAssociatedPropertyImplDynamic.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOClassImplDynamic.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOCollectionImplDynamic.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOElementImpl.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOExtensionImpl.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOFieldImplDynamic.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOMapImplDynamic.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOMemberImpl.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOModelFactoryImplDynamic.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOModelImplDynamic.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOPackageImpl.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOPropertyImplDynamic.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOReferenceImplDynamic.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDORelationshipImpl.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/UnresolvedRelationshipHelper.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOArrayImplCaching.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOAssociatedPropertyImplCaching.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOClassImplCaching.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOCollectionImplCaching.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOFieldImplCaching.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOMapImplCaching.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOModelFactoryImplCaching.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOModelImplCaching.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOPropertyImplCaching.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOReferenceImplCaching.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/package.html
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/util/PrintSupport.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/util/TypeSupport.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/xml/JDOHandler.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/xml/JDOHandlerImpl.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/xml/JDOParser.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/model/Bundle.properties
    db/jdo/trunk/model20/src/java/org/apache/jdo/model/ModelException.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/model/ModelFatalException.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/model/ModelValidationException.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/model/ModelVetoException.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/model/java/JavaElement.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/model/java/JavaField.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/model/java/JavaMember.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/model/java/JavaMethod.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/model/java/JavaModel.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/model/java/JavaModelFactory.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/model/java/JavaProperty.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/model/java/JavaType.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/model/java/package.html
    db/jdo/trunk/model20/src/java/org/apache/jdo/model/jdo/JDOArray.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/model/jdo/JDOClass.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/model/jdo/JDOCollection.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/model/jdo/JDOElement.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/model/jdo/JDOExtension.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/model/jdo/JDOField.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/model/jdo/JDOIdentityType.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/model/jdo/JDOMap.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/model/jdo/JDOMember.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/model/jdo/JDOModel.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/model/jdo/JDOModelFactory.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/model/jdo/JDOPackage.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/model/jdo/JDOProperty.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/model/jdo/JDOReference.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/model/jdo/JDORelationship.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/model/jdo/NullValueTreatment.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/model/jdo/PersistenceModifier.java
    db/jdo/trunk/model20/src/java/org/apache/jdo/model/jdo/package.html
    db/jdo/trunk/model20/src/java/org/apache/jdo/model/package.html

Modified: db/jdo/trunk/model20/maven.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/maven.xml?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/maven.xml (original)
+++ db/jdo/trunk/model20/maven.xml Mon Jan  1 04:22:48 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/model20/project.properties
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/project.properties?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/project.properties (original)
+++ db/jdo/trunk/model20/project.properties Mon Jan  1 04:22:48 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/model20/project.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/project.xml?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/project.xml (original)
+++ db/jdo/trunk/model20/project.xml Mon Jan  1 04:22:48 2007
@@ -1,11 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 
-    Copyright 2006 The Apache Software Foundation
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
   
        http://www.apache.org/licenses/LICENSE-2.0
   

Modified: db/jdo/trunk/model20/src/conf/commons-logging.properties
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/conf/commons-logging.properties?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/conf/commons-logging.properties (original)
+++ db/jdo/trunk/model20/src/conf/commons-logging.properties Mon Jan  1 04:22:48 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/model20/src/conf/logging.properties
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/conf/logging.properties?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/conf/logging.properties (original)
+++ db/jdo/trunk/model20/src/conf/logging.properties Mon Jan  1 04:22:48 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/model20/src/conf/simplelog.properties
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/conf/simplelog.properties?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/conf/simplelog.properties (original)
+++ db/jdo/trunk/model20/src/conf/simplelog.properties Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/java/AbstractJavaMember.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/AbstractJavaMember.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/AbstractJavaMember.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/AbstractJavaMember.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/java/AbstractJavaModel.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/AbstractJavaModel.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/AbstractJavaModel.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/AbstractJavaModel.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/java/AbstractJavaModelFactory.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/AbstractJavaModelFactory.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/AbstractJavaModelFactory.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/AbstractJavaModelFactory.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/java/AbstractJavaType.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/AbstractJavaType.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/AbstractJavaType.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/AbstractJavaType.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/java/BaseReflectionJavaField.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/BaseReflectionJavaField.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/BaseReflectionJavaField.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/BaseReflectionJavaField.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/java/BaseReflectionJavaType.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/BaseReflectionJavaType.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/BaseReflectionJavaType.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/BaseReflectionJavaType.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/java/Bundle.properties
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/Bundle.properties?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/Bundle.properties (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/Bundle.properties Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/java/ErrorType.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/ErrorType.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/ErrorType.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/ErrorType.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/java/FloatingPointType.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/FloatingPointType.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/FloatingPointType.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/FloatingPointType.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/java/IntegralType.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/IntegralType.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/IntegralType.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/IntegralType.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/java/JDOSupportedCollectionType.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/JDOSupportedCollectionType.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/JDOSupportedCollectionType.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/JDOSupportedCollectionType.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/java/JDOSupportedMapType.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/JDOSupportedMapType.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/JDOSupportedMapType.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/JDOSupportedMapType.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/java/JavaPropertyImpl.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/JavaPropertyImpl.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/JavaPropertyImpl.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/JavaPropertyImpl.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/java/MutableValueClassType.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/MutableValueClassType.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/MutableValueClassType.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/MutableValueClassType.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/java/NullType.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/NullType.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/NullType.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/NullType.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/java/PredefinedType.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/PredefinedType.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/PredefinedType.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/PredefinedType.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/java/PrimitiveType.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/PrimitiveType.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/PrimitiveType.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/PrimitiveType.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/java/ValueClassType.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/ValueClassType.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/ValueClassType.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/ValueClassType.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/java/WrapperClassType.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/WrapperClassType.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/WrapperClassType.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/WrapperClassType.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/java/package.html
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/package.html?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/package.html (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/package.html Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/java/reflection/ReflectionJavaField.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/reflection/ReflectionJavaField.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/reflection/ReflectionJavaField.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/reflection/ReflectionJavaField.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/java/reflection/ReflectionJavaMethod.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/reflection/ReflectionJavaMethod.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/reflection/ReflectionJavaMethod.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/reflection/ReflectionJavaMethod.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/java/reflection/ReflectionJavaModel.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/reflection/ReflectionJavaModel.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/reflection/ReflectionJavaModel.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/reflection/ReflectionJavaModel.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/java/reflection/ReflectionJavaModelFactory.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/reflection/ReflectionJavaModelFactory.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/reflection/ReflectionJavaModelFactory.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/reflection/ReflectionJavaModelFactory.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/java/reflection/ReflectionJavaType.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/reflection/ReflectionJavaType.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/reflection/ReflectionJavaType.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/reflection/ReflectionJavaType.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/java/reflection/ReflectionJavaTypeIntrospector.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/reflection/ReflectionJavaTypeIntrospector.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/reflection/ReflectionJavaTypeIntrospector.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/java/reflection/ReflectionJavaTypeIntrospector.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/jdo/Bundle.properties
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/Bundle.properties?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/Bundle.properties (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/Bundle.properties Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/jdo/JDOArrayImplDynamic.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOArrayImplDynamic.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOArrayImplDynamic.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOArrayImplDynamic.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/jdo/JDOAssociatedPropertyImplDynamic.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOAssociatedPropertyImplDynamic.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOAssociatedPropertyImplDynamic.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOAssociatedPropertyImplDynamic.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/jdo/JDOClassImplDynamic.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOClassImplDynamic.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOClassImplDynamic.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOClassImplDynamic.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/jdo/JDOCollectionImplDynamic.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOCollectionImplDynamic.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOCollectionImplDynamic.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOCollectionImplDynamic.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/jdo/JDOElementImpl.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOElementImpl.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOElementImpl.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOElementImpl.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/jdo/JDOExtensionImpl.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOExtensionImpl.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOExtensionImpl.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOExtensionImpl.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/jdo/JDOFieldImplDynamic.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOFieldImplDynamic.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOFieldImplDynamic.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOFieldImplDynamic.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/jdo/JDOMapImplDynamic.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOMapImplDynamic.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOMapImplDynamic.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOMapImplDynamic.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/jdo/JDOMemberImpl.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOMemberImpl.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOMemberImpl.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOMemberImpl.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/jdo/JDOModelFactoryImplDynamic.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOModelFactoryImplDynamic.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOModelFactoryImplDynamic.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOModelFactoryImplDynamic.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/jdo/JDOModelImplDynamic.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOModelImplDynamic.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOModelImplDynamic.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOModelImplDynamic.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/jdo/JDOPackageImpl.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOPackageImpl.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOPackageImpl.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOPackageImpl.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/jdo/JDOPropertyImplDynamic.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOPropertyImplDynamic.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOPropertyImplDynamic.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOPropertyImplDynamic.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/jdo/JDOReferenceImplDynamic.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOReferenceImplDynamic.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOReferenceImplDynamic.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDOReferenceImplDynamic.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/jdo/JDORelationshipImpl.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDORelationshipImpl.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDORelationshipImpl.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/JDORelationshipImpl.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/jdo/UnresolvedRelationshipHelper.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/UnresolvedRelationshipHelper.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/UnresolvedRelationshipHelper.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/UnresolvedRelationshipHelper.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOArrayImplCaching.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOArrayImplCaching.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOArrayImplCaching.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOArrayImplCaching.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOAssociatedPropertyImplCaching.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOAssociatedPropertyImplCaching.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOAssociatedPropertyImplCaching.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOAssociatedPropertyImplCaching.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOClassImplCaching.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOClassImplCaching.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOClassImplCaching.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOClassImplCaching.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOCollectionImplCaching.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOCollectionImplCaching.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOCollectionImplCaching.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOCollectionImplCaching.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOFieldImplCaching.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOFieldImplCaching.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOFieldImplCaching.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOFieldImplCaching.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOMapImplCaching.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOMapImplCaching.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOMapImplCaching.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOMapImplCaching.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOModelFactoryImplCaching.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOModelFactoryImplCaching.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOModelFactoryImplCaching.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOModelFactoryImplCaching.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOModelImplCaching.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOModelImplCaching.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOModelImplCaching.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOModelImplCaching.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOPropertyImplCaching.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOPropertyImplCaching.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOPropertyImplCaching.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOPropertyImplCaching.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOReferenceImplCaching.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOReferenceImplCaching.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOReferenceImplCaching.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/caching/JDOReferenceImplCaching.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/jdo/package.html
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/package.html?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/package.html (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/package.html Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/jdo/util/PrintSupport.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/util/PrintSupport.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/util/PrintSupport.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/util/PrintSupport.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/jdo/util/TypeSupport.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/util/TypeSupport.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/util/TypeSupport.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/util/TypeSupport.java Mon Jan  1 04:22:48 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/model20/src/java/org/apache/jdo/impl/model/jdo/xml/JDOHandler.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/xml/JDOHandler.java?view=diff&rev=491557&r1=491556&r2=491557
==============================================================================
--- db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/xml/JDOHandler.java (original)
+++ db/jdo/trunk/model20/src/java/org/apache/jdo/impl/model/jdo/xml/JDOHandler.java Mon Jan  1 04:22:48 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
  *