Updated Branches: refs/heads/master ecda86e7b -> 388b8aa69
Add license 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/388b8aa6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/388b8aa6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/388b8aa6 Branch: refs/heads/master Commit: 388b8aa6948cc6d05ef5e19a0335b4adff0c60e1 Parents: ecda86e Author: twilliams <[email protected]> Authored: Fri Dec 13 17:20:32 2013 -0500 Committer: Aaron McCurry <[email protected]> Committed: Sun Dec 15 09:35:37 2013 -0500 ---------------------------------------------------------------------- .../org/apache/blur/lucene/codec/CachedKey.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/388b8aa6/blur-store/src/main/java/org/apache/blur/lucene/codec/CachedKey.java ---------------------------------------------------------------------- diff --git a/blur-store/src/main/java/org/apache/blur/lucene/codec/CachedKey.java b/blur-store/src/main/java/org/apache/blur/lucene/codec/CachedKey.java index d7b099c..aaf63cf 100644 --- a/blur-store/src/main/java/org/apache/blur/lucene/codec/CachedKey.java +++ b/blur-store/src/main/java/org/apache/blur/lucene/codec/CachedKey.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.lucene.codec; import org.apache.lucene.index.SegmentInfo;
