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 2014/08/10 08:21:05 UTC

[12/17] git commit: ACCUMULO-3055 Add in missing license

ACCUMULO-3055 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/17d3fd3c
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/17d3fd3c
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/17d3fd3c

Branch: refs/heads/1.5.2-SNAPSHOT
Commit: 17d3fd3ce548eace833d69cde1ec8b17a2dc3f52
Parents: 94c2a31
Author: Josh Elser <el...@apache.org>
Authored: Sun Aug 10 02:08:21 2014 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Sun Aug 10 02:08:21 2014 -0400

----------------------------------------------------------------------
 .../MiniAccumuloClusterStartStopTest.java           | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/17d3fd3c/minicluster/src/test/java/org/apache/accumulo/minicluster/MiniAccumuloClusterStartStopTest.java
----------------------------------------------------------------------
diff --git a/minicluster/src/test/java/org/apache/accumulo/minicluster/MiniAccumuloClusterStartStopTest.java b/minicluster/src/test/java/org/apache/accumulo/minicluster/MiniAccumuloClusterStartStopTest.java
index ef82af3..f7440e8 100644
--- a/minicluster/src/test/java/org/apache/accumulo/minicluster/MiniAccumuloClusterStartStopTest.java
+++ b/minicluster/src/test/java/org/apache/accumulo/minicluster/MiniAccumuloClusterStartStopTest.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.minicluster;
 
 import java.io.IOException;