[hibernate-commits] Hibernate SVN: r20957 - in jpa-api/trunk: src/main/java/javax/persistence and 3 other directories.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Jun 13 05:58:52 EDT 2011


Author: stliu
Date: 2011-06-13 05:58:51 -0400 (Mon, 13 Jun 2011)
New Revision: 20957

Added:
   jpa-api/trunk/license.txt
   jpa-api/trunk/readme.txt
Removed:
   jpa-api/trunk/license.txt
Modified:
   jpa-api/trunk/pom.xml
   jpa-api/trunk/src/main/java/javax/persistence/Access.java
   jpa-api/trunk/src/main/java/javax/persistence/AccessType.java
   jpa-api/trunk/src/main/java/javax/persistence/AssociationOverride.java
   jpa-api/trunk/src/main/java/javax/persistence/AssociationOverrides.java
   jpa-api/trunk/src/main/java/javax/persistence/AttributeOverride.java
   jpa-api/trunk/src/main/java/javax/persistence/AttributeOverrides.java
   jpa-api/trunk/src/main/java/javax/persistence/Basic.java
   jpa-api/trunk/src/main/java/javax/persistence/Cache.java
   jpa-api/trunk/src/main/java/javax/persistence/CacheRetrieveMode.java
   jpa-api/trunk/src/main/java/javax/persistence/CacheStoreMode.java
   jpa-api/trunk/src/main/java/javax/persistence/Cacheable.java
   jpa-api/trunk/src/main/java/javax/persistence/CascadeType.java
   jpa-api/trunk/src/main/java/javax/persistence/CollectionTable.java
   jpa-api/trunk/src/main/java/javax/persistence/Column.java
   jpa-api/trunk/src/main/java/javax/persistence/ColumnResult.java
   jpa-api/trunk/src/main/java/javax/persistence/DiscriminatorColumn.java
   jpa-api/trunk/src/main/java/javax/persistence/DiscriminatorType.java
   jpa-api/trunk/src/main/java/javax/persistence/DiscriminatorValue.java
   jpa-api/trunk/src/main/java/javax/persistence/ElementCollection.java
   jpa-api/trunk/src/main/java/javax/persistence/Embeddable.java
   jpa-api/trunk/src/main/java/javax/persistence/Embedded.java
   jpa-api/trunk/src/main/java/javax/persistence/EmbeddedId.java
   jpa-api/trunk/src/main/java/javax/persistence/Entity.java
   jpa-api/trunk/src/main/java/javax/persistence/EntityExistsException.java
   jpa-api/trunk/src/main/java/javax/persistence/EntityListeners.java
   jpa-api/trunk/src/main/java/javax/persistence/EntityManager.java
   jpa-api/trunk/src/main/java/javax/persistence/EntityManagerFactory.java
   jpa-api/trunk/src/main/java/javax/persistence/EntityNotFoundException.java
   jpa-api/trunk/src/main/java/javax/persistence/EntityResult.java
   jpa-api/trunk/src/main/java/javax/persistence/EntityTransaction.java
   jpa-api/trunk/src/main/java/javax/persistence/EnumType.java
   jpa-api/trunk/src/main/java/javax/persistence/Enumerated.java
   jpa-api/trunk/src/main/java/javax/persistence/ExcludeDefaultListeners.java
   jpa-api/trunk/src/main/java/javax/persistence/ExcludeSuperclassListeners.java
   jpa-api/trunk/src/main/java/javax/persistence/FetchType.java
   jpa-api/trunk/src/main/java/javax/persistence/FieldResult.java
   jpa-api/trunk/src/main/java/javax/persistence/FlushModeType.java
   jpa-api/trunk/src/main/java/javax/persistence/GeneratedValue.java
   jpa-api/trunk/src/main/java/javax/persistence/GenerationType.java
   jpa-api/trunk/src/main/java/javax/persistence/Id.java
   jpa-api/trunk/src/main/java/javax/persistence/IdClass.java
   jpa-api/trunk/src/main/java/javax/persistence/Inheritance.java
   jpa-api/trunk/src/main/java/javax/persistence/InheritanceType.java
   jpa-api/trunk/src/main/java/javax/persistence/JoinColumn.java
   jpa-api/trunk/src/main/java/javax/persistence/JoinColumns.java
   jpa-api/trunk/src/main/java/javax/persistence/JoinTable.java
   jpa-api/trunk/src/main/java/javax/persistence/Lob.java
   jpa-api/trunk/src/main/java/javax/persistence/LockModeType.java
   jpa-api/trunk/src/main/java/javax/persistence/LockTimeoutException.java
   jpa-api/trunk/src/main/java/javax/persistence/ManyToMany.java
   jpa-api/trunk/src/main/java/javax/persistence/ManyToOne.java
   jpa-api/trunk/src/main/java/javax/persistence/MapKey.java
   jpa-api/trunk/src/main/java/javax/persistence/MapKeyClass.java
   jpa-api/trunk/src/main/java/javax/persistence/MapKeyColumn.java
   jpa-api/trunk/src/main/java/javax/persistence/MapKeyEnumerated.java
   jpa-api/trunk/src/main/java/javax/persistence/MapKeyJoinColumn.java
   jpa-api/trunk/src/main/java/javax/persistence/MapKeyJoinColumns.java
   jpa-api/trunk/src/main/java/javax/persistence/MapKeyTemporal.java
   jpa-api/trunk/src/main/java/javax/persistence/MappedSuperclass.java
   jpa-api/trunk/src/main/java/javax/persistence/MapsId.java
   jpa-api/trunk/src/main/java/javax/persistence/NamedNativeQueries.java
   jpa-api/trunk/src/main/java/javax/persistence/NamedNativeQuery.java
   jpa-api/trunk/src/main/java/javax/persistence/NamedQueries.java
   jpa-api/trunk/src/main/java/javax/persistence/NamedQuery.java
   jpa-api/trunk/src/main/java/javax/persistence/NoResultException.java
   jpa-api/trunk/src/main/java/javax/persistence/NonUniqueResultException.java
   jpa-api/trunk/src/main/java/javax/persistence/OneToMany.java
   jpa-api/trunk/src/main/java/javax/persistence/OneToOne.java
   jpa-api/trunk/src/main/java/javax/persistence/OptimisticLockException.java
   jpa-api/trunk/src/main/java/javax/persistence/OrderBy.java
   jpa-api/trunk/src/main/java/javax/persistence/OrderColumn.java
   jpa-api/trunk/src/main/java/javax/persistence/Parameter.java
   jpa-api/trunk/src/main/java/javax/persistence/Persistence.java
   jpa-api/trunk/src/main/java/javax/persistence/PersistenceContext.java
   jpa-api/trunk/src/main/java/javax/persistence/PersistenceContextType.java
   jpa-api/trunk/src/main/java/javax/persistence/PersistenceContexts.java
   jpa-api/trunk/src/main/java/javax/persistence/PersistenceException.java
   jpa-api/trunk/src/main/java/javax/persistence/PersistenceProperty.java
   jpa-api/trunk/src/main/java/javax/persistence/PersistenceUnit.java
   jpa-api/trunk/src/main/java/javax/persistence/PersistenceUnitUtil.java
   jpa-api/trunk/src/main/java/javax/persistence/PersistenceUnits.java
   jpa-api/trunk/src/main/java/javax/persistence/PersistenceUtil.java
   jpa-api/trunk/src/main/java/javax/persistence/PessimisticLockException.java
   jpa-api/trunk/src/main/java/javax/persistence/PessimisticLockScope.java
   jpa-api/trunk/src/main/java/javax/persistence/PostLoad.java
   jpa-api/trunk/src/main/java/javax/persistence/PostPersist.java
   jpa-api/trunk/src/main/java/javax/persistence/PostRemove.java
   jpa-api/trunk/src/main/java/javax/persistence/PostUpdate.java
   jpa-api/trunk/src/main/java/javax/persistence/PrePersist.java
   jpa-api/trunk/src/main/java/javax/persistence/PreRemove.java
   jpa-api/trunk/src/main/java/javax/persistence/PreUpdate.java
   jpa-api/trunk/src/main/java/javax/persistence/PrimaryKeyJoinColumn.java
   jpa-api/trunk/src/main/java/javax/persistence/PrimaryKeyJoinColumns.java
   jpa-api/trunk/src/main/java/javax/persistence/Query.java
   jpa-api/trunk/src/main/java/javax/persistence/QueryHint.java
   jpa-api/trunk/src/main/java/javax/persistence/QueryTimeoutException.java
   jpa-api/trunk/src/main/java/javax/persistence/RollbackException.java
   jpa-api/trunk/src/main/java/javax/persistence/SecondaryTable.java
   jpa-api/trunk/src/main/java/javax/persistence/SecondaryTables.java
   jpa-api/trunk/src/main/java/javax/persistence/SequenceGenerator.java
   jpa-api/trunk/src/main/java/javax/persistence/SharedCacheMode.java
   jpa-api/trunk/src/main/java/javax/persistence/SqlResultSetMapping.java
   jpa-api/trunk/src/main/java/javax/persistence/SqlResultSetMappings.java
   jpa-api/trunk/src/main/java/javax/persistence/Table.java
   jpa-api/trunk/src/main/java/javax/persistence/TableGenerator.java
   jpa-api/trunk/src/main/java/javax/persistence/Temporal.java
   jpa-api/trunk/src/main/java/javax/persistence/TemporalType.java
   jpa-api/trunk/src/main/java/javax/persistence/TransactionRequiredException.java
   jpa-api/trunk/src/main/java/javax/persistence/Transient.java
   jpa-api/trunk/src/main/java/javax/persistence/Tuple.java
   jpa-api/trunk/src/main/java/javax/persistence/TupleElement.java
   jpa-api/trunk/src/main/java/javax/persistence/TypedQuery.java
   jpa-api/trunk/src/main/java/javax/persistence/UniqueConstraint.java
   jpa-api/trunk/src/main/java/javax/persistence/ValidationMode.java
   jpa-api/trunk/src/main/java/javax/persistence/Version.java
   jpa-api/trunk/src/main/java/javax/persistence/criteria/AbstractQuery.java
   jpa-api/trunk/src/main/java/javax/persistence/criteria/CollectionJoin.java
   jpa-api/trunk/src/main/java/javax/persistence/criteria/CompoundSelection.java
   jpa-api/trunk/src/main/java/javax/persistence/criteria/CriteriaBuilder.java
   jpa-api/trunk/src/main/java/javax/persistence/criteria/CriteriaQuery.java
   jpa-api/trunk/src/main/java/javax/persistence/criteria/Expression.java
   jpa-api/trunk/src/main/java/javax/persistence/criteria/Fetch.java
   jpa-api/trunk/src/main/java/javax/persistence/criteria/FetchParent.java
   jpa-api/trunk/src/main/java/javax/persistence/criteria/From.java
   jpa-api/trunk/src/main/java/javax/persistence/criteria/Join.java
   jpa-api/trunk/src/main/java/javax/persistence/criteria/JoinType.java
   jpa-api/trunk/src/main/java/javax/persistence/criteria/ListJoin.java
   jpa-api/trunk/src/main/java/javax/persistence/criteria/MapJoin.java
   jpa-api/trunk/src/main/java/javax/persistence/criteria/Order.java
   jpa-api/trunk/src/main/java/javax/persistence/criteria/ParameterExpression.java
   jpa-api/trunk/src/main/java/javax/persistence/criteria/Path.java
   jpa-api/trunk/src/main/java/javax/persistence/criteria/PluralJoin.java
   jpa-api/trunk/src/main/java/javax/persistence/criteria/Predicate.java
   jpa-api/trunk/src/main/java/javax/persistence/criteria/Root.java
   jpa-api/trunk/src/main/java/javax/persistence/criteria/Selection.java
   jpa-api/trunk/src/main/java/javax/persistence/criteria/SetJoin.java
   jpa-api/trunk/src/main/java/javax/persistence/criteria/Subquery.java
   jpa-api/trunk/src/main/java/javax/persistence/metamodel/Attribute.java
   jpa-api/trunk/src/main/java/javax/persistence/metamodel/BasicType.java
   jpa-api/trunk/src/main/java/javax/persistence/metamodel/Bindable.java
   jpa-api/trunk/src/main/java/javax/persistence/metamodel/CollectionAttribute.java
   jpa-api/trunk/src/main/java/javax/persistence/metamodel/EmbeddableType.java
   jpa-api/trunk/src/main/java/javax/persistence/metamodel/EntityType.java
   jpa-api/trunk/src/main/java/javax/persistence/metamodel/IdentifiableType.java
   jpa-api/trunk/src/main/java/javax/persistence/metamodel/ListAttribute.java
   jpa-api/trunk/src/main/java/javax/persistence/metamodel/ManagedType.java
   jpa-api/trunk/src/main/java/javax/persistence/metamodel/MapAttribute.java
   jpa-api/trunk/src/main/java/javax/persistence/metamodel/MappedSuperclassType.java
   jpa-api/trunk/src/main/java/javax/persistence/metamodel/Metamodel.java
   jpa-api/trunk/src/main/java/javax/persistence/metamodel/PluralAttribute.java
   jpa-api/trunk/src/main/java/javax/persistence/metamodel/SetAttribute.java
   jpa-api/trunk/src/main/java/javax/persistence/metamodel/SingularAttribute.java
   jpa-api/trunk/src/main/java/javax/persistence/metamodel/StaticMetamodel.java
   jpa-api/trunk/src/main/java/javax/persistence/metamodel/Type.java
   jpa-api/trunk/src/main/java/javax/persistence/package-info.java
   jpa-api/trunk/src/main/java/javax/persistence/spi/ClassTransformer.java
   jpa-api/trunk/src/main/java/javax/persistence/spi/LoadState.java
   jpa-api/trunk/src/main/java/javax/persistence/spi/PersistenceProvider.java
   jpa-api/trunk/src/main/java/javax/persistence/spi/PersistenceProviderResolver.java
   jpa-api/trunk/src/main/java/javax/persistence/spi/PersistenceProviderResolverHolder.java
   jpa-api/trunk/src/main/java/javax/persistence/spi/PersistenceUnitInfo.java
   jpa-api/trunk/src/main/java/javax/persistence/spi/PersistenceUnitTransactionType.java
   jpa-api/trunk/src/main/java/javax/persistence/spi/ProviderUtil.java
   jpa-api/trunk/src/main/java/javax/persistence/spi/package-info.java
