You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2019/01/03 20:19:39 UTC

[tika] 01/02: license fixes for rat

This is an automated email from the ASF dual-hosted git repository.

tallison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tika.git

commit 0ed992b6937fe988eb5376c7d613b9df1729ad0e
Author: tallison <ta...@apache.org>
AuthorDate: Mon Dec 17 14:29:48 2018 -0500

    license fixes for rat
---
 tika-core/pom.xml                                      |  1 +
 tika-server/src/test/resources/logging/log4j_child.xml | 16 ++++++++++++++++
 2 files changed, 17 insertions(+)

diff --git a/tika-core/pom.xml b/tika-core/pom.xml
index 6e22eb3..8ac1aa2 100644
--- a/tika-core/pom.xml
+++ b/tika-core/pom.xml
@@ -90,6 +90,7 @@
             <exclude>src/test/resources/org/apache/tika/**</exclude>
             <exclude>src/main/resources/org/apache/tika/language/*.ngp</exclude>
             <exclude>src/main/resources/org/apache/tika/detect/*.nnmodel</exclude>
+            <exclude>src/test/resources/test-documents/ang20150420t182050_corr_v1e_img.hdr</exclude>
           </excludes>
         </configuration>
       </plugin>
diff --git a/tika-server/src/test/resources/logging/log4j_child.xml b/tika-server/src/test/resources/logging/log4j_child.xml
index ef09a2f..01c4a7b 100644
--- a/tika-server/src/test/resources/logging/log4j_child.xml
+++ b/tika-server/src/test/resources/logging/log4j_child.xml
@@ -1,4 +1,20 @@
 <?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.
+-->
 <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
 <log4j:configuration debug="true">
     <appender name="stdout" class="org.apache.log4j.ConsoleAppender">