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