LICENSE 59 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192
  1. Node.js is licensed for use as follows:
  2. """
  3. Copyright Node.js contributors. All rights reserved.
  4. Permission is hereby granted, free of charge, to any person obtaining a copy
  5. of this software and associated documentation files (the "Software"), to
  6. deal in the Software without restriction, including without limitation the
  7. rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
  8. sell copies of the Software, and to permit persons to whom the Software is
  9. furnished to do so, subject to the following conditions:
  10. The above copyright notice and this permission notice shall be included in
  11. all copies or substantial portions of the Software.
  12. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  13. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  14. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  15. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  16. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  17. FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
  18. IN THE SOFTWARE.
  19. """
  20. This license applies to parts of Node.js originating from the
  21. https://github.com/joyent/node repository:
  22. """
  23. Copyright Joyent, Inc. and other Node contributors. All rights reserved.
  24. Permission is hereby granted, free of charge, to any person obtaining a copy
  25. of this software and associated documentation files (the "Software"), to
  26. deal in the Software without restriction, including without limitation the
  27. rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
  28. sell copies of the Software, and to permit persons to whom the Software is
  29. furnished to do so, subject to the following conditions:
  30. The above copyright notice and this permission notice shall be included in
  31. all copies or substantial portions of the Software.
  32. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  33. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  34. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  35. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  36. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  37. FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
  38. IN THE SOFTWARE.
  39. """
  40. The Node.js license applies to all parts of Node.js that are not externally
  41. maintained libraries.
  42. The externally maintained libraries used by Node.js are:
  43. - c-ares, located at deps/cares, is licensed as follows:
  44. """
  45. Copyright 1998 by the Massachusetts Institute of Technology.
  46. Copyright (C) 2007-2013 by Daniel Stenberg
  47. Permission to use, copy, modify, and distribute this
  48. software and its documentation for any purpose and without
  49. fee is hereby granted, provided that the above copyright
  50. notice appear in all copies and that both that copyright
  51. notice and this permission notice appear in supporting
  52. documentation, and that the name of M.I.T. not be used in
  53. advertising or publicity pertaining to distribution of the
  54. software without specific, written prior permission.
  55. M.I.T. makes no representations about the suitability of
  56. this software for any purpose. It is provided "as is"
  57. without express or implied warranty.
  58. """
  59. - HTTP Parser, located at deps/http_parser, is licensed as follows:
  60. """
  61. http_parser.c is based on src/http/ngx_http_parse.c from NGINX copyright
  62. Igor Sysoev.
  63. Additional changes are licensed under the same terms as NGINX and
  64. copyright Joyent, Inc. and other Node contributors. All rights reserved.
  65. Permission is hereby granted, free of charge, to any person obtaining a copy
  66. of this software and associated documentation files (the "Software"), to
  67. deal in the Software without restriction, including without limitation the
  68. rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
  69. sell copies of the Software, and to permit persons to whom the Software is
  70. furnished to do so, subject to the following conditions:
  71. The above copyright notice and this permission notice shall be included in
  72. all copies or substantial portions of the Software.
  73. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  74. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  75. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  76. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  77. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  78. FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
  79. IN THE SOFTWARE.
  80. """
  81. - ICU, located at deps/icu-small, is licensed as follows:
  82. """
  83. COPYRIGHT AND PERMISSION NOTICE (ICU 58 and later)
  84. Copyright © 1991-2016 Unicode, Inc. All rights reserved.
  85. Distributed under the Terms of Use in http://www.unicode.org/copyright.html
  86. Permission is hereby granted, free of charge, to any person obtaining
  87. a copy of the Unicode data files and any associated documentation
  88. (the "Data Files") or Unicode software and any associated documentation
  89. (the "Software") to deal in the Data Files or Software
  90. without restriction, including without limitation the rights to use,
  91. copy, modify, merge, publish, distribute, and/or sell copies of
  92. the Data Files or Software, and to permit persons to whom the Data Files
  93. or Software are furnished to do so, provided that either
  94. (a) this copyright and permission notice appear with all copies
  95. of the Data Files or Software, or
  96. (b) this copyright and permission notice appear in associated
  97. Documentation.
  98. THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
  99. ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  100. WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  101. NONINFRINGEMENT OF THIRD PARTY RIGHTS.
  102. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
  103. NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
  104. DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
  105. DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  106. TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  107. PERFORMANCE OF THE DATA FILES OR SOFTWARE.
  108. Except as contained in this notice, the name of a copyright holder
  109. shall not be used in advertising or otherwise to promote the sale,
  110. use or other dealings in these Data Files or Software without prior
  111. written authorization of the copyright holder.
  112. ---------------------
  113. Third-Party Software Licenses
  114. This section contains third-party software notices and/or additional
  115. terms for licensed third-party software components included within ICU
  116. libraries.
  117. 1. ICU License - ICU 1.8.1 to ICU 57.1
  118. COPYRIGHT AND PERMISSION NOTICE
  119. Copyright (c) 1995-2016 International Business Machines Corporation and others
  120. All rights reserved.
  121. Permission is hereby granted, free of charge, to any person obtaining
  122. a copy of this software and associated documentation files (the
  123. "Software"), to deal in the Software without restriction, including
  124. without limitation the rights to use, copy, modify, merge, publish,
  125. distribute, and/or sell copies of the Software, and to permit persons
  126. to whom the Software is furnished to do so, provided that the above
  127. copyright notice(s) and this permission notice appear in all copies of
  128. the Software and that both the above copyright notice(s) and this
  129. permission notice appear in supporting documentation.
  130. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  131. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  132. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
  133. OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
  134. HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY
  135. SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER
  136. RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
  137. CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
  138. CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  139. Except as contained in this notice, the name of a copyright holder
  140. shall not be used in advertising or otherwise to promote the sale, use
  141. or other dealings in this Software without prior written authorization
  142. of the copyright holder.
  143. All trademarks and registered trademarks mentioned herein are the
  144. property of their respective owners.
  145. 2. Chinese/Japanese Word Break Dictionary Data (cjdict.txt)
  146. # The Google Chrome software developed by Google is licensed under
  147. # the BSD license. Other software included in this distribution is
  148. # provided under other licenses, as set forth below.
  149. #
  150. # The BSD License
  151. # http://opensource.org/licenses/bsd-license.php
  152. # Copyright (C) 2006-2008, Google Inc.
  153. #
  154. # All rights reserved.
  155. #
  156. # Redistribution and use in source and binary forms, with or without
  157. # modification, are permitted provided that the following conditions are met:
  158. #
  159. # Redistributions of source code must retain the above copyright notice,
  160. # this list of conditions and the following disclaimer.
  161. # Redistributions in binary form must reproduce the above
  162. # copyright notice, this list of conditions and the following
  163. # disclaimer in the documentation and/or other materials provided with
  164. # the distribution.
  165. # Neither the name of Google Inc. nor the names of its
  166. # contributors may be used to endorse or promote products derived from
  167. # this software without specific prior written permission.
  168. #
  169. #
  170. # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
  171. # CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
  172. # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  173. # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  174. # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
  175. # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  176. # CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  177. # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
  178. # BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  179. # LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  180. # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  181. # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  182. #
  183. #
  184. # The word list in cjdict.txt are generated by combining three word lists
  185. # listed below with further processing for compound word breaking. The
  186. # frequency is generated with an iterative training against Google web
  187. # corpora.
  188. #
  189. # * Libtabe (Chinese)
  190. # - https://sourceforge.net/project/?group_id=1519
  191. # - Its license terms and conditions are shown below.
  192. #
  193. # * IPADIC (Japanese)
  194. # - http://chasen.aist-nara.ac.jp/chasen/distribution.html
  195. # - Its license terms and conditions are shown below.
  196. #
  197. # ---------COPYING.libtabe ---- BEGIN--------------------
  198. #
  199. # /*
  200. # * Copyrighy (c) 1999 TaBE Project.
  201. # * Copyright (c) 1999 Pai-Hsiang Hsiao.
  202. # * All rights reserved.
  203. # *
  204. # * Redistribution and use in source and binary forms, with or without
  205. # * modification, are permitted provided that the following conditions
  206. # * are met:
  207. # *
  208. # * . Redistributions of source code must retain the above copyright
  209. # * notice, this list of conditions and the following disclaimer.
  210. # * . Redistributions in binary form must reproduce the above copyright
  211. # * notice, this list of conditions and the following disclaimer in
  212. # * the documentation and/or other materials provided with the
  213. # * distribution.
  214. # * . Neither the name of the TaBE Project nor the names of its
  215. # * contributors may be used to endorse or promote products derived
  216. # * from this software without specific prior written permission.
  217. # *
  218. # * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  219. # * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  220. # * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  221. # * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
  222. # * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
  223. # * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  224. # * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  225. # * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  226. # * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  227. # * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  228. # * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  229. # * OF THE POSSIBILITY OF SUCH DAMAGE.
  230. # */
  231. #
  232. # /*
  233. # * Copyright (c) 1999 Computer Systems and Communication Lab,
  234. # * Institute of Information Science, Academia
  235. # * Sinica. All rights reserved.
  236. # *
  237. # * Redistribution and use in source and binary forms, with or without
  238. # * modification, are permitted provided that the following conditions
  239. # * are met:
  240. # *
  241. # * . Redistributions of source code must retain the above copyright
  242. # * notice, this list of conditions and the following disclaimer.
  243. # * . Redistributions in binary form must reproduce the above copyright
  244. # * notice, this list of conditions and the following disclaimer in
  245. # * the documentation and/or other materials provided with the
  246. # * distribution.
  247. # * . Neither the name of the Computer Systems and Communication Lab
  248. # * nor the names of its contributors may be used to endorse or
  249. # * promote products derived from this software without specific
  250. # * prior written permission.
  251. # *
  252. # * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  253. # * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  254. # * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  255. # * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
  256. # * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
  257. # * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  258. # * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  259. # * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  260. # * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  261. # * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  262. # * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  263. # * OF THE POSSIBILITY OF SUCH DAMAGE.
  264. # */
  265. #
  266. # Copyright 1996 Chih-Hao Tsai @ Beckman Institute,
  267. # University of Illinois
  268. # c-tsai4@uiuc.edu http://casper.beckman.uiuc.edu/~c-tsai4
  269. #
  270. # ---------------COPYING.libtabe-----END--------------------------------
  271. #
  272. #
  273. # ---------------COPYING.ipadic-----BEGIN-------------------------------
  274. #
  275. # Copyright 2000, 2001, 2002, 2003 Nara Institute of Science
  276. # and Technology. All Rights Reserved.
  277. #
  278. # Use, reproduction, and distribution of this software is permitted.
  279. # Any copy of this software, whether in its original form or modified,
  280. # must include both the above copyright notice and the following
  281. # paragraphs.
  282. #
  283. # Nara Institute of Science and Technology (NAIST),
  284. # the copyright holders, disclaims all warranties with regard to this
  285. # software, including all implied warranties of merchantability and
  286. # fitness, in no event shall NAIST be liable for
  287. # any special, indirect or consequential damages or any damages
  288. # whatsoever resulting from loss of use, data or profits, whether in an
  289. # action of contract, negligence or other tortuous action, arising out
  290. # of or in connection with the use or performance of this software.
  291. #
  292. # A large portion of the dictionary entries
  293. # originate from ICOT Free Software. The following conditions for ICOT
  294. # Free Software applies to the current dictionary as well.
  295. #
  296. # Each User may also freely distribute the Program, whether in its
  297. # original form or modified, to any third party or parties, PROVIDED
  298. # that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear
  299. # on, or be attached to, the Program, which is distributed substantially
  300. # in the same form as set out herein and that such intended
  301. # distribution, if actually made, will neither violate or otherwise
  302. # contravene any of the laws and regulations of the countries having
  303. # jurisdiction over the User or the intended distribution itself.
  304. #
  305. # NO WARRANTY
  306. #
  307. # The program was produced on an experimental basis in the course of the
  308. # research and development conducted during the project and is provided
  309. # to users as so produced on an experimental basis. Accordingly, the
  310. # program is provided without any warranty whatsoever, whether express,
  311. # implied, statutory or otherwise. The term "warranty" used herein
  312. # includes, but is not limited to, any warranty of the quality,
  313. # performance, merchantability and fitness for a particular purpose of
  314. # the program and the nonexistence of any infringement or violation of
  315. # any right of any third party.
  316. #
  317. # Each user of the program will agree and understand, and be deemed to
  318. # have agreed and understood, that there is no warranty whatsoever for
  319. # the program and, accordingly, the entire risk arising from or
  320. # otherwise connected with the program is assumed by the user.
  321. #
  322. # Therefore, neither ICOT, the copyright holder, or any other
  323. # organization that participated in or was otherwise related to the
  324. # development of the program and their respective officials, directors,
  325. # officers and other employees shall be held liable for any and all
  326. # damages, including, without limitation, general, special, incidental
  327. # and consequential damages, arising out of or otherwise in connection
  328. # with the use or inability to use the program or any product, material
  329. # or result produced or otherwise obtained by using the program,
  330. # regardless of whether they have been advised of, or otherwise had
  331. # knowledge of, the possibility of such damages at any time during the
  332. # project or thereafter. Each user will be deemed to have agreed to the
  333. # foregoing by his or her commencement of use of the program. The term
  334. # "use" as used herein includes, but is not limited to, the use,
  335. # modification, copying and distribution of the program and the
  336. # production of secondary products from the program.
  337. #
  338. # In the case where the program, whether in its original form or
  339. # modified, was distributed or delivered to or received by a user from
  340. # any person, organization or entity other than ICOT, unless it makes or
  341. # grants independently of ICOT any specific warranty to the user in
  342. # writing, such person, organization or entity, will also be exempted
  343. # from and not be held liable to the user for any such damages as noted
  344. # above as far as the program is concerned.
  345. #
  346. # ---------------COPYING.ipadic-----END----------------------------------
  347. 3. Lao Word Break Dictionary Data (laodict.txt)
  348. # Copyright (c) 2013 International Business Machines Corporation
  349. # and others. All Rights Reserved.
  350. #
  351. # Project: http://code.google.com/p/lao-dictionary/
  352. # Dictionary: http://lao-dictionary.googlecode.com/git/Lao-Dictionary.txt
  353. # License: http://lao-dictionary.googlecode.com/git/Lao-Dictionary-LICENSE.txt
  354. # (copied below)
  355. #
  356. # This file is derived from the above dictionary, with slight
  357. # modifications.
  358. # ----------------------------------------------------------------------
  359. # Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell.
  360. # All rights reserved.
  361. #
  362. # Redistribution and use in source and binary forms, with or without
  363. # modification,
  364. # are permitted provided that the following conditions are met:
  365. #
  366. #
  367. # Redistributions of source code must retain the above copyright notice, this
  368. # list of conditions and the following disclaimer. Redistributions in
  369. # binary form must reproduce the above copyright notice, this list of
  370. # conditions and the following disclaimer in the documentation and/or
  371. # other materials provided with the distribution.
  372. #
  373. #
  374. # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  375. # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  376. # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  377. # FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
  378. # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
  379. # INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  380. # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  381. # SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  382. # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  383. # STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  384. # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  385. # OF THE POSSIBILITY OF SUCH DAMAGE.
  386. # --------------------------------------------------------------------------
  387. 4. Burmese Word Break Dictionary Data (burmesedict.txt)
  388. # Copyright (c) 2014 International Business Machines Corporation
  389. # and others. All Rights Reserved.
  390. #
  391. # This list is part of a project hosted at:
  392. # github.com/kanyawtech/myanmar-karen-word-lists
  393. #
  394. # --------------------------------------------------------------------------
  395. # Copyright (c) 2013, LeRoy Benjamin Sharon
  396. # All rights reserved.
  397. #
  398. # Redistribution and use in source and binary forms, with or without
  399. # modification, are permitted provided that the following conditions
  400. # are met: Redistributions of source code must retain the above
  401. # copyright notice, this list of conditions and the following
  402. # disclaimer. Redistributions in binary form must reproduce the
  403. # above copyright notice, this list of conditions and the following
  404. # disclaimer in the documentation and/or other materials provided
  405. # with the distribution.
  406. #
  407. # Neither the name Myanmar Karen Word Lists, nor the names of its
  408. # contributors may be used to endorse or promote products derived
  409. # from this software without specific prior written permission.
  410. #
  411. # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
  412. # CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
  413. # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  414. # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  415. # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS
  416. # BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  417. # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
  418. # TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  419. # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  420. # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
  421. # TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
  422. # THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  423. # SUCH DAMAGE.
  424. # --------------------------------------------------------------------------
  425. 5. Time Zone Database
  426. ICU uses the public domain data and code derived from Time Zone
  427. Database for its time zone support. The ownership of the TZ database
  428. is explained in BCP 175: Procedure for Maintaining the Time Zone
  429. Database section 7.
  430. # 7. Database Ownership
  431. #
  432. # The TZ database itself is not an IETF Contribution or an IETF
  433. # document. Rather it is a pre-existing and regularly updated work
  434. # that is in the public domain, and is intended to remain in the
  435. # public domain. Therefore, BCPs 78 [RFC5378] and 79 [RFC3979] do
  436. # not apply to the TZ Database or contributions that individuals make
  437. # to it. Should any claims be made and substantiated against the TZ
  438. # Database, the organization that is providing the IANA
  439. # Considerations defined in this RFC, under the memorandum of
  440. # understanding with the IETF, currently ICANN, may act in accordance
  441. # with all competent court orders. No ownership claims will be made
  442. # by ICANN or the IETF Trust on the database or the code. Any person
  443. # making a contribution to the database or code waives all rights to
  444. # future claims in that contribution or in the TZ Database.
  445. """
  446. - libuv, located at deps/uv, is licensed as follows:
  447. """
  448. libuv is part of the Node project: http://nodejs.org/
  449. libuv may be distributed alone under Node's license:
  450. ====
  451. Copyright Joyent, Inc. and other Node contributors. All rights reserved.
  452. Permission is hereby granted, free of charge, to any person obtaining a copy
  453. of this software and associated documentation files (the "Software"), to
  454. deal in the Software without restriction, including without limitation the
  455. rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
  456. sell copies of the Software, and to permit persons to whom the Software is
  457. furnished to do so, subject to the following conditions:
  458. The above copyright notice and this permission notice shall be included in
  459. all copies or substantial portions of the Software.
  460. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  461. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  462. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  463. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  464. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  465. FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
  466. IN THE SOFTWARE.
  467. ====
  468. This license applies to all parts of libuv that are not externally
  469. maintained libraries.
  470. The externally maintained libraries used by libuv are:
  471. - tree.h (from FreeBSD), copyright Niels Provos. Two clause BSD license.
  472. - inet_pton and inet_ntop implementations, contained in src/inet.c, are
  473. copyright the Internet Systems Consortium, Inc., and licensed under the ISC
  474. license.
  475. - stdint-msvc2008.h (from msinttypes), copyright Alexander Chemeris. Three
  476. clause BSD license.
  477. - pthread-fixes.h, pthread-fixes.c, copyright Google Inc. and Sony Mobile
  478. Communications AB. Three clause BSD license.
  479. - android-ifaddrs.h, android-ifaddrs.c, copyright Berkeley Software Design
  480. Inc, Kenneth MacKay and Emergya (Cloud4all, FP7/2007-2013, grant agreement
  481. n° 289016). Three clause BSD license.
  482. """
  483. - OpenSSL, located at deps/openssl, is licensed as follows:
  484. """
  485. Copyright (c) 1998-2016 The OpenSSL Project. All rights reserved.
  486. Redistribution and use in source and binary forms, with or without
  487. modification, are permitted provided that the following conditions
  488. are met:
  489. 1. Redistributions of source code must retain the above copyright
  490. notice, this list of conditions and the following disclaimer.
  491. 2. Redistributions in binary form must reproduce the above copyright
  492. notice, this list of conditions and the following disclaimer in
  493. the documentation and/or other materials provided with the
  494. distribution.
  495. 3. All advertising materials mentioning features or use of this
  496. software must display the following acknowledgment:
  497. "This product includes software developed by the OpenSSL Project
  498. for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
  499. 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
  500. endorse or promote products derived from this software without
  501. prior written permission. For written permission, please contact
  502. openssl-core@openssl.org.
  503. 5. Products derived from this software may not be called "OpenSSL"
  504. nor may "OpenSSL" appear in their names without prior written
  505. permission of the OpenSSL Project.
  506. 6. Redistributions of any form whatsoever must retain the following
  507. acknowledgment:
  508. "This product includes software developed by the OpenSSL Project
  509. for use in the OpenSSL Toolkit (http://www.openssl.org/)"
  510. THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
  511. EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  512. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  513. PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
  514. ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  515. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  516. NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  517. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  518. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  519. STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  520. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  521. OF THE POSSIBILITY OF SUCH DAMAGE.
  522. ====================================================================
  523. This product includes cryptographic software written by Eric Young
  524. (eay@cryptsoft.com). This product includes software written by Tim
  525. Hudson (tjh@cryptsoft.com).
  526. """
  527. - Punycode.js, located at lib/punycode.js, is licensed as follows:
  528. """
  529. Copyright Mathias Bynens <https://mathiasbynens.be/>
  530. Permission is hereby granted, free of charge, to any person obtaining
  531. a copy of this software and associated documentation files (the
  532. "Software"), to deal in the Software without restriction, including
  533. without limitation the rights to use, copy, modify, merge, publish,
  534. distribute, sublicense, and/or sell copies of the Software, and to
  535. permit persons to whom the Software is furnished to do so, subject to
  536. the following conditions:
  537. The above copyright notice and this permission notice shall be
  538. included in all copies or substantial portions of the Software.
  539. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  540. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  541. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  542. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  543. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  544. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  545. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  546. """
  547. - V8, located at deps/v8, is licensed as follows:
  548. """
  549. This license applies to all parts of V8 that are not externally
  550. maintained libraries. The externally maintained libraries used by V8
  551. are:
  552. - PCRE test suite, located in
  553. test/mjsunit/third_party/regexp-pcre/regexp-pcre.js. This is based on the
  554. test suite from PCRE-7.3, which is copyrighted by the University
  555. of Cambridge and Google, Inc. The copyright notice and license
  556. are embedded in regexp-pcre.js.
  557. - Layout tests, located in test/mjsunit/third_party/object-keys. These are
  558. based on layout tests from webkit.org which are copyrighted by
  559. Apple Computer, Inc. and released under a 3-clause BSD license.
  560. - Strongtalk assembler, the basis of the files assembler-arm-inl.h,
  561. assembler-arm.cc, assembler-arm.h, assembler-ia32-inl.h,
  562. assembler-ia32.cc, assembler-ia32.h, assembler-x64-inl.h,
  563. assembler-x64.cc, assembler-x64.h, assembler-mips-inl.h,
  564. assembler-mips.cc, assembler-mips.h, assembler.cc and assembler.h.
  565. This code is copyrighted by Sun Microsystems Inc. and released
  566. under a 3-clause BSD license.
  567. - Valgrind client API header, located at third_party/valgrind/valgrind.h
  568. This is release under the BSD license.
  569. These libraries have their own licenses; we recommend you read them,
  570. as their terms may differ from the terms below.
  571. Further license information can be found in LICENSE files located in
  572. sub-directories.
  573. Copyright 2014, the V8 project authors. All rights reserved.
  574. Redistribution and use in source and binary forms, with or without
  575. modification, are permitted provided that the following conditions are
  576. met:
  577. * Redistributions of source code must retain the above copyright
  578. notice, this list of conditions and the following disclaimer.
  579. * Redistributions in binary form must reproduce the above
  580. copyright notice, this list of conditions and the following
  581. disclaimer in the documentation and/or other materials provided
  582. with the distribution.
  583. * Neither the name of Google Inc. nor the names of its
  584. contributors may be used to endorse or promote products derived
  585. from this software without specific prior written permission.
  586. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  587. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  588. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  589. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  590. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  591. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  592. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  593. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  594. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  595. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  596. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  597. """
  598. - zlib, located at deps/zlib, is licensed as follows:
  599. """
  600. zlib.h -- interface of the 'zlib' general purpose compression library
  601. version 1.2.8, April 28th, 2013
  602. Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler
  603. This software is provided 'as-is', without any express or implied
  604. warranty. In no event will the authors be held liable for any damages
  605. arising from the use of this software.
  606. Permission is granted to anyone to use this software for any purpose,
  607. including commercial applications, and to alter it and redistribute it
  608. freely, subject to the following restrictions:
  609. 1. The origin of this software must not be misrepresented; you must not
  610. claim that you wrote the original software. If you use this software
  611. in a product, an acknowledgment in the product documentation would be
  612. appreciated but is not required.
  613. 2. Altered source versions must be plainly marked as such, and must not be
  614. misrepresented as being the original software.
  615. 3. This notice may not be removed or altered from any source distribution.
  616. Jean-loup Gailly Mark Adler
  617. jloup@gzip.org madler@alumni.caltech.edu
  618. """
  619. - npm, located at deps/npm, is licensed as follows:
  620. """
  621. The npm application
  622. Copyright (c) npm, Inc. and Contributors
  623. Licensed on the terms of The Artistic License 2.0
  624. Node package dependencies of the npm application
  625. Copyright (c) their respective copyright owners
  626. Licensed on their respective license terms
  627. The npm public registry at https://registry.npmjs.org
  628. and the npm website at https://www.npmjs.com
  629. Operated by npm, Inc.
  630. Use governed by terms published on https://www.npmjs.com
  631. "Node.js"
  632. Trademark Joyent, Inc., https://joyent.com
  633. Neither npm nor npm, Inc. are affiliated with Joyent, Inc.
  634. The Node.js application
  635. Project of Node Foundation, https://nodejs.org
  636. The npm Logo
  637. Copyright (c) Mathias Pettersson and Brian Hammond
  638. "Gubblebum Blocky" typeface
  639. Copyright (c) Tjarda Koster, https://jelloween.deviantart.com
  640. Used with permission
  641. --------
  642. The Artistic License 2.0
  643. Copyright (c) 2000-2006, The Perl Foundation.
  644. Everyone is permitted to copy and distribute verbatim copies
  645. of this license document, but changing it is not allowed.
  646. Preamble
  647. This license establishes the terms under which a given free software
  648. Package may be copied, modified, distributed, and/or redistributed.
  649. The intent is that the Copyright Holder maintains some artistic
  650. control over the development of that Package while still keeping the
  651. Package available as open source and free software.
  652. You are always permitted to make arrangements wholly outside of this
  653. license directly with the Copyright Holder of a given Package. If the
  654. terms of this license do not permit the full use that you propose to
  655. make of the Package, you should contact the Copyright Holder and seek
  656. a different licensing arrangement.
  657. Definitions
  658. "Copyright Holder" means the individual(s) or organization(s)
  659. named in the copyright notice for the entire Package.
  660. "Contributor" means any party that has contributed code or other
  661. material to the Package, in accordance with the Copyright Holder's
  662. procedures.
  663. "You" and "your" means any person who would like to copy,
  664. distribute, or modify the Package.
  665. "Package" means the collection of files distributed by the
  666. Copyright Holder, and derivatives of that collection and/or of
  667. those files. A given Package may consist of either the Standard
  668. Version, or a Modified Version.
  669. "Distribute" means providing a copy of the Package or making it
  670. accessible to anyone else, or in the case of a company or
  671. organization, to others outside of your company or organization.
  672. "Distributor Fee" means any fee that you charge for Distributing
  673. this Package or providing support for this Package to another
  674. party. It does not mean licensing fees.
  675. "Standard Version" refers to the Package if it has not been
  676. modified, or has been modified only in ways explicitly requested
  677. by the Copyright Holder.
  678. "Modified Version" means the Package, if it has been changed, and
  679. such changes were not explicitly requested by the Copyright
  680. Holder.
  681. "Original License" means this Artistic License as Distributed with
  682. the Standard Version of the Package, in its current version or as
  683. it may be modified by The Perl Foundation in the future.
  684. "Source" form means the source code, documentation source, and
  685. configuration files for the Package.
  686. "Compiled" form means the compiled bytecode, object code, binary,
  687. or any other form resulting from mechanical transformation or
  688. translation of the Source form.
  689. Permission for Use and Modification Without Distribution
  690. (1) You are permitted to use the Standard Version and create and use
  691. Modified Versions for any purpose without restriction, provided that
  692. you do not Distribute the Modified Version.
  693. Permissions for Redistribution of the Standard Version
  694. (2) You may Distribute verbatim copies of the Source form of the
  695. Standard Version of this Package in any medium without restriction,
  696. either gratis or for a Distributor Fee, provided that you duplicate
  697. all of the original copyright notices and associated disclaimers. At
  698. your discretion, such verbatim copies may or may not include a
  699. Compiled form of the Package.
  700. (3) You may apply any bug fixes, portability changes, and other
  701. modifications made available from the Copyright Holder. The resulting
  702. Package will still be considered the Standard Version, and as such
  703. will be subject to the Original License.
  704. Distribution of Modified Versions of the Package as Source
  705. (4) You may Distribute your Modified Version as Source (either gratis
  706. or for a Distributor Fee, and with or without a Compiled form of the
  707. Modified Version) provided that you clearly document how it differs
  708. from the Standard Version, including, but not limited to, documenting
  709. any non-standard features, executables, or modules, and provided that
  710. you do at least ONE of the following:
  711. (a) make the Modified Version available to the Copyright Holder
  712. of the Standard Version, under the Original License, so that the
  713. Copyright Holder may include your modifications in the Standard
  714. Version.
  715. (b) ensure that installation of your Modified Version does not
  716. prevent the user installing or running the Standard Version. In
  717. addition, the Modified Version must bear a name that is different
  718. from the name of the Standard Version.
  719. (c) allow anyone who receives a copy of the Modified Version to
  720. make the Source form of the Modified Version available to others
  721. under
  722. (i) the Original License or
  723. (ii) a license that permits the licensee to freely copy,
  724. modify and redistribute the Modified Version using the same
  725. licensing terms that apply to the copy that the licensee
  726. received, and requires that the Source form of the Modified
  727. Version, and of any works derived from it, be made freely
  728. available in that license fees are prohibited but Distributor
  729. Fees are allowed.
  730. Distribution of Compiled Forms of the Standard Version
  731. or Modified Versions without the Source
  732. (5) You may Distribute Compiled forms of the Standard Version without
  733. the Source, provided that you include complete instructions on how to
  734. get the Source of the Standard Version. Such instructions must be
  735. valid at the time of your distribution. If these instructions, at any
  736. time while you are carrying out such distribution, become invalid, you
  737. must provide new instructions on demand or cease further distribution.
  738. If you provide valid instructions or cease distribution within thirty
  739. days after you become aware that the instructions are invalid, then
  740. you do not forfeit any of your rights under this license.
  741. (6) You may Distribute a Modified Version in Compiled form without
  742. the Source, provided that you comply with Section 4 with respect to
  743. the Source of the Modified Version.
  744. Aggregating or Linking the Package
  745. (7) You may aggregate the Package (either the Standard Version or
  746. Modified Version) with other packages and Distribute the resulting
  747. aggregation provided that you do not charge a licensing fee for the
  748. Package. Distributor Fees are permitted, and licensing fees for other
  749. components in the aggregation are permitted. The terms of this license
  750. apply to the use and Distribution of the Standard or Modified Versions
  751. as included in the aggregation.
  752. (8) You are permitted to link Modified and Standard Versions with
  753. other works, to embed the Package in a larger work of your own, or to
  754. build stand-alone binary or bytecode versions of applications that
  755. include the Package, and Distribute the result without restriction,
  756. provided the result does not expose a direct interface to the Package.
  757. Items That are Not Considered Part of a Modified Version
  758. (9) Works (including, but not limited to, modules and scripts) that
  759. merely extend or make use of the Package, do not, by themselves, cause
  760. the Package to be a Modified Version. In addition, such works are not
  761. considered parts of the Package itself, and are not subject to the
  762. terms of this license.
  763. General Provisions
  764. (10) Any use, modification, and distribution of the Standard or
  765. Modified Versions is governed by this Artistic License. By using,
  766. modifying or distributing the Package, you accept this license. Do not
  767. use, modify, or distribute the Package, if you do not accept this
  768. license.
  769. (11) If your Modified Version has been derived from a Modified
  770. Version made by someone other than you, you are nevertheless required
  771. to ensure that your Modified Version complies with the requirements of
  772. this license.
  773. (12) This license does not grant you the right to use any trademark,
  774. service mark, tradename, or logo of the Copyright Holder.
  775. (13) This license includes the non-exclusive, worldwide,
  776. free-of-charge patent license to make, have made, use, offer to sell,
  777. sell, import and otherwise transfer the Package with respect to any
  778. patent claims licensable by the Copyright Holder that are necessarily
  779. infringed by the Package. If you institute patent litigation
  780. (including a cross-claim or counterclaim) against any party alleging
  781. that the Package constitutes direct or contributory patent
  782. infringement, then this Artistic License to you shall terminate on the
  783. date that such litigation is filed.
  784. (14) Disclaimer of Warranty:
  785. THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS
  786. IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED
  787. WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
  788. NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL
  789. LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL
  790. BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
  791. DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF
  792. ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  793. --------
  794. """
  795. - GYP, located at tools/gyp, is licensed as follows:
  796. """
  797. Copyright (c) 2009 Google Inc. All rights reserved.
  798. Redistribution and use in source and binary forms, with or without
  799. modification, are permitted provided that the following conditions are
  800. met:
  801. * Redistributions of source code must retain the above copyright
  802. notice, this list of conditions and the following disclaimer.
  803. * Redistributions in binary form must reproduce the above
  804. copyright notice, this list of conditions and the following disclaimer
  805. in the documentation and/or other materials provided with the
  806. distribution.
  807. * Neither the name of Google Inc. nor the names of its
  808. contributors may be used to endorse or promote products derived from
  809. this software without specific prior written permission.
  810. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  811. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  812. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  813. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  814. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  815. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  816. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  817. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  818. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  819. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  820. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  821. """
  822. - marked, located at tools/doc/node_modules/marked, is licensed as follows:
  823. """
  824. Copyright (c) 2011-2014, Christopher Jeffrey (https://github.com/chjj/)
  825. Permission is hereby granted, free of charge, to any person obtaining a copy
  826. of this software and associated documentation files (the "Software"), to deal
  827. in the Software without restriction, including without limitation the rights
  828. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  829. copies of the Software, and to permit persons to whom the Software is
  830. furnished to do so, subject to the following conditions:
  831. The above copyright notice and this permission notice shall be included in
  832. all copies or substantial portions of the Software.
  833. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  834. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  835. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  836. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  837. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  838. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  839. THE SOFTWARE.
  840. """
  841. - cpplint.py, located at tools/cpplint.py, is licensed as follows:
  842. """
  843. Copyright (c) 2009 Google Inc. All rights reserved.
  844. Redistribution and use in source and binary forms, with or without
  845. modification, are permitted provided that the following conditions are
  846. met:
  847. * Redistributions of source code must retain the above copyright
  848. notice, this list of conditions and the following disclaimer.
  849. * Redistributions in binary form must reproduce the above
  850. copyright notice, this list of conditions and the following disclaimer
  851. in the documentation and/or other materials provided with the
  852. distribution.
  853. * Neither the name of Google Inc. nor the names of its
  854. contributors may be used to endorse or promote products derived from
  855. this software without specific prior written permission.
  856. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  857. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  858. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  859. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  860. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  861. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  862. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  863. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  864. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  865. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  866. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  867. """
  868. - ESLint, located at tools/eslint, is licensed as follows:
  869. """
  870. ESLint
  871. Copyright jQuery Foundation and other contributors, https://jquery.org/
  872. Permission is hereby granted, free of charge, to any person obtaining a copy
  873. of this software and associated documentation files (the "Software"), to deal
  874. in the Software without restriction, including without limitation the rights
  875. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  876. copies of the Software, and to permit persons to whom the Software is
  877. furnished to do so, subject to the following conditions:
  878. The above copyright notice and this permission notice shall be included in
  879. all copies or substantial portions of the Software.
  880. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  881. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  882. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  883. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  884. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  885. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  886. THE SOFTWARE.
  887. """
  888. - gtest, located at deps/gtest, is licensed as follows:
  889. """
  890. Copyright 2008, Google Inc.
  891. All rights reserved.
  892. Redistribution and use in source and binary forms, with or without
  893. modification, are permitted provided that the following conditions are
  894. met:
  895. * Redistributions of source code must retain the above copyright
  896. notice, this list of conditions and the following disclaimer.
  897. * Redistributions in binary form must reproduce the above
  898. copyright notice, this list of conditions and the following disclaimer
  899. in the documentation and/or other materials provided with the
  900. distribution.
  901. * Neither the name of Google Inc. nor the names of its
  902. contributors may be used to endorse or promote products derived from
  903. this software without specific prior written permission.
  904. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  905. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  906. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  907. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  908. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  909. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  910. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  911. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  912. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  913. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  914. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  915. """
  916. - node-weak, located at test/gc/node_modules/weak, is licensed as follows:
  917. """
  918. Copyright (c) 2011, Ben Noordhuis <info@bnoordhuis.nl>
  919. Permission to use, copy, modify, and/or distribute this software for any
  920. purpose with or without fee is hereby granted, provided that the above
  921. copyright notice and this permission notice appear in all copies.
  922. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  923. WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  924. MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  925. ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  926. WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  927. ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  928. OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  929. """
  930. - v8_inspector, located at deps/v8_inspector/third_party/v8_inspector, is licensed as follows:
  931. """
  932. // Copyright 2015 The Chromium Authors. All rights reserved.
  933. //
  934. // Redistribution and use in source and binary forms, with or without
  935. // modification, are permitted provided that the following conditions are
  936. // met:
  937. //
  938. // * Redistributions of source code must retain the above copyright
  939. // notice, this list of conditions and the following disclaimer.
  940. // * Redistributions in binary form must reproduce the above
  941. // copyright notice, this list of conditions and the following disclaimer
  942. // in the documentation and/or other materials provided with the
  943. // distribution.
  944. // * Neither the name of Google Inc. nor the names of its
  945. // contributors may be used to endorse or promote products derived from
  946. // this software without specific prior written permission.
  947. //
  948. // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  949. // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  950. // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  951. // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  952. // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  953. // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  954. // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  955. // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  956. // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  957. // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  958. // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  959. """
  960. - jinja2, located at deps/v8_inspector/third_party/jinja2, is licensed as follows:
  961. """
  962. Copyright (c) 2009 by the Jinja Team, see AUTHORS for more details.
  963. Some rights reserved.
  964. Redistribution and use in source and binary forms, with or without
  965. modification, are permitted provided that the following conditions are
  966. met:
  967. * Redistributions of source code must retain the above copyright
  968. notice, this list of conditions and the following disclaimer.
  969. * Redistributions in binary form must reproduce the above
  970. copyright notice, this list of conditions and the following
  971. disclaimer in the documentation and/or other materials provided
  972. with the distribution.
  973. * The names of the contributors may not be used to endorse or
  974. promote products derived from this software without specific
  975. prior written permission.
  976. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  977. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  978. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  979. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  980. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  981. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  982. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  983. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  984. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  985. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  986. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  987. """
  988. - markupsafe, located at deps/v8_inspector/third_party/markupsafe, is licensed as follows:
  989. """
  990. Copyright (c) 2010 by Armin Ronacher and contributors. See AUTHORS
  991. for more details.
  992. Some rights reserved.
  993. Redistribution and use in source and binary forms of the software as well
  994. as documentation, with or without modification, are permitted provided
  995. that the following conditions are met:
  996. * Redistributions of source code must retain the above copyright
  997. notice, this list of conditions and the following disclaimer.
  998. * Redistributions in binary form must reproduce the above
  999. copyright notice, this list of conditions and the following
  1000. disclaimer in the documentation and/or other materials provided
  1001. with the distribution.
  1002. * The names of the contributors may not be used to endorse or
  1003. promote products derived from this software without specific
  1004. prior written permission.
  1005. THIS SOFTWARE AND DOCUMENTATION IS PROVIDED BY THE COPYRIGHT HOLDERS AND
  1006. CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
  1007. NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  1008. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
  1009. OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  1010. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  1011. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  1012. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  1013. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  1014. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  1015. SOFTWARE AND DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
  1016. DAMAGE.
  1017. """