You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2013/07/17 04:33:31 UTC

[29/50] [abbrv] git commit: ACCUMULO-1537 - Adding apache header

ACCUMULO-1537 - Adding apache header



git-svn-id: https://svn.apache.org/repos/asf/accumulo/trunk@1501951 13f79535-47bb-0310-9956-ffa450edef68


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

Branch: refs/heads/ACCUMULO-1496
Commit: c72a194a164361a5eee04cbd270bcee8004327f6
Parents: 0b6b734
Author: John Vines <vi...@apache.org>
Authored: Wed Jul 10 20:08:11 2013 +0000
Committer: John Vines <vi...@apache.org>
Committed: Wed Jul 10 20:08:11 2013 +0000

----------------------------------------------------------------------
 .../accumulo/test/functional/HalfDeadTServerIT.java | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/c72a194a/test/src/test/java/org/apache/accumulo/test/functional/HalfDeadTServerIT.java
----------------------------------------------------------------------
diff --git a/test/src/test/java/org/apache/accumulo/test/functional/HalfDeadTServerIT.java b/test/src/test/java/org/apache/accumulo/test/functional/HalfDeadTServerIT.java
index 2064627..ee08012 100644
--- a/test/src/test/java/org/apache/accumulo/test/functional/HalfDeadTServerIT.java
+++ b/test/src/test/java/org/apache/accumulo/test/functional/HalfDeadTServerIT.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.functional;
 
 import static org.junit.Assert.assertEquals;