BookKeeper 4.3.0 release.

git-svn-id: https://svn.apache.org/repos/asf/zookeeper/bookkeeper/tags/release-4.3.0@1630047 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/CHANGES.txt b/CHANGES.txt
index d3f378f..43c4c7c 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -68,6 +68,10 @@
 
       BOOKKEEPER-776: Flaky test BookieRecoveryTest (ivank via fpj)
 
+      BOOKKEEPER-790: Add JNA license in NOTICE files (sijie)
+
+      BOOKKEEPER-789: Update README to reflect bookkeeper modules (sijie)
+
       bookkeeper-server:
 
         BOOKKEEPER-567: ReadOnlyBookieTest hangs on shutdown (sijie via ivank)
diff --git a/README b/README
index 0a7d8d6..33f7540 100644
--- a/README
+++ b/README
@@ -12,11 +12,14 @@
 -------------------------------------------------------------------------------
 The BookKeeper project contains:
 
- - bookkeeper-server     (BookKeeper server and client)
- - bookkeeper-benchmark  (Benchmark suite for testing BookKeeper performance)
- - hedwig-protocol       (Hedwig network protocol)
- - hedwig-client         (Hedwig client library)
- - hedwig-server         (Hedwig server)
+ - bookkeeper-server            (BookKeeper server and client)
+ - bookkeeper-benchmark         (Benchmark suite for testing BookKeeper performance)
+ - bookkeeper-stats             (BookKeeper stats library)
+ - bookkeeper-stats-providers   (BookKeeper stats providers)
+ - hedwig-protocol              (Hedwig network protocol)
+ - hedwig-server                (Hedwig server)
+ - hedwig-client                (Hedwig client library)
+ - hedwig-client-jms            (Hedwig client jms library)
 
 BookKeeper is a system to reliably log streams of records. It is designed to 
 store  write ahead logs, such as those found in database or database like 
diff --git a/bookkeeper-server/src/main/resources/NOTICE.bin.txt b/bookkeeper-server/src/main/resources/NOTICE.bin.txt
index 7e15b27..c706514 100644
--- a/bookkeeper-server/src/main/resources/NOTICE.bin.txt
+++ b/bookkeeper-server/src/main/resources/NOTICE.bin.txt
@@ -26,6 +26,7 @@
   Commons Logging under The Apache Software License, Version 2.0
   commons Beanutils under Apache License, Version 2.0
   Commons Digester under The Apache Software License, Version 2.0
+  Java Native Access under Apache License, Version 2.0
   JLine under BSD
   SLF4J API Module under MIT License
   SLF4J LOG4J-12 Binding under MIT License
diff --git a/hedwig-server/src/main/resources/NOTICE.bin.txt b/hedwig-server/src/main/resources/NOTICE.bin.txt
index 28d670d..d76e00c 100644
--- a/hedwig-server/src/main/resources/NOTICE.bin.txt
+++ b/hedwig-server/src/main/resources/NOTICE.bin.txt
@@ -30,6 +30,7 @@
   Digester under The Apache Software License, Version 2.0
   Hedwig Client under The Apache Software License, Version 2.0
   Hedwig Protocol under The Apache Software License, Version 2.0
+  Java Native Access under Apache License, Version 2.0
   JLine under BSD
   Protocol Buffer Java API under New BSD license
   SLF4J API Module under MIT License
@@ -37,4 +38,3 @@
   The Netty Project under Apache License, Version 2.0
   ZooKeeper under Apache License, Version 2.0
   Guava under The Apache Software License, Version 2.0
-