RYA-391 Added missing Apache 2.0 license headers.
Project: http://git-wip-us.apache.org/repos/asf/incubator-rya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rya/commit/45e7018a Tree: http://git-wip-us.apache.org/repos/asf/incubator-rya/tree/45e7018a Diff: http://git-wip-us.apache.org/repos/asf/incubator-rya/diff/45e7018a Branch: refs/heads/master Commit: 45e7018ab2e08e375a11e8ba172c65c84a898090 Parents: 3669972 Author: kchilton2 <[email protected]> Authored: Tue Oct 3 16:07:45 2017 -0400 Committer: Caleb Meier <[email protected]> Committed: Tue Oct 3 13:41:41 2017 -0700 ---------------------------------------------------------------------- .../src/main/java/InferenceExamples.java | 19 +++++++++++++++++++ .../src/main/java/log4j.properties | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/45e7018a/extras/indexingExample/src/main/java/InferenceExamples.java ---------------------------------------------------------------------- diff --git a/extras/indexingExample/src/main/java/InferenceExamples.java b/extras/indexingExample/src/main/java/InferenceExamples.java index 4d232f1..474d7b0 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; http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/45e7018a/extras/indexingExample/src/main/java/log4j.properties ---------------------------------------------------------------------- diff --git a/extras/indexingExample/src/main/java/log4j.properties b/extras/indexingExample/src/main/java/log4j.properties index b7347ea..0aa7ad0 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
