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