NOTICE.txt 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  1. This product includes software developed by The Apache Software
  2. Foundation (http://www.apache.org/).
  3. The binary distribution of this product bundles binaries of
  4. org.iq80.leveldb:leveldb-api (https://github.com/dain/leveldb), which has the
  5. following notices:
  6. * Copyright 2011 Dain Sundstrom <dain@iq80.com>
  7. * Copyright 2011 FuseSource Corp. http://fusesource.com
  8. The binary distribution of this product bundles binaries of
  9. org.fusesource.hawtjni:hawtjni-runtime (https://github.com/fusesource/hawtjni),
  10. which has the following notices:
  11. * This product includes software developed by FuseSource Corp.
  12. http://fusesource.com
  13. * This product includes software developed at
  14. Progress Software Corporation and/or its subsidiaries or affiliates.
  15. * This product includes software developed by IBM Corporation and others.
  16. The binary distribution of this product bundles binaries of
  17. AWS Java SDK 1.10.6,
  18. which has the following notices:
  19. * This software includes third party software subject to the following
  20. copyrights: - XML parsing and utility functions from JetS3t - Copyright
  21. 2006-2009 James Murty. - JSON parsing and utility functions from JSON.org -
  22. Copyright 2002 JSON.org. - PKCS#1 PEM encoded private key parsing and utility
  23. functions from oauth.googlecode.com - Copyright 1998-2010 AOL Inc.
  24. The binary distribution of this product bundles binaries of
  25. Gson 2.2.4,
  26. which has the following notices:
  27. The Netty Project
  28. =================
  29. Please visit the Netty web site for more information:
  30. * http://netty.io/
  31. Copyright 2014 The Netty Project
  32. The Netty Project licenses this file to you under the Apache License,
  33. version 2.0 (the "License"); you may not use this file except in compliance
  34. with the License. You may obtain a copy of the License at:
  35. http://www.apache.org/licenses/LICENSE-2.0
  36. Unless required by applicable law or agreed to in writing, software
  37. distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
  38. WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
  39. License for the specific language governing permissions and limitations
  40. under the License.
  41. Also, please refer to each LICENSE.<component>.txt file, which is located in
  42. the 'license' directory of the distribution file, for the license terms of the
  43. components that this product depends on.
  44. -------------------------------------------------------------------------------
  45. This product contains the extensions to Java Collections Framework which has
  46. been derived from the works by JSR-166 EG, Doug Lea, and Jason T. Greene:
  47. * LICENSE:
  48. * license/LICENSE.jsr166y.txt (Public Domain)
  49. * HOMEPAGE:
  50. * http://gee.cs.oswego.edu/cgi-bin/viewcvs.cgi/jsr166/
  51. * http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbosscache/experimental/jsr166/
  52. This product contains a modified version of Robert Harder's Public Domain
  53. Base64 Encoder and Decoder, which can be obtained at:
  54. * LICENSE:
  55. * license/LICENSE.base64.txt (Public Domain)
  56. * HOMEPAGE:
  57. * http://iharder.sourceforge.net/current/java/base64/
  58. This product contains a modified portion of 'Webbit', an event based
  59. WebSocket and HTTP server, which can be obtained at:
  60. * LICENSE:
  61. * license/LICENSE.webbit.txt (BSD License)
  62. * HOMEPAGE:
  63. * https://github.com/joewalnes/webbit
  64. This product contains a modified portion of 'SLF4J', a simple logging
  65. facade for Java, which can be obtained at:
  66. * LICENSE:
  67. * license/LICENSE.slf4j.txt (MIT License)
  68. * HOMEPAGE:
  69. * http://www.slf4j.org/
  70. This product contains a modified portion of 'ArrayDeque', written by Josh
  71. Bloch of Google, Inc:
  72. * LICENSE:
  73. * license/LICENSE.deque.txt (Public Domain)
  74. This product contains a modified portion of 'Apache Harmony', an open source
  75. Java SE, which can be obtained at:
  76. * LICENSE:
  77. * license/LICENSE.harmony.txt (Apache License 2.0)
  78. * HOMEPAGE:
  79. * http://archive.apache.org/dist/harmony/
  80. This product contains a modified version of Roland Kuhn's ASL2
  81. AbstractNodeQueue, which is based on Dmitriy Vyukov's non-intrusive MPSC queue.
  82. It can be obtained at:
  83. * LICENSE:
  84. * license/LICENSE.abstractnodequeue.txt (Public Domain)
  85. * HOMEPAGE:
  86. * https://github.com/akka/akka/blob/wip-2.2.3-for-scala-2.11/akka-actor/src/main/java/akka/dispatch/AbstractNodeQueue.java
  87. This product contains a modified portion of 'jbzip2', a Java bzip2 compression
  88. and decompression library written by Matthew J. Francis. It can be obtained at:
  89. * LICENSE:
  90. * license/LICENSE.jbzip2.txt (MIT License)
  91. * HOMEPAGE:
  92. * https://code.google.com/p/jbzip2/
  93. This product contains a modified portion of 'libdivsufsort', a C API library to construct
  94. the suffix array and the Burrows-Wheeler transformed string for any input string of
  95. a constant-size alphabet written by Yuta Mori. It can be obtained at:
  96. * LICENSE:
  97. * license/LICENSE.libdivsufsort.txt (MIT License)
  98. * HOMEPAGE:
  99. * https://code.google.com/p/libdivsufsort/
  100. This product contains a modified portion of Nitsan Wakart's 'JCTools', Java Concurrency Tools for the JVM,
  101. which can be obtained at:
  102. * LICENSE:
  103. * license/LICENSE.jctools.txt (ASL2 License)
  104. * HOMEPAGE:
  105. * https://github.com/JCTools/JCTools
  106. This product optionally depends on 'JZlib', a re-implementation of zlib in
  107. pure Java, which can be obtained at:
  108. * LICENSE:
  109. * license/LICENSE.jzlib.txt (BSD style License)
  110. * HOMEPAGE:
  111. * http://www.jcraft.com/jzlib/
  112. This product optionally depends on 'Compress-LZF', a Java library for encoding and
  113. decoding data in LZF format, written by Tatu Saloranta. It can be obtained at:
  114. * LICENSE:
  115. * license/LICENSE.compress-lzf.txt (Apache License 2.0)
  116. * HOMEPAGE:
  117. * https://github.com/ning/compress
  118. This product optionally depends on 'lz4', a LZ4 Java compression
  119. and decompression library written by Adrien Grand. It can be obtained at:
  120. * LICENSE:
  121. * license/LICENSE.lz4.txt (Apache License 2.0)
  122. * HOMEPAGE:
  123. * https://github.com/jpountz/lz4-java
  124. This product optionally depends on 'lzma-java', a LZMA Java compression
  125. and decompression library, which can be obtained at:
  126. * LICENSE:
  127. * license/LICENSE.lzma-java.txt (Apache License 2.0)
  128. * HOMEPAGE:
  129. * https://github.com/jponge/lzma-java
  130. This product contains a modified portion of 'jfastlz', a Java port of FastLZ compression
  131. and decompression library written by William Kinney. It can be obtained at:
  132. * LICENSE:
  133. * license/LICENSE.jfastlz.txt (MIT License)
  134. * HOMEPAGE:
  135. * https://code.google.com/p/jfastlz/
  136. This product contains a modified portion of and optionally depends on 'Protocol Buffers', Google's data
  137. interchange format, which can be obtained at:
  138. * LICENSE:
  139. * license/LICENSE.protobuf.txt (New BSD License)
  140. * HOMEPAGE:
  141. * http://code.google.com/p/protobuf/
  142. This product optionally depends on 'Bouncy Castle Crypto APIs' to generate
  143. a temporary self-signed X.509 certificate when the JVM does not provide the
  144. equivalent functionality. It can be obtained at:
  145. * LICENSE:
  146. * license/LICENSE.bouncycastle.txt (MIT License)
  147. * HOMEPAGE:
  148. * http://www.bouncycastle.org/
  149. This product optionally depends on 'Snappy', a compression library produced
  150. by Google Inc, which can be obtained at:
  151. * LICENSE:
  152. * license/LICENSE.snappy.txt (New BSD License)
  153. * HOMEPAGE:
  154. * http://code.google.com/p/snappy/
  155. This product optionally depends on 'JBoss Marshalling', an alternative Java
  156. serialization API, which can be obtained at:
  157. * LICENSE:
  158. * license/LICENSE.jboss-marshalling.txt (GNU LGPL 2.1)
  159. * HOMEPAGE:
  160. * http://www.jboss.org/jbossmarshalling
  161. This product optionally depends on 'Caliper', Google's micro-
  162. benchmarking framework, which can be obtained at:
  163. * LICENSE:
  164. * license/LICENSE.caliper.txt (Apache License 2.0)
  165. * HOMEPAGE:
  166. * http://code.google.com/p/caliper/
  167. This product optionally depends on 'Apache Commons Logging', a logging
  168. framework, which can be obtained at:
  169. * LICENSE:
  170. * license/LICENSE.commons-logging.txt (Apache License 2.0)
  171. * HOMEPAGE:
  172. * http://commons.apache.org/logging/
  173. This product optionally depends on 'Apache Log4J', a logging framework, which
  174. can be obtained at:
  175. * LICENSE:
  176. * license/LICENSE.log4j.txt (Apache License 2.0)
  177. * HOMEPAGE:
  178. * http://logging.apache.org/log4j/
  179. This product optionally depends on 'Aalto XML', an ultra-high performance
  180. non-blocking XML processor, which can be obtained at:
  181. * LICENSE:
  182. * license/LICENSE.aalto-xml.txt (Apache License 2.0)
  183. * HOMEPAGE:
  184. * http://wiki.fasterxml.com/AaltoHome
  185. This product contains a modified version of 'HPACK', a Java implementation of
  186. the HTTP/2 HPACK algorithm written by Twitter. It can be obtained at:
  187. * LICENSE:
  188. * license/LICENSE.hpack.txt (Apache License 2.0)
  189. * HOMEPAGE:
  190. * https://github.com/twitter/hpack
  191. This product contains a modified portion of 'Apache Commons Lang', a Java library
  192. provides utilities for the java.lang API, which can be obtained at:
  193. * LICENSE:
  194. * license/LICENSE.commons-lang.txt (Apache License 2.0)
  195. * HOMEPAGE:
  196. * https://commons.apache.org/proper/commons-lang/
  197. The binary distribution of this product bundles binaries of
  198. Commons Codec 1.4,
  199. which has the following notices:
  200. * src/test/org/apache/commons/codec/language/DoubleMetaphoneTest.javacontains test data from http://aspell.net/test/orig/batch0.tab.Copyright (C) 2002 Kevin Atkinson (kevina@gnu.org)
  201. ===============================================================================
  202. The content of package org.apache.commons.codec.language.bm has been translated
  203. from the original php source code available at http://stevemorse.org/phoneticinfo.htm
  204. with permission from the original authors.
  205. Original source copyright:Copyright (c) 2008 Alexander Beider & Stephen P. Morse.
  206. The binary distribution of this product bundles binaries of
  207. Commons Lang 2.6,
  208. which has the following notices:
  209. * This product includes software from the Spring Framework,under the Apache License 2.0 (see: StringUtils.containsWhitespace())
  210. The binary distribution of this product bundles binaries of
  211. Apache Log4j 1.2.17,
  212. which has the following notices:
  213. * ResolverUtil.java
  214. Copyright 2005-2006 Tim Fennell
  215. Dumbster SMTP test server
  216. Copyright 2004 Jason Paul Kitchen
  217. TypeUtil.java
  218. Copyright 2002-2012 Ramnivas Laddad, Juergen Hoeller, Chris Beams