Log:
update licenses

Deleted: jpa-api/trunk/license.txt
===================================================================
--- jpa-api/trunk/license.txt	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/license.txt	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,119 +0,0 @@
-Specification: JSR-000220 Enterprise JavaBeans v.3.0 ("Specification")
-Version: 3.0
-Status: Final Release
-Release: 8 May 2006
-Copyright 2006 SUN MICROSYSTEMS, INC.
-4150 Network Circle, Santa Clara, California 95054, U.S.A
-All rights reserved.
-LIMITED LICENSE GRANTS
-1. _License for Evaluation Purposes_. Sun hereby grants you a fully-paid, non-exclusive, non-transferable,
-worldwide, limited license (without the right to sublicense), under Sun’s applicable intellectual
-property rights to view, download, use and reproduce the Specification only for the purpose of internal
-evaluation. This includes (i) developing applications intended to run on an implementation of the Specification,
-provided that such applications do not themselves implement any portion(s) of the Specification,
-and (ii) discussing the Specification with any third party; and (iii) excerpting brief portions of the
-Specification in oral or written communications which discuss the Specification provided that such excerpts
-do not in the aggregate constitute a significant portion of the Specification.
-2. _License for the Distribution of Compliant Implementations_. Sun also grants you a perpetual, nonexclusive,
-non-transferable, worldwide, fully paid-up, royalty free, limited license (without the right to
-sublicense) under any applicable copyrights or, subject to the provisions of subsection 4 below, patent
-rights it may have covering the Specification to create and/or distribute an Independent Implementation
-of the Specification that: (a) fully implements the Specification including all its required interfaces and
-functionality; (b) does not modify, subset, superset or otherwise extend the Licensor Name Space, or include
-any public or protected packages, classes, Java interfaces, fields or methods within the Licensor
-Name Space other than those required/authorized by the Specification or Specifications being implemented;
-and (c) passes the Technology Compatibility Kit (including satisfying the requirements of the
-applicable TCK Users Guide) for such Specification ("Compliant Implementation"). In addition, the
-foregoing license is expressly conditioned on your not acting outside its scope. No license is granted
-hereunder for any other purpose (including, for example, modifying the Specification, other than to the
-extent of your fair use rights, or distributing the Specification to third parties). Also, no right, title, or
-interest in or to any trademarks, service marks, or trade names of Sun or Sun’s licensors is granted hereunder.
-Java, and Java-related logos, marks and names are trademarks or registered trademarks of Sun Microsystems,
-Inc. in the U.S. and other countries.
-3. _Pass-through Conditions_. You need not include limitations (a)-(c) from the previous paragraph or
-any other particular "pass through" requirements in any license You grant concerning the use of your Independent
-Implementation or products derived from it. However, except with respect to Independent Implementations
-(and products derived from them) that satisfy limitations (a)-(c) from the previous
-paragraph, You may neither: (a) grant or otherwise pass through to your licensees any licenses under
-Sun’s applicable intellectual property rights; nor (b) authorize your licensees to make any claims concerning
-their implementation’s compliance with the Specification in question.
-4. _Reciprocity Concerning Patent Licenses_.
-a. With respect to any patent claims covered by the license granted under subparagraph 2 above that
-would be infringed by all technically feasible implementations of the Specification, such license is conditioned
-upon your offering on fair, reasonable and non-discriminatory terms, to any party seeking it
-from You, a perpetual, non-exclusive, non-transferable, worldwide license under Your patent rights
-which are or would be infringed by all technically feasible implementations of the Specification to develop,
-distribute and use a Compliant Implementation.
-b With respect to any patent claims owned by Sun and covered by the license granted under subparagraph
-2, whether or not their infringement can be avoided in a technically feasible manner when implementing
-the Specification, such license shall terminate with respect to such claims if You initiate a claim against
-Sun that it has, in the course of performing its responsibilities as the Specification Lead, induced any other
-entity to infringe Your patent rights.
-c Also with respect to any patent claims owned by Sun and covered by the license granted under subparagraph
-2 above, where the infringement of such claims can be avoided in a technically feasible manner
-when implementing the Specification such license, with respect to such claims, shall terminate if You
-initiate a claim against Sun that its making, having made, using, offering to sell, selling or importing a
-Compliant Implementation infringes Your patent rights.
-5. _Definitions_. For the purposes of this Agreement: "Independent Implementation" shall mean an implementation
-of the Specification that neither derives from any of Sun’s source code or binary code materials
-nor, except with an appropriate and separate license from Sun, includes any of Sun’s source code
-or binary code materials; "Licensor Name Space" shall mean the public class or interface declarations
-whose names begin with "java", "javax", "com.sun" or their equivalents in any subsequent naming convention
-adopted by Sun through the Java Community Process, or any recognized successors or replacements
-thereof; and "Technology Compatibility Kit" or "TCK" shall mean the test suite and
-accompanying TCK User’s Guide provided by Sun which corresponds to the Specification and that was
-available either (i) from Sun 120 days before the first release of Your Independent Implementation that
-allows its use for commercial purposes, or (ii) more recently than 120 days from such release but against
-which You elect to test Your implementation of the Specification.
-This Agreement will terminate immediately without notice from Sun if you breach the Agreement or act
-outside the scope of the licenses granted above.
-DISCLAIMER OF WARRANTIES
-THE SPECIFICATION IS PROVIDED "AS IS". SUN MAKES NO REPRESENTATIONS OR WARRANTIES,
-EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES
-OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT
-(INCLUDING AS A CONSEQUENCE OF ANY PRACTICE OR IMPLEMENTATION
-OF THE SPECIFICATION), OR THAT THE CONTENTS OF THE SPECIFICATION ARE
-SUITABLE FOR ANY PURPOSE. This document does not represent any commitment to release or implement
-any portion of the Specification in any product. In addition, the Specification could include technical
-inaccuracies or typographical errors.
-LIMITATION OF LIABILITY
-TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT WILL SUN OR ITS LICENSORS
-BE LIABLE FOR ANY DAMAGES, INCLUDING WITHOUT LIMITATION, LOST REVENUE,
-PROFITS OR DATA, OR FOR SPECIAL, INDIRECT, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE
-DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF LIABILITY,
-ARISING OUT OF OR RELATED IN ANY WAY TO YOUR HAVING, IMPLEMENTING OR
-OTHERWISE USING THE SPECIFICATION, EVEN IF SUN AND/OR ITS LICENSORS HAVE
-BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-You will indemnify, hold harmless, and defend Sun and its licensors from any claims arising or resulting
-from: (i) your use of the Specification; (ii) the use or distribution of your Java application, applet and/or
-implementation; and/or (iii) any claims that later versions or releases of any Specification furnished to
-you are incompatible with the Specification provided to you under this license.
-
-RESTRICTED RIGHTS LEGEND
-U.S. Government: If this Specification is being acquired by or on behalf of the U.S. Government or by a
-U.S. Government prime contractor or subcontractor (at any tier), then the Government’s rights in the
-Software and accompanying documentation shall be only as set forth in this license; this is in accordance
-with 48 C.F.R. 227.7201 through 227.7202-4 (for Department of Defense (DoD) acquisitions) and with
-48 C.F.R. 2.101 and 12.212 (for non-DoD acquisitions).
-REPORT
-If you provide Sun with any comments or suggestions concerning the Specification ("Feedback"), you
-hereby: (i) agree that such Feedback is provided on a non-proprietary and non-confidential basis, and (ii)
-grant Sun a perpetual, non-exclusive, worldwide, fully paid-up, irrevocable license, with the right to sublicense
-through multiple levels of sublicensees, to incorporate, disclose, and use without limitation the
-Feedback for any purpose.
-GENERAL TERMS
-Any action related to this Agreement will be governed by California law and controlling U.S. federal law.
-The U.N. Convention for the International Sale of Goods and the choice of law rules of any jurisdiction
-will not apply.
-The Specification is subject to U.S. export control laws and may be subject to export or import regulations
-in other countries. Licensee agrees to comply strictly with all such laws and regulations and acknowledges
-that it has the responsibility to obtain such licenses to export, re-export or import as may be
-required after delivery to Licensee.
-This Agreement is the parties’ entire agreement relating to its subject matter. It supersedes all prior or
-contemporaneous oral or written communications, proposals, conditions, representations and warranties
-and prevails over any conflicting or additional terms of any quote, order, acknowledgment, or other communication
-between the parties relating to its subject matter during the term of this Agreement. No modification
-to this Agreement will be binding, unless in writing and signed by an authorized representative
-of each party.
-Rev. April, 2006
-Sun/Final/Full
\ No newline at end of file

