| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3440d7c commit ded0e2d
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -644,9 +644,6 @@ The externally maintained libraries used by Node.js are: | |||
| 644 | 644 | ||
| 645 | 645 | - libuv, located at deps/uv, is licensed as follows: | |
| 646 | 646 | """ | |
| 647 | - libuv is licensed for use as follows: | ||
| 648 | - | ||
| 649 | - ==== | ||
| 650 | 647 | Copyright (c) 2015-present libuv project contributors. | |
| 651 | 648 | ||
| 652 | 649 | 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: | |||
| 666 | 663 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | |
| 667 | 664 | FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS | |
| 668 | 665 | IN THE SOFTWARE. | |
| 669 | - ==== | ||
| 670 | - | ||
| 671 | 666 | This license applies to parts of libuv originating from the | |
| 672 | 667 | https://github.com/joyent/libuv repository: | |
| 673 | 668 | ||
@@ -704,12 +699,6 @@ The externally maintained libraries used by Node.js are: | |||
| 704 | 699 | - inet_pton and inet_ntop implementations, contained in src/inet.c, are | |
| 705 | 700 | copyright the Internet Systems Consortium, Inc., and licensed under the ISC | |
| 706 | 701 | 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. | ||
| 713 | 702 | """ | |
| 714 | 703 | ||
| 715 | 704 | - llhttp, located at deps/llhttp, is licensed as follows: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -59,7 +59,7 @@ else | |||
| 59 | 59 | exit 1 | |
| 60 | 60 | fi | |
| 61 | 61 | ||
| 62 | - licenseText="$(cat "${rootdir}/deps/uv/LICENSE")" | ||
| 62 | + licenseText="$(cat "${rootdir}/deps/uv/LICENSE" "${rootdir}/deps/uv/LICENSE-extra")" | ||
| 63 | 63 | addlicense "libuv" "deps/uv" "$licenseText" | |
| 64 | 64 | licenseText="$(cat deps/llhttp/LICENSE-MIT)" | |
| 65 | 65 | addlicense "llhttp" "deps/llhttp" "$licenseText" | |
| Back | FazBrowse Home | New Git URL |
0 commit comments