Return-Path: X-Original-To: apmail-curator-commits-archive@minotaur.apache.org Delivered-To: apmail-curator-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 475C410B7D for ; Sat, 7 Sep 2013 04:12:36 +0000 (UTC) Received: (qmail 55351 invoked by uid 500); 7 Sep 2013 04:12:34 -0000 Delivered-To: apmail-curator-commits-archive@curator.apache.org Received: (qmail 55329 invoked by uid 500); 7 Sep 2013 04:12:33 -0000 Mailing-List: contact commits-help@curator.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@curator.incubator.apache.org Delivered-To: mailing list commits@curator.incubator.apache.org Received: (qmail 55322 invoked by uid 99); 7 Sep 2013 04:12:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Sep 2013 04:12:32 +0000 X-ASF-Spam-Status: No, hits=-2002.4 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 07 Sep 2013 04:12:30 +0000 Received: (qmail 55267 invoked by uid 99); 7 Sep 2013 04:12:08 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Sep 2013 04:12:08 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id B38B69031CA; Sat, 7 Sep 2013 04:12:07 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: randgalt@apache.org To: commits@curator.incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: Added missing license: Date: Sat, 7 Sep 2013 04:12:07 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org Updated Branches: refs/heads/master 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/master Commit: 69b824e5c034fa5da20b579eb9db2bb386a521df Parents: 35d68e1 Author: randgalt Authored: Fri Sep 6 21:12:20 2013 -0700 Committer: randgalt 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;