Skip to content

Commit bfb5b8a

Browse files
committed
Updating Node.js license in 3rd_party_licenses.txt.
1 parent 8347f0b commit bfb5b8a

File tree

1 file changed

+44
-14
lines changed

1 file changed

+44
-14
lines changed

3rd_party_licenses.txt

Lines changed: 44 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
512512

513513
================================================================================
514514

515-
Node.js 18.14.1
515+
Node.js 18.18.2
516516

517517
Node.js is licensed for use as follows:
518518

@@ -652,7 +652,7 @@ The externally maintained libraries used by Node.js are:
652652

653653
COPYRIGHT AND PERMISSION NOTICE
654654

655-
Copyright © 1991-2022 Unicode, Inc. All rights reserved.
655+
Copyright © 1991-2023 Unicode, Inc. All rights reserved.
656656
Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
657657

658658
Permission is hereby granted, free of charge, to any person obtaining
@@ -1155,9 +1155,6 @@ The externally maintained libraries used by Node.js are:
11551155

11561156
- libuv, located at deps/uv, is licensed as follows:
11571157
"""
1158-
libuv is licensed for use as follows:
1159-
1160-
====
11611158
Copyright (c) 2015-present libuv project contributors.
11621159

11631160
Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1177,8 +1174,6 @@ The externally maintained libraries used by Node.js are:
11771174
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
11781175
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
11791176
IN THE SOFTWARE.
1180-
====
1181-
11821177
This license applies to parts of libuv originating from the
11831178
https://github.com/joyent/libuv repository:
11841179

@@ -1215,12 +1210,6 @@ The externally maintained libraries used by Node.js are:
12151210
- inet_pton and inet_ntop implementations, contained in src/inet.c, are
12161211
copyright the Internet Systems Consortium, Inc., and licensed under the ISC
12171212
license.
1218-
1219-
- stdint-msvc2008.h (from msinttypes), copyright Alexander Chemeris. Three
1220-
clause BSD license.
1221-
1222-
- pthread-fixes.c, copyright Google Inc. and Sony Mobile Communications AB.
1223-
Three clause BSD license.
12241213
"""
12251214

12261215
- llhttp, located at deps/llhttp, is licensed as follows:
@@ -1808,7 +1797,7 @@ The externally maintained libraries used by Node.js are:
18081797
- zlib, located at deps/zlib, is licensed as follows:
18091798
"""
18101799
zlib.h -- interface of the 'zlib' general purpose compression library
1811-
version 1.2.13, October 13th, 2022
1800+
version 1.2.13.1, October xxth, 2022
18121801

18131802
Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler
18141803

@@ -1854,6 +1843,47 @@ The externally maintained libraries used by Node.js are:
18541843
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
18551844
"""
18561845

1846+
- ada, located at deps/ada, is licensed as follows:
1847+
"""
1848+
Copyright 2023 Ada authors
1849+
1850+
Permission is hereby granted, free of charge, to any person obtaining a copy of
1851+
this software and associated documentation files (the "Software"), to deal in
1852+
the Software without restriction, including without limitation the rights to
1853+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1854+
the Software, and to permit persons to whom the Software is furnished to do so,
1855+
subject to the following conditions:
1856+
1857+
The above copyright notice and this permission notice shall be included in all
1858+
copies or substantial portions of the Software.
1859+
1860+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1861+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1862+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1863+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1864+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1865+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1866+
"""
1867+
1868+
- minimatch, located at deps/minimatch, is licensed as follows:
1869+
"""
1870+
The ISC License
1871+
1872+
Copyright (c) 2011-2023 Isaac Z. Schlueter and Contributors
1873+
1874+
Permission to use, copy, modify, and/or distribute this software for any
1875+
purpose with or without fee is hereby granted, provided that the above
1876+
copyright notice and this permission notice appear in all copies.
1877+
1878+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1879+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1880+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1881+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1882+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1883+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1884+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1885+
"""
1886+
18571887
- npm, located at deps/npm, is licensed as follows:
18581888
"""
18591889
The npm application

0 commit comments

Comments
 (0)