RYA-169 updating RAT licenses. Closes #87.
Project: http://git-wip-us.apache.org/repos/asf/incubator-rya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rya/commit/5867d545 Tree: http://git-wip-us.apache.org/repos/asf/incubator-rya/tree/5867d545 Diff: http://git-wip-us.apache.org/repos/asf/incubator-rya/diff/5867d545 Branch: refs/heads/master Commit: 5867d545d5bc1e9f00fc8cc8fcd331734cb7bfcb Parents: 5edfd65 Author: pujav65 <[email protected]> Authored: Tue Sep 27 11:34:43 2016 -0400 Committer: pujav65 <[email protected]> Committed: Tue Sep 27 11:34:43 2016 -0400 ---------------------------------------------------------------------- .../rdftriplestore/inference/InverseURI.java | 38 ++++++++++++++++++-- .../inference/PropertyChainTest.java | 38 ++++++++++++++++++-- 2 files changed, 72 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/5867d545/sail/src/main/java/mvm/rya/rdftriplestore/inference/InverseURI.java ---------------------------------------------------------------------- diff --git a/sail/src/main/java/mvm/rya/rdftriplestore/inference/InverseURI.java b/sail/src/main/java/mvm/rya/rdftriplestore/inference/InverseURI.java index c182fb5..c9e14cd 100644 --- a/sail/src/main/java/mvm/rya/rdftriplestore/inference/InverseURI.java +++ b/sail/src/main/java/mvm/rya/rdftriplestore/inference/InverseURI.java @@ -1,8 +1,42 @@ package mvm.rya.rdftriplestore.inference; - +/* + * 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 org.openrdf.model.URI; import org.openrdf.model.impl.URIImpl; - +/* + * 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. + */ public class InverseURI implements URI { private URI impl; http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/5867d545/sail/src/test/java/mvm/rya/triplestore/inference/PropertyChainTest.java ---------------------------------------------------------------------- diff --git a/sail/src/test/java/mvm/rya/triplestore/inference/PropertyChainTest.java b/sail/src/test/java/mvm/rya/triplestore/inference/PropertyChainTest.java index 8592e0a..3aab403 100644 --- a/sail/src/test/java/mvm/rya/triplestore/inference/PropertyChainTest.java +++ b/sail/src/test/java/mvm/rya/triplestore/inference/PropertyChainTest.java @@ -1,5 +1,22 @@ package mvm.rya.triplestore.inference; - +/* + * 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.util.List; import org.apache.accumulo.core.Constants; @@ -25,7 +42,24 @@ import mvm.rya.api.RdfCloudTripleStoreConstants; import mvm.rya.rdftriplestore.RdfCloudTripleStore; import mvm.rya.rdftriplestore.inference.InferenceEngine; import mvm.rya.rdftriplestore.inference.InverseURI; - +/* + * 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. + */ public class PropertyChainTest extends TestCase { private String user = "user"; private String pwd = "pwd";
