Repository: incubator-blur Updated Branches: refs/heads/apache-blur-0.2 e1934e567 -> 6a517a81c
add in license headers Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/6a517a81 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/6a517a81 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/6a517a81 Branch: refs/heads/apache-blur-0.2 Commit: 6a517a81c156d2815d93cde4afe60120ece50b9e Parents: e1934e5 Author: twilliams <[email protected]> Authored: Tue Mar 4 19:27:59 2014 -0500 Committer: twilliams <[email protected]> Committed: Tue Mar 4 19:27:59 2014 -0500 ---------------------------------------------------------------------- .../java/org/apache/blur/slur/BlurQueryHelper.java | 16 ++++++++++++++++ .../java/org/apache/blur/slur/BlurResultHelper.java | 16 ++++++++++++++++ .../org/apache/blur/slur/BlurQueryHelperTest.java | 16 ++++++++++++++++ 3 files changed, 48 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/6a517a81/whiteboard/slur/src/main/java/org/apache/blur/slur/BlurQueryHelper.java ---------------------------------------------------------------------- diff --git a/whiteboard/slur/src/main/java/org/apache/blur/slur/BlurQueryHelper.java b/whiteboard/slur/src/main/java/org/apache/blur/slur/BlurQueryHelper.java index 27346a6..2f3f4fe 100644 --- a/whiteboard/slur/src/main/java/org/apache/blur/slur/BlurQueryHelper.java +++ b/whiteboard/slur/src/main/java/org/apache/blur/slur/BlurQueryHelper.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.blur.slur; import java.util.HashSet; http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/6a517a81/whiteboard/slur/src/main/java/org/apache/blur/slur/BlurResultHelper.java ---------------------------------------------------------------------- diff --git a/whiteboard/slur/src/main/java/org/apache/blur/slur/BlurResultHelper.java b/whiteboard/slur/src/main/java/org/apache/blur/slur/BlurResultHelper.java index eb3cd50..e448dd4 100644 --- a/whiteboard/slur/src/main/java/org/apache/blur/slur/BlurResultHelper.java +++ b/whiteboard/slur/src/main/java/org/apache/blur/slur/BlurResultHelper.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.blur.slur; import java.util.List; http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/6a517a81/whiteboard/slur/src/test/java/org/apache/blur/slur/BlurQueryHelperTest.java ---------------------------------------------------------------------- diff --git a/whiteboard/slur/src/test/java/org/apache/blur/slur/BlurQueryHelperTest.java b/whiteboard/slur/src/test/java/org/apache/blur/slur/BlurQueryHelperTest.java index 566c489..f2f70b7 100644 --- a/whiteboard/slur/src/test/java/org/apache/blur/slur/BlurQueryHelperTest.java +++ b/whiteboard/slur/src/test/java/org/apache/blur/slur/BlurQueryHelperTest.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.blur.slur; import static org.junit.Assert.assertEquals;
