You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by md...@apache.org on 2015/08/25 22:14:11 UTC

curator git commit: CURATOR-161 Added missing license header

Repository: curator
Updated Branches:
  refs/heads/CURATOR-3.0 f9af0ce81 -> 0f5668b31


CURATOR-161 Added missing license header


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

Branch: refs/heads/CURATOR-3.0
Commit: 0f5668b3127f280e6dd1d6d3ec665420e2d46b2d
Parents: f9af0ce
Author: Mike Drob <md...@apache.org>
Authored: Tue Aug 25 15:14:01 2015 -0500
Committer: Mike Drob <md...@apache.org>
Committed: Tue Aug 25 15:14:01 2015 -0500

----------------------------------------------------------------------
 .../api/BackgroundPathableQuietlyable.java        | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/0f5668b3/curator-framework/src/main/java/org/apache/curator/framework/api/BackgroundPathableQuietlyable.java
----------------------------------------------------------------------
diff --git a/curator-framework/src/main/java/org/apache/curator/framework/api/BackgroundPathableQuietlyable.java b/curator-framework/src/main/java/org/apache/curator/framework/api/BackgroundPathableQuietlyable.java
index 8ed73fa..cd88739 100644
--- a/curator-framework/src/main/java/org/apache/curator/framework/api/BackgroundPathableQuietlyable.java
+++ b/curator-framework/src/main/java/org/apache/curator/framework/api/BackgroundPathableQuietlyable.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.api;
 
 public interface BackgroundPathableQuietlyable<T> extends BackgroundPathable<T>, Quietly<BackgroundPathable<T>>