You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mp...@apache.org on 2006/10/30 08:58:54 UTC

svn commit: r469085 - in /incubator/openjpa/trunk/openjpa-examples/src/main/java/hellojpa: Main.java Message.java build.xml

Author: mprudhom
Date: Sun Oct 29 23:58:53 2006
New Revision: 469085

URL: http://svn.apache.org/viewvc?view=rev&rev=469085
Log:
Added Apache license headers

Modified:
    incubator/openjpa/trunk/openjpa-examples/src/main/java/hellojpa/Main.java
    incubator/openjpa/trunk/openjpa-examples/src/main/java/hellojpa/Message.java
    incubator/openjpa/trunk/openjpa-examples/src/main/java/hellojpa/build.xml

Modified: incubator/openjpa/trunk/openjpa-examples/src/main/java/hellojpa/Main.java
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-examples/src/main/java/hellojpa/Main.java?view=diff&rev=469085&r1=469084&r2=469085
==============================================================================
--- incubator/openjpa/trunk/openjpa-examples/src/main/java/hellojpa/Main.java (original)
+++ incubator/openjpa/trunk/openjpa-examples/src/main/java/hellojpa/Main.java Sun Oct 29 23:58:53 2006
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2006 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package hellojpa;
 
 import java.util.*;

Modified: incubator/openjpa/trunk/openjpa-examples/src/main/java/hellojpa/Message.java
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-examples/src/main/java/hellojpa/Message.java?view=diff&rev=469085&r1=469084&r2=469085
==============================================================================
--- incubator/openjpa/trunk/openjpa-examples/src/main/java/hellojpa/Message.java (original)
+++ incubator/openjpa/trunk/openjpa-examples/src/main/java/hellojpa/Message.java Sun Oct 29 23:58:53 2006
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2006 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package hellojpa;
 
 import java.util.*;

Modified: incubator/openjpa/trunk/openjpa-examples/src/main/java/hellojpa/build.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-examples/src/main/java/hellojpa/build.xml?view=diff&rev=469085&r1=469084&r2=469085
==============================================================================
--- incubator/openjpa/trunk/openjpa-examples/src/main/java/hellojpa/build.xml (original)
+++ incubator/openjpa/trunk/openjpa-examples/src/main/java/hellojpa/build.xml Sun Oct 29 23:58:53 2006
@@ -1,3 +1,18 @@
+<!--
+ Copyright 2006 The Apache Software Foundation.
+ 
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ 
+ http://www.apache.org/licenses/LICENSE-2.0
+ 
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
 <project default="run">
     <property name="example" value="hellojpa"/>
     <import file="../build.xml"/>