jw项目windows环境软件安装
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1588 lines
80 KiB

1 year ago
  1. Elasticsearch X-Pack
  2. Copyright 2009-2017 Elasticsearch
  3. ================================================================================
  4. commons NOTICE
  5. ================================================================================
  6. Apache Commons Codec
  7. Copyright 2002-2014 The Apache Software Foundation
  8. This product includes software developed at
  9. The Apache Software Foundation (http://www.apache.org/).
  10. src/test/org/apache/commons/codec/language/DoubleMetaphoneTest.java
  11. contains test data from http://aspell.net/test/orig/batch0.tab.
  12. Copyright (C) 2002 Kevin Atkinson (kevina@gnu.org)
  13. ===============================================================================
  14. The content of package org.apache.commons.codec.language.bm has been translated
  15. from the original php source code available at http://stevemorse.org/phoneticinfo.htm
  16. with permission from the original authors.
  17. Original source copyright:
  18. Copyright (c) 2008 Alexander Beider & Stephen P. Morse.
  19. ================================================================================
  20. commons LICENSE
  21. ================================================================================
  22. Apache License
  23. Version 2.0, January 2004
  24. http://www.apache.org/licenses/
  25. TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  26. 1. Definitions.
  27. "License" shall mean the terms and conditions for use, reproduction,
  28. and distribution as defined by Sections 1 through 9 of this document.
  29. "Licensor" shall mean the copyright owner or entity authorized by
  30. the copyright owner that is granting the License.
  31. "Legal Entity" shall mean the union of the acting entity and all
  32. other entities that control, are controlled by, or are under common
  33. control with that entity. For the purposes of this definition,
  34. "control" means (i) the power, direct or indirect, to cause the
  35. direction or management of such entity, whether by contract or
  36. otherwise, or (ii) ownership of fifty percent (50%) or more of the
  37. outstanding shares, or (iii) beneficial ownership of such entity.
  38. "You" (or "Your") shall mean an individual or Legal Entity
  39. exercising permissions granted by this License.
  40. "Source" form shall mean the preferred form for making modifications,
  41. including but not limited to software source code, documentation
  42. source, and configuration files.
  43. "Object" form shall mean any form resulting from mechanical
  44. transformation or translation of a Source form, including but
  45. not limited to compiled object code, generated documentation,
  46. and conversions to other media types.
  47. "Work" shall mean the work of authorship, whether in Source or
  48. Object form, made available under the License, as indicated by a
  49. copyright notice that is included in or attached to the work
  50. (an example is provided in the Appendix below).
  51. "Derivative Works" shall mean any work, whether in Source or Object
  52. form, that is based on (or derived from) the Work and for which the
  53. editorial revisions, annotations, elaborations, or other modifications
  54. represent, as a whole, an original work of authorship. For the purposes
  55. of this License, Derivative Works shall not include works that remain
  56. separable from, or merely link (or bind by name) to the interfaces of,
  57. the Work and Derivative Works thereof.
  58. "Contribution" shall mean any work of authorship, including
  59. the original version of the Work and any modifications or additions
  60. to that Work or Derivative Works thereof, that is intentionally
  61. submitted to Licensor for inclusion in the Work by the copyright owner
  62. or by an individual or Legal Entity authorized to submit on behalf of
  63. the copyright owner. For the purposes of this definition, "submitted"
  64. means any form of electronic, verbal, or written communication sent
  65. to the Licensor or its representatives, including but not limited to
  66. communication on electronic mailing lists, source code control systems,
  67. and issue tracking systems that are managed by, or on behalf of, the
  68. Licensor for the purpose of discussing and improving the Work, but
  69. excluding communication that is conspicuously marked or otherwise
  70. designated in writing by the copyright owner as "Not a Contribution."
  71. "Contributor" shall mean Licensor and any individual or Legal Entity
  72. on behalf of whom a Contribution has been received by Licensor and
  73. subsequently incorporated within the Work.
  74. 2. Grant of Copyright License. Subject to the terms and conditions of
  75. this License, each Contributor hereby grants to You a perpetual,
  76. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  77. copyright license to reproduce, prepare Derivative Works of,
  78. publicly display, publicly perform, sublicense, and distribute the
  79. Work and such Derivative Works in Source or Object form.
  80. 3. Grant of Patent License. Subject to the terms and conditions of
  81. this License, each Contributor hereby grants to You a perpetual,
  82. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  83. (except as stated in this section) patent license to make, have made,
  84. use, offer to sell, sell, import, and otherwise transfer the Work,
  85. where such license applies only to those patent claims licensable
  86. by such Contributor that are necessarily infringed by their
  87. Contribution(s) alone or by combination of their Contribution(s)
  88. with the Work to which such Contribution(s) was submitted. If You
  89. institute patent litigation against any entity (including a
  90. cross-claim or counterclaim in a lawsuit) alleging that the Work
  91. or a Contribution incorporated within the Work constitutes direct
  92. or contributory patent infringement, then any patent licenses
  93. granted to You under this License for that Work shall terminate
  94. as of the date such litigation is filed.
  95. 4. Redistribution. You may reproduce and distribute copies of the
  96. Work or Derivative Works thereof in any medium, with or without
  97. modifications, and in Source or Object form, provided that You
  98. meet the following conditions:
  99. (a) You must give any other recipients of the Work or
  100. Derivative Works a copy of this License; and
  101. (b) You must cause any modified files to carry prominent notices
  102. stating that You changed the files; and
  103. (c) You must retain, in the Source form of any Derivative Works
  104. that You distribute, all copyright, patent, trademark, and
  105. attribution notices from the Source form of the Work,
  106. excluding those notices that do not pertain to any part of
  107. the Derivative Works; and
  108. (d) If the Work includes a "NOTICE" text file as part of its
  109. distribution, then any Derivative Works that You distribute must
  110. include a readable copy of the attribution notices contained
  111. within such NOTICE file, excluding those notices that do not
  112. pertain to any part of the Derivative Works, in at least one
  113. of the following places: within a NOTICE text file distributed
  114. as part of the Derivative Works; within the Source form or
  115. documentation, if provided along with the Derivative Works; or,
  116. within a display generated by the Derivative Works, if and
  117. wherever such third-party notices normally appear. The contents
  118. of the NOTICE file are for informational purposes only and
  119. do not modify the License. You may add Your own attribution
  120. notices within Derivative Works that You distribute, alongside
  121. or as an addendum to the NOTICE text from the Work, provided
  122. that such additional attribution notices cannot be construed
  123. as modifying the License.
  124. You may add Your own copyright statement to Your modifications and
  125. may provide additional or different license terms and conditions
  126. for use, reproduction, or distribution of Your modifications, or
  127. for any such Derivative Works as a whole, provided Your use,
  128. reproduction, and distribution of the Work otherwise complies with
  129. the conditions stated in this License.
  130. 5. Submission of Contributions. Unless You explicitly state otherwise,
  131. any Contribution intentionally submitted for inclusion in the Work
  132. by You to the Licensor shall be under the terms and conditions of
  133. this License, without any additional terms or conditions.
  134. Notwithstanding the above, nothing herein shall supersede or modify
  135. the terms of any separate license agreement you may have executed
  136. with Licensor regarding such Contributions.
  137. 6. Trademarks. This License does not grant permission to use the trade
  138. names, trademarks, service marks, or product names of the Licensor,
  139. except as required for reasonable and customary use in describing the
  140. origin of the Work and reproducing the content of the NOTICE file.
  141. 7. Disclaimer of Warranty. Unless required by applicable law or
  142. agreed to in writing, Licensor provides the Work (and each
  143. Contributor provides its Contributions) on an "AS IS" BASIS,
  144. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  145. implied, including, without limitation, any warranties or conditions
  146. of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  147. PARTICULAR PURPOSE. You are solely responsible for determining the
  148. appropriateness of using or redistributing the Work and assume any
  149. risks associated with Your exercise of permissions under this License.
  150. 8. Limitation of Liability. In no event and under no legal theory,
  151. whether in tort (including negligence), contract, or otherwise,
  152. unless required by applicable law (such as deliberate and grossly
  153. negligent acts) or agreed to in writing, shall any Contributor be
  154. liable to You for damages, including any direct, indirect, special,
  155. incidental, or consequential damages of any character arising as a
  156. result of this License or out of the use or inability to use the
  157. Work (including but not limited to damages for loss of goodwill,
  158. work stoppage, computer failure or malfunction, or any and all
  159. other commercial damages or losses), even if such Contributor
  160. has been advised of the possibility of such damages.
  161. 9. Accepting Warranty or Additional Liability. While redistributing
  162. the Work or Derivative Works thereof, You may choose to offer,
  163. and charge a fee for, acceptance of support, warranty, indemnity,
  164. or other liability obligations and/or rights consistent with this
  165. License. However, in accepting such obligations, You may act only
  166. on Your own behalf and on Your sole responsibility, not on behalf
  167. of any other Contributor, and only if You agree to indemnify,
  168. defend, and hold each Contributor harmless for any liability
  169. incurred by, or claims asserted against, such Contributor by reason
  170. of your accepting any such warranty or additional liability.
  171. END OF TERMS AND CONDITIONS
  172. APPENDIX: How to apply the Apache License to your work.
  173. To apply the Apache License to your work, attach the following
  174. boilerplate notice, with the fields enclosed by brackets "[]"
  175. replaced with your own identifying information. (Don't include
  176. the brackets!) The text should be enclosed in the appropriate
  177. comment syntax for the file format. We also recommend that a
  178. file or class name and description of purpose be included on the
  179. same "printed page" as the copyright notice for easier
  180. identification within third-party archives.
  181. Copyright [yyyy] [name of copyright owner]
  182. Licensed under the Apache License, Version 2.0 (the "License");
  183. you may not use this file except in compliance with the License.
  184. You may obtain a copy of the License at
  185. http://www.apache.org/licenses/LICENSE-2.0
  186. Unless required by applicable law or agreed to in writing, software
  187. distributed under the License is distributed on an "AS IS" BASIS,
  188. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  189. See the License for the specific language governing permissions and
  190. limitations under the License.
  191. ================================================================================
  192. httpclient NOTICE
  193. ================================================================================
  194. Apache HttpComponents Client
  195. Copyright 1999-2016 The Apache Software Foundation
  196. This product includes software developed at
  197. The Apache Software Foundation (http://www.apache.org/).
  198. ================================================================================
  199. httpclient LICENSE
  200. ================================================================================
  201. Apache License
  202. Version 2.0, January 2004
  203. http://www.apache.org/licenses/
  204. TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  205. 1. Definitions.
  206. "License" shall mean the terms and conditions for use, reproduction,
  207. and distribution as defined by Sections 1 through 9 of this document.
  208. "Licensor" shall mean the copyright owner or entity authorized by
  209. the copyright owner that is granting the License.
  210. "Legal Entity" shall mean the union of the acting entity and all
  211. other entities that control, are controlled by, or are under common
  212. control with that entity. For the purposes of this definition,
  213. "control" means (i) the power, direct or indirect, to cause the
  214. direction or management of such entity, whether by contract or
  215. otherwise, or (ii) ownership of fifty percent (50%) or more of the
  216. outstanding shares, or (iii) beneficial ownership of such entity.
  217. "You" (or "Your") shall mean an individual or Legal Entity
  218. exercising permissions granted by this License.
  219. "Source" form shall mean the preferred form for making modifications,
  220. including but not limited to software source code, documentation
  221. source, and configuration files.
  222. "Object" form shall mean any form resulting from mechanical
  223. transformation or translation of a Source form, including but
  224. not limited to compiled object code, generated documentation,
  225. and conversions to other media types.
  226. "Work" shall mean the work of authorship, whether in Source or
  227. Object form, made available under the License, as indicated by a
  228. copyright notice that is included in or attached to the work
  229. (an example is provided in the Appendix below).
  230. "Derivative Works" shall mean any work, whether in Source or Object
  231. form, that is based on (or derived from) the Work and for which the
  232. editorial revisions, annotations, elaborations, or other modifications
  233. represent, as a whole, an original work of authorship. For the purposes
  234. of this License, Derivative Works shall not include works that remain
  235. separable from, or merely link (or bind by name) to the interfaces of,
  236. the Work and Derivative Works thereof.
  237. "Contribution" shall mean any work of authorship, including
  238. the original version of the Work and any modifications or additions
  239. to that Work or Derivative Works thereof, that is intentionally
  240. submitted to Licensor for inclusion in the Work by the copyright owner
  241. or by an individual or Legal Entity authorized to submit on behalf of
  242. the copyright owner. For the purposes of this definition, "submitted"
  243. means any form of electronic, verbal, or written communication sent
  244. to the Licensor or its representatives, including but not limited to
  245. communication on electronic mailing lists, source code control systems,
  246. and issue tracking systems that are managed by, or on behalf of, the
  247. Licensor for the purpose of discussing and improving the Work, but
  248. excluding communication that is conspicuously marked or otherwise
  249. designated in writing by the copyright owner as "Not a Contribution."
  250. "Contributor" shall mean Licensor and any individual or Legal Entity
  251. on behalf of whom a Contribution has been received by Licensor and
  252. subsequently incorporated within the Work.
  253. 2. Grant of Copyright License. Subject to the terms and conditions of
  254. this License, each Contributor hereby grants to You a perpetual,
  255. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  256. copyright license to reproduce, prepare Derivative Works of,
  257. publicly display, publicly perform, sublicense, and distribute the
  258. Work and such Derivative Works in Source or Object form.
  259. 3. Grant of Patent License. Subject to the terms and conditions of
  260. this License, each Contributor hereby grants to You a perpetual,
  261. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  262. (except as stated in this section) patent license to make, have made,
  263. use, offer to sell, sell, import, and otherwise transfer the Work,
  264. where such license applies only to those patent claims licensable
  265. by such Contributor that are necessarily infringed by their
  266. Contribution(s) alone or by combination of their Contribution(s)
  267. with the Work to which such Contribution(s) was submitted. If You
  268. institute patent litigation against any entity (including a
  269. cross-claim or counterclaim in a lawsuit) alleging that the Work
  270. or a Contribution incorporated within the Work constitutes direct
  271. or contributory patent infringement, then any patent licenses
  272. granted to You under this License for that Work shall terminate
  273. as of the date such litigation is filed.
  274. 4. Redistribution. You may reproduce and distribute copies of the
  275. Work or Derivative Works thereof in any medium, with or without
  276. modifications, and in Source or Object form, provided that You
  277. meet the following conditions:
  278. (a) You must give any other recipients of the Work or
  279. Derivative Works a copy of this License; and
  280. (b) You must cause any modified files to carry prominent notices
  281. stating that You changed the files; and
  282. (c) You must retain, in the Source form of any Derivative Works
  283. that You distribute, all copyright, patent, trademark, and
  284. attribution notices from the Source form of the Work,
  285. excluding those notices that do not pertain to any part of
  286. the Derivative Works; and
  287. (d) If the Work includes a "NOTICE" text file as part of its
  288. distribution, then any Derivative Works that You distribute must
  289. include a readable copy of the attribution notices contained
  290. within such NOTICE file, excluding those notices that do not
  291. pertain to any part of the Derivative Works, in at least one
  292. of the following places: within a NOTICE text file distributed
  293. as part of the Derivative Works; within the Source form or
  294. documentation, if provided along with the Derivative Works; or,
  295. within a display generated by the Derivative Works, if and
  296. wherever such third-party notices normally appear. The contents
  297. of the NOTICE file are for informational purposes only and
  298. do not modify the License. You may add Your own attribution
  299. notices within Derivative Works that You distribute, alongside
  300. or as an addendum to the NOTICE text from the Work, provided
  301. that such additional attribution notices cannot be construed
  302. as modifying the License.
  303. You may add Your own copyright statement to Your modifications and
  304. may provide additional or different license terms and conditions
  305. for use, reproduction, or distribution of Your modifications, or
  306. for any such Derivative Works as a whole, provided Your use,
  307. reproduction, and distribution of the Work otherwise complies with
  308. the conditions stated in this License.
  309. 5. Submission of Contributions. Unless You explicitly state otherwise,
  310. any Contribution intentionally submitted for inclusion in the Work
  311. by You to the Licensor shall be under the terms and conditions of
  312. this License, without any additional terms or conditions.
  313. Notwithstanding the above, nothing herein shall supersede or modify
  314. the terms of any separate license agreement you may have executed
  315. with Licensor regarding such Contributions.
  316. 6. Trademarks. This License does not grant permission to use the trade
  317. names, trademarks, service marks, or product names of the Licensor,
  318. except as required for reasonable and customary use in describing the
  319. origin of the Work and reproducing the content of the NOTICE file.
  320. 7. Disclaimer of Warranty. Unless required by applicable law or
  321. agreed to in writing, Licensor provides the Work (and each
  322. Contributor provides its Contributions) on an "AS IS" BASIS,
  323. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  324. implied, including, without limitation, any warranties or conditions
  325. of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  326. PARTICULAR PURPOSE. You are solely responsible for determining the
  327. appropriateness of using or redistributing the Work and assume any
  328. risks associated with Your exercise of permissions under this License.
  329. 8. Limitation of Liability. In no event and under no legal theory,
  330. whether in tort (including negligence), contract, or otherwise,
  331. unless required by applicable law (such as deliberate and grossly
  332. negligent acts) or agreed to in writing, shall any Contributor be
  333. liable to You for damages, including any direct, indirect, special,
  334. incidental, or consequential damages of any character arising as a
  335. result of this License or out of the use or inability to use the
  336. Work (including but not limited to damages for loss of goodwill,
  337. work stoppage, computer failure or malfunction, or any and all
  338. other commercial damages or losses), even if such Contributor
  339. has been advised of the possibility of such damages.
  340. 9. Accepting Warranty or Additional Liability. While redistributing
  341. the Work or Derivative Works thereof, You may choose to offer,
  342. and charge a fee for, acceptance of support, warranty, indemnity,
  343. or other liability obligations and/or rights consistent with this
  344. License. However, in accepting such obligations, You may act only
  345. on Your own behalf and on Your sole responsibility, not on behalf
  346. of any other Contributor, and only if You agree to indemnify,
  347. defend, and hold each Contributor harmless for any liability
  348. incurred by, or claims asserted against, such Contributor by reason
  349. of your accepting any such warranty or additional liability.
  350. END OF TERMS AND CONDITIONS
  351. =========================================================================
  352. This project includes Public Suffix List copied from
  353. <https://publicsuffix.org/list/effective_tld_names.dat>
  354. licensed under the terms of the Mozilla Public License, v. 2.0
  355. Full license text: <http://mozilla.org/MPL/2.0/>
  356. Mozilla Public License Version 2.0
  357. ==================================
  358. 1. Definitions
  359. --------------
  360. 1.1. "Contributor"
  361. means each individual or legal entity that creates, contributes to
  362. the creation of, or owns Covered Software.
  363. 1.2. "Contributor Version"
  364. means the combination of the Contributions of others (if any) used
  365. by a Contributor and that particular Contributor's Contribution.
  366. 1.3. "Contribution"
  367. means Covered Software of a particular Contributor.
  368. 1.4. "Covered Software"
  369. means Source Code Form to which the initial Contributor has attached
  370. the notice in Exhibit A, the Executable Form of such Source Code
  371. Form, and Modifications of such Source Code Form, in each case
  372. including portions thereof.
  373. 1.5. "Incompatible With Secondary Licenses"
  374. means
  375. (a) that the initial Contributor has attached the notice described
  376. in Exhibit B to the Covered Software; or
  377. (b) that the Covered Software was made available under the terms of
  378. version 1.1 or earlier of the License, but not also under the
  379. terms of a Secondary License.
  380. 1.6. "Executable Form"
  381. means any form of the work other than Source Code Form.
  382. 1.7. "Larger Work"
  383. means a work that combines Covered Software with other material, in
  384. a separate file or files, that is not Covered Software.
  385. 1.8. "License"
  386. means this document.
  387. 1.9. "Licensable"
  388. means having the right to grant, to the maximum extent possible,
  389. whether at the time of the initial grant or subsequently, any and
  390. all of the rights conveyed by this License.
  391. 1.10. "Modifications"
  392. means any of the following:
  393. (a) any file in Source Code Form that results from an addition to,
  394. deletion from, or modification of the contents of Covered
  395. Software; or
  396. (b) any new file in Source Code Form that contains any Covered
  397. Software.
  398. 1.11. "Patent Claims" of a Contributor
  399. means any patent claim(s), including without limitation, method,
  400. process, and apparatus claims, in any patent Licensable by such
  401. Contributor that would be infringed, but for the grant of the
  402. License, by the making, using, selling, offering for sale, having
  403. made, import, or transfer of either its Contributions or its
  404. Contributor Version.
  405. 1.12. "Secondary License"
  406. means either the GNU General Public License, Version 2.0, the GNU
  407. Lesser General Public License, Version 2.1, the GNU Affero General
  408. Public License, Version 3.0, or any later versions of those
  409. licenses.
  410. 1.13. "Source Code Form"
  411. means the form of the work preferred for making modifications.
  412. 1.14. "You" (or "Your")
  413. means an individual or a legal entity exercising rights under this
  414. License. For legal entities, "You" includes any entity that
  415. controls, is controlled by, or is under common control with You. For
  416. purposes of this definition, "control" means (a) the power, direct
  417. or indirect, to cause the direction or management of such entity,
  418. whether by contract or otherwise, or (b) ownership of more than
  419. fifty percent (50%) of the outstanding shares or beneficial
  420. ownership of such entity.
  421. 2. License Grants and Conditions
  422. --------------------------------
  423. 2.1. Grants
  424. Each Contributor hereby grants You a world-wide, royalty-free,
  425. non-exclusive license:
  426. (a) under intellectual property rights (other than patent or trademark)
  427. Licensable by such Contributor to use, reproduce, make available,
  428. modify, display, perform, distribute, and otherwise exploit its
  429. Contributions, either on an unmodified basis, with Modifications, or
  430. as part of a Larger Work; and
  431. (b) under Patent Claims of such Contributor to make, use, sell, offer
  432. for sale, have made, import, and otherwise transfer either its
  433. Contributions or its Contributor Version.
  434. 2.2. Effective Date
  435. The licenses granted in Section 2.1 with respect to any Contribution
  436. become effective for each Contribution on the date the Contributor first
  437. distributes such Contribution.
  438. 2.3. Limitations on Grant Scope
  439. The licenses granted in this Section 2 are the only rights granted under
  440. this License. No additional rights or licenses will be implied from the
  441. distribution or licensing of Covered Software under this License.
  442. Notwithstanding Section 2.1(b) above, no patent license is granted by a
  443. Contributor:
  444. (a) for any code that a Contributor has removed from Covered Software;
  445. or
  446. (b) for infringements caused by: (i) Your and any other third party's
  447. modifications of Covered Software, or (ii) the combination of its
  448. Contributions with other software (except as part of its Contributor
  449. Version); or
  450. (c) under Patent Claims infringed by Covered Software in the absence of
  451. its Contributions.
  452. This License does not grant any rights in the trademarks, service marks,
  453. or logos of any Contributor (except as may be necessary to comply with
  454. the notice requirements in Section 3.4).
  455. 2.4. Subsequent Licenses
  456. No Contributor makes additional grants as a result of Your choice to
  457. distribute the Covered Software under a subsequent version of this
  458. License (see Section 10.2) or under the terms of a Secondary License (if
  459. permitted under the terms of Section 3.3).
  460. 2.5. Representation
  461. Each Contributor represents that the Contributor believes its
  462. Contributions are its original creation(s) or it has sufficient rights
  463. to grant the rights to its Contributions conveyed by this License.
  464. 2.6. Fair Use
  465. This License is not intended to limit any rights You have under
  466. applicable copyright doctrines of fair use, fair dealing, or other
  467. equivalents.
  468. 2.7. Conditions
  469. Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
  470. in Section 2.1.
  471. 3. Responsibilities
  472. -------------------
  473. 3.1. Distribution of Source Form
  474. All distribution of Covered Software in Source Code Form, including any
  475. Modifications that You create or to which You contribute, must be under
  476. the terms of this License. You must inform recipients that the Source
  477. Code Form of the Covered Software is governed by the terms of this
  478. License, and how they can obtain a copy of this License. You may not
  479. attempt to alter or restrict the recipients' rights in the Source Code
  480. Form.
  481. 3.2. Distribution of Executable Form
  482. If You distribute Covered Software in Executable Form then:
  483. (a) such Covered Software must also be made available in Source Code
  484. Form, as described in Section 3.1, and You must inform recipients of
  485. the Executable Form how they can obtain a copy of such Source Code
  486. Form by reasonable means in a timely manner, at a charge no more
  487. than the cost of distribution to the recipient; and
  488. (b) You may distribute such Executable Form under the terms of this
  489. License, or sublicense it under different terms, provided that the
  490. license for the Executable Form does not attempt to limit or alter
  491. the recipients' rights in the Source Code Form under this License.
  492. 3.3. Distribution of a Larger Work
  493. You may create and distribute a Larger Work under terms of Your choice,
  494. provided that You also comply with the requirements of this License for
  495. the Covered Software. If the Larger Work is a combination of Covered
  496. Software with a work governed by one or more Secondary Licenses, and the
  497. Covered Software is not Incompatible With Secondary Licenses, this
  498. License permits You to additionally distribute such Covered Software
  499. under the terms of such Secondary License(s), so that the recipient of
  500. the Larger Work may, at their option, further distribute the Covered
  501. Software under the terms of either this License or such Secondary
  502. License(s).
  503. 3.4. Notices
  504. You may not remove or alter the substance of any license notices
  505. (including copyright notices, patent notices, disclaimers of warranty,
  506. or limitations of liability) contained within the Source Code Form of
  507. the Covered Software, except that You may alter any license notices to
  508. the extent required to remedy known factual inaccuracies.
  509. 3.5. Application of Additional Terms
  510. You may choose to offer, and to charge a fee for, warranty, support,
  511. indemnity or liability obligations to one or more recipients of Covered
  512. Software. However, You may do so only on Your own behalf, and not on
  513. behalf of any Contributor. You must make it absolutely clear that any
  514. such warranty, support, indemnity, or liability obligation is offered by
  515. You alone, and You hereby agree to indemnify every Contributor for any
  516. liability incurred by such Contributor as a result of warranty, support,
  517. indemnity or liability terms You offer. You may include additional
  518. disclaimers of warranty and limitations of liability specific to any
  519. jurisdiction.
  520. 4. Inability to Comply Due to Statute or Regulation
  521. ---------------------------------------------------
  522. If it is impossible for You to comply with any of the terms of this
  523. License with respect to some or all of the Covered Software due to
  524. statute, judicial order, or regulation then You must: (a) comply with
  525. the terms of this License to the maximum extent possible; and (b)
  526. describe the limitations and the code they affect. Such description must
  527. be placed in a text file included with all distributions of the Covered
  528. Software under this License. Except to the extent prohibited by statute
  529. or regulation, such description must be sufficiently detailed for a
  530. recipient of ordinary skill to be able to understand it.
  531. 5. Termination
  532. --------------
  533. 5.1. The rights granted under this License will terminate automatically
  534. if You fail to comply with any of its terms. However, if You become
  535. compliant, then the rights granted under this License from a particular
  536. Contributor are reinstated (a) provisionally, unless and until such
  537. Contributor explicitly and finally terminates Your grants, and (b) on an
  538. ongoing basis, if such Contributor fails to notify You of the
  539. non-compliance by some reasonable means prior to 60 days after You have
  540. come back into compliance. Moreover, Your grants from a particular
  541. Contributor are reinstated on an ongoing basis if such Contributor
  542. notifies You of the non-compliance by some reasonable means, this is the
  543. first time You have received notice of non-compliance with this License
  544. from such Contributor, and You become compliant prior to 30 days after
  545. Your receipt of the notice.
  546. 5.2. If You initiate litigation against any entity by asserting a patent
  547. infringement claim (excluding declaratory judgment actions,
  548. counter-claims, and cross-claims) alleging that a Contributor Version
  549. directly or indirectly infringes any patent, then the rights granted to
  550. You by any and all Contributors for the Covered Software under Section
  551. 2.1 of this License shall terminate.
  552. 5.3. In the event of termination under Sections 5.1 or 5.2 above, all
  553. end user license agreements (excluding distributors and resellers) which
  554. have been validly granted by You or Your distributors under this License
  555. prior to termination shall survive termination.
  556. ************************************************************************
  557. * *
  558. * 6. Disclaimer of Warranty *
  559. * ------------------------- *
  560. * *
  561. * Covered Software is provided under this License on an "as is" *
  562. * basis, without warranty of any kind, either expressed, implied, or *
  563. * statutory, including, without limitation, warranties that the *
  564. * Covered Software is free of defects, merchantable, fit for a *
  565. * particular purpose or non-infringing. The entire risk as to the *
  566. * quality and performance of the Covered Software is with You. *
  567. * Should any Covered Software prove defective in any respect, You *
  568. * (not any Contributor) assume the cost of any necessary servicing, *
  569. * repair, or correction. This disclaimer of warranty constitutes an *
  570. * essential part of this License. No use of any Covered Software is *
  571. * authorized under this License except under this disclaimer. *
  572. * *
  573. ************************************************************************
  574. ************************************************************************
  575. * *
  576. * 7. Limitation of Liability *
  577. * -------------------------- *
  578. * *
  579. * Under no circumstances and under no legal theory, whether tort *
  580. * (including negligence), contract, or otherwise, shall any *
  581. * Contributor, or anyone who distributes Covered Software as *
  582. * permitted above, be liable to You for any direct, indirect, *
  583. * special, incidental, or consequential damages of any character *
  584. * including, without limitation, damages for lost profits, loss of *
  585. * goodwill, work stoppage, computer failure or malfunction, or any *
  586. * and all other commercial damages or losses, even if such party *
  587. * shall have been informed of the possibility of such damages. This *
  588. * limitation of liability shall not apply to liability for death or *
  589. * personal injury resulting from such party's negligence to the *
  590. * extent applicable law prohibits such limitation. Some *
  591. * jurisdictions do not allow the exclusion or limitation of *
  592. * incidental or consequential damages, so this exclusion and *
  593. * limitation may not apply to You. *
  594. * *
  595. ************************************************************************
  596. 8. Litigation
  597. -------------
  598. Any litigation relating to this License may be brought only in the
  599. courts of a jurisdiction where the defendant maintains its principal
  600. place of business and such litigation shall be governed by laws of that
  601. jurisdiction, without reference to its conflict-of-law provisions.
  602. Nothing in this Section shall prevent a party's ability to bring
  603. cross-claims or counter-claims.
  604. 9. Miscellaneous
  605. ----------------
  606. This License represents the complete agreement concerning the subject
  607. matter hereof. If any provision of this License is held to be
  608. unenforceable, such provision shall be reformed only to the extent
  609. necessary to make it enforceable. Any law or regulation which provides
  610. that the language of a contract shall be construed against the drafter
  611. shall not be used to construe this License against a Contributor.
  612. 10. Versions of the License
  613. ---------------------------
  614. 10.1. New Versions
  615. Mozilla Foundation is the license steward. Except as provided in Section
  616. 10.3, no one other than the license steward has the right to modify or
  617. publish new versions of this License. Each version will be given a
  618. distinguishing version number.
  619. 10.2. Effect of New Versions
  620. You may distribute the Covered Software under the terms of the version
  621. of the License under which You originally received the Covered Software,
  622. or under the terms of any subsequent version published by the license
  623. steward.
  624. 10.3. Modified Versions
  625. If you create software not governed by this License, and you want to
  626. create a new license for such software, you may create and use a
  627. modified version of this License if you rename the license and remove
  628. any references to the name of the license steward (except to note that
  629. such modified license differs from this License).
  630. 10.4. Distributing Source Code Form that is Incompatible With Secondary
  631. Licenses
  632. If You choose to distribute Source Code Form that is Incompatible With
  633. Secondary Licenses under the terms of this version of the License, the
  634. notice described in Exhibit B of this License must be attached.
  635. Exhibit A - Source Code Form License Notice
  636. -------------------------------------------
  637. This Source Code Form is subject to the terms of the Mozilla Public
  638. License, v. 2.0. If a copy of the MPL was not distributed with this
  639. file, You can obtain one at http://mozilla.org/MPL/2.0/.
  640. If it is not possible or desirable to put the notice in a particular
  641. file, then You may include the notice in a location (such as a LICENSE
  642. file in a relevant directory) where a recipient would be likely to look
  643. for such a notice.
  644. You may add additional accurate notices of copyright ownership.
  645. Exhibit B - "Incompatible With Secondary Licenses" Notice
  646. ---------------------------------------------------------
  647. This Source Code Form is "Incompatible With Secondary Licenses", as
  648. defined by the Mozilla Public License, v. 2.0.
  649. ================================================================================
  650. log4j NOTICE
  651. ================================================================================
  652. Apache log4j
  653. Copyright 2007 The Apache Software Foundation
  654. This product includes software developed at
  655. The Apache Software Foundation (http://www.apache.org/).
  656. ================================================================================
  657. log4j LICENSE
  658. ================================================================================
  659. Apache License
  660. Version 2.0, January 2004
  661. http://www.apache.org/licenses/
  662. TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  663. 1. Definitions.
  664. "License" shall mean the terms and conditions for use, reproduction,
  665. and distribution as defined by Sections 1 through 9 of this document.
  666. "Licensor" shall mean the copyright owner or entity authorized by
  667. the copyright owner that is granting the License.
  668. "Legal Entity" shall mean the union of the acting entity and all
  669. other entities that control, are controlled by, or are under common
  670. control with that entity. For the purposes of this definition,
  671. "control" means (i) the power, direct or indirect, to cause the
  672. direction or management of such entity, whether by contract or
  673. otherwise, or (ii) ownership of fifty percent (50%) or more of the
  674. outstanding shares, or (iii) beneficial ownership of such entity.
  675. "You" (or "Your") shall mean an individual or Legal Entity
  676. exercising permissions granted by this License.
  677. "Source" form shall mean the preferred form for making modifications,
  678. including but not limited to software source code, documentation
  679. source, and configuration files.
  680. "Object" form shall mean any form resulting from mechanical
  681. transformation or translation of a Source form, including but
  682. not limited to compiled object code, generated documentation,
  683. and conversions to other media types.
  684. "Work" shall mean the work of authorship, whether in Source or
  685. Object form, made available under the License, as indicated by a
  686. copyright notice that is included in or attached to the work
  687. (an example is provided in the Appendix below).
  688. "Derivative Works" shall mean any work, whether in Source or Object
  689. form, that is based on (or derived from) the Work and for which the
  690. editorial revisions, annotations, elaborations, or other modifications
  691. represent, as a whole, an original work of authorship. For the purposes
  692. of this License, Derivative Works shall not include works that remain
  693. separable from, or merely link (or bind by name) to the interfaces of,
  694. the Work and Derivative Works thereof.
  695. "Contribution" shall mean any work of authorship, including
  696. the original version of the Work and any modifications or additions
  697. to that Work or Derivative Works thereof, that is intentionally
  698. submitted to Licensor for inclusion in the Work by the copyright owner
  699. or by an individual or Legal Entity authorized to submit on behalf of
  700. the copyright owner. For the purposes of this definition, "submitted"
  701. means any form of electronic, verbal, or written communication sent
  702. to the Licensor or its representatives, including but not limited to
  703. communication on electronic mailing lists, source code control systems,
  704. and issue tracking systems that are managed by, or on behalf of, the
  705. Licensor for the purpose of discussing and improving the Work, but
  706. excluding communication that is conspicuously marked or otherwise
  707. designated in writing by the copyright owner as "Not a Contribution."
  708. "Contributor" shall mean Licensor and any individual or Legal Entity
  709. on behalf of whom a Contribution has been received by Licensor and
  710. subsequently incorporated within the Work.
  711. 2. Grant of Copyright License. Subject to the terms and conditions of
  712. this License, each Contributor hereby grants to You a perpetual,
  713. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  714. copyright license to reproduce, prepare Derivative Works of,
  715. publicly display, publicly perform, sublicense, and distribute the
  716. Work and such Derivative Works in Source or Object form.
  717. 3. Grant of Patent License. Subject to the terms and conditions of
  718. this License, each Contributor hereby grants to You a perpetual,
  719. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  720. (except as stated in this section) patent license to make, have made,
  721. use, offer to sell, sell, import, and otherwise transfer the Work,
  722. where such license applies only to those patent claims licensable
  723. by such Contributor that are necessarily infringed by their
  724. Contribution(s) alone or by combination of their Contribution(s)
  725. with the Work to which such Contribution(s) was submitted. If You
  726. institute patent litigation against any entity (including a
  727. cross-claim or counterclaim in a lawsuit) alleging that the Work
  728. or a Contribution incorporated within the Work constitutes direct
  729. or contributory patent infringement, then any patent licenses
  730. granted to You under this License for that Work shall terminate
  731. as of the date such litigation is filed.
  732. 4. Redistribution. You may reproduce and distribute copies of the
  733. Work or Derivative Works thereof in any medium, with or without
  734. modifications, and in Source or Object form, provided that You
  735. meet the following conditions:
  736. (a) You must give any other recipients of the Work or
  737. Derivative Works a copy of this License; and
  738. (b) You must cause any modified files to carry prominent notices
  739. stating that You changed the files; and
  740. (c) You must retain, in the Source form of any Derivative Works
  741. that You distribute, all copyright, patent, trademark, and
  742. attribution notices from the Source form of the Work,
  743. excluding those notices that do not pertain to any part of
  744. the Derivative Works; and
  745. (d) If the Work includes a "NOTICE" text file as part of its
  746. distribution, then any Derivative Works that You distribute must
  747. include a readable copy of the attribution notices contained
  748. within such NOTICE file, excluding those notices that do not
  749. pertain to any part of the Derivative Works, in at least one
  750. of the following places: within a NOTICE text file distributed
  751. as part of the Derivative Works; within the Source form or
  752. documentation, if provided along with the Derivative Works; or,
  753. within a display generated by the Derivative Works, if and
  754. wherever such third-party notices normally appear. The contents
  755. of the NOTICE file are for informational purposes only and
  756. do not modify the License. You may add Your own attribution
  757. notices within Derivative Works that You distribute, alongside
  758. or as an addendum to the NOTICE text from the Work, provided
  759. that such additional attribution notices cannot be construed
  760. as modifying the License.
  761. You may add Your own copyright statement to Your modifications and
  762. may provide additional or different license terms and conditions
  763. for use, reproduction, or distribution of Your modifications, or
  764. for any such Derivative Works as a whole, provided Your use,
  765. reproduction, and distribution of the Work otherwise complies with
  766. the conditions stated in this License.
  767. 5. Submission of Contributions. Unless You explicitly state otherwise,
  768. any Contribution intentionally submitted for inclusion in the Work
  769. by You to the Licensor shall be under the terms and conditions of
  770. this License, without any additional terms or conditions.
  771. Notwithstanding the above, nothing herein shall supersede or modify
  772. the terms of any separate license agreement you may have executed
  773. with Licensor regarding such Contributions.
  774. 6. Trademarks. This License does not grant permission to use the trade
  775. names, trademarks, service marks, or product names of the Licensor,
  776. except as required for reasonable and customary use in describing the
  777. origin of the Work and reproducing the content of the NOTICE file.
  778. 7. Disclaimer of Warranty. Unless required by applicable law or
  779. agreed to in writing, Licensor provides the Work (and each
  780. Contributor provides its Contributions) on an "AS IS" BASIS,
  781. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  782. implied, including, without limitation, any warranties or conditions
  783. of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  784. PARTICULAR PURPOSE. You are solely responsible for determining the
  785. appropriateness of using or redistributing the Work and assume any
  786. risks associated with Your exercise of permissions under this License.
  787. 8. Limitation of Liability. In no event and under no legal theory,
  788. whether in tort (including negligence), contract, or otherwise,
  789. unless required by applicable law (such as deliberate and grossly
  790. negligent acts) or agreed to in writing, shall any Contributor be
  791. liable to You for damages, including any direct, indirect, special,
  792. incidental, or consequential damages of any character arising as a
  793. result of this License or out of the use or inability to use the
  794. Work (including but not limited to damages for loss of goodwill,
  795. work stoppage, computer failure or malfunction, or any and all
  796. other commercial damages or losses), even if such Contributor
  797. has been advised of the possibility of such damages.
  798. 9. Accepting Warranty or Additional Liability. While redistributing
  799. the Work or Derivative Works thereof, You may choose to offer,
  800. and charge a fee for, acceptance of support, warranty, indemnity,
  801. or other liability obligations and/or rights consistent with this
  802. License. However, in accepting such obligations, You may act only
  803. on Your own behalf and on Your sole responsibility, not on behalf
  804. of any other Contributor, and only if You agree to indemnify,
  805. defend, and hold each Contributor harmless for any liability
  806. incurred by, or claims asserted against, such Contributor by reason
  807. of your accepting any such warranty or additional liability.
  808. END OF TERMS AND CONDITIONS
  809. APPENDIX: How to apply the Apache License to your work.
  810. To apply the Apache License to your work, attach the following
  811. boilerplate notice, with the fields enclosed by brackets "[]"
  812. replaced with your own identifying information. (Don't include
  813. the brackets!) The text should be enclosed in the appropriate
  814. comment syntax for the file format. We also recommend that a
  815. file or class name and description of purpose be included on the
  816. same "printed page" as the copyright notice for easier
  817. identification within third-party archives.
  818. Copyright 1999-2005 The Apache Software Foundation
  819. Licensed under the Apache License, Version 2.0 (the "License");
  820. you may not use this file except in compliance with the License.
  821. You may obtain a copy of the License at
  822. http://www.apache.org/licenses/LICENSE-2.0
  823. Unless required by applicable law or agreed to in writing, software
  824. distributed under the License is distributed on an "AS IS" BASIS,
  825. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  826. See the License for the specific language governing permissions and
  827. limitations under the License.
  828. ================================================================================
  829. unboundid-ldapsdk LICENSE
  830. ================================================================================
  831. GNU LESSER GENERAL PUBLIC LICENSE
  832. Version 2.1, February 1999
  833. Copyright (C) 1991, 1999 Free Software Foundation, Inc.
  834. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  835. Everyone is permitted to copy and distribute verbatim copies
  836. of this license document, but changing it is not allowed.
  837. [This is the first released version of the Lesser GPL. It also counts
  838. as the successor of the GNU Library Public License, version 2, hence
  839. the version number 2.1.]
  840. Preamble
  841. The licenses for most software are designed to take away your
  842. freedom to share and change it. By contrast, the GNU General Public
  843. Licenses are intended to guarantee your freedom to share and change
  844. free software--to make sure the software is free for all its users.
  845. This license, the Lesser General Public License, applies to some
  846. specially designated software packages--typically libraries--of the
  847. Free Software Foundation and other authors who decide to use it. You
  848. can use it too, but we suggest you first think carefully about whether
  849. this license or the ordinary General Public License is the better
  850. strategy to use in any particular case, based on the explanations below.
  851. When we speak of free software, we are referring to freedom of use,
  852. not price. Our General Public Licenses are designed to make sure that
  853. you have the freedom to distribute copies of free software (and charge
  854. for this service if you wish); that you receive source code or can get
  855. it if you want it; that you can change the software and use pieces of
  856. it in new free programs; and that you are informed that you can do
  857. these things.
  858. To protect your rights, we need to make restrictions that forbid
  859. distributors to deny you these rights or to ask you to surrender these
  860. rights. These restrictions translate to certain responsibilities for
  861. you if you distribute copies of the library or if you modify it.
  862. For example, if you distribute copies of the library, whether gratis
  863. or for a fee, you must give the recipients all the rights that we gave
  864. you. You must make sure that they, too, receive or can get the source
  865. code. If you link other code with the library, you must provide
  866. complete object files to the recipients, so that they can relink them
  867. with the library after making changes to the library and recompiling
  868. it. And you must show them these terms so they know their rights.
  869. We protect your rights with a two-step method: (1) we copyright the
  870. library, and (2) we offer you this license, which gives you legal
  871. permission to copy, distribute and/or modify the library.
  872. To protect each distributor, we want to make it very clear that
  873. there is no warranty for the free library. Also, if the library is
  874. modified by someone else and passed on, the recipients should know
  875. that what they have is not the original version, so that the original
  876. author's reputation will not be affected by problems that might be
  877. introduced by others.
  878. Finally, software patents pose a constant threat to the existence of
  879. any free program. We wish to make sure that a company cannot
  880. effectively restrict the users of a free program by obtaining a
  881. restrictive license from a patent holder. Therefore, we insist that
  882. any patent license obtained for a version of the library must be
  883. consistent with the full freedom of use specified in this license.
  884. Most GNU software, including some libraries, is covered by the
  885. ordinary GNU General Public License. This license, the GNU Lesser
  886. General Public License, applies to certain designated libraries, and
  887. is quite different from the ordinary General Public License. We use
  888. this license for certain libraries in order to permit linking those
  889. libraries into non-free programs.
  890. When a program is linked with a library, whether statically or using
  891. a shared library, the combination of the two is legally speaking a
  892. combined work, a derivative of the original library. The ordinary
  893. General Public License therefore permits such linking only if the
  894. entire combination fits its criteria of freedom. The Lesser General
  895. Public License permits more lax criteria for linking other code with
  896. the library.
  897. We call this license the "Lesser" General Public License because it
  898. does Less to protect the user's freedom than the ordinary General
  899. Public License. It also provides other free software developers Less
  900. of an advantage over competing non-free programs. These disadvantages
  901. are the reason we use the ordinary General Public License for many
  902. libraries. However, the Lesser license provides advantages in certain
  903. special circumstances.
  904. For example, on rare occasions, there may be a special need to
  905. encourage the widest possible use of a certain library, so that it becomes
  906. a de-facto standard. To achieve this, non-free programs must be
  907. allowed to use the library. A more frequent case is that a free
  908. library does the same job as widely used non-free libraries. In this
  909. case, there is little to gain by limiting the free library to free
  910. software only, so we use the Lesser General Public License.
  911. In other cases, permission to use a particular library in non-free
  912. programs enables a greater number of people to use a large body of
  913. free software. For example, permission to use the GNU C Library in
  914. non-free programs enables many more people to use the whole GNU
  915. operating system, as well as its variant, the GNU/Linux operating
  916. system.
  917. Although the Lesser General Public License is Less protective of the
  918. users' freedom, it does ensure that the user of a program that is
  919. linked with the Library has the freedom and the wherewithal to run
  920. that program using a modified version of the Library.
  921. The precise terms and conditions for copying, distribution and
  922. modification follow. Pay close attention to the difference between a
  923. "work based on the library" and a "work that uses the library". The
  924. former contains code derived from the library, whereas the latter must
  925. be combined with the library in order to run.
  926. GNU LESSER GENERAL PUBLIC LICENSE
  927. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  928. 0. This License Agreement applies to any software library or other
  929. program which contains a notice placed by the copyright holder or
  930. other authorized party saying it may be distributed under the terms of
  931. this Lesser General Public License (also called "this License").
  932. Each licensee is addressed as "you".
  933. A "library" means a collection of software functions and/or data
  934. prepared so as to be conveniently linked with application programs
  935. (which use some of those functions and data) to form executables.
  936. The "Library", below, refers to any such software library or work
  937. which has been distributed under these terms. A "work based on the
  938. Library" means either the Library or any derivative work under
  939. copyright law: that is to say, a work containing the Library or a
  940. portion of it, either verbatim or with modifications and/or translated
  941. straightforwardly into another language. (Hereinafter, translation is
  942. included without limitation in the term "modification".)
  943. "Source code" for a work means the preferred form of the work for
  944. making modifications to it. For a library, complete source code means
  945. all the source code for all modules it contains, plus any associated
  946. interface definition files, plus the scripts used to control compilation
  947. and installation of the library.
  948. Activities other than copying, distribution and modification are not
  949. covered by this License; they are outside its scope. The act of
  950. running a program using the Library is not restricted, and output from
  951. such a program is covered only if its contents constitute a work based
  952. on the Library (independent of the use of the Library in a tool for
  953. writing it). Whether that is true depends on what the Library does
  954. and what the program that uses the Library does.
  955. 1. You may copy and distribute verbatim copies of the Library's
  956. complete source code as you receive it, in any medium, provided that
  957. you conspicuously and appropriately publish on each copy an
  958. appropriate copyright notice and disclaimer of warranty; keep intact
  959. all the notices that refer to this License and to the absence of any
  960. warranty; and distribute a copy of this License along with the
  961. Library.
  962. You may charge a fee for the physical act of transferring a copy,
  963. and you may at your option offer warranty protection in exchange for a
  964. fee.
  965. 2. You may modify your copy or copies of the Library or any portion
  966. of it, thus forming a work based on the Library, and copy and
  967. distribute such modifications or work under the terms of Section 1
  968. above, provided that you also meet all of these conditions:
  969. a) The modified work must itself be a software library.
  970. b) You must cause the files modified to carry prominent notices
  971. stating that you changed the files and the date of any change.
  972. c) You must cause the whole of the work to be licensed at no
  973. charge to all third parties under the terms of this License.
  974. d) If a facility in the modified Library refers to a function or a
  975. table of data to be supplied by an application program that uses
  976. the facility, other than as an argument passed when the facility
  977. is invoked, then you must make a good faith effort to ensure that,
  978. in the event an application does not supply such function or
  979. table, the facility still operates, and performs whatever part of
  980. its purpose remains meaningful.
  981. (For example, a function in a library to compute square roots has
  982. a purpose that is entirely well-defined independent of the
  983. application. Therefore, Subsection 2d requires that any
  984. application-supplied function or table used by this function must
  985. be optional: if the application does not supply it, the square
  986. root function must still compute square roots.)
  987. These requirements apply to the modified work as a whole. If
  988. identifiable sections of that work are not derived from the Library,
  989. and can be reasonably considered independent and separate works in
  990. themselves, then this License, and its terms, do not apply to those
  991. sections when you distribute them as separate works. But when you
  992. distribute the same sections as part of a whole which is a work based
  993. on the Library, the distribution of the whole must be on the terms of
  994. this License, whose permissions for other licensees extend to the
  995. entire whole, and thus to each and every part regardless of who wrote
  996. it.
  997. Thus, it is not the intent of this section to claim rights or contest
  998. your rights to work written entirely by you; rather, the intent is to
  999. exercise the right to control the distribution of derivative or
  1000. collective works based on the Library.
  1001. In addition, mere aggregation of another work not based on the Library
  1002. with the Library (or with a work based on the Library) on a volume of
  1003. a storage or distribution medium does not bring the other work under
  1004. the scope of this License.
  1005. 3. You may opt to apply the terms of the ordinary GNU General Public
  1006. License instead of this License to a given copy of the Library. To do
  1007. this, you must alter all the notices that refer to this License, so
  1008. that they refer to the ordinary GNU General Public License, version 2,
  1009. instead of to this License. (If a newer version than version 2 of the
  1010. ordinary GNU General Public License has appeared, then you can specify
  1011. that version instead if you wish.) Do not make any other change in
  1012. these notices.
  1013. Once this change is made in a given copy, it is irreversible for
  1014. that copy, so the ordinary GNU General Public License applies to all
  1015. subsequent copies and derivative works made from that copy.
  1016. This option is useful when you wish to copy part of the code of
  1017. the Library into a program that is not a library.
  1018. 4. You may copy and distribute the Library (or a portion or
  1019. derivative of it, under Section 2) in object code or executable form
  1020. under the terms of Sections 1 and 2 above provided that you accompany
  1021. it with the complete corresponding machine-readable source code, which
  1022. must be distributed under the terms of Sections 1 and 2 above on a
  1023. medium customarily used for software interchange.
  1024. If distribution of object code is made by offering access to copy
  1025. from a designated place, then offering equivalent access to copy the
  1026. source code from the same place satisfies the requirement to
  1027. distribute the source code, even though third parties are not
  1028. compelled to copy the source along with the object code.
  1029. 5. A program that contains no derivative of any portion of the
  1030. Library, but is designed to work with the Library by being compiled or
  1031. linked with it, is called a "work that uses the Library". Such a
  1032. work, in isolation, is not a derivative work of the Library, and
  1033. therefore falls outside the scope of this License.
  1034. However, linking a "work that uses the Library" with the Library
  1035. creates an executable that is a derivative of the Library (because it
  1036. contains portions of the Library), rather than a "work that uses the
  1037. library". The executable is therefore covered by this License.
  1038. Section 6 states terms for distribution of such executables.
  1039. When a "work that uses the Library" uses material from a header file
  1040. that is part of the Library, the object code for the work may be a
  1041. derivative work of the Library even though the source code is not.
  1042. Whether this is true is especially significant if the work can be
  1043. linked without the Library, or if the work is itself a library. The
  1044. threshold for this to be true is not precisely defined by law.
  1045. If such an object file uses only numerical parameters, data
  1046. structure layouts and accessors, and small macros and small inline
  1047. functions (ten lines or less in length), then the use of the object
  1048. file is unrestricted, regardless of whether it is legally a derivative
  1049. work. (Executables containing this object code plus portions of the
  1050. Library will still fall under Section 6.)
  1051. Otherwise, if the work is a derivative of the Library, you may
  1052. distribute the object code for the work under the terms of Section 6.
  1053. Any executables containing that work also fall under Section 6,
  1054. whether or not they are linked directly with the Library itself.
  1055. 6. As an exception to the Sections above, you may also combine or
  1056. link a "work that uses the Library" with the Library to produce a
  1057. work containing portions of the Library, and distribute that work
  1058. under terms of your choice, provided that the terms permit
  1059. modification of the work for the customer's own use and reverse
  1060. engineering for debugging such modifications.
  1061. You must give prominent notice with each copy of the work that the
  1062. Library is used in it and that the Library and its use are covered by
  1063. this License. You must supply a copy of this License. If the work
  1064. during execution displays copyright notices, you must include the
  1065. copyright notice for the Library among them, as well as a reference
  1066. directing the user to the copy of this License. Also, you must do one
  1067. of these things:
  1068. a) Accompany the work with the complete corresponding
  1069. machine-readable source code for the Library including whatever
  1070. changes were used in the work (which must be distributed under
  1071. Sections 1 and 2 above); and, if the work is an executable linked
  1072. with the Library, with the complete machine-readable "work that
  1073. uses the Library", as object code and/or source code, so that the
  1074. user can modify the Library and then relink to produce a modified
  1075. executable containing the modified Library. (It is understood
  1076. that the user who changes the contents of definitions files in the
  1077. Library will not necessarily be able to recompile the application
  1078. to use the modified definitions.)
  1079. b) Use a suitable shared library mechanism for linking with the
  1080. Library. A suitable mechanism is one that (1) uses at run time a
  1081. copy of the library already present on the user's computer system,
  1082. rather than copying library functions into the executable, and (2)
  1083. will operate properly with a modified version of the library, if
  1084. the user installs one, as long as the modified version is
  1085. interface-compatible with the version that the work was made with.
  1086. c) Accompany the work with a written offer, valid for at
  1087. least three years, to give the same user the materials
  1088. specified in Subsection 6a, above, for a charge no more
  1089. than the cost of performing this distribution.
  1090. d) If distribution of the work is made by offering access to copy
  1091. from a designated place, offer equivalent access to copy the above
  1092. specified materials from the same place.
  1093. e) Verify that the user has already received a copy of these
  1094. materials or that you have already sent this user a copy.
  1095. For an executable, the required form of the "work that uses the
  1096. Library" must include any data and utility programs needed for
  1097. reproducing the executable from it. However, as a special exception,
  1098. the materials to be distributed need not include anything that is
  1099. normally distributed (in either source or binary form) with the major
  1100. components (compiler, kernel, and so on) of the operating system on
  1101. which the executable runs, unless that component itself accompanies
  1102. the executable.
  1103. It may happen that this requirement contradicts the license
  1104. restrictions of other proprietary libraries that do not normally
  1105. accompany the operating system. Such a contradiction means you cannot
  1106. use both them and the Library together in an executable that you
  1107. distribute.
  1108. 7. You may place library facilities that are a work based on the
  1109. Library side-by-side in a single library together with other library
  1110. facilities not covered by this License, and distribute such a combined
  1111. library, provided that the separate distribution of the work based on
  1112. the Library and of the other library facilities is otherwise
  1113. permitted, and provided that you do these two things:
  1114. a) Accompany the combined library with a copy of the same work
  1115. based on the Library, uncombined with any other library
  1116. facilities. This must be distributed under the terms of the
  1117. Sections above.
  1118. b) Give prominent notice with the combined library of the fact
  1119. that part of it is a work based on the Library, and explaining
  1120. where to find the accompanying uncombined form of the same work.
  1121. 8. You may not copy, modify, sublicense, link with, or distribute
  1122. the Library except as expressly provided under this License. Any
  1123. attempt otherwise to copy, modify, sublicense, link with, or
  1124. distribute the Library is void, and will automatically terminate your
  1125. rights under this License. However, parties who have received copies,
  1126. or rights, from you under this License will not have their licenses
  1127. terminated so long as such parties remain in full compliance.
  1128. 9. You are not required to accept this License, since you have not
  1129. signed it. However, nothing else grants you permission to modify or
  1130. distribute the Library or its derivative works. These actions are
  1131. prohibited by law if you do not accept this License. Therefore, by
  1132. modifying or distributing the Library (or any work based on the
  1133. Library), you indicate your acceptance of this License to do so, and
  1134. all its terms and conditions for copying, distributing or modifying
  1135. the Library or works based on it.
  1136. 10. Each time you redistribute the Library (or any work based on the
  1137. Library), the recipient automatically receives a license from the
  1138. original licensor to copy, distribute, link with or modify the Library
  1139. subject to these terms and conditions. You may not impose any further
  1140. restrictions on the recipients' exercise of the rights granted herein.
  1141. You are not responsible for enforcing compliance by third parties with
  1142. this License.
  1143. 11. If, as a consequence of a court judgment or allegation of patent
  1144. infringement or for any other reason (not limited to patent issues),
  1145. conditions are imposed on you (whether by court order, agreement or
  1146. otherwise) that contradict the conditions of this License, they do not
  1147. excuse you from the conditions of this License. If you cannot
  1148. distribute so as to satisfy simultaneously your obligations under this
  1149. License and any other pertinent obligations, then as a consequence you
  1150. may not distribute the Library at all. For example, if a patent
  1151. license would not permit royalty-free redistribution of the Library by
  1152. all those who receive copies directly or indirectly through you, then
  1153. the only way you could satisfy both it and this License would be to
  1154. refrain entirely from distribution of the Library.
  1155. If any portion of this section is held invalid or unenforceable under any
  1156. particular circumstance, the balance of the section is intended to apply,
  1157. and the section as a whole is intended to apply in other circumstances.
  1158. It is not the purpose of this section to induce you to infringe any
  1159. patents or other property right claims or to contest validity of any
  1160. such claims; this section has the sole purpose of protecting the
  1161. integrity of the free software distribution system which is
  1162. implemented by public license practices. Many people have made
  1163. generous contributions to the wide range of software distributed
  1164. through that system in reliance on consistent application of that
  1165. system; it is up to the author/donor to decide if he or she is willing
  1166. to distribute software through any other system and a licensee cannot
  1167. impose that choice.
  1168. This section is intended to make thoroughly clear what is believed to
  1169. be a consequence of the rest of this License.
  1170. 12. If the distribution and/or use of the Library is restricted in
  1171. certain countries either by patents or by copyrighted interfaces, the
  1172. original copyright holder who places the Library under this License may add
  1173. an explicit geographical distribution limitation excluding those countries,
  1174. so that distribution is permitted only in or among countries not thus
  1175. excluded. In such case, this License incorporates the limitation as if
  1176. written in the body of this License.
  1177. 13. The Free Software Foundation may publish revised and/or new
  1178. versions of the Lesser General Public License from time to time.
  1179. Such new versions will be similar in spirit to the present version,
  1180. but may differ in detail to address new problems or concerns.
  1181. Each version is given a distinguishing version number. If the Library
  1182. specifies a version number of this License which applies to it and
  1183. "any later version", you have the option of following the terms and
  1184. conditions either of that version or of any later version published by
  1185. the Free Software Foundation. If the Library does not specify a
  1186. license version number, you may choose any version ever published by
  1187. the Free Software Foundation.
  1188. 14. If you wish to incorporate parts of the Library into other free
  1189. programs whose distribution conditions are incompatible with these,
  1190. write to the author to ask for permission. For software which is
  1191. copyrighted by the Free Software Foundation, write to the Free
  1192. Software Foundation; we sometimes make exceptions for this. Our
  1193. decision will be guided by the two goals of preserving the free status
  1194. of all derivatives of our free software and of promoting the sharing
  1195. and reuse of software generally.
  1196. NO WARRANTY
  1197. 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
  1198. WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
  1199. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
  1200. OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
  1201. KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
  1202. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  1203. PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
  1204. LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
  1205. THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  1206. 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
  1207. WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
  1208. AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
  1209. FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
  1210. CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
  1211. LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
  1212. RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
  1213. FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
  1214. SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
  1215. DAMAGES.
  1216. END OF TERMS AND CONDITIONS
  1217. How to Apply These Terms to Your New Libraries
  1218. If you develop a new library, and you want it to be of the greatest
  1219. possible use to the public, we recommend making it free software that
  1220. everyone can redistribute and change. You can do so by permitting
  1221. redistribution under these terms (or, alternatively, under the terms of the
  1222. ordinary General Public License).
  1223. To apply these terms, attach the following notices to the library. It is
  1224. safest to attach them to the start of each source file to most effectively
  1225. convey the exclusion of warranty; and each file should have at least the
  1226. "copyright" line and a pointer to where the full notice is found.
  1227. <one line to give the library's name and a brief idea of what it does.>
  1228. Copyright (C) <year> <name of author>
  1229. This library is free software; you can redistribute it and/or
  1230. modify it under the terms of the GNU Lesser General Public
  1231. License as published by the Free Software Foundation; either
  1232. version 2.1 of the License, or (at your option) any later version.
  1233. This library is distributed in the hope that it will be useful,
  1234. but WITHOUT ANY WARRANTY; without even the implied warranty of
  1235. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  1236. Lesser General Public License for more details.
  1237. You should have received a copy of the GNU Lesser General Public
  1238. License along with this library; if not, write to the Free Software
  1239. Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  1240. Also add information on how to contact you by electronic and paper mail.
  1241. You should also get your employer (if you work as a programmer) or your
  1242. school, if any, to sign a "copyright disclaimer" for the library, if
  1243. necessary. Here is a sample; alter the names:
  1244. Yoyodyne, Inc., hereby disclaims all copyright interest in the
  1245. library `Frob' (a library for tweaking knobs) written by James Random Hacker.
  1246. <signature of Ty Coon>, 1 April 1990
  1247. Ty Coon, President of Vice
  1248. That's all there is to it!
  1249. ================================================================================
  1250. DerParser.java
  1251. ================================================================================
  1252. Copyright (c) 1998-2010 AOL Inc.
  1253. Licensed under the Apache License, Version 2.0 (the "License");
  1254. you may not use this file except in compliance with the License.
  1255. You may obtain a copy of the License at
  1256. http://www.apache.org/licenses/LICENSE-2.0
  1257. Unless required by applicable law or agreed to in writing, software
  1258. distributed under the License is distributed on an "AS IS" BASIS,
  1259. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  1260. See the License for the specific language governing permissions and
  1261. limitations under the License.
  1262. ================================================================================
  1263. MultiShardTermsEnum.java
  1264. ================================================================================
  1265. Licensed to the Apache Software Foundation (ASF) under one or more
  1266. contributor license agreements. See the NOTICE file distributed with
  1267. this work for additional information regarding copyright ownership.
  1268. The ASF licenses this file to You under the Apache license, Version 2.0
  1269. (the "License"); you may not use this file except in compliance with
  1270. the License. You may obtain a copy of the License at
  1271. http://www.apache.org/licenses/LICENSE-2.0
  1272. Unless required by applicable law or agreed to in writing, software
  1273. distributed under the License is distributed on an "AS IS" BASIS,
  1274. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  1275. See the license for the specific language governing permissions and
  1276. limitations under the license.
  1277. ================================================================================
  1278. BCrypt.java
  1279. ================================================================================
  1280. Copyright (c) 2006 Damien Miller <djm@mindrot.org>
  1281. Permission to use, copy, modify, and distribute this software for any
  1282. purpose with or without fee is hereby granted, provided that the above
  1283. copyright notice and this permission notice appear in all copies.
  1284. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  1285. WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  1286. MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  1287. ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  1288. WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  1289. ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  1290. OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.