ACCUMULO-1854 Add in missing license.
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/6caa1597 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/6caa1597 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/6caa1597 Branch: refs/heads/master Commit: 6caa1597231bddc806fa2e8f4be596fc1e95e949 Parents: e1dd6f9 Author: Josh Elser <els...@apache.org> Authored: Sat Nov 23 02:08:05 2013 -0500 Committer: Josh Elser <els...@apache.org> Committed: Sat Nov 23 02:08:05 2013 -0500 ---------------------------------------------------------------------- .../core/client/mapreduce/RangeInputSplitTest.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/6caa1597/src/core/src/test/java/org/apache/accumulo/core/client/mapreduce/RangeInputSplitTest.java ---------------------------------------------------------------------- diff --git a/src/core/src/test/java/org/apache/accumulo/core/client/mapreduce/RangeInputSplitTest.java b/src/core/src/test/java/org/apache/accumulo/core/client/mapreduce/RangeInputSplitTest.java index 22fb6e1..ce77d13 100644 --- a/src/core/src/test/java/org/apache/accumulo/core/client/mapreduce/RangeInputSplitTest.java +++ b/src/core/src/test/java/org/apache/accumulo/core/client/mapreduce/RangeInputSplitTest.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.accumulo.core.client.mapreduce; import java.io.ByteArrayInputStream;