Repository: tika Updated Branches: refs/heads/master c991452a8 -> ff066dd5a
Added ASL2.0 Headers Project: http://git-wip-us.apache.org/repos/asf/tika/repo Commit: http://git-wip-us.apache.org/repos/asf/tika/commit/ff066dd5 Tree: http://git-wip-us.apache.org/repos/asf/tika/tree/ff066dd5 Diff: http://git-wip-us.apache.org/repos/asf/tika/diff/ff066dd5 Branch: refs/heads/master Commit: ff066dd5aeda0a54342be3dcacfc542479061e6e Parents: c991452 Author: David Meikle <[email protected]> Authored: Sun May 8 22:48:12 2016 +0100 Committer: David Meikle <[email protected]> Committed: Sun May 8 22:48:12 2016 +0100 ---------------------------------------------------------------------- ...org.apache.tika.language.detect.LanguageDetector | 15 +++++++++++++++ .../tika/parser/ner/grobid/GrobidNERecogniser.java | 16 ++++++++++++++++ .../tika/language/translate/AbstractTranslator.java | 16 ++++++++++++++++ .../language/translate/translator.yandex.properties | 15 +++++++++++++++ 4 files changed, 62 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tika/blob/ff066dd5/tika-langdetect/src/main/resources/META-INF/services/org.apache.tika.language.detect.LanguageDetector ---------------------------------------------------------------------- diff --git a/tika-langdetect/src/main/resources/META-INF/services/org.apache.tika.language.detect.LanguageDetector b/tika-langdetect/src/main/resources/META-INF/services/org.apache.tika.language.detect.LanguageDetector index 05a0204..79fc24e 100644 --- a/tika-langdetect/src/main/resources/META-INF/services/org.apache.tika.language.detect.LanguageDetector +++ b/tika-langdetect/src/main/resources/META-INF/services/org.apache.tika.language.detect.LanguageDetector @@ -1 +1,16 @@ +# 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. + org.apache.tika.langdetect.OptimaizeLangDetector http://git-wip-us.apache.org/repos/asf/tika/blob/ff066dd5/tika-parsers/src/main/java/org/apache/tika/parser/ner/grobid/GrobidNERecogniser.java ---------------------------------------------------------------------- diff --git a/tika-parsers/src/main/java/org/apache/tika/parser/ner/grobid/GrobidNERecogniser.java b/tika-parsers/src/main/java/org/apache/tika/parser/ner/grobid/GrobidNERecogniser.java index a5ce692..06d0112 100644 --- a/tika-parsers/src/main/java/org/apache/tika/parser/ner/grobid/GrobidNERecogniser.java +++ b/tika-parsers/src/main/java/org/apache/tika/parser/ner/grobid/GrobidNERecogniser.java @@ -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.ner.grobid; import org.apache.cxf.jaxrs.client.WebClient; http://git-wip-us.apache.org/repos/asf/tika/blob/ff066dd5/tika-translate/src/main/java/org/apache/tika/language/translate/AbstractTranslator.java ---------------------------------------------------------------------- diff --git a/tika-translate/src/main/java/org/apache/tika/language/translate/AbstractTranslator.java b/tika-translate/src/main/java/org/apache/tika/language/translate/AbstractTranslator.java index d892ab9..8dd45f3 100644 --- a/tika-translate/src/main/java/org/apache/tika/language/translate/AbstractTranslator.java +++ b/tika-translate/src/main/java/org/apache/tika/language/translate/AbstractTranslator.java @@ -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.language.translate; import java.io.IOException; http://git-wip-us.apache.org/repos/asf/tika/blob/ff066dd5/tika-translate/src/main/resources/org/apache/tika/language/translate/translator.yandex.properties ---------------------------------------------------------------------- diff --git a/tika-translate/src/main/resources/org/apache/tika/language/translate/translator.yandex.properties b/tika-translate/src/main/resources/org/apache/tika/language/translate/translator.yandex.properties index 57c11e0..a3dcf8d 100644 --- a/tika-translate/src/main/resources/org/apache/tika/language/translate/translator.yandex.properties +++ b/tika-translate/src/main/resources/org/apache/tika/language/translate/translator.yandex.properties @@ -1,3 +1,18 @@ +# 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. +# # To use the YANDEX translate service, you <em>must</em> set your API-Key # as described in Translate API, https://tech.yandex.com/translate/ # If you do not want translation please set the value to "dummy-key".
