adding licenses for apache rat
Project: http://git-wip-us.apache.org/repos/asf/incubator-rya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rya/commit/1b12872f Tree: http://git-wip-us.apache.org/repos/asf/incubator-rya/tree/1b12872f Diff: http://git-wip-us.apache.org/repos/asf/incubator-rya/diff/1b12872f Branch: refs/heads/develop Commit: 1b12872f9b19e078b3a6495a16c0ea2f1b8f324a Parents: a28472b Author: pujav65 <[email protected]> Authored: Thu Jun 16 10:03:05 2016 -0400 Committer: pujav65 <[email protected]> Committed: Thu Jun 16 10:03:05 2016 -0400 ---------------------------------------------------------------------- .../AccumuloIndexSetColumnVisibilityTest.java | 19 ++++++++++++++++++- .../pcj/matching/FlattenedOptionalTest.java | 19 ++++++++++++++++++- .../pcj/matching/JoinSegmentPCJMatcherTest.java | 19 +++++++++++++++++++ .../indexing/pcj/matching/JoinSegmentTest.java | 19 +++++++++++++++++++ .../OptionalJoinSegmentPCJMatcherTest.java | 19 +++++++++++++++++++ .../pcj/matching/OptionalJoinSegmentTest.java | 19 +++++++++++++++++++ .../pcj/matching/PCJNodeConsolidatorTest.java | 19 ++++++++++++++++++- .../indexing/pcj/matching/PCJOptimizerTest.java | 19 ++++++++++++++++++- .../pcj/matching/PCJOptimizerUtilitesTest.java | 19 ++++++++++++++++++- 9 files changed, 166 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/1b12872f/extras/indexing/src/test/java/mvm/rya/indexing/external/tupleSet/AccumuloIndexSetColumnVisibilityTest.java ---------------------------------------------------------------------- diff --git a/extras/indexing/src/test/java/mvm/rya/indexing/external/tupleSet/AccumuloIndexSetColumnVisibilityTest.java b/extras/indexing/src/test/java/mvm/rya/indexing/external/tupleSet/AccumuloIndexSetColumnVisibilityTest.java index 8951e30..aef08a4 100644 --- a/extras/indexing/src/test/java/mvm/rya/indexing/external/tupleSet/AccumuloIndexSetColumnVisibilityTest.java +++ b/extras/indexing/src/test/java/mvm/rya/indexing/external/tupleSet/AccumuloIndexSetColumnVisibilityTest.java @@ -1,5 +1,22 @@ package mvm.rya.indexing.external.tupleSet; - +/* + * 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 info.aduna.iteration.CloseableIteration; import java.io.File; http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/1b12872f/extras/indexing/src/test/java/mvm/rya/indexing/pcj/matching/FlattenedOptionalTest.java ---------------------------------------------------------------------- diff --git a/extras/indexing/src/test/java/mvm/rya/indexing/pcj/matching/FlattenedOptionalTest.java b/extras/indexing/src/test/java/mvm/rya/indexing/pcj/matching/FlattenedOptionalTest.java index a3accd1..0cf5495 100644 --- a/extras/indexing/src/test/java/mvm/rya/indexing/pcj/matching/FlattenedOptionalTest.java +++ b/extras/indexing/src/test/java/mvm/rya/indexing/pcj/matching/FlattenedOptionalTest.java @@ -1,5 +1,22 @@ package mvm.rya.indexing.pcj.matching; - +/* + * 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.ArrayList; import java.util.List; http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/1b12872f/extras/indexing/src/test/java/mvm/rya/indexing/pcj/matching/JoinSegmentPCJMatcherTest.java ---------------------------------------------------------------------- diff --git a/extras/indexing/src/test/java/mvm/rya/indexing/pcj/matching/JoinSegmentPCJMatcherTest.java b/extras/indexing/src/test/java/mvm/rya/indexing/pcj/matching/JoinSegmentPCJMatcherTest.java index 610f0c2..a9a34ee 100644 --- a/extras/indexing/src/test/java/mvm/rya/indexing/pcj/matching/JoinSegmentPCJMatcherTest.java +++ b/extras/indexing/src/test/java/mvm/rya/indexing/pcj/matching/JoinSegmentPCJMatcherTest.java @@ -1,5 +1,24 @@ package mvm.rya.indexing.pcj.matching; +/* + * 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.HashSet; import java.util.List; import java.util.Set; http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/1b12872f/extras/indexing/src/test/java/mvm/rya/indexing/pcj/matching/JoinSegmentTest.java ---------------------------------------------------------------------- diff --git a/extras/indexing/src/test/java/mvm/rya/indexing/pcj/matching/JoinSegmentTest.java b/extras/indexing/src/test/java/mvm/rya/indexing/pcj/matching/JoinSegmentTest.java index 2169ebc..fd0f9aa 100644 --- a/extras/indexing/src/test/java/mvm/rya/indexing/pcj/matching/JoinSegmentTest.java +++ b/extras/indexing/src/test/java/mvm/rya/indexing/pcj/matching/JoinSegmentTest.java @@ -1,5 +1,24 @@ package mvm.rya.indexing.pcj.matching; +/* + * 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.HashSet; import java.util.List; import java.util.Set; http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/1b12872f/extras/indexing/src/test/java/mvm/rya/indexing/pcj/matching/OptionalJoinSegmentPCJMatcherTest.java ---------------------------------------------------------------------- diff --git a/extras/indexing/src/test/java/mvm/rya/indexing/pcj/matching/OptionalJoinSegmentPCJMatcherTest.java b/extras/indexing/src/test/java/mvm/rya/indexing/pcj/matching/OptionalJoinSegmentPCJMatcherTest.java index 1161ad2..f92479e 100644 --- a/extras/indexing/src/test/java/mvm/rya/indexing/pcj/matching/OptionalJoinSegmentPCJMatcherTest.java +++ b/extras/indexing/src/test/java/mvm/rya/indexing/pcj/matching/OptionalJoinSegmentPCJMatcherTest.java @@ -1,5 +1,24 @@ package mvm.rya.indexing.pcj.matching; +/* + * 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.HashSet; import java.util.List; import java.util.Set; http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/1b12872f/extras/indexing/src/test/java/mvm/rya/indexing/pcj/matching/OptionalJoinSegmentTest.java ---------------------------------------------------------------------- diff --git a/extras/indexing/src/test/java/mvm/rya/indexing/pcj/matching/OptionalJoinSegmentTest.java b/extras/indexing/src/test/java/mvm/rya/indexing/pcj/matching/OptionalJoinSegmentTest.java index ec3d919..d1f4987 100644 --- a/extras/indexing/src/test/java/mvm/rya/indexing/pcj/matching/OptionalJoinSegmentTest.java +++ b/extras/indexing/src/test/java/mvm/rya/indexing/pcj/matching/OptionalJoinSegmentTest.java @@ -1,5 +1,24 @@ package mvm.rya.indexing.pcj.matching; +/* + * 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.HashSet; import java.util.List; import java.util.Set; http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/1b12872f/extras/indexing/src/test/java/mvm/rya/indexing/pcj/matching/PCJNodeConsolidatorTest.java ---------------------------------------------------------------------- diff --git a/extras/indexing/src/test/java/mvm/rya/indexing/pcj/matching/PCJNodeConsolidatorTest.java b/extras/indexing/src/test/java/mvm/rya/indexing/pcj/matching/PCJNodeConsolidatorTest.java index 993140c..8fcfa7a 100644 --- a/extras/indexing/src/test/java/mvm/rya/indexing/pcj/matching/PCJNodeConsolidatorTest.java +++ b/extras/indexing/src/test/java/mvm/rya/indexing/pcj/matching/PCJNodeConsolidatorTest.java @@ -1,5 +1,22 @@ package mvm.rya.indexing.pcj.matching; - +/* + * 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.ArrayList; import java.util.List; http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/1b12872f/extras/indexing/src/test/java/mvm/rya/indexing/pcj/matching/PCJOptimizerTest.java ---------------------------------------------------------------------- diff --git a/extras/indexing/src/test/java/mvm/rya/indexing/pcj/matching/PCJOptimizerTest.java b/extras/indexing/src/test/java/mvm/rya/indexing/pcj/matching/PCJOptimizerTest.java index 74f5767..b1c0d0d 100644 --- a/extras/indexing/src/test/java/mvm/rya/indexing/pcj/matching/PCJOptimizerTest.java +++ b/extras/indexing/src/test/java/mvm/rya/indexing/pcj/matching/PCJOptimizerTest.java @@ -1,5 +1,22 @@ package mvm.rya.indexing.pcj.matching; - +/* + * 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.ArrayList; import java.util.List; http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/1b12872f/extras/indexing/src/test/java/mvm/rya/indexing/pcj/matching/PCJOptimizerUtilitesTest.java ---------------------------------------------------------------------- diff --git a/extras/indexing/src/test/java/mvm/rya/indexing/pcj/matching/PCJOptimizerUtilitesTest.java b/extras/indexing/src/test/java/mvm/rya/indexing/pcj/matching/PCJOptimizerUtilitesTest.java index f66ee91..ee90c35 100644 --- a/extras/indexing/src/test/java/mvm/rya/indexing/pcj/matching/PCJOptimizerUtilitesTest.java +++ b/extras/indexing/src/test/java/mvm/rya/indexing/pcj/matching/PCJOptimizerUtilitesTest.java @@ -1,5 +1,22 @@ package mvm.rya.indexing.pcj.matching; - +/* + * 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 mvm.rya.indexing.external.tupleSet.SimpleExternalTupleSet; import org.junit.Assert;
