Skip to content

Commit 038133f

Browse files
santigimenoCeres6
authored andcommitted
tools: update LICENSE and license-builder.sh
A libuv `LICENSE-extra` file was added and a couple of files were removed (stdint-msvc2008.h and pthread-fixes.c). PR-URL: nodejs#48078 Fixes: nodejs#43931 Fixes: nodejs#42496 Fixes: nodejs#47715 Fixes: nodejs#47259 Fixes: nodejs#47241 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Debadree Chatterjee <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Jiawen Geng <[email protected]>
1 parent 9925783 commit 038133f

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

LICENSE

-11
Original file line numberDiff line numberDiff line change
@@ -644,9 +644,6 @@ The externally maintained libraries used by Node.js are:
644644

645645
- libuv, located at deps/uv, is licensed as follows:
646646
"""
647-
libuv is licensed for use as follows:
648-
649-
====
650647
Copyright (c) 2015-present libuv project contributors.
651648

652649
Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -666,8 +663,6 @@ The externally maintained libraries used by Node.js are:
666663
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
667664
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
668665
IN THE SOFTWARE.
669-
====
670-
671666
This license applies to parts of libuv originating from the
672667
https://github.com/joyent/libuv repository:
673668

@@ -704,12 +699,6 @@ The externally maintained libraries used by Node.js are:
704699
- inet_pton and inet_ntop implementations, contained in src/inet.c, are
705700
copyright the Internet Systems Consortium, Inc., and licensed under the ISC
706701
license.
707-
708-
- stdint-msvc2008.h (from msinttypes), copyright Alexander Chemeris. Three
709-
clause BSD license.
710-
711-
- pthread-fixes.c, copyright Google Inc. and Sony Mobile Communications AB.
712-
Three clause BSD license.
713702
"""
714703

715704
- llhttp, located at deps/llhttp, is licensed as follows:

tools/license-builder.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ else
5959
exit 1
6060
fi
6161

62-
licenseText="$(cat "${rootdir}/deps/uv/LICENSE")"
62+
licenseText="$(cat "${rootdir}/deps/uv/LICENSE" "${rootdir}/deps/uv/LICENSE-extra")"
6363
addlicense "libuv" "deps/uv" "$licenseText"
6464
licenseText="$(cat deps/llhttp/LICENSE-MIT)"
6565
addlicense "llhttp" "deps/llhttp" "$licenseText"

0 commit comments

Comments
 (0)