Repository: incubator-blur Updated Branches: refs/heads/master d683f1aae -> e4153554b
add headers on new files Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/e4153554 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/e4153554 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/e4153554 Branch: refs/heads/master Commit: e4153554bd6d48af43fa6ae818176071fc1fa271 Parents: d683f1a Author: twilliams <[email protected]> Authored: Mon Sep 22 19:57:26 2014 -0400 Committer: twilliams <[email protected]> Committed: Mon Sep 22 19:57:26 2014 -0400 ---------------------------------------------------------------------- .../blur/command/DocumentCountCombinerTest.java | 17 ++++++++++++++++- .../org/apache/blur/command/DocumentCountTest.java | 17 ++++++++++++++++- .../java/org/apache/blur/command/TestContext.java | 17 +++++++++++++++++ 3 files changed, 49 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/e4153554/blur-command/src/test/java/org/apache/blur/command/DocumentCountCombinerTest.java ---------------------------------------------------------------------- diff --git a/blur-command/src/test/java/org/apache/blur/command/DocumentCountCombinerTest.java b/blur-command/src/test/java/org/apache/blur/command/DocumentCountCombinerTest.java index 18dc750..d169e49 100644 --- a/blur-command/src/test/java/org/apache/blur/command/DocumentCountCombinerTest.java +++ b/blur-command/src/test/java/org/apache/blur/command/DocumentCountCombinerTest.java @@ -1,6 +1,21 @@ package org.apache.blur.command; - +/** + * 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 static org.junit.Assert.assertEquals; http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/e4153554/blur-command/src/test/java/org/apache/blur/command/DocumentCountTest.java ---------------------------------------------------------------------- diff --git a/blur-command/src/test/java/org/apache/blur/command/DocumentCountTest.java b/blur-command/src/test/java/org/apache/blur/command/DocumentCountTest.java index 8552486..258b517 100644 --- a/blur-command/src/test/java/org/apache/blur/command/DocumentCountTest.java +++ b/blur-command/src/test/java/org/apache/blur/command/DocumentCountTest.java @@ -1,6 +1,21 @@ package org.apache.blur.command; - +/** + * 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 static org.junit.Assert.assertEquals; http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/e4153554/blur-command/src/test/java/org/apache/blur/command/TestContext.java ---------------------------------------------------------------------- diff --git a/blur-command/src/test/java/org/apache/blur/command/TestContext.java b/blur-command/src/test/java/org/apache/blur/command/TestContext.java index 3bacb12..fca7953 100644 --- a/blur-command/src/test/java/org/apache/blur/command/TestContext.java +++ b/blur-command/src/test/java/org/apache/blur/command/TestContext.java @@ -1,5 +1,22 @@ package org.apache.blur.command; +/** + * 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 org.apache.blur.BlurConfiguration;
