You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2013/11/23 08:10:23 UTC

git commit: ACCUMULO-1854 Add in missing license.

Updated Branches:
  refs/heads/1.4.5-SNAPSHOT e1dd6f9b2 -> 6caa15972


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/1.4.5-SNAPSHOT
Commit: 6caa1597231bddc806fa2e8f4be596fc1e95e949
Parents: e1dd6f9
Author: Josh Elser <el...@apache.org>
Authored: Sat Nov 23 02:08:05 2013 -0500
Committer: Josh Elser <el...@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;