Skip to content

Commit 28ab2fb

Browse files
committed
Updating Node.js version and license in 3r_party_licenses.txt.
1 parent 4302285 commit 28ab2fb

File tree

1 file changed

+23
-12
lines changed

1 file changed

+23
-12
lines changed

3rd_party_licenses.txt

Lines changed: 23 additions & 12 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.18.2
515+
Node.js 18.19.1
516516

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

@@ -594,19 +594,30 @@ The externally maintained libraries used by Node.js are:
594594

595595
- c-ares, located at deps/cares, is licensed as follows:
596596
"""
597-
Copyright (c) 2007 - 2018, Daniel Stenberg with many contributors, see AUTHORS
597+
MIT License
598+
599+
Copyright (c) 1998 Massachusetts Institute of Technology
600+
Copyright (c) 2007 - 2023 Daniel Stenberg with many contributors, see AUTHORS
598601
file.
599602

600-
Copyright 1998 by the Massachusetts Institute of Technology.
603+
Permission is hereby granted, free of charge, to any person obtaining a copy of
604+
this software and associated documentation files (the "Software"), to deal in
605+
the Software without restriction, including without limitation the rights to
606+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
607+
the Software, and to permit persons to whom the Software is furnished to do so,
608+
subject to the following conditions:
609+
610+
The above copyright notice and this permission notice (including the next
611+
paragraph) shall be included in all copies or substantial portions of the
612+
Software.
601613

602-
Permission to use, copy, modify, and distribute this software and its
603-
documentation for any purpose and without fee is hereby granted, provided that
604-
the above copyright notice appear in all copies and that both that copyright
605-
notice and this permission notice appear in supporting documentation, and that
606-
the name of M.I.T. not be used in advertising or publicity pertaining to
607-
distribution of the software without specific, written prior permission.
608-
M.I.T. makes no representations about the suitability of this software for any
609-
purpose. It is provided "as is" without express or implied warranty.
614+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
615+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
616+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
617+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
618+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
619+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
620+
SOFTWARE.
610621
"""
611622

612623
- cjs-module-lexer, located at deps/cjs-module-lexer, is licensed as follows:
@@ -1845,7 +1856,7 @@ The externally maintained libraries used by Node.js are:
18451856

18461857
- ada, located at deps/ada, is licensed as follows:
18471858
"""
1848-
Copyright 2023 Ada authors
1859+
Copyright 2023 Yagiz Nizipli and Daniel Lemire
18491860

18501861
Permission is hereby granted, free of charge, to any person obtaining a copy of
18511862
this software and associated documentation files (the "Software"), to deal in

0 commit comments

Comments
 (0)