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 2015/08/05 18:28:34 UTC

accumulo git commit: ACCUMULO-3953 Add missing license header.

Repository: accumulo
Updated Branches:
  refs/heads/master ccc21487c -> 774c2c7cf


ACCUMULO-3953 Add missing license header.


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/774c2c7c
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/774c2c7c
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/774c2c7c

Branch: refs/heads/master
Commit: 774c2c7cf3f0652215d2ce598baaa5f3fc9890a6
Parents: ccc2148
Author: Josh Elser <el...@apache.org>
Authored: Wed Aug 5 12:17:22 2015 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Wed Aug 5 12:17:22 2015 -0400

----------------------------------------------------------------------
 .../org/apache/accumulo/test/GetFileInfoBulkIT.java | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/774c2c7c/test/src/main/java/org/apache/accumulo/test/GetFileInfoBulkIT.java
----------------------------------------------------------------------
diff --git a/test/src/main/java/org/apache/accumulo/test/GetFileInfoBulkIT.java b/test/src/main/java/org/apache/accumulo/test/GetFileInfoBulkIT.java
index 62aef7a..e0a0832 100644
--- a/test/src/main/java/org/apache/accumulo/test/GetFileInfoBulkIT.java
+++ b/test/src/main/java/org/apache/accumulo/test/GetFileInfoBulkIT.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.test;
 
 import static org.junit.Assert.assertEquals;