You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ra...@apache.org on 2013/09/07 06:11:55 UTC

git commit: Added missing license:

Updated Branches:
  refs/heads/CURATOR-51 35d68e172 -> 69b824e5c


Added missing license:


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

Branch: refs/heads/CURATOR-51
Commit: 69b824e5c034fa5da20b579eb9db2bb386a521df
Parents: 35d68e1
Author: randgalt <ra...@apache.org>
Authored: Fri Sep 6 21:12:20 2013 -0700
Committer: randgalt <ra...@apache.org>
Committed: Fri Sep 6 21:12:20 2013 -0700

----------------------------------------------------------------------
 .../leader/TestLeaderSelectorWithExecutor.java    | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/69b824e5/curator-recipes/src/test/java/org/apache/curator/framework/recipes/leader/TestLeaderSelectorWithExecutor.java
----------------------------------------------------------------------
diff --git a/curator-recipes/src/test/java/org/apache/curator/framework/recipes/leader/TestLeaderSelectorWithExecutor.java b/curator-recipes/src/test/java/org/apache/curator/framework/recipes/leader/TestLeaderSelectorWithExecutor.java
index bbfc24f..930b9fa 100644
--- a/curator-recipes/src/test/java/org/apache/curator/framework/recipes/leader/TestLeaderSelectorWithExecutor.java
+++ b/curator-recipes/src/test/java/org/apache/curator/framework/recipes/leader/TestLeaderSelectorWithExecutor.java
@@ -1,3 +1,21 @@
+/**
+ * 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.curator.framework.recipes.leader;
 
 import com.google.common.io.Closeables;