Skip to content

Commit df21bfc

Browse files
committed
Updating Node.js license in 3rd_party_licenses.txt.
1 parent 19f825c commit df21bfc

File tree

1 file changed

+34
-2
lines changed

1 file changed

+34
-2
lines changed

3rd_party_licenses.txt

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

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

515-
Node.js 16.17.1
515+
Node.js 16.18.1
516516

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

@@ -571,7 +571,7 @@ The externally maintained libraries used by Node.js are:
571571
"""
572572
MIT License
573573

574-
Copyright (C) 2012-2020 by various contributors (see AUTHORS)
574+
Copyright (C) 2012-2022 by various contributors (see AUTHORS)
575575

576576
Permission is hereby granted, free of charge, to any person obtaining a copy
577577
of this software and associated documentation files (the "Software"), to deal
@@ -2229,3 +2229,35 @@ The externally maintained libraries used by Node.js are:
22292229
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
22302230
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22312231
"""
2232+
2233+
- base64, located at deps/base64/base64/, is licensed as follows:
2234+
"""
2235+
Copyright (c) 2005-2007, Nick Galbreath
2236+
Copyright (c) 2013-2019, Alfred Klomp
2237+
Copyright (c) 2015-2017, Wojciech Mula
2238+
Copyright (c) 2016-2017, Matthieu Darbois
2239+
All rights reserved.
2240+
2241+
Redistribution and use in source and binary forms, with or without
2242+
modification, are permitted provided that the following conditions are
2243+
met:
2244+
2245+
- Redistributions of source code must retain the above copyright notice,
2246+
this list of conditions and the following disclaimer.
2247+
2248+
- Redistributions in binary form must reproduce the above copyright
2249+
notice, this list of conditions and the following disclaimer in the
2250+
documentation and/or other materials provided with the distribution.
2251+
2252+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
2253+
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2254+
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
2255+
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2256+
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2257+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
2258+
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
2259+
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
2260+
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
2261+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
2262+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2263+
"""

0 commit comments

Comments
 (0)