Thanks Tim.
On Fri, Dec 13, 2013 at 5:27 PM, <[email protected]> wrote: > Updated Branches: > refs/heads/apache-blur-0.2 2fd1011a9 -> 2a55ada58 > > > 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/2a55ada5 > Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/2a55ada5 > Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/2a55ada5 > > Branch: refs/heads/apache-blur-0.2 > Commit: 2a55ada584fc263309507721f49116592fc0f2a5 > Parents: 2fd1011 > Author: twilliams <[email protected]> > Authored: Fri Dec 13 17:20:32 2013 -0500 > Committer: twilliams <[email protected]> > Committed: Fri Dec 13 17:26:07 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/2a55ada5/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; > >
