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