update NOTICE to match new ASF/Sun agreement

git-svn-id: https://svn.apache.org/repos/asf/geronimo/specs/branches/geronimo-jpa_2.0_spec-1.0-PFD2@820677 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/NOTICE b/NOTICE
index 8f0d9c9..dddd8c3 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,9 +1,9 @@
 
-Apache Geronimo JSR-317 JPA 2.0 EARLY ACCESS Spec API
+Apache Geronimo JSR-317 JPA 2.0 Spec API
 Copyright 2003-2009 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
 
-This is an implementation of an early-draft specification developed under the Java Community Process (JCP). The code is not compatible with any specification of the JCP.
+This is an implementation of an early-draft specification developed under the Java Community Process (JCP). The code is untested and presumed not to be a compatible implementation of the JSR-317 Java Persistence API, Version 2.0 specification.  We encourage you to migrate to an implementation of the JSR-317 Java Persistence API, Version 2.0 specification that has been tested and verified to be compatible as soon as such an implementation is available, and we encourage you to retain this notice in any implementation of JSR-317 Java Persistence API, Version 2.0 specification that you distribute.
 
diff --git a/pom.xml b/pom.xml
index c0b2bb0..677e440 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,10 +33,10 @@
     <groupId>org.apache.geronimo.specs</groupId>
     <artifactId>geronimo-jpa_2.0_spec</artifactId>
     <packaging>bundle</packaging>
-    <name>Apache Geronimo JSR-317 JPA 2.0 EARLY ACCESS Spec API</name>
+    <name>Apache Geronimo JSR-317 JPA 2.0 Spec API</name>
     <version>1.0-PFD2</version>
 
-    <description>Implementation of Sun JSR-317 JPA 2.0 EARLY ACCESS Spec API</description>
+    <description>Apache Geronimo implementation of the JSR-317 JPA 2.0 Spec API</description>
 
     <url>http://geronimo.apache.org/maven/${siteId}/${version}</url>
     <distributionManagement>
diff --git a/src/main/appended-resources/META-INF/NOTICE b/src/main/appended-resources/META-INF/NOTICE
index 25e3e02..51480f4 100644
--- a/src/main/appended-resources/META-INF/NOTICE
+++ b/src/main/appended-resources/META-INF/NOTICE
@@ -1,3 +1,3 @@
 
-This is an implementation of an early-draft specification developed under the Java Community Process (JCP). The code is not compatible with any specification of the JCP.
+This is an implementation of an early-draft specification developed under the Java Community Process (JCP). The code is untested and presumed not to be a compatible implementation of the JSR-317 Java Persistence API, Version 2.0 specification.  We encourage you to migrate to an implementation of the JSR-317 Java Persistence API, Version 2.0 specification that has been tested and verified to be compatible as soon as such an implementation is available, and we encourage you to retain this notice in any implementation of JSR-317 Java Persistence API, Version 2.0 specification that you distribute.