Added: jpa-api/trunk/license.txt
===================================================================
--- jpa-api/trunk/license.txt	                        (rev 0)
+++ jpa-api/trunk/license.txt	2011-06-13 09:58:51 UTC (rev 20957)
@@ -0,0 +1,12 @@
+Eclipse Distribution License - v 1.0
+
+Copyright (c) 2007, Eclipse Foundation, Inc. and its licensors.
+
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+Neither the name of the Eclipse Foundation, Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file

Modified: jpa-api/trunk/pom.xml
===================================================================
--- jpa-api/trunk/pom.xml	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/pom.xml	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,3 +1,18 @@
+<!--
+  ~ Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+  ~
+  ~ This program and the accompanying materials are made available under the
+  ~ terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+  ~ which accompanies this distribution.
+  ~ The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+  ~ and the Eclipse Distribution License is available at
+  ~ http://www.eclipse.org/org/documents/edl-v10.php.
+  ~
+  ~ Contributors:
+  ~     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+  ~     Specification available from http://jcp.org/en/jsr/detail?id=317
+  -->
+
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
@@ -57,7 +72,16 @@
                 <version>1.0-beta-2</version>
             </extension>
         </extensions>
-
+		<resources>
+	      <resource>
+	        <filtering>false</filtering>
+	        <directory>${basedir}</directory>
+	        <includes>
+	          <include>license.txt</include>
+			<include>readme.txt</include>
+	        </includes>
+	      </resource>
+	    </resources>
         <plugins>
         	<plugin>
 	            <artifactId>maven-source-plugin</artifactId>

