From e361c08268390cebb052ac59974fffd4a02abc68 Mon Sep 17 00:00:00 2001 From: kchilton2 Date: Tue, 3 Oct 2017 16:07:45 -0400 Subject: [PATCH] RYA-391 Added missing Apache 2.0 license headers. --- .../src/main/java/InferenceExamples.java | 19 +++++++++++++++++++ .../src/main/java/log4j.properties | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/extras/indexingExample/src/main/java/InferenceExamples.java b/extras/indexingExample/src/main/java/InferenceExamples.java index 4d232f12a..474d7b03b 100644 --- a/extras/indexingExample/src/main/java/InferenceExamples.java +++ b/extras/indexingExample/src/main/java/InferenceExamples.java @@ -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. + */ + import java.io.IOException; import java.util.List; diff --git a/extras/indexingExample/src/main/java/log4j.properties b/extras/indexingExample/src/main/java/log4j.properties index b7347ead5..0aa7ad08e 100644 --- a/extras/indexingExample/src/main/java/log4j.properties +++ b/extras/indexingExample/src/main/java/log4j.properties @@ -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. +# + # Set root logger level to INFO and its only appender to A1. log4j.rootLogger=INFO, A1