You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by ph...@apache.org on 2008/10/20 23:07:27 UTC

svn commit: r706413 - in /hadoop/zookeeper/trunk: CHANGES.txt README.txt src/java/main/org/apache/zookeeper/server/quorum/FollowerSyncRequest.java

Author: phunt
Date: Mon Oct 20 14:07:27 2008
New Revision: 706413

URL: http://svn.apache.org/viewvc?rev=706413&view=rev
Log:
ZOOKEEPER-198. apache license header missing from FollowerSyncRequest.java

Modified:
    hadoop/zookeeper/trunk/CHANGES.txt
    hadoop/zookeeper/trunk/README.txt
    hadoop/zookeeper/trunk/src/java/main/org/apache/zookeeper/server/quorum/FollowerSyncRequest.java

Modified: hadoop/zookeeper/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/zookeeper/trunk/CHANGES.txt?rev=706413&r1=706412&r2=706413&view=diff
==============================================================================
--- hadoop/zookeeper/trunk/CHANGES.txt (original)
+++ hadoop/zookeeper/trunk/CHANGES.txt Mon Oct 20 14:07:27 2008
@@ -35,6 +35,9 @@
 
   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

Modified: hadoop/zookeeper/trunk/README.txt
URL: http://svn.apache.org/viewvc/hadoop/zookeeper/trunk/README.txt?rev=706413&r1=706412&r2=706413&view=diff
==============================================================================
--- hadoop/zookeeper/trunk/README.txt (original)
+++ hadoop/zookeeper/trunk/README.txt Mon Oct 20 14:07:27 2008
@@ -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:

Modified: hadoop/zookeeper/trunk/src/java/main/org/apache/zookeeper/server/quorum/FollowerSyncRequest.java
URL: http://svn.apache.org/viewvc/hadoop/zookeeper/trunk/src/java/main/org/apache/zookeeper/server/quorum/FollowerSyncRequest.java?rev=706413&r1=706412&r2=706413&view=diff
==============================================================================
--- hadoop/zookeeper/trunk/src/java/main/org/apache/zookeeper/server/quorum/FollowerSyncRequest.java (original)
+++ hadoop/zookeeper/trunk/src/java/main/org/apache/zookeeper/server/quorum/FollowerSyncRequest.java Mon Oct 20 14:07:27 2008
@@ -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;