Author: dwoods
Date: Fri Jun 4 16:56:47 2010
New Revision: 951491
URL: http://svn.apache.org/viewvc?rev=951491&view=rev
Log:
add missing ASL 2.0 reference, so we can stop excluding these from rat:check
Modified:
openjpa/trunk/README.txt
openjpa/trunk/scripts/mmg.readme.txt
Modified: openjpa/trunk/README.txt
URL:
http://svn.apache.org/viewvc/openjpa/trunk/README.txt?rev=951491&r1=951490&r2=951491&view=diff
==============================================================================
--- openjpa/trunk/README.txt (original)
+++ openjpa/trunk/README.txt Fri Jun 4 16:56:47 2010
@@ -1,5 +1,6 @@
-Apache OpenJPA README
-=====================
+Apache OpenJPA - README.txt
+Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
+--------------------------------------------------------------------------------
Thank you for downloading this release of Apache OpenJPA.
Modified: openjpa/trunk/scripts/mmg.readme.txt
URL:
http://svn.apache.org/viewvc/openjpa/trunk/scripts/mmg.readme.txt?rev=951491&r1=951490&r2=951491&view=diff
==============================================================================
--- openjpa/trunk/scripts/mmg.readme.txt (original)
+++ openjpa/trunk/scripts/mmg.readme.txt Fri Jun 4 16:56:47 2010
@@ -1,4 +1,6 @@
-Metamodel generator (mmg)
+Apache OpenJPA - Metamodel generator (mmg) readme
+Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
+--------------------------------------------------------------------------------
JPA 2.0 provides an utility to generate canonical metamodel for each
persistent domain entity.
This brief note describes how to generate these canonical metamodel classes.