Added: jpa-api/trunk/readme.txt
===================================================================
--- jpa-api/trunk/readme.txt	                        (rev 0)
+++ jpa-api/trunk/readme.txt	2011-06-13 09:58:51 UTC (rev 20957)
@@ -0,0 +1,14 @@
+ Copyright (c) 2008, 2009 Sun Microsystems, Oracle Corporation. All rights reserved.
+
+ This program and the accompanying materials are made available under the
+ terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ which accompanies this distribution.
+ The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ and the Eclipse Distribution License is available at
+ http://www.eclipse.org/org/documents/edl-v10.php.
+
+  Contributors:
+      Linda DeMichiel -Java Persistence 2.0 - Proposed Final Draft, Version 2.0 (August 31, 2009)
+      Specification available from http://jcp.org/en/jsr/detail?id=317
+      Oracle Committers - EclipseLink specific implementations and OSGi support
+

Modified: jpa-api/trunk/src/main/java/javax/persistence/Access.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/Access.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/Access.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import static java.lang.annotation.ElementType.FIELD;

Modified: jpa-api/trunk/src/main/java/javax/persistence/AccessType.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/AccessType.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/AccessType.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/AssociationOverride.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/AssociationOverride.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/AssociationOverride.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/AssociationOverrides.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/AssociationOverrides.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/AssociationOverrides.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/AttributeOverride.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/AttributeOverride.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/AttributeOverride.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/AttributeOverrides.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/AttributeOverrides.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/AttributeOverrides.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/Basic.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/Basic.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/Basic.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/Cache.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/Cache.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/Cache.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/CacheRetrieveMode.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/CacheRetrieveMode.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/CacheRetrieveMode.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id: Cache.java 16130 2009-03-10 14:28:07Z hardy.ferentschik $
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/CacheStoreMode.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/CacheStoreMode.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/CacheStoreMode.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id: Cache.java 16130 2009-03-10 14:28:07Z hardy.ferentschik $
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/Cacheable.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/Cacheable.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/Cacheable.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import static java.lang.annotation.ElementType.TYPE;

Modified: jpa-api/trunk/src/main/java/javax/persistence/CascadeType.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/CascadeType.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/CascadeType.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/CollectionTable.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/CollectionTable.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/CollectionTable.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/Column.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/Column.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/Column.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/ColumnResult.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/ColumnResult.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/ColumnResult.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/DiscriminatorColumn.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/DiscriminatorColumn.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/DiscriminatorColumn.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/DiscriminatorType.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/DiscriminatorType.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/DiscriminatorType.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/DiscriminatorValue.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/DiscriminatorValue.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/DiscriminatorValue.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/ElementCollection.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/ElementCollection.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/ElementCollection.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/Embeddable.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/Embeddable.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/Embeddable.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/Embedded.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/Embedded.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/Embedded.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/EmbeddedId.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/EmbeddedId.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/EmbeddedId.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/Entity.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/Entity.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/Entity.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/EntityExistsException.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/EntityExistsException.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/EntityExistsException.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 /**
  * Thrown by the persistence provider when {@link EntityManager#persist(Object)

Modified: jpa-api/trunk/src/main/java/javax/persistence/EntityListeners.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/EntityListeners.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/EntityListeners.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/EntityManager.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/EntityManager.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/EntityManager.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.util.Map;

Modified: jpa-api/trunk/src/main/java/javax/persistence/EntityManagerFactory.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/EntityManagerFactory.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/EntityManagerFactory.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.util.Map;

Modified: jpa-api/trunk/src/main/java/javax/persistence/EntityNotFoundException.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/EntityNotFoundException.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/EntityNotFoundException.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/EntityResult.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/EntityResult.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/EntityResult.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/EntityTransaction.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/EntityTransaction.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/EntityTransaction.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/EnumType.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/EnumType.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/EnumType.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/Enumerated.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/Enumerated.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/Enumerated.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/ExcludeDefaultListeners.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/ExcludeDefaultListeners.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/ExcludeDefaultListeners.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/ExcludeSuperclassListeners.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/ExcludeSuperclassListeners.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/ExcludeSuperclassListeners.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 import java.lang.annotation.Target;
 import java.lang.annotation.Retention;

Modified: jpa-api/trunk/src/main/java/javax/persistence/FetchType.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/FetchType.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/FetchType.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/FieldResult.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/FieldResult.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/FieldResult.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/FlushModeType.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/FlushModeType.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/FlushModeType.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/GeneratedValue.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/GeneratedValue.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/GeneratedValue.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/GenerationType.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/GenerationType.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/GenerationType.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/Id.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/Id.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/Id.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/IdClass.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/IdClass.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/IdClass.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/Inheritance.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/Inheritance.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/Inheritance.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/InheritanceType.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/InheritanceType.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/InheritanceType.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/JoinColumn.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/JoinColumn.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/JoinColumn.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/JoinColumns.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/JoinColumns.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/JoinColumns.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/JoinTable.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/JoinTable.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/JoinTable.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/Lob.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/Lob.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/Lob.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/LockModeType.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/LockModeType.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/LockModeType.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/LockTimeoutException.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/LockTimeoutException.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/LockTimeoutException.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/ManyToMany.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/ManyToMany.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/ManyToMany.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/ManyToOne.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/ManyToOne.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/ManyToOne.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/MapKey.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/MapKey.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/MapKey.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/MapKeyClass.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/MapKeyClass.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/MapKeyClass.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/MapKeyColumn.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/MapKeyColumn.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/MapKeyColumn.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/MapKeyEnumerated.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/MapKeyEnumerated.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/MapKeyEnumerated.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id: $
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/MapKeyJoinColumn.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/MapKeyJoinColumn.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/MapKeyJoinColumn.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/MapKeyJoinColumns.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/MapKeyJoinColumns.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/MapKeyJoinColumns.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/MapKeyTemporal.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/MapKeyTemporal.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/MapKeyTemporal.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id: $
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/MappedSuperclass.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/MappedSuperclass.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/MappedSuperclass.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/MapsId.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/MapsId.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/MapsId.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id: $
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/NamedNativeQueries.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/NamedNativeQueries.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/NamedNativeQueries.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/NamedNativeQuery.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/NamedNativeQuery.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/NamedNativeQuery.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/NamedQueries.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/NamedQueries.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/NamedQueries.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/NamedQuery.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/NamedQuery.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/NamedQuery.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/NoResultException.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/NoResultException.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/NoResultException.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/NonUniqueResultException.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/NonUniqueResultException.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/NonUniqueResultException.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/OneToMany.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/OneToMany.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/OneToMany.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/OneToOne.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/OneToOne.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/OneToOne.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/OptimisticLockException.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/OptimisticLockException.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/OptimisticLockException.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 

Modified: jpa-api/trunk/src/main/java/javax/persistence/OrderBy.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/OrderBy.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/OrderBy.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/OrderColumn.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/OrderColumn.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/OrderColumn.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/Parameter.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/Parameter.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/Parameter.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id: $
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 /**
  * Type for query parameter objects.

Modified: jpa-api/trunk/src/main/java/javax/persistence/Persistence.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/Persistence.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/Persistence.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.util.HashSet;

Modified: jpa-api/trunk/src/main/java/javax/persistence/PersistenceContext.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/PersistenceContext.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/PersistenceContext.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import static java.lang.annotation.ElementType.FIELD;

Modified: jpa-api/trunk/src/main/java/javax/persistence/PersistenceContextType.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/PersistenceContextType.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/PersistenceContextType.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/PersistenceContexts.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/PersistenceContexts.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/PersistenceContexts.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import static java.lang.annotation.ElementType.TYPE;

Modified: jpa-api/trunk/src/main/java/javax/persistence/PersistenceException.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/PersistenceException.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/PersistenceException.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/PersistenceProperty.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/PersistenceProperty.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/PersistenceProperty.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Retention;

Modified: jpa-api/trunk/src/main/java/javax/persistence/PersistenceUnit.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/PersistenceUnit.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/PersistenceUnit.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import static java.lang.annotation.ElementType.FIELD;

Modified: jpa-api/trunk/src/main/java/javax/persistence/PersistenceUnitUtil.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/PersistenceUnitUtil.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/PersistenceUnitUtil.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id: PersistenceUtil.java 17036 2009-07-08 09:09:38Z epbernard $
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/PersistenceUnits.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/PersistenceUnits.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/PersistenceUnits.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import static java.lang.annotation.ElementType.TYPE;

Modified: jpa-api/trunk/src/main/java/javax/persistence/PersistenceUtil.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/PersistenceUtil.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/PersistenceUtil.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/PessimisticLockException.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/PessimisticLockException.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/PessimisticLockException.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/PessimisticLockScope.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/PessimisticLockScope.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/PessimisticLockScope.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id: $
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/PostLoad.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/PostLoad.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/PostLoad.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/PostPersist.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/PostPersist.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/PostPersist.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/PostRemove.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/PostRemove.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/PostRemove.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/PostUpdate.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/PostUpdate.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/PostUpdate.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/PrePersist.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/PrePersist.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/PrePersist.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/PreRemove.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/PreRemove.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/PreRemove.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/PreUpdate.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/PreUpdate.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/PreUpdate.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/PrimaryKeyJoinColumn.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/PrimaryKeyJoinColumn.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/PrimaryKeyJoinColumn.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/PrimaryKeyJoinColumns.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/PrimaryKeyJoinColumns.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/PrimaryKeyJoinColumns.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/Query.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/Query.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/Query.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.util.Calendar;

Modified: jpa-api/trunk/src/main/java/javax/persistence/QueryHint.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/QueryHint.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/QueryHint.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/QueryTimeoutException.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/QueryTimeoutException.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/QueryTimeoutException.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/RollbackException.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/RollbackException.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/RollbackException.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/SecondaryTable.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/SecondaryTable.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/SecondaryTable.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/SecondaryTables.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/SecondaryTables.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/SecondaryTables.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/SequenceGenerator.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/SequenceGenerator.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/SequenceGenerator.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/SharedCacheMode.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/SharedCacheMode.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/SharedCacheMode.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/SqlResultSetMapping.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/SqlResultSetMapping.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/SqlResultSetMapping.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/SqlResultSetMappings.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/SqlResultSetMappings.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/SqlResultSetMappings.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/Table.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/Table.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/Table.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/TableGenerator.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/TableGenerator.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/TableGenerator.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/Temporal.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/Temporal.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/Temporal.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/TemporalType.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/TemporalType.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/TemporalType.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/TransactionRequiredException.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/TransactionRequiredException.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/TransactionRequiredException.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/Transient.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/Transient.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/Transient.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/Tuple.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/Tuple.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/Tuple.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id: $
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.util.List;

Modified: jpa-api/trunk/src/main/java/javax/persistence/TupleElement.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/TupleElement.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/TupleElement.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id: $
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/TypedQuery.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/TypedQuery.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/TypedQuery.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id:$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.util.List;

Modified: jpa-api/trunk/src/main/java/javax/persistence/UniqueConstraint.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/UniqueConstraint.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/UniqueConstraint.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/ValidationMode.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/ValidationMode.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/ValidationMode.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/Version.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/Version.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/Version.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence;
 
 import java.lang.annotation.Target;

Modified: jpa-api/trunk/src/main/java/javax/persistence/criteria/AbstractQuery.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/criteria/AbstractQuery.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/criteria/AbstractQuery.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence.criteria;
 
 import java.util.List;

Modified: jpa-api/trunk/src/main/java/javax/persistence/criteria/CollectionJoin.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/criteria/CollectionJoin.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/criteria/CollectionJoin.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence.criteria;
 
 import java.util.Collection;

Modified: jpa-api/trunk/src/main/java/javax/persistence/criteria/CompoundSelection.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/criteria/CompoundSelection.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/criteria/CompoundSelection.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id: $
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence.criteria;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/criteria/CriteriaBuilder.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/criteria/CriteriaBuilder.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/criteria/CriteriaBuilder.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence.criteria;
 
 import java.math.BigDecimal;

Modified: jpa-api/trunk/src/main/java/javax/persistence/criteria/CriteriaQuery.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/criteria/CriteriaQuery.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/criteria/CriteriaQuery.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence.criteria;
 
 import java.util.List;

Modified: jpa-api/trunk/src/main/java/javax/persistence/criteria/Expression.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/criteria/Expression.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/criteria/Expression.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence.criteria;
 
 import java.util.Collection;

Modified: jpa-api/trunk/src/main/java/javax/persistence/criteria/Fetch.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/criteria/Fetch.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/criteria/Fetch.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence.criteria;
 
 import javax.persistence.metamodel.Attribute;

Modified: jpa-api/trunk/src/main/java/javax/persistence/criteria/FetchParent.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/criteria/FetchParent.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/criteria/FetchParent.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence.criteria;
 
 import javax.persistence.metamodel.PluralAttribute;

Modified: jpa-api/trunk/src/main/java/javax/persistence/criteria/From.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/criteria/From.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/criteria/From.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence.criteria;
 
 import javax.persistence.metamodel.SingularAttribute;

Modified: jpa-api/trunk/src/main/java/javax/persistence/criteria/Join.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/criteria/Join.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/criteria/Join.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence.criteria;
 
 import javax.persistence.metamodel.Attribute;

Modified: jpa-api/trunk/src/main/java/javax/persistence/criteria/JoinType.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/criteria/JoinType.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/criteria/JoinType.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence.criteria;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/criteria/ListJoin.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/criteria/ListJoin.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/criteria/ListJoin.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence.criteria;
 
 import java.util.List;

Modified: jpa-api/trunk/src/main/java/javax/persistence/criteria/MapJoin.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/criteria/MapJoin.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/criteria/MapJoin.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence.criteria;
 
 import java.util.Map;

Modified: jpa-api/trunk/src/main/java/javax/persistence/criteria/Order.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/criteria/Order.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/criteria/Order.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence.criteria;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/criteria/ParameterExpression.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/criteria/ParameterExpression.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/criteria/ParameterExpression.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id:$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence.criteria;
 
 import javax.persistence.Parameter;

Modified: jpa-api/trunk/src/main/java/javax/persistence/criteria/Path.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/criteria/Path.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/criteria/Path.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence.criteria;
 
 import javax.persistence.metamodel.PluralAttribute;

Modified: jpa-api/trunk/src/main/java/javax/persistence/criteria/PluralJoin.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/criteria/PluralJoin.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/criteria/PluralJoin.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id: $
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence.criteria;
 
 import javax.persistence.metamodel.PluralAttribute;

Modified: jpa-api/trunk/src/main/java/javax/persistence/criteria/Predicate.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/criteria/Predicate.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/criteria/Predicate.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence.criteria;
 
 import java.util.List;

Modified: jpa-api/trunk/src/main/java/javax/persistence/criteria/Root.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/criteria/Root.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/criteria/Root.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence.criteria;
 
 import javax.persistence.metamodel.EntityType;

Modified: jpa-api/trunk/src/main/java/javax/persistence/criteria/Selection.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/criteria/Selection.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/criteria/Selection.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence.criteria;
 
 import javax.persistence.TupleElement;

Modified: jpa-api/trunk/src/main/java/javax/persistence/criteria/SetJoin.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/criteria/SetJoin.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/criteria/SetJoin.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence.criteria;
 
 import java.util.Set;

Modified: jpa-api/trunk/src/main/java/javax/persistence/criteria/Subquery.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/criteria/Subquery.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/criteria/Subquery.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence.criteria;
 
 import java.util.List;

Modified: jpa-api/trunk/src/main/java/javax/persistence/metamodel/Attribute.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/metamodel/Attribute.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/metamodel/Attribute.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence.metamodel;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/metamodel/BasicType.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/metamodel/BasicType.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/metamodel/BasicType.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id: $
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence.metamodel;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/metamodel/Bindable.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/metamodel/Bindable.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/metamodel/Bindable.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence.metamodel;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/metamodel/CollectionAttribute.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/metamodel/CollectionAttribute.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/metamodel/CollectionAttribute.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id: $
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence.metamodel;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/metamodel/EmbeddableType.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/metamodel/EmbeddableType.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/metamodel/EmbeddableType.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id: $
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence.metamodel;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/metamodel/EntityType.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/metamodel/EntityType.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/metamodel/EntityType.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id: $
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence.metamodel;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/metamodel/IdentifiableType.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/metamodel/IdentifiableType.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/metamodel/IdentifiableType.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence.metamodel;
 
 import java.util.Set;

Modified: jpa-api/trunk/src/main/java/javax/persistence/metamodel/ListAttribute.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/metamodel/ListAttribute.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/metamodel/ListAttribute.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id: $
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence.metamodel;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/metamodel/ManagedType.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/metamodel/ManagedType.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/metamodel/ManagedType.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence.metamodel;
 
 import java.util.Set;

Modified: jpa-api/trunk/src/main/java/javax/persistence/metamodel/MapAttribute.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/metamodel/MapAttribute.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/metamodel/MapAttribute.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id: $
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence.metamodel;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/metamodel/MappedSuperclassType.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/metamodel/MappedSuperclassType.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/metamodel/MappedSuperclassType.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id: $
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence.metamodel;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/metamodel/Metamodel.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/metamodel/Metamodel.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/metamodel/Metamodel.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence.metamodel;
 
 import java.util.Set;

Modified: jpa-api/trunk/src/main/java/javax/persistence/metamodel/PluralAttribute.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/metamodel/PluralAttribute.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/metamodel/PluralAttribute.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id: $
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence.metamodel;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/metamodel/SetAttribute.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/metamodel/SetAttribute.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/metamodel/SetAttribute.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id: $
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence.metamodel;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/metamodel/SingularAttribute.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/metamodel/SingularAttribute.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/metamodel/SingularAttribute.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id: $
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence.metamodel;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/metamodel/StaticMetamodel.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/metamodel/StaticMetamodel.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/metamodel/StaticMetamodel.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id: $
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence.metamodel;
 
 import java.lang.annotation.ElementType;

Modified: jpa-api/trunk/src/main/java/javax/persistence/metamodel/Type.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/metamodel/Type.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/metamodel/Type.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence.metamodel;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/package-info.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/package-info.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/package-info.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,4 +1,19 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
-package javax.persistence;
-
+
+package javax.persistence;
+

Modified: jpa-api/trunk/src/main/java/javax/persistence/spi/ClassTransformer.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/spi/ClassTransformer.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/spi/ClassTransformer.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence.spi;
 
 import java.security.ProtectionDomain;

Modified: jpa-api/trunk/src/main/java/javax/persistence/spi/LoadState.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/spi/LoadState.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/spi/LoadState.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence.spi;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/spi/PersistenceProvider.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/spi/PersistenceProvider.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/spi/PersistenceProvider.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence.spi;
 
 import javax.persistence.EntityManagerFactory;

Modified: jpa-api/trunk/src/main/java/javax/persistence/spi/PersistenceProviderResolver.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/spi/PersistenceProviderResolver.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/spi/PersistenceProviderResolver.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence.spi;
 
 import java.util.List;

Modified: jpa-api/trunk/src/main/java/javax/persistence/spi/PersistenceProviderResolverHolder.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/spi/PersistenceProviderResolverHolder.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/spi/PersistenceProviderResolverHolder.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence.spi;
 
 import java.io.BufferedReader;

Modified: jpa-api/trunk/src/main/java/javax/persistence/spi/PersistenceUnitInfo.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/spi/PersistenceUnitInfo.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/spi/PersistenceUnitInfo.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence.spi;
 
 import javax.sql.DataSource;

Modified: jpa-api/trunk/src/main/java/javax/persistence/spi/PersistenceUnitTransactionType.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/spi/PersistenceUnitTransactionType.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/spi/PersistenceUnitTransactionType.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence.spi;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/spi/ProviderUtil.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/spi/ProviderUtil.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/spi/ProviderUtil.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,5 +1,20 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id: $
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
+
 package javax.persistence.spi;
 
 /**

Modified: jpa-api/trunk/src/main/java/javax/persistence/spi/package-info.java
===================================================================
--- jpa-api/trunk/src/main/java/javax/persistence/spi/package-info.java	2011-06-07 13:20:17 UTC (rev 20956)
+++ jpa-api/trunk/src/main/java/javax/persistence/spi/package-info.java	2011-06-13 09:58:51 UTC (rev 20957)
@@ -1,4 +1,19 @@
+/*
+ * Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
+ * which accompanies this distribution.
+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
+ * and the Eclipse Distribution License is available at
+ * http://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * Contributors:
+ *     Linda DeMichiel - Java Persistence 2.0 - Version 2.0 (October 1, 2009)
+ *     Specification available from http://jcp.org/en/jsr/detail?id=317
+ */
+
 // $Id$
-// EJB3 Specification Copyright 2004-2009 Sun Microsystems, Inc.
-package javax.persistence.spi;
-
+
+package javax.persistence.spi;
+



More information about the hibernate-commits mailing list