You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by zz...@apache.org on 2013/02/02 00:45:46 UTC

git commit: add missing lisence header

Updated Branches:
  refs/heads/master 4f1214ad3 -> e1b441135


add missing lisence header


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

Branch: refs/heads/master
Commit: e1b441135b98974ffa5e8adaf357f5b8e2889994
Parents: 4f1214a
Author: zzhang <zz...@uci.edu>
Authored: Fri Feb 1 15:45:37 2013 -0800
Committer: zzhang <zz...@uci.edu>
Committed: Fri Feb 1 15:45:37 2013 -0800

----------------------------------------------------------------------
 .../java/org/apache/helix/ZkHelixTestManager.java  |   19 +++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/e1b44113/helix-core/src/test/java/org/apache/helix/ZkHelixTestManager.java
----------------------------------------------------------------------
diff --git a/helix-core/src/test/java/org/apache/helix/ZkHelixTestManager.java b/helix-core/src/test/java/org/apache/helix/ZkHelixTestManager.java
index bf7d351..4f21620 100644
--- a/helix-core/src/test/java/org/apache/helix/ZkHelixTestManager.java
+++ b/helix-core/src/test/java/org/apache/helix/ZkHelixTestManager.java
@@ -1,5 +1,24 @@
 package org.apache.helix;
 
+/*
+ * 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.
+ */
+
 import java.util.List;
 
 import org.apache.helix.manager.zk.CallbackHandler;