You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by mb...@apache.org on 2007/01/10 17:01:40 UTC

svn commit: r494868 - /incubator/uima/uimaj/trunk/uimaj-component-test-util/src/main/resources/AnnotationWriter.xml

Author: mbaessler
Date: Wed Jan 10 08:01:36 2007
New Revision: 494868

URL: http://svn.apache.org/viewvc?view=rev&rev=494868
Log:
JIRA ticket UIMA-152 (https://issues.apache.org/jira/browse/UIMA-152)

add copyright header to XML files

Modified:
    incubator/uima/uimaj/trunk/uimaj-component-test-util/src/main/resources/AnnotationWriter.xml

Modified: incubator/uima/uimaj/trunk/uimaj-component-test-util/src/main/resources/AnnotationWriter.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-component-test-util/src/main/resources/AnnotationWriter.xml?view=diff&rev=494868&r1=494867&r2=494868
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-component-test-util/src/main/resources/AnnotationWriter.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj-component-test-util/src/main/resources/AnnotationWriter.xml Wed Jan 10 08:01:36 2007
@@ -1,11 +1,36 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<casConsumerDescription xmlns="http://uima.apache.org/resourceSpecifier">
-    <frameworkImplementation>org.apache.uima.java</frameworkImplementation>
-    <implementationName>org.apache.uima.test.junit_extension.AnnotationWriter</implementationName>
-    <processingResourceMetaData>
-        <name>Annotation Writer</name>
-        <description>Writes annotations to a file</description>
-        <version>1.0</version>
-        <vendor>Apache</vendor>
-    </processingResourceMetaData>
+
+<!--
+	* 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.
+-->
+
+<casConsumerDescription
+	xmlns="http://uima.apache.org/resourceSpecifier">
+	<frameworkImplementation>
+		org.apache.uima.java
+	</frameworkImplementation>
+	<implementationName>
+		org.apache.uima.test.junit_extension.AnnotationWriter
+	</implementationName>
+	<processingResourceMetaData>
+		<name>Annotation Writer</name>
+		<description>Writes annotations to a file</description>
+		<version>1.0</version>
+		<vendor>Apache</vendor>
+	</processingResourceMetaData>
 </casConsumerDescription>