NOTICE.txt 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578
  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 SDK for Java - Core 1.11.45,
  18. AWS Java SDK for AWS KMS 1.11.45,
  19. AWS Java SDK for Amazon S3 1.11.45,
  20. AWS Java SDK for AWS STS 1.11.45,
  21. JMES Path Query library 1.0,
  22. which has the following notices:
  23. * This software includes third party software subject to the following
  24. copyrights: - XML parsing and utility functions from JetS3t - Copyright
  25. 2006-2009 James Murty. - JSON parsing and utility functions from JSON.org -
  26. Copyright 2002 JSON.org. - PKCS#1 PEM encoded private key parsing and utility
  27. functions from oauth.googlecode.com - Copyright 1998-2010 AOL Inc.
  28. The binary distribution of this product bundles binaries of
  29. Gson 2.2.4,
  30. which has the following notices:
  31. The Netty Project
  32. =================
  33. Please visit the Netty web site for more information:
  34. * http://netty.io/
  35. Copyright 2014 The Netty Project
  36. The Netty Project licenses this file to you under the Apache License,
  37. version 2.0 (the "License"); you may not use this file except in compliance
  38. with the License. You may obtain a copy of the License at:
  39. http://www.apache.org/licenses/LICENSE-2.0
  40. Unless required by applicable law or agreed to in writing, software
  41. distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
  42. WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
  43. License for the specific language governing permissions and limitations
  44. under the License.
  45. Also, please refer to each LICENSE.<component>.txt file, which is located in
  46. the 'license' directory of the distribution file, for the license terms of the
  47. components that this product depends on.
  48. -------------------------------------------------------------------------------
  49. This product contains the extensions to Java Collections Framework which has
  50. been derived from the works by JSR-166 EG, Doug Lea, and Jason T. Greene:
  51. * LICENSE:
  52. * license/LICENSE.jsr166y.txt (Public Domain)
  53. * HOMEPAGE:
  54. * http://gee.cs.oswego.edu/cgi-bin/viewcvs.cgi/jsr166/
  55. * http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbosscache/experimental/jsr166/
  56. This product contains a modified version of Robert Harder's Public Domain
  57. Base64 Encoder and Decoder, which can be obtained at:
  58. * LICENSE:
  59. * license/LICENSE.base64.txt (Public Domain)
  60. * HOMEPAGE:
  61. * http://iharder.sourceforge.net/current/java/base64/
  62. This product contains a modified portion of 'Webbit', an event based
  63. WebSocket and HTTP server, which can be obtained at:
  64. * LICENSE:
  65. * license/LICENSE.webbit.txt (BSD License)
  66. * HOMEPAGE:
  67. * https://github.com/joewalnes/webbit
  68. This product contains a modified portion of 'SLF4J', a simple logging
  69. facade for Java, which can be obtained at:
  70. * LICENSE:
  71. * license/LICENSE.slf4j.txt (MIT License)
  72. * HOMEPAGE:
  73. * http://www.slf4j.org/
  74. This product contains a modified portion of 'ArrayDeque', written by Josh
  75. Bloch of Google, Inc:
  76. * LICENSE:
  77. * license/LICENSE.deque.txt (Public Domain)
  78. This product contains a modified portion of 'Apache Harmony', an open source
  79. Java SE, which can be obtained at:
  80. * LICENSE:
  81. * license/LICENSE.harmony.txt (Apache License 2.0)
  82. * HOMEPAGE:
  83. * http://archive.apache.org/dist/harmony/
  84. This product contains a modified version of Roland Kuhn's ASL2
  85. AbstractNodeQueue, which is based on Dmitriy Vyukov's non-intrusive MPSC queue.
  86. It can be obtained at:
  87. * LICENSE:
  88. * license/LICENSE.abstractnodequeue.txt (Public Domain)
  89. * HOMEPAGE:
  90. * https://github.com/akka/akka/blob/wip-2.2.3-for-scala-2.11/akka-actor/src/main/java/akka/dispatch/AbstractNodeQueue.java
  91. This product contains a modified portion of 'jbzip2', a Java bzip2 compression
  92. and decompression library written by Matthew J. Francis. It can be obtained at:
  93. * LICENSE:
  94. * license/LICENSE.jbzip2.txt (MIT License)
  95. * HOMEPAGE:
  96. * https://code.google.com/p/jbzip2/
  97. This product contains a modified portion of 'libdivsufsort', a C API library to construct
  98. the suffix array and the Burrows-Wheeler transformed string for any input string of
  99. a constant-size alphabet written by Yuta Mori. It can be obtained at:
  100. * LICENSE:
  101. * license/LICENSE.libdivsufsort.txt (MIT License)
  102. * HOMEPAGE:
  103. * https://code.google.com/p/libdivsufsort/
  104. This product contains a modified portion of Nitsan Wakart's 'JCTools', Java Concurrency Tools for the JVM,
  105. which can be obtained at:
  106. * LICENSE:
  107. * license/LICENSE.jctools.txt (ASL2 License)
  108. * HOMEPAGE:
  109. * https://github.com/JCTools/JCTools
  110. This product optionally depends on 'JZlib', a re-implementation of zlib in
  111. pure Java, which can be obtained at:
  112. * LICENSE:
  113. * license/LICENSE.jzlib.txt (BSD style License)
  114. * HOMEPAGE:
  115. * http://www.jcraft.com/jzlib/
  116. This product optionally depends on 'Compress-LZF', a Java library for encoding and
  117. decoding data in LZF format, written by Tatu Saloranta. It can be obtained at:
  118. * LICENSE:
  119. * license/LICENSE.compress-lzf.txt (Apache License 2.0)
  120. * HOMEPAGE:
  121. * https://github.com/ning/compress
  122. This product optionally depends on 'lz4', a LZ4 Java compression
  123. and decompression library written by Adrien Grand. It can be obtained at:
  124. * LICENSE:
  125. * license/LICENSE.lz4.txt (Apache License 2.0)
  126. * HOMEPAGE:
  127. * https://github.com/jpountz/lz4-java
  128. This product optionally depends on 'lzma-java', a LZMA Java compression
  129. and decompression library, which can be obtained at:
  130. * LICENSE:
  131. * license/LICENSE.lzma-java.txt (Apache License 2.0)
  132. * HOMEPAGE:
  133. * https://github.com/jponge/lzma-java
  134. This product contains a modified portion of 'jfastlz', a Java port of FastLZ compression
  135. and decompression library written by William Kinney. It can be obtained at:
  136. * LICENSE:
  137. * license/LICENSE.jfastlz.txt (MIT License)
  138. * HOMEPAGE:
  139. * https://code.google.com/p/jfastlz/
  140. This product contains a modified portion of and optionally depends on 'Protocol Buffers', Google's data
  141. interchange format, which can be obtained at:
  142. * LICENSE:
  143. * license/LICENSE.protobuf.txt (New BSD License)
  144. * HOMEPAGE:
  145. * http://code.google.com/p/protobuf/
  146. This product optionally depends on 'Bouncy Castle Crypto APIs' to generate
  147. a temporary self-signed X.509 certificate when the JVM does not provide the
  148. equivalent functionality. It can be obtained at:
  149. * LICENSE:
  150. * license/LICENSE.bouncycastle.txt (MIT License)
  151. * HOMEPAGE:
  152. * http://www.bouncycastle.org/
  153. This product optionally depends on 'Snappy', a compression library produced
  154. by Google Inc, which can be obtained at:
  155. * LICENSE:
  156. * license/LICENSE.snappy.txt (New BSD License)
  157. * HOMEPAGE:
  158. * http://code.google.com/p/snappy/
  159. This product optionally depends on 'JBoss Marshalling', an alternative Java
  160. serialization API, which can be obtained at:
  161. * LICENSE:
  162. * license/LICENSE.jboss-marshalling.txt (GNU LGPL 2.1)
  163. * HOMEPAGE:
  164. * http://www.jboss.org/jbossmarshalling
  165. This product optionally depends on 'Caliper', Google's micro-
  166. benchmarking framework, which can be obtained at:
  167. * LICENSE:
  168. * license/LICENSE.caliper.txt (Apache License 2.0)
  169. * HOMEPAGE:
  170. * http://code.google.com/p/caliper/
  171. This product optionally depends on 'Apache Commons Logging', a logging
  172. framework, which can be obtained at:
  173. * LICENSE:
  174. * license/LICENSE.commons-logging.txt (Apache License 2.0)
  175. * HOMEPAGE:
  176. * http://commons.apache.org/logging/
  177. This product optionally depends on 'Apache Log4J', a logging framework, which
  178. can be obtained at:
  179. * LICENSE:
  180. * license/LICENSE.log4j.txt (Apache License 2.0)
  181. * HOMEPAGE:
  182. * http://logging.apache.org/log4j/
  183. This product optionally depends on 'Aalto XML', an ultra-high performance
  184. non-blocking XML processor, which can be obtained at:
  185. * LICENSE:
  186. * license/LICENSE.aalto-xml.txt (Apache License 2.0)
  187. * HOMEPAGE:
  188. * http://wiki.fasterxml.com/AaltoHome
  189. This product contains a modified version of 'HPACK', a Java implementation of
  190. the HTTP/2 HPACK algorithm written by Twitter. It can be obtained at:
  191. * LICENSE:
  192. * license/LICENSE.hpack.txt (Apache License 2.0)
  193. * HOMEPAGE:
  194. * https://github.com/twitter/hpack
  195. This product contains a modified portion of 'Apache Commons Lang', a Java library
  196. provides utilities for the java.lang API, which can be obtained at:
  197. * LICENSE:
  198. * license/LICENSE.commons-lang.txt (Apache License 2.0)
  199. * HOMEPAGE:
  200. * https://commons.apache.org/proper/commons-lang/
  201. This product contains a modified portion of 'JDOM 1.1', which can be obtained at:
  202. * LICENSE:
  203. * https://github.com/hunterhacker/jdom/blob/jdom-1.1/core/LICENSE.txt
  204. * HOMEPAGE:
  205. * http://www.jdom.org/
  206. The binary distribution of this product bundles binaries of
  207. Commons Codec 1.4,
  208. which has the following notices:
  209. * 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)
  210. ===============================================================================
  211. The content of package org.apache.commons.codec.language.bm has been translated
  212. from the original php source code available at http://stevemorse.org/phoneticinfo.htm
  213. with permission from the original authors.
  214. Original source copyright:Copyright (c) 2008 Alexander Beider & Stephen P. Morse.
  215. The binary distribution of this product bundles binaries of
  216. Commons Lang 2.6,
  217. which has the following notices:
  218. * This product includes software from the Spring Framework,under the Apache License 2.0 (see: StringUtils.containsWhitespace())
  219. The binary distribution of this product bundles binaries of
  220. Apache Log4j 1.2.17,
  221. which has the following notices:
  222. * ResolverUtil.java
  223. Copyright 2005-2006 Tim Fennell
  224. Dumbster SMTP test server
  225. Copyright 2004 Jason Paul Kitchen
  226. TypeUtil.java
  227. Copyright 2002-2012 Ramnivas Laddad, Juergen Hoeller, Chris Beams
  228. The binary distribution of this product bundles binaries of
  229. "Java Concurrency in Practice" book annotations 1.0,
  230. which has the following notices:
  231. * Copyright (c) 2005 Brian Goetz and Tim Peierls Released under the Creative
  232. Commons Attribution License (http://creativecommons.org/licenses/by/2.5)
  233. Official home: http://www.jcip.net Any republication or derived work
  234. distributed in source code form must include this copyright and license
  235. notice.
  236. The binary distribution of this product bundles binaries of
  237. Jetty :: Http Utility 9.3.11.,
  238. Jetty :: IO Utility 9.3.11.,
  239. Jetty :: Security 9.3.11.,
  240. Jetty :: Server Core 9.3.11.,
  241. Jetty :: Servlet Handling 9.3.11.,
  242. Jetty :: Utilities 9.3.11.,
  243. Jetty :: Utilities :: Ajax,
  244. Jetty :: Webapp Application Support 9.3.11.,
  245. Jetty :: XML utilities 9.3.11.,
  246. which has the following notices:
  247. * ==============================================================
  248. Jetty Web Container
  249. Copyright 1995-2016 Mort Bay Consulting Pty Ltd.
  250. ==============================================================
  251. The Jetty Web Container is Copyright Mort Bay Consulting Pty Ltd
  252. unless otherwise noted.
  253. Jetty is dual licensed under both
  254. * The Apache 2.0 License
  255. http://www.apache.org/licenses/LICENSE-2.0.html
  256. and
  257. * The Eclipse Public 1.0 License
  258. http://www.eclipse.org/legal/epl-v10.html
  259. Jetty may be distributed under either license.
  260. ------
  261. Eclipse
  262. The following artifacts are EPL.
  263. * org.eclipse.jetty.orbit:org.eclipse.jdt.core
  264. The following artifacts are EPL and ASL2.
  265. * org.eclipse.jetty.orbit:javax.security.auth.message
  266. The following artifacts are EPL and CDDL 1.0.
  267. * org.eclipse.jetty.orbit:javax.mail.glassfish
  268. ------
  269. Oracle
  270. The following artifacts are CDDL + GPLv2 with classpath exception.
  271. https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html
  272. * javax.servlet:javax.servlet-api
  273. * javax.annotation:javax.annotation-api
  274. * javax.transaction:javax.transaction-api
  275. * javax.websocket:javax.websocket-api
  276. ------
  277. Oracle OpenJDK
  278. If ALPN is used to negotiate HTTP/2 connections, then the following
  279. artifacts may be included in the distribution or downloaded when ALPN
  280. module is selected.
  281. * java.sun.security.ssl
  282. These artifacts replace/modify OpenJDK classes. The modififications
  283. are hosted at github and both modified and original are under GPL v2 with
  284. classpath exceptions.
  285. http://openjdk.java.net/legal/gplv2+ce.html
  286. ------
  287. OW2
  288. The following artifacts are licensed by the OW2 Foundation according to the
  289. terms of http://asm.ow2.org/license.html
  290. org.ow2.asm:asm-commons
  291. org.ow2.asm:asm
  292. ------
  293. Apache
  294. The following artifacts are ASL2 licensed.
  295. org.apache.taglibs:taglibs-standard-spec
  296. org.apache.taglibs:taglibs-standard-impl
  297. ------
  298. MortBay
  299. The following artifacts are ASL2 licensed. Based on selected classes from
  300. following Apache Tomcat jars, all ASL2 licensed.
  301. org.mortbay.jasper:apache-jsp
  302. org.apache.tomcat:tomcat-jasper
  303. org.apache.tomcat:tomcat-juli
  304. org.apache.tomcat:tomcat-jsp-api
  305. org.apache.tomcat:tomcat-el-api
  306. org.apache.tomcat:tomcat-jasper-el
  307. org.apache.tomcat:tomcat-api
  308. org.apache.tomcat:tomcat-util-scan
  309. org.apache.tomcat:tomcat-util
  310. org.mortbay.jasper:apache-el
  311. org.apache.tomcat:tomcat-jasper-el
  312. org.apache.tomcat:tomcat-el-api
  313. ------
  314. Mortbay
  315. The following artifacts are CDDL + GPLv2 with classpath exception.
  316. https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html
  317. org.eclipse.jetty.toolchain:jetty-schemas
  318. ------
  319. Assorted
  320. The UnixCrypt.java code implements the one way cryptography used by
  321. Unix systems for simple password protection. Copyright 1996 Aki Yoshida,
  322. modified April 2001 by Iris Van den Broeke, Daniel Deville.
  323. Permission to use, copy, modify and distribute UnixCrypt
  324. for non-commercial or commercial purposes and without fee is
  325. granted provided that the copyright notice appears in all copies./
  326. The binary distribution of this product bundles binaries of
  327. Snappy for Java 1.0.4.1,
  328. which has the following notices:
  329. * This product includes software developed by Google
  330. Snappy: http://code.google.com/p/snappy/ (New BSD License)
  331. This product includes software developed by Apache
  332. PureJavaCrc32C from apache-hadoop-common http://hadoop.apache.org/
  333. (Apache 2.0 license)
  334. This library containd statically linked libstdc++. This inclusion is allowed by
  335. "GCC RUntime Library Exception"
  336. http://gcc.gnu.org/onlinedocs/libstdc++/manual/license.html
  337. == Contributors ==
  338. * Tatu Saloranta
  339. * Providing benchmark suite
  340. * Alec Wysoker
  341. * Performance and memory usage improvement
  342. The binary distribution of this product bundles binaries of
  343. Xerces2 Java Parser 2.9.1,
  344. which has the following notices:
  345. * =========================================================================
  346. == NOTICE file corresponding to section 4(d) of the Apache License, ==
  347. == Version 2.0, in this case for the Apache Xerces Java distribution. ==
  348. =========================================================================
  349. Apache Xerces Java
  350. Copyright 1999-2007 The Apache Software Foundation
  351. This product includes software developed at
  352. The Apache Software Foundation (http://www.apache.org/).
  353. Portions of this software were originally based on the following:
  354. - software copyright (c) 1999, IBM Corporation., http://www.ibm.com.
  355. - software copyright (c) 1999, Sun Microsystems., http://www.sun.com.
  356. - voluntary contributions made by Paul Eng on behalf of the
  357. Apache Software Foundation that were originally developed at iClick, Inc.,
  358. software copyright (c) 1999.
  359. The binary distribution of this product bundles binaries of
  360. Logback Classic Module 1.1.2,
  361. Logback Core Module 1.1.2,
  362. which has the following notices:
  363. * Logback: the reliable, generic, fast and flexible logging framework.
  364. Copyright (C) 1999-2012, QOS.ch. All rights reserved.
  365. The binary distribution of this product bundles binaries of
  366. Apache HBase - Annotations 1.2.4,
  367. Apache HBase - Client 1.2.4,
  368. Apache HBase - Common 1.2.4,
  369. Apache HBase - Hadoop Compatibility 1.2.4,
  370. Apache HBase - Hadoop Two Compatibility 1.2.4,
  371. Apache HBase - Prefix Tree 1.2.4,
  372. Apache HBase - Procedure 1.2.4,
  373. Apache HBase - Protocol 1.2.4,
  374. Apache HBase - Server 1.2.4,
  375. which has the following notices:
  376. * Apache HBase
  377. Copyright 2007-2015 The Apache Software Foundation
  378. This product includes software developed at
  379. The Apache Software Foundation (http://www.apache.org/).
  380. --
  381. This product incorporates portions of the 'Hadoop' project
  382. Copyright 2007-2009 The Apache Software Foundation
  383. Licensed under the Apache License v2.0
  384. --
  385. Our Orca logo we got here: http://www.vectorfree.com/jumping-orca
  386. It is licensed Creative Commons Attribution 3.0.
  387. See https://creativecommons.org/licenses/by/3.0/us/
  388. We changed the logo by stripping the colored background, inverting
  389. it and then rotating it some.
  390. Later we found that vectorfree.com image is not properly licensed.
  391. The original is owned by vectorportal.com. The original was
  392. relicensed so we could use it as Creative Commons Attribution 3.0.
  393. The license is bundled with the download available here:
  394. http://www.vectorportal.com/subcategory/205/KILLER-WHALE-FREE-VECTOR.eps/ifile/9136/detailtest.asp
  395. --
  396. This product includes portions of the Bootstrap project v3.0.0
  397. Copyright 2013 Twitter, Inc.
  398. Licensed under the Apache License v2.0
  399. This product uses the Glyphicons Halflings icon set.
  400. http://glyphicons.com/
  401. Copyright Jan Kovařík
  402. Licensed under the Apache License v2.0 as a part of the Bootstrap project.
  403. --
  404. This product includes portions of the Guava project v14, specifically
  405. 'hbase-common/src/main/java/org/apache/hadoop/hbase/io/LimitInputStream.java'
  406. Copyright (C) 2007 The Guava Authors
  407. Licensed under the Apache License, Version 2.0
  408. The binary distribution of this product bundles binaries of
  409. Phoenix Core 4.7.0,
  410. which has the following notices:
  411. Apache Phoenix
  412. Copyright 2013-2016 The Apache Software Foundation
  413. This product includes software developed by The Apache Software
  414. Foundation (http://www.apache.org/).
  415. This also includes:
  416. The phoenix-spark module has been adapted from the phoenix-spark library
  417. distributed under the terms of the Apache 2 license. Original source copyright:
  418. Copyright 2014 Simply Measured, Inc.
  419. Copyright 2015 Interset Software Inc.
  420. The file bin/daemon.py is based on the file of the same name in python-daemon 2.0.5
  421. (https://pypi.python.org/pypi/python-daemon/). Original source copyright:
  422. # Copyright © 2008–2015 Ben Finney <ben+python@benfinney.id.au>
  423. # Copyright © 2007–2008 Robert Niederreiter, Jens Klein
  424. # Copyright © 2004–2005 Chad J. Schroeder
  425. # Copyright © 2003 Clark Evans
  426. # Copyright © 2002 Noah Spurrier
  427. # Copyright © 2001 Jürgen Hermann
  428. The binary distribution of this product bundles binaries of
  429. Plexus Cipher: encryption/decryption Component 1.4,
  430. which has the following notices:
  431. * The code in this component contains a class - Base64 taken from http://juliusdavies.ca/svn/not-yet-commons-ssl/tags/commons-ssl-0.3.10/src/java/org/apache/commons/ssl/Base64.java
  432. which is Apache license: http://www.apache.org/licenses/LICENSE-2.0
  433. The PBE key processing routine PBECipher.createCipher() is adopted from http://juliusdavies.ca/svn/not-yet-commons-ssl/tags/commons-ssl-0.3.10/src/java/org/apache/commons/ssl/OpenSSL.java
  434. which is also Apache APL-2.0 license: http://www.apache.org/licenses/LICENSE-2.0
  435. The binary distribution of this product bundles binaries of
  436. software.amazon.ion:ion-java 1.0.1,
  437. which has the following notices:
  438. * Amazon Ion Java Copyright 2007-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.