Updated Branches: refs/heads/master 2f9e54b7e -> 0ee24620c
Adding missing APLv2 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/0ee24620 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/0ee24620 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/0ee24620 Branch: refs/heads/master Commit: 0ee24620cd80da5159ea06141b4f8c44b03f8627 Parents: 2f9e54b Author: Aaron McCurry <[email protected]> Authored: Fri Sep 20 13:17:34 2013 -0400 Committer: Aaron McCurry <[email protected]> Committed: Fri Sep 20 13:17:34 2013 -0400 ---------------------------------------------------------------------- .../store/blockcache_v2/CacheDirectoryTest.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/0ee24620/blur-store/src/test/java/org/apache/blur/store/blockcache_v2/CacheDirectoryTest.java ---------------------------------------------------------------------- diff --git a/blur-store/src/test/java/org/apache/blur/store/blockcache_v2/CacheDirectoryTest.java b/blur-store/src/test/java/org/apache/blur/store/blockcache_v2/CacheDirectoryTest.java index 8e3a285..f27842e 100644 --- a/blur-store/src/test/java/org/apache/blur/store/blockcache_v2/CacheDirectoryTest.java +++ b/blur-store/src/test/java/org/apache/blur/store/blockcache_v2/CacheDirectoryTest.java @@ -1,3 +1,20 @@ +/** + * 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.store.blockcache_v2; import static org.junit.Assert.assertEquals;
