Browse Source

ZOOKEEPER-198. apache license header missing from FollowerSyncRequest.java

git-svn-id: https://svn.apache.org/repos/asf/hadoop/zookeeper/trunk@706413 13f79535-47bb-0310-9956-ffa450edef68
Patrick D. Hunt 16 năm trước cách đây
mục cha
commit
60808e0a73

+ 3 - 0
CHANGES.txt

@@ -35,6 +35,9 @@ Backward compatibile changes:
 
   BUGFIXES: 
 
+  ZOOKEEPER-198. apache license header missing from FollowerSyncRequest.java
+  (phunt)
+
   ZOOKEEPER-5. Upgrade Feature in Zookeeper server. (mahadev via phunt)
 
   ZOOKEEPER-194. Fix terminology in zookeeperAdmin.xml

+ 10 - 1
README.txt

@@ -1,8 +1,17 @@
 Welcome to ZooKeeper!
 
 -------------------
-Run "ant" command in this directory to build the server/client. "zookeeper-dev.jar" will be output to this directory on a successful build.
+Documentation
+
+See docs/index.html
+
+New Users -- see the overview, getting started, and programmer guides
+Existing Users -- if you are upgrading to 3.0 review the releasenotes and upgrade guide
 
+-------------------
+Quick Start
+
+Run "ant" command in this directory to build the server/client. "zookeeper-dev.jar" will be output to this directory on a successful build.
 
 -------------------
 Starting the server:

+ 18 - 0
src/java/main/org/apache/zookeeper/server/quorum/FollowerSyncRequest.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.zookeeper.server.quorum;
 
 import java.nio.ByteBuffer;