You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by pk...@apache.org on 2016/01/12 11:03:31 UTC

svn commit: r1724191 - in /uima/ruta/trunk: ruta-core/src/test/java/org/apache/uima/ruta/engine/ ruta-ep-ide-ui/src/main/java/org/apache/uima/ruta/ide/validator/ ruta-maven-plugin/ ruta-maven-plugin/src/it/conflictingShortName/src/main/resources/

Author: pkluegl
Date: Tue Jan 12 10:03:31 2016
New Revision: 1724191

URL: http://svn.apache.org/viewvc?rev=1724191&view=rev
Log:
UIMA-4661
- fixed license headers and rat check

Modified:
    uima/ruta/trunk/ruta-core/src/test/java/org/apache/uima/ruta/engine/UimaFitAnalysisEngineWithManditoryParameter.java
    uima/ruta/trunk/ruta-ep-ide-ui/src/main/java/org/apache/uima/ruta/ide/validator/RuleElementLabelVisitor.java
    uima/ruta/trunk/ruta-maven-plugin/pom.xml
    uima/ruta/trunk/ruta-maven-plugin/src/it/conflictingShortName/src/main/resources/TypeSystemOne.xml
    uima/ruta/trunk/ruta-maven-plugin/src/it/conflictingShortName/src/main/resources/TypeSystemTwo.xml

Modified: uima/ruta/trunk/ruta-core/src/test/java/org/apache/uima/ruta/engine/UimaFitAnalysisEngineWithManditoryParameter.java
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-core/src/test/java/org/apache/uima/ruta/engine/UimaFitAnalysisEngineWithManditoryParameter.java?rev=1724191&r1=1724190&r2=1724191&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-core/src/test/java/org/apache/uima/ruta/engine/UimaFitAnalysisEngineWithManditoryParameter.java (original)
+++ uima/ruta/trunk/ruta-core/src/test/java/org/apache/uima/ruta/engine/UimaFitAnalysisEngineWithManditoryParameter.java Tue Jan 12 10:03:31 2016
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 package org.apache.uima.ruta.engine;
 
 import org.apache.uima.analysis_engine.AnalysisEngineProcessException;

Modified: uima/ruta/trunk/ruta-ep-ide-ui/src/main/java/org/apache/uima/ruta/ide/validator/RuleElementLabelVisitor.java
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-ep-ide-ui/src/main/java/org/apache/uima/ruta/ide/validator/RuleElementLabelVisitor.java?rev=1724191&r1=1724190&r2=1724191&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-ep-ide-ui/src/main/java/org/apache/uima/ruta/ide/validator/RuleElementLabelVisitor.java (original)
+++ uima/ruta/trunk/ruta-ep-ide-ui/src/main/java/org/apache/uima/ruta/ide/validator/RuleElementLabelVisitor.java Tue Jan 12 10:03:31 2016
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 package org.apache.uima.ruta.ide.validator;
 
 import java.util.Collection;

Modified: uima/ruta/trunk/ruta-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-maven-plugin/pom.xml?rev=1724191&r1=1724190&r2=1724191&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-maven-plugin/pom.xml (original)
+++ uima/ruta/trunk/ruta-maven-plugin/pom.xml Tue Jan 12 10:03:31 2016
@@ -104,6 +104,7 @@
                 <excludes>
                   <exclude>src/test/**/*.ruta</exclude> <!-- test data -->
                   <exclude>src/it/**/*.ruta</exclude> <!-- test data -->
+                  <exclude>src/it/**/*.txt</exclude> <!-- test data -->
                 </excludes>
               </configuration>
             </execution>

Modified: uima/ruta/trunk/ruta-maven-plugin/src/it/conflictingShortName/src/main/resources/TypeSystemOne.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-maven-plugin/src/it/conflictingShortName/src/main/resources/TypeSystemOne.xml?rev=1724191&r1=1724190&r2=1724191&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-maven-plugin/src/it/conflictingShortName/src/main/resources/TypeSystemOne.xml (original)
+++ uima/ruta/trunk/ruta-maven-plugin/src/it/conflictingShortName/src/main/resources/TypeSystemOne.xml Tue Jan 12 10:03:31 2016
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
 <typeSystemDescription xmlns="http://uima.apache.org/resourceSpecifier">
     <name>TypeSystemOne</name>
     <description/>

Modified: uima/ruta/trunk/ruta-maven-plugin/src/it/conflictingShortName/src/main/resources/TypeSystemTwo.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-maven-plugin/src/it/conflictingShortName/src/main/resources/TypeSystemTwo.xml?rev=1724191&r1=1724190&r2=1724191&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-maven-plugin/src/it/conflictingShortName/src/main/resources/TypeSystemTwo.xml (original)
+++ uima/ruta/trunk/ruta-maven-plugin/src/it/conflictingShortName/src/main/resources/TypeSystemTwo.xml Tue Jan 12 10:03:31 2016
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
 <typeSystemDescription xmlns="http://uima.apache.org/resourceSpecifier">
     <name>TypeSystemTwo</name>
     <description/>