licenses
Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/bf7c5ecf Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/bf7c5ecf Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/bf7c5ecf Branch: refs/heads/persistent-watch Commit: bf7c5ecf548e18ead3e5bd9b0be05df42367035a Parents: a83e3e0 Author: randgalt <[email protected]> Authored: Wed Aug 23 08:18:51 2017 +0200 Committer: randgalt <[email protected]> Committed: Wed Aug 23 08:18:51 2017 +0200 ---------------------------------------------------------------------- .../framework/recipes/cache/ListenerBridge.java | 18 ++++++++++++++++++ .../framework/recipes/cache/SelectorBridge.java | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/curator/blob/bf7c5ecf/curator-recipes/src/main/java/org/apache/curator/framework/recipes/cache/ListenerBridge.java ---------------------------------------------------------------------- diff --git a/curator-recipes/src/main/java/org/apache/curator/framework/recipes/cache/ListenerBridge.java b/curator-recipes/src/main/java/org/apache/curator/framework/recipes/cache/ListenerBridge.java index 8a2d665..29e7b6c 100644 --- a/curator-recipes/src/main/java/org/apache/curator/framework/recipes/cache/ListenerBridge.java +++ b/curator-recipes/src/main/java/org/apache/curator/framework/recipes/cache/ListenerBridge.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.cache; import com.google.common.base.Preconditions; http://git-wip-us.apache.org/repos/asf/curator/blob/bf7c5ecf/curator-recipes/src/main/java/org/apache/curator/framework/recipes/cache/SelectorBridge.java ---------------------------------------------------------------------- diff --git a/curator-recipes/src/main/java/org/apache/curator/framework/recipes/cache/SelectorBridge.java b/curator-recipes/src/main/java/org/apache/curator/framework/recipes/cache/SelectorBridge.java index 0c6af08..815345c 100644 --- a/curator-recipes/src/main/java/org/apache/curator/framework/recipes/cache/SelectorBridge.java +++ b/curator-recipes/src/main/java/org/apache/curator/framework/recipes/cache/SelectorBridge.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.cache; import org.apache.curator.framework.recipes.watch.CacheAction;
