NOTICE 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773
  1. Apache Seata (Incubating)
  2. Copyright 2023-2025 The Apache Software Foundation
  3. This product includes software developed at
  4. The Apache Software Foundation (http://www.apache.org/).
  5. ========================================================================
  6. CompactMap NOTICE
  7. ========================================================================
  8. CompactMap, Copyright 2011, Vladimir Sitnikov <sitnikov.vladimir@gmail.com>
  9. ========================================================================
  10. fastjson NOTICE
  11. ========================================================================
  12. /*
  13. * Copyright 1999-2017 Alibaba Group.
  14. *
  15. * Licensed under the Apache License, Version 2.0 (the "License");
  16. * you may not use this file except in compliance with the License.
  17. * You may obtain a copy of the License at
  18. *
  19. * http://www.apache.org/licenses/LICENSE-2.0
  20. *
  21. * Unless required by applicable law or agreed to in writing, software
  22. * distributed under the License is distributed on an "AS IS" BASIS,
  23. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  24. * See the License for the specific language governing permissions and
  25. * limitations under the License.
  26. */
  27. ========================================================================
  28. guice NOTICE
  29. ========================================================================
  30. Google Guice - Core Library
  31. Copyright 2006-2021 Google, Inc.
  32. This product includes software developed at
  33. The Apache Software Foundation (http://www.apache.org/).
  34. ========================================================================
  35. Jackson NOTICE
  36. ========================================================================
  37. # Jackson JSON processor
  38. Jackson is a high-performance, Free/Open Source JSON processing library.
  39. It was originally written by Tatu Saloranta (tatu.saloranta@iki.fi), and has
  40. been in development since 2007.
  41. It is currently developed by a community of developers.
  42. ## Licensing
  43. Jackson 2.x core and extension components are licensed under Apache License 2.0
  44. To find the details that apply to this artifact see the accompanying LICENSE file.
  45. ## Credits
  46. A list of contributors may be found from CREDITS(-2.x) file, which is included
  47. in some artifacts (usually source distributions); but is always available
  48. from the source code management (SCM) system project uses.
  49. ========================================================================
  50. Jakarta NOTICE
  51. ========================================================================
  52. # Notices for Jakarta Annotations
  53. This content is produced and maintained by the Jakarta Annotations project.
  54. * Project home: https://projects.eclipse.org/projects/ee4j.ca
  55. ## Trademarks
  56. Jakarta Annotations is a trademark of the Eclipse Foundation.
  57. ## Declared Project Licenses
  58. This program and the accompanying materials are made available under the terms
  59. of the Eclipse Public License v. 2.0 which is available at
  60. http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made
  61. available under the following Secondary Licenses when the conditions for such
  62. availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU
  63. General Public License, version 2 with the GNU Classpath Exception which is
  64. available at https://www.gnu.org/software/classpath/license.html.
  65. SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
  66. ## Source Code
  67. The project maintains the following source code repositories:
  68. * https://github.com/eclipse-ee4j/common-annotations-api
  69. ## Third-party Content
  70. ## Cryptography
  71. Content may contain encryption software. The country in which you are currently
  72. may have restrictions on the import, possession, and use, and/or re-export to
  73. another country, of encryption software. BEFORE using any encryption software,
  74. please check the country's laws, regulations and policies concerning the import,
  75. possession, or use, and re-export of encryption software, to see if this is
  76. permitted.
  77. ========================================================================
  78. joda-time NOTICE
  79. ========================================================================
  80. =============================================================================
  81. = NOTICE file corresponding to section 4d of the Apache License Version 2.0 =
  82. =============================================================================
  83. This product includes software developed by
  84. Joda.org (http://www.joda.org/).
  85. ========================================================================
  86. objenesis NOTICE
  87. ========================================================================
  88. // ------------------------------------------------------------------
  89. // NOTICE file corresponding to the section 4d of The Apache License,
  90. // Version 2.0, in this case for Objenesis
  91. // ------------------------------------------------------------------
  92. Objenesis
  93. Copyright 2006-2021 Joe Walnes, Henri Tremblay, Leonardo Mesquita
  94. ========================================================================
  95. Spring Framework NOTICE
  96. ========================================================================
  97. Spring Framework 5.3.39
  98. Copyright (c) 2002-2024 Pivotal, Inc.
  99. This product is licensed to you under the Apache License, Version 2.0
  100. (the "License"). You may not use this product except in compliance with
  101. the License.
  102. This product may include a number of subcomponents with separate
  103. copyright notices and license terms. Your use of the source code for
  104. these subcomponents is subject to the terms and conditions of the
  105. subcomponent's license, as noted in the license.txt file.
  106. ========================================================================
  107. Spring Boot NOTICE
  108. ========================================================================
  109. Spring Boot 2.7.18
  110. Copyright (c) 2012-2023 VMware, Inc.
  111. This product is licensed to you under the Apache License, Version 2.0
  112. (the "License"). You may not use this product except in compliance with
  113. the License.
  114. ========================================================================
  115. Dameng NOTICE
  116. ========================================================================
  117. Copyright 2018 dameng
  118. Licensed under the Apache License, Version 2.0 (the "License");
  119. you may not use this file except in compliance with the License.
  120. You may obtain a copy of the License at
  121. http://www.apache.org/licenses/LICENSE-2.0
  122. Unless required by applicable law or agreed to in writing, software
  123. distributed under the License is distributed on an "AS IS" BASIS,
  124. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  125. See the License for the specific language governing permissions and
  126. limitations under the License.
  127. ========================================================================
  128. Alibaba Druid NOTICE
  129. ========================================================================
  130. Alibaba Druid
  131. Copyright 1999-2021 Alibaba Group Holding Ltd.
  132. ========================================================================
  133. gRPC Java NOTICE
  134. ========================================================================
  135. Copyright 2014 The gRPC Authors
  136. Licensed under the Apache License, Version 2.0 (the "License");
  137. you may not use this file except in compliance with the License.
  138. You may obtain a copy of the License at
  139. http://www.apache.org/licenses/LICENSE-2.0
  140. Unless required by applicable law or agreed to in writing, software
  141. distributed under the License is distributed on an "AS IS" BASIS,
  142. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  143. See the License for the specific language governing permissions and
  144. limitations under the License.
  145. -----------------------------------------------------------------------
  146. This product contains a modified portion of 'OkHttp', an open source
  147. HTTP & SPDY client for Android and Java applications, which can be obtained
  148. at:
  149. * LICENSE:
  150. * okhttp/third_party/okhttp/LICENSE (Apache License 2.0)
  151. * HOMEPAGE:
  152. * https://github.com/square/okhttp
  153. * LOCATION_IN_GRPC:
  154. * okhttp/third_party/okhttp
  155. This product contains a modified portion of 'Envoy', an open source
  156. cloud-native high-performance edge/middle/service proxy, which can be
  157. obtained at:
  158. * LICENSE:
  159. * xds/third_party/envoy/LICENSE (Apache License 2.0)
  160. * NOTICE:
  161. * xds/third_party/envoy/NOTICE
  162. * HOMEPAGE:
  163. * https://www.envoyproxy.io
  164. * LOCATION_IN_GRPC:
  165. * xds/third_party/envoy
  166. This product contains a modified portion of 'protoc-gen-validate (PGV)',
  167. an open source protoc plugin to generate polyglot message validators,
  168. which can be obtained at:
  169. * LICENSE:
  170. * xds/third_party/protoc-gen-validate/LICENSE (Apache License 2.0)
  171. * NOTICE:
  172. * xds/third_party/protoc-gen-validate/NOTICE
  173. * HOMEPAGE:
  174. * https://github.com/envoyproxy/protoc-gen-validate
  175. * LOCATION_IN_GRPC:
  176. * xds/third_party/protoc-gen-validate
  177. This product contains a modified portion of 'udpa',
  178. an open source universal data plane API, which can be obtained at:
  179. * LICENSE:
  180. * xds/third_party/udpa/LICENSE (Apache License 2.0)
  181. * HOMEPAGE:
  182. * https://github.com/cncf/udpa
  183. * LOCATION_IN_GRPC:
  184. * xds/third_party/udpa
  185. ========================================================================
  186. Jetcd NOTICE
  187. ========================================================================
  188. CoreOS Project
  189. Copyright 2018 CoreOS, Inc
  190. This product includes software developed at CoreOS, Inc.
  191. (http://www.coreos.com/).
  192. ========================================================================
  193. Nacos NOTICE
  194. ========================================================================
  195. Nacos
  196. Copyright 2018-2020
  197. This product includes software developed at
  198. The Alibaba MiddleWare Group.
  199. ------
  200. This product has a bundle Spring Boot:
  201. The Spring Boot Project
  202. =================
  203. Please visit the Spring Boot web site for more information:
  204. * https://spring.io/projects/spring-boot
  205. Copyright 2014 The Spring Boot Project
  206. The Spring Boot Project licenses this file to you under the Apache License,
  207. version 2.0 (the "License"); you may not use this file except in compliance
  208. with the License. You may obtain a copy of the License at:
  209. http://www.apache.org/licenses/LICENSE-2.0
  210. Unless required by applicable law or agreed to in writing, software
  211. distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
  212. WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
  213. License for the specific language governing permissions and limitations
  214. under the License.
  215. Also, please refer to each LICENSE.<component>.txt file, which is located in
  216. the 'license' directory of the distribution file, for the license terms of the
  217. components that this product depends on.
  218. ------
  219. This product has a bundle Spring Framework:
  220. Spring Framework
  221. =================
  222. Please visit the git for more information:
  223. * https://github.com/spring-projects/spring-framework.git
  224. Copyright 2002-2020 the original author or authors.
  225. The Spring Framework licenses this file to you under the Apache License,
  226. version 2.0 (the "License"); you may not use this file except in compliance
  227. with the License. You may obtain a copy of the License at:
  228. http://www.apache.org/licenses/LICENSE-2.0
  229. Unless required by applicable law or agreed to in writing, software
  230. distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
  231. WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
  232. License for the specific language governing permissions and limitations
  233. under the License.
  234. Also, please refer to each LICENSE.<component>.txt file, which is located in
  235. the 'license' directory of the distribution file, for the license terms of the
  236. components that this product depends on.
  237. ------
  238. com.alibaba.nacos.common.utils.InetAddressValidator.java in this product is
  239. copied from com.dynatrace.openkit.core.util.InetAddressValidator.java of openkit-java project.
  240. https://github.com/Dynatrace/openkit-java
  241. openkit-java
  242. ======================
  243. Copyright 2018-2021 Dynatrace LLC
  244. Licensed under the Apache License, Version 2.0 (the "License");
  245. you may not use this file except in compliance with the License.
  246. You may obtain a copy of the License at
  247. http://www.apache.org/licenses/LICENSE-2.0
  248. Unless required by applicable law or agreed to in writing, software
  249. distributed under the License is distributed on an "AS IS" BASIS,
  250. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  251. See the License for the specific language governing permissions and
  252. limitations under the License.
  253. ------
  254. This product has a bundle Protocol Buffers��
  255. Protocol Buffers
  256. =======================
  257. Protocol Buffers for Go with Gadgets
  258. Copyright (c) 2013, The GoGo Authors. All rights reserved.
  259. http://github.com/gogo/protobuf
  260. ------
  261. This product has a bundle Istio��
  262. Istio
  263. =======================
  264. Copyright 2018 Istio Authors
  265. Licensed under the Apache License, Version 2.0 (the "License");
  266. you may not use this file except in compliance with the License.
  267. You may obtain a copy of the License at
  268. http://www.apache.org/licenses/LICENSE-2.0
  269. Unless required by applicable law or agreed to in writing, software
  270. distributed under the License is distributed on an "AS IS" BASIS,
  271. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  272. See the License for the specific language governing permissions and
  273. limitations under the License.
  274. ========================================================================
  275. Netty NOTICE
  276. ========================================================================
  277. The Netty Project
  278. =================
  279. Please visit the Netty web site for more information:
  280. * https://netty.io/
  281. Copyright 2014 The Netty Project
  282. The Netty Project licenses this file to you under the Apache License,
  283. version 2.0 (the "License"); you may not use this file except in compliance
  284. with the License. You may obtain a copy of the License at:
  285. https://www.apache.org/licenses/LICENSE-2.0
  286. Unless required by applicable law or agreed to in writing, software
  287. distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
  288. WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
  289. License for the specific language governing permissions and limitations
  290. under the License.
  291. Also, please refer to each LICENSE.<component>.txt file, which is located in
  292. the 'license' directory of the distribution file, for the license terms of the
  293. components that this product depends on.
  294. -------------------------------------------------------------------------------
  295. This product contains the extensions to Java Collections Framework which has
  296. been derived from the works by JSR-166 EG, Doug Lea, and Jason T. Greene:
  297. * LICENSE:
  298. * license/LICENSE.jsr166y.txt (Public Domain)
  299. * HOMEPAGE:
  300. * http://gee.cs.oswego.edu/cgi-bin/viewcvs.cgi/jsr166/
  301. * http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbosscache/experimental/jsr166/
  302. This product contains a modified version of Robert Harder's Public Domain
  303. Base64 Encoder and Decoder, which can be obtained at:
  304. * LICENSE:
  305. * license/LICENSE.base64.txt (Public Domain)
  306. * HOMEPAGE:
  307. * http://iharder.sourceforge.net/current/java/base64/
  308. This product contains a modified portion of 'Webbit', an event based
  309. WebSocket and HTTP server, which can be obtained at:
  310. * LICENSE:
  311. * license/LICENSE.webbit.txt (BSD License)
  312. * HOMEPAGE:
  313. * https://github.com/joewalnes/webbit
  314. This product contains a modified portion of 'SLF4J', a simple logging
  315. facade for Java, which can be obtained at:
  316. * LICENSE:
  317. * license/LICENSE.slf4j.txt (MIT License)
  318. * HOMEPAGE:
  319. * https://www.slf4j.org/
  320. This product contains a modified portion of 'Apache Harmony', an open source
  321. Java SE, which can be obtained at:
  322. * NOTICE:
  323. * license/NOTICE.harmony.txt
  324. * LICENSE:
  325. * license/LICENSE.harmony.txt (Apache License 2.0)
  326. * HOMEPAGE:
  327. * https://archive.apache.org/dist/harmony/
  328. This product contains a modified portion of 'jbzip2', a Java bzip2 compression
  329. and decompression library written by Matthew J. Francis. It can be obtained at:
  330. * LICENSE:
  331. * license/LICENSE.jbzip2.txt (MIT License)
  332. * HOMEPAGE:
  333. * https://code.google.com/p/jbzip2/
  334. This product contains a modified portion of 'libdivsufsort', a C API library to construct
  335. the suffix array and the Burrows-Wheeler transformed string for any input string of
  336. a constant-size alphabet written by Yuta Mori. It can be obtained at:
  337. * LICENSE:
  338. * license/LICENSE.libdivsufsort.txt (MIT License)
  339. * HOMEPAGE:
  340. * https://github.com/y-256/libdivsufsort
  341. This product contains a modified portion of Nitsan Wakart's 'JCTools', Java Concurrency Tools for the JVM,
  342. which can be obtained at:
  343. * LICENSE:
  344. * license/LICENSE.jctools.txt (ASL2 License)
  345. * HOMEPAGE:
  346. * https://github.com/JCTools/JCTools
  347. This product optionally depends on 'JZlib', a re-implementation of zlib in
  348. pure Java, which can be obtained at:
  349. * LICENSE:
  350. * license/LICENSE.jzlib.txt (BSD style License)
  351. * HOMEPAGE:
  352. * http://www.jcraft.com/jzlib/
  353. This product optionally depends on 'Compress-LZF', a Java library for encoding and
  354. decoding data in LZF format, written by Tatu Saloranta. It can be obtained at:
  355. * LICENSE:
  356. * license/LICENSE.compress-lzf.txt (Apache License 2.0)
  357. * HOMEPAGE:
  358. * https://github.com/ning/compress
  359. This product optionally depends on 'lz4', a LZ4 Java compression
  360. and decompression library written by Adrien Grand. It can be obtained at:
  361. * LICENSE:
  362. * license/LICENSE.lz4.txt (Apache License 2.0)
  363. * HOMEPAGE:
  364. * https://github.com/jpountz/lz4-java
  365. This product optionally depends on 'lzma-java', a LZMA Java compression
  366. and decompression library, which can be obtained at:
  367. * LICENSE:
  368. * license/LICENSE.lzma-java.txt (Apache License 2.0)
  369. * HOMEPAGE:
  370. * https://github.com/jponge/lzma-java
  371. This product optionally depends on 'zstd-jni', a zstd-jni Java compression
  372. and decompression library, which can be obtained at:
  373. * LICENSE:
  374. * license/LICENSE.zstd-jni.txt (BSD)
  375. * HOMEPAGE:
  376. * https://github.com/luben/zstd-jni
  377. This product contains a modified portion of 'jfastlz', a Java port of FastLZ compression
  378. and decompression library written by William Kinney. It can be obtained at:
  379. * LICENSE:
  380. * license/LICENSE.jfastlz.txt (MIT License)
  381. * HOMEPAGE:
  382. * https://code.google.com/p/jfastlz/
  383. This product contains a modified portion of and optionally depends on 'Protocol Buffers', Google's data
  384. interchange format, which can be obtained at:
  385. * LICENSE:
  386. * license/LICENSE.protobuf.txt (New BSD License)
  387. * HOMEPAGE:
  388. * https://github.com/google/protobuf
  389. This product optionally depends on 'Bouncy Castle Crypto APIs' to generate
  390. a temporary self-signed X.509 certificate when the JVM does not provide the
  391. equivalent functionality. It can be obtained at:
  392. * LICENSE:
  393. * license/LICENSE.bouncycastle.txt (MIT License)
  394. * HOMEPAGE:
  395. * https://www.bouncycastle.org/
  396. This product optionally depends on 'Snappy', a compression library produced
  397. by Google Inc, which can be obtained at:
  398. * LICENSE:
  399. * license/LICENSE.snappy.txt (New BSD License)
  400. * HOMEPAGE:
  401. * https://github.com/google/snappy
  402. This product optionally depends on 'JBoss Marshalling', an alternative Java
  403. serialization API, which can be obtained at:
  404. * LICENSE:
  405. * license/LICENSE.jboss-marshalling.txt (Apache License 2.0)
  406. * HOMEPAGE:
  407. * https://github.com/jboss-remoting/jboss-marshalling
  408. This product optionally depends on 'Caliper', Google's micro-
  409. benchmarking framework, which can be obtained at:
  410. * LICENSE:
  411. * license/LICENSE.caliper.txt (Apache License 2.0)
  412. * HOMEPAGE:
  413. * https://github.com/google/caliper
  414. This product optionally depends on 'Apache Commons Logging', a logging
  415. framework, which can be obtained at:
  416. * LICENSE:
  417. * license/LICENSE.commons-logging.txt (Apache License 2.0)
  418. * HOMEPAGE:
  419. * https://commons.apache.org/logging/
  420. This product optionally depends on 'Apache Log4J', a logging framework, which
  421. can be obtained at:
  422. * LICENSE:
  423. * license/LICENSE.log4j.txt (Apache License 2.0)
  424. * HOMEPAGE:
  425. * https://logging.apache.org/log4j/
  426. This product optionally depends on 'Aalto XML', an ultra-high performance
  427. non-blocking XML processor, which can be obtained at:
  428. * LICENSE:
  429. * license/LICENSE.aalto-xml.txt (Apache License 2.0)
  430. * HOMEPAGE:
  431. * https://wiki.fasterxml.com/AaltoHome
  432. This product contains a modified version of 'HPACK', a Java implementation of
  433. the HTTP/2 HPACK algorithm written by Twitter. It can be obtained at:
  434. * LICENSE:
  435. * license/LICENSE.hpack.txt (Apache License 2.0)
  436. * HOMEPAGE:
  437. * https://github.com/twitter/hpack
  438. This product contains a modified version of 'HPACK', a Java implementation of
  439. the HTTP/2 HPACK algorithm written by Cory Benfield. It can be obtained at:
  440. * LICENSE:
  441. * license/LICENSE.hyper-hpack.txt (MIT License)
  442. * HOMEPAGE:
  443. * https://github.com/python-hyper/hpack/
  444. This product contains a modified version of 'HPACK', a Java implementation of
  445. the HTTP/2 HPACK algorithm written by Tatsuhiro Tsujikawa. It can be obtained at:
  446. * LICENSE:
  447. * license/LICENSE.nghttp2-hpack.txt (MIT License)
  448. * HOMEPAGE:
  449. * https://github.com/nghttp2/nghttp2/
  450. This product contains a modified portion of 'Apache Commons Lang', a Java library
  451. provides utilities for the java.lang API, which can be obtained at:
  452. * LICENSE:
  453. * license/LICENSE.commons-lang.txt (Apache License 2.0)
  454. * HOMEPAGE:
  455. * https://commons.apache.org/proper/commons-lang/
  456. This product contains the Maven wrapper scripts from 'Maven Wrapper', that provides an easy way to ensure a user has everything necessary to run the Maven build.
  457. * LICENSE:
  458. * license/LICENSE.mvn-wrapper.txt (Apache License 2.0)
  459. * HOMEPAGE:
  460. * https://github.com/takari/maven-wrapper
  461. This product contains the dnsinfo.h header file, that provides a way to retrieve the system DNS configuration on MacOS.
  462. This private header is also used by Apple's open source
  463. mDNSResponder (https://opensource.apple.com/tarballs/mDNSResponder/).
  464. * LICENSE:
  465. * license/LICENSE.dnsinfo.txt (Apple Public Source License 2.0)
  466. * HOMEPAGE:
  467. * https://www.opensource.apple.com/source/configd/configd-453.19/dnsinfo/dnsinfo.h
  468. This product optionally depends on 'Brotli4j', Brotli compression and
  469. decompression for Java., which can be obtained at:
  470. * LICENSE:
  471. * license/LICENSE.brotli4j.txt (Apache License 2.0)
  472. * HOMEPAGE:
  473. * https://github.com/hyperxpro/Brotli4j
  474. ========================================================================
  475. Perfmark NOTICE
  476. ========================================================================
  477. Copyright 2019 Google LLC
  478. Licensed under the Apache License, Version 2.0 (the "License");
  479. you may not use this file except in compliance with the License.
  480. You may obtain a copy of the License at
  481. http://www.apache.org/licenses/LICENSE-2.0
  482. Unless required by applicable law or agreed to in writing, software
  483. distributed under the License is distributed on an "AS IS" BASIS,
  484. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  485. See the License for the specific language governing permissions and
  486. limitations under the License.
  487. -----------------------------------------------------------------------
  488. This product contains a modified portion of 'Catapult', an open source
  489. Trace Event viewer for Chome, Linux, and Android applications, which can
  490. be obtained at:
  491. * LICENSE:
  492. * traceviewer/src/main/resources/io/perfmark/traceviewer/third_party/catapult/LICENSE (New BSD License)
  493. * HOMEPAGE:
  494. * https://github.com/catapult-project/catapult
  495. This product contains a modified portion of 'Polymer', a library for Web
  496. Components, which can be obtained at:
  497. * LICENSE:
  498. * traceviewer/src/main/resources/io/perfmark/traceviewer/third_party/polymer/LICENSE (New BSD License)
  499. * HOMEPAGE:
  500. * https://github.com/Polymer/polymer
  501. This product contains a modified portion of 'ASM', an open source
  502. Java Bytecode library, which can be obtained at:
  503. * LICENSE:
  504. * agent/src/main/resources/io/perfmark/agent/third_party/asm/LICENSE (BSD style License)
  505. * HOMEPAGE:
  506. * https://asm.ow2.io/
  507. ========================================================================
  508. Servo NOTICE
  509. ========================================================================
  510. Servo
  511. Copyright 2011 Netflix, Inc.
  512. This product includes software developed by The Apache Software
  513. Foundation (http://www.apache.org/).
  514. Alternative collection types provided by Google Guava from
  515. http://code.google.com/p/guava-libraries/
  516. Copyright (C) 2007 Google Inc.
  517. ========================================================================
  518. simpleclient NOTICE
  519. ========================================================================
  520. Prometheus instrumentation library for JVM applications
  521. Copyright 2012-2015 The Prometheus Authors
  522. This product includes software developed at
  523. Boxever Ltd. (http://www.boxever.com/).
  524. This product includes software developed at
  525. SoundCloud Ltd. (http://soundcloud.com/).
  526. This product includes software developed as part of the
  527. Ocelli project by Netflix Inc. (https://github.com/Netflix/ocelli/).
  528. ========================================================================
  529. Snappy-java NOTICE
  530. ========================================================================
  531. This product includes software developed by Google
  532. Snappy: http://code.google.com/p/snappy/ (New BSD License)
  533. This product includes software developed by Apache
  534. PureJavaCrc32C from apache-hadoop-common http://hadoop.apache.org/
  535. (Apache 2.0 license)
  536. This library contains statically linked libstdc++. This inclusion is allowed by
  537. "GCC Runtime Library Exception"
  538. http://gcc.gnu.org/onlinedocs/libstdc++/manual/license.html
  539. == Contributors ==
  540. * Tatu Saloranta
  541. * Providing benchmark suite
  542. * Alec Wysoker
  543. * Performance and memory usage improvement
  544. Third-Party Notices and Licenses:
  545. - Hadoop: Apache Hadoop is used as a dependency
  546. License: Apache License 2.0
  547. Source/Reference: https://github.com/apache/hadoop/blob/trunk/NOTICE.txt
  548. ========================================================================