Updated Branches: refs/heads/master 79a1c6d44 -> daf3518bf
Added license header Project: http://git-wip-us.apache.org/repos/asf/incubator-curator/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-curator/commit/cf018154 Tree: http://git-wip-us.apache.org/repos/asf/incubator-curator/tree/cf018154 Diff: http://git-wip-us.apache.org/repos/asf/incubator-curator/diff/cf018154 Branch: refs/heads/master Commit: cf0181549cab593f28473353367c2364d728a460 Parents: 79a1c6d Author: randgalt <[email protected]> Authored: Sat Mar 30 15:22:12 2013 -0700 Committer: randgalt <[email protected]> Committed: Sat Mar 30 15:22:12 2013 -0700 ---------------------------------------------------------------------- curator-x-discovery-server/README.txt | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/cf018154/curator-x-discovery-server/README.txt ---------------------------------------------------------------------- diff --git a/curator-x-discovery-server/README.txt b/curator-x-discovery-server/README.txt index 65d05dc..98df35f 100644 --- a/curator-x-discovery-server/README.txt +++ b/curator-x-discovery-server/README.txt @@ -1,3 +1,22 @@ +==== + 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. +==== + == Service Discovery Server == A REST server for use with Curator Service Discovery. This server can be used for non-Java applications that need to participate in the Curator Service Discovery.
