You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2009/10/12 23:21:52 UTC

svn commit: r824502 - /incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme_src/packageAllJavaSourcesIntoJar.xml

Author: schor
Date: Mon Oct 12 21:21:51 2009
New Revision: 824502

URL: http://svn.apache.org/viewvc?rev=824502&view=rev
Log:
UIMA-1585 add missing license headers

Modified:
    incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme_src/packageAllJavaSourcesIntoJar.xml

Modified: incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme_src/packageAllJavaSourcesIntoJar.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme_src/packageAllJavaSourcesIntoJar.xml?rev=824502&r1=824501&r2=824502&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme_src/packageAllJavaSourcesIntoJar.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme_src/packageAllJavaSourcesIntoJar.xml Mon Oct 12 21:21:51 2009
@@ -1,6 +1,24 @@
 <project name="package all Java sources into a Jar"
          default="all"
          basedir=".">  
+	<!--
+	Licensed to the Apache Software Foundation (ASF) under one
+	or more contributor license agreements.  See the NOTICE file
+	distributed with this work for additional information
+	regarding copyright ownership.  The ASF licenses this file
+	to you 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.
+	-->
 	
 	<antversion property="versionOk" atleast="1.7"/>