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/31 03:30:40 UTC

svn commit: r469342 - /incubator/openjpa/trunk/openjpa-examples/src/main/java/build.xml

Author: mprudhom
Date: Mon Oct 30 18:30:39 2006
New Revision: 469342

URL: http://svn.apache.org/viewvc?view=rev&rev=469342
Log:
Added license header.

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

Modified: incubator/openjpa/trunk/openjpa-examples/src/main/java/build.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-examples/src/main/java/build.xml?view=diff&rev=469342&r1=469341&r2=469342
==============================================================================
--- incubator/openjpa/trunk/openjpa-examples/src/main/java/build.xml (original)
+++ incubator/openjpa/trunk/openjpa-examples/src/main/java/build.xml Mon Oct 30 18:30:39 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="usagewarning">
 
     <property name="parent" value="${basedir}/.."/>