|
@@ -1,9 +1,101 @@
|
|
|
Apache ZooKeeper
|
|
|
-Copyright 2009-2015 The Apache Software Foundation
|
|
|
+Copyright 2009-2016 The Apache Software Foundation
|
|
|
|
|
|
This product includes software developed at
|
|
|
The Apache Software Foundation (http://www.apache.org/).
|
|
|
|
|
|
-The bundled servlet-api-2.5.jar is under the CDDL license,
|
|
|
-the original source code for this can be found at
|
|
|
-http://repo1.maven.org/maven2/javax/servlet/servlet-api/2.5/
|
|
|
+This product includes software developed by
|
|
|
+The Netty Project (http://netty.io/)
|
|
|
+Copyright 2011 The Netty Project
|
|
|
+
|
|
|
+The Netty NOTICE file contains the following items:
|
|
|
+This product contains the extensions to Java Collections Framework which has
|
|
|
+been derived from the works by JSR-166 EG, Doug Lea, and Jason T. Greene:
|
|
|
+
|
|
|
+ * LICENSE:
|
|
|
+ * license/LICENSE.jsr166y.txt (Public Domain)
|
|
|
+ * HOMEPAGE:
|
|
|
+ * http://gee.cs.oswego.edu/cgi-bin/viewcvs.cgi/jsr166/
|
|
|
+ * http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbosscache/experimental/jsr166/
|
|
|
+
|
|
|
+This product contains a modified version of Robert Harder's Public Domain
|
|
|
+Base64 Encoder and Decoder, which can be obtained at:
|
|
|
+
|
|
|
+ * LICENSE:
|
|
|
+ * license/LICENSE.base64.txt (Public Domain)
|
|
|
+ * HOMEPAGE:
|
|
|
+ * http://iharder.sourceforge.net/current/java/base64/
|
|
|
+
|
|
|
+This product contains a modified version of 'JZlib', a re-implementation of
|
|
|
+zlib in pure Java, which can be obtained at:
|
|
|
+
|
|
|
+ * LICENSE:
|
|
|
+ * license/LICENSE.jzlib.txt (BSD Style License)
|
|
|
+ * HOMEPAGE:
|
|
|
+ * http://www.jcraft.com/jzlib/
|
|
|
+
|
|
|
+This product contains a modified version of 'Webbit', a Java event based
|
|
|
+WebSocket and HTTP server:
|
|
|
+
|
|
|
+ * LICENSE:
|
|
|
+ * license/LICENSE.webbit.txt (BSD License)
|
|
|
+ * HOMEPAGE:
|
|
|
+ * https://github.com/joewalnes/webbit
|
|
|
+
|
|
|
+This product optionally depends on 'Protocol Buffers', Google's data
|
|
|
+interchange format, which can be obtained at:
|
|
|
+
|
|
|
+ * LICENSE:
|
|
|
+ * license/LICENSE.protobuf.txt (New BSD License)
|
|
|
+ * HOMEPAGE:
|
|
|
+ * http://code.google.com/p/protobuf/
|
|
|
+
|
|
|
+This product optionally depends on 'Bouncy Castle Crypto APIs' to generate
|
|
|
+a temporary self-signed X.509 certificate when the JVM does not provide the
|
|
|
+equivalent functionality. It can be obtained at:
|
|
|
+
|
|
|
+ * LICENSE:
|
|
|
+ * license/LICENSE.bouncycastle.txt (MIT License)
|
|
|
+ * HOMEPAGE:
|
|
|
+ * http://www.bouncycastle.org/
|
|
|
+
|
|
|
+This product optionally depends on 'SLF4J', a simple logging facade for Java,
|
|
|
+which can be obtained at:
|
|
|
+
|
|
|
+ * LICENSE:
|
|
|
+ * license/LICENSE.slf4j.txt (MIT License)
|
|
|
+ * HOMEPAGE:
|
|
|
+ * http://www.slf4j.org/
|
|
|
+
|
|
|
+This product optionally depends on 'Apache Commons Logging', a logging
|
|
|
+framework, which can be obtained at:
|
|
|
+
|
|
|
+ * LICENSE:
|
|
|
+ * license/LICENSE.commons-logging.txt (Apache License 2.0)
|
|
|
+ * HOMEPAGE:
|
|
|
+ * http://commons.apache.org/logging/
|
|
|
+
|
|
|
+This product optionally depends on 'Apache Log4J', a logging framework,
|
|
|
+which can be obtained at:
|
|
|
+
|
|
|
+ * LICENSE:
|
|
|
+ * license/LICENSE.log4j.txt (Apache License 2.0)
|
|
|
+ * HOMEPAGE:
|
|
|
+ * http://logging.apache.org/log4j/
|
|
|
+
|
|
|
+This product optionally depends on 'JBoss Logging', a logging framework,
|
|
|
+which can be obtained at:
|
|
|
+
|
|
|
+ * LICENSE:
|
|
|
+ * license/LICENSE.jboss-logging.txt (GNU LGPL 2.1)
|
|
|
+ * HOMEPAGE:
|
|
|
+ * http://anonsvn.jboss.org/repos/common/common-logging-spi/
|
|
|
+
|
|
|
+This product optionally depends on 'Apache Felix', an open source OSGi
|
|
|
+framework implementation, which can be obtained at:
|
|
|
+
|
|
|
+ * LICENSE:
|
|
|
+ * license/LICENSE.felix.txt (Apache License 2.0)
|
|
|
+ * HOMEPAGE:
|
|
|
+ * http://felix.apache.org/
|
|
|
+
|