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 2017/02/09 18:36:24 UTC

[25/47] curator git commit: license

license


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

Branch: refs/heads/CURATOR-3.0
Commit: 1ebe821793d14be9e618b67d2f512efce18bf402
Parents: e7a7e53
Author: randgalt <ra...@apache.org>
Authored: Fri Jan 6 15:52:58 2017 -0500
Committer: randgalt <ra...@apache.org>
Committed: Fri Jan 6 15:52:58 2017 -0500

----------------------------------------------------------------------
 .../org/apache/curator/x/async/ExistsOption.java  | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/1ebe8217/curator-x-async/src/main/java/org/apache/curator/x/async/ExistsOption.java
----------------------------------------------------------------------
diff --git a/curator-x-async/src/main/java/org/apache/curator/x/async/ExistsOption.java b/curator-x-async/src/main/java/org/apache/curator/x/async/ExistsOption.java
index 41533cf..6efc8bd 100644
--- a/curator-x-async/src/main/java/org/apache/curator/x/async/ExistsOption.java
+++ b/curator-x-async/src/main/java/org/apache/curator/x/async/ExistsOption.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.async;
 
 /**