Updated Branches: refs/heads/master 0a8f63ed0 -> e91580c3a
Adding header. Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/e91580c3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/e91580c3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/e91580c3 Branch: refs/heads/master Commit: e91580c3a607400af58df942a7d3fa1c492ac7ba Parents: 0a8f63e Author: Aaron McCurry <[email protected]> Authored: Thu Jun 13 15:12:35 2013 -0400 Committer: Aaron McCurry <[email protected]> Committed: Thu Jun 13 15:12:35 2013 -0400 ---------------------------------------------------------------------- .../java/org/apache/blur/utils/HighlightHelper.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/e91580c3/blur-core/src/main/java/org/apache/blur/utils/HighlightHelper.java ---------------------------------------------------------------------- diff --git a/blur-core/src/main/java/org/apache/blur/utils/HighlightHelper.java b/blur-core/src/main/java/org/apache/blur/utils/HighlightHelper.java index af33240..ace086e 100644 --- a/blur-core/src/main/java/org/apache/blur/utils/HighlightHelper.java +++ b/blur-core/src/main/java/org/apache/blur/utils/HighlightHelper.java @@ -1,5 +1,21 @@ package org.apache.blur.utils; +/** + * 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.ArrayList; import java.util.Collection;
