Skip to content

Commit

Permalink
update license headers/exclusions for RAT
Browse files Browse the repository at this point in the history
  • Loading branch information
tballison committed May 13, 2019
1 parent e2e12ef commit 93512ee
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tika-nlp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,9 @@
<artifactId>apache-rat-plugin</artifactId>
<version>${rat.version}</version>
<configuration>
<excludes />
<excludes>
<exclude>model/org/apache/tika/parser/recognition/**</exclude>
</excludes>
</configuration>
</plugin>
<!-- to get the OpenNLP models in the right place for AgeRecogniser: TODO: fix AgeRecogniser in next version to load from classpath -->
Expand Down
1 change: 1 addition & 0 deletions tika-parsers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -905,6 +905,7 @@
<excludes>
<exclude>src/main/java/org/apache/tika/parser/txt/Charset*.java</exclude>
<exclude>src/test/resources/test-documents/**</exclude>
<exclude>src/test/resources/org/apache/tika/parser/recognition/*.bin</exclude>
<exclude>src/test/resources/META-INF/services/org.apache.tika.parser.Parser</exclude>
</excludes>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*
* 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.tika.parser.microsoft;

import org.apache.poi.wp.usermodel.CharacterRun;
Expand Down

0 comments on commit 93512ee

Please sign in to comment.