NOTICE.txt 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455
  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
  219. The binary distribution of this product bundles binaries of
  220. Java Concurrency in Practice book annotations 1.0,
  221. which has the following notices:
  222. * Copyright (c) 2005 Brian Goetz and Tim Peierls Released under the Creative
  223. Commons Attribution License (http://creativecommons.org/licenses/by/2.5)
  224. Official home: http://www.jcip.net Any republication or derived work
  225. distributed in source code form must include this copyright and license
  226. notice.
  227. The binary distribution of this product bundles binaries of
  228. Jetty 6.1.26,
  229. which has the following notices:
  230. * ==============================================================
  231. Jetty Web Container
  232. Copyright 1995-2016 Mort Bay Consulting Pty Ltd.
  233. ==============================================================
  234. The Jetty Web Container is Copyright Mort Bay Consulting Pty Ltd
  235. unless otherwise noted.
  236. Jetty is dual licensed under both
  237. * The Apache 2.0 License
  238. http://www.apache.org/licenses/LICENSE-2.0.html
  239. and
  240. * The Eclipse Public 1.0 License
  241. http://www.eclipse.org/legal/epl-v10.html
  242. Jetty may be distributed under either license.
  243. ------
  244. Eclipse
  245. The following artifacts are EPL.
  246. * org.eclipse.jetty.orbit:org.eclipse.jdt.core
  247. The following artifacts are EPL and ASL2.
  248. * org.eclipse.jetty.orbit:javax.security.auth.message
  249. The following artifacts are EPL and CDDL 1.0.
  250. * org.eclipse.jetty.orbit:javax.mail.glassfish
  251. ------
  252. Oracle
  253. The following artifacts are CDDL + GPLv2 with classpath exception.
  254. https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html
  255. * javax.servlet:javax.servlet-api
  256. * javax.annotation:javax.annotation-api
  257. * javax.transaction:javax.transaction-api
  258. * javax.websocket:javax.websocket-api
  259. ------
  260. Oracle OpenJDK
  261. If ALPN is used to negotiate HTTP/2 connections, then the following
  262. artifacts may be included in the distribution or downloaded when ALPN
  263. module is selected.
  264. * java.sun.security.ssl
  265. These artifacts replace/modify OpenJDK classes. The modififications
  266. are hosted at github and both modified and original are under GPL v2 with
  267. classpath exceptions.
  268. http://openjdk.java.net/legal/gplv2+ce.html
  269. ------
  270. OW2
  271. The following artifacts are licensed by the OW2 Foundation according to the
  272. terms of http://asm.ow2.org/license.html
  273. org.ow2.asm:asm-commons
  274. org.ow2.asm:asm
  275. ------
  276. Apache
  277. The following artifacts are ASL2 licensed.
  278. org.apache.taglibs:taglibs-standard-spec
  279. org.apache.taglibs:taglibs-standard-impl
  280. ------
  281. MortBay
  282. The following artifacts are ASL2 licensed. Based on selected classes from
  283. following Apache Tomcat jars, all ASL2 licensed.
  284. org.mortbay.jasper:apache-jsp
  285. org.apache.tomcat:tomcat-jasper
  286. org.apache.tomcat:tomcat-juli
  287. org.apache.tomcat:tomcat-jsp-api
  288. org.apache.tomcat:tomcat-el-api
  289. org.apache.tomcat:tomcat-jasper-el
  290. org.apache.tomcat:tomcat-api
  291. org.apache.tomcat:tomcat-util-scan
  292. org.apache.tomcat:tomcat-util
  293. org.mortbay.jasper:apache-el
  294. org.apache.tomcat:tomcat-jasper-el
  295. org.apache.tomcat:tomcat-el-api
  296. ------
  297. Mortbay
  298. The following artifacts are CDDL + GPLv2 with classpath exception.
  299. https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html
  300. org.eclipse.jetty.toolchain:jetty-schemas
  301. ------
  302. Assorted
  303. The UnixCrypt.java code implements the one way cryptography used by
  304. Unix systems for simple password protection. Copyright 1996 Aki Yoshida,
  305. modified April 2001 by Iris Van den Broeke, Daniel Deville.
  306. Permission to use, copy, modify and distribute UnixCrypt
  307. for non-commercial or commercial purposes and without fee is
  308. granted provided that the copyright notice appears in all copies./
  309. The binary distribution of this product bundles binaries of
  310. Snappy for Java 1.0.4.1,
  311. which has the following notices:
  312. * This product includes software developed by Google
  313. Snappy: http://code.google.com/p/snappy/ (New BSD License)
  314. This product includes software developed by Apache
  315. PureJavaCrc32C from apache-hadoop-common http://hadoop.apache.org/
  316. (Apache 2.0 license)
  317. This library containd statically linked libstdc++. This inclusion is allowed by
  318. "GCC RUntime Library Exception"
  319. http://gcc.gnu.org/onlinedocs/libstdc++/manual/license.html
  320. == Contributors ==
  321. * Tatu Saloranta
  322. * Providing benchmark suite
  323. * Alec Wysoker
  324. * Performance and memory usage improvement
  325. The binary distribution of this product bundles binaries of
  326. Xerces2 Java Parser 2.9.1,
  327. which has the following notices:
  328. * =========================================================================
  329. == NOTICE file corresponding to section 4(d) of the Apache License, ==
  330. == Version 2.0, in this case for the Apache Xerces Java distribution. ==
  331. =========================================================================
  332. Apache Xerces Java
  333. Copyright 1999-2007 The Apache Software Foundation
  334. This product includes software developed at
  335. The Apache Software Foundation (http://www.apache.org/).
  336. Portions of this software were originally based on the following:
  337. - software copyright (c) 1999, IBM Corporation., http://www.ibm.com.
  338. - software copyright (c) 1999, Sun Microsystems., http://www.sun.com.
  339. - voluntary contributions made by Paul Eng on behalf of the
  340. Apache Software Foundation that were originally developed at iClick, Inc.,
  341. software copyright (c) 1999.