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 2015/01/05 16:07:43 UTC

curator git commit: license

Repository: curator
Updated Branches:
  refs/heads/master 37dc44785 -> f17b46fe7


license


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

Branch: refs/heads/master
Commit: f17b46fe75fbaba5197581cb3b4fc18571496ffc
Parents: 37dc447
Author: randgalt <ra...@apache.org>
Authored: Mon Jan 5 10:07:39 2015 -0500
Committer: randgalt <ra...@apache.org>
Committed: Mon Jan 5 10:07:39 2015 -0500

----------------------------------------------------------------------
 .../x/discovery/details/TestWatchedInstances.java | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/f17b46fe/curator-x-discovery/src/test/java/org/apache/curator/x/discovery/details/TestWatchedInstances.java
----------------------------------------------------------------------
diff --git a/curator-x-discovery/src/test/java/org/apache/curator/x/discovery/details/TestWatchedInstances.java b/curator-x-discovery/src/test/java/org/apache/curator/x/discovery/details/TestWatchedInstances.java
index 0a19b41..2d03c47 100644
--- a/curator-x-discovery/src/test/java/org/apache/curator/x/discovery/details/TestWatchedInstances.java
+++ b/curator-x-discovery/src/test/java/org/apache/curator/x/discovery/details/TestWatchedInstances.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.x.discovery.details;
 
 import com.google.common.collect.Lists;