Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(214)

Side by Side Diff: third_party/node/LICENSE

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

Powered by Google App Engine
This is Rietveld 408576698