diff --git a/ThirdPartyNotices.txt b/ThirdPartyNotices.txt index 6863bf7828f..5a80241397e 100644 --- a/ThirdPartyNotices.txt +++ b/ThirdPartyNotices.txt @@ -1563,7 +1563,7 @@ SOFTWARE. --------------------------------------------------------- -jlelong/vscode-latex-basics 1.5.3 - MIT +jlelong/vscode-latex-basics 1.5.2 - MIT https://github.com/jlelong/vscode-latex-basics Copyright (c) vscode-latex-basics authors @@ -2246,7 +2246,7 @@ SOFTWARE. --------------------------------------------------------- -redhat-developer/vscode-java 1.21.0 - MIT +redhat-developer/vscode-java 1.22.0 - MIT https://github.com/redhat-developer/vscode-java The MIT License (MIT) diff --git a/cglicenses.json b/cglicenses.json index 121cbc30c50..006eaf1f968 100644 --- a/cglicenses.json +++ b/cglicenses.json @@ -536,5 +536,31 @@ "prependLicenseText": [ "Copyright (c) cacheable-request authors" ] + }, + { + "name": "@vscode/ts-package-manager", + "fullLicenseText": [ + "MIT License", + "", + "Copyright (c) Microsoft Corporation.", + "", + "Permission is hereby granted, free of charge, to any person obtaining a copy", + "of this software and associated documentation files (the \"Software\"), to deal", + "in the Software without restriction, including without limitation the rights", + "to use, copy, modify, merge, publish, distribute, sublicense, and/or sell", + "copies of the Software, and to permit persons to whom the Software is", + "furnished to do so, subject to the following conditions:", + "", + "The above copyright notice and this permission notice shall be included in all", + "copies or substantial portions of the Software.", + "", + "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR", + "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,", + "FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE", + "AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER", + "LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,", + "OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE", + "SOFTWARE" + ] } ] diff --git a/cli/ThirdPartyNotices.txt b/cli/ThirdPartyNotices.txt index 09856f72402..c1f96966354 100644 --- a/cli/ThirdPartyNotices.txt +++ b/cli/ThirdPartyNotices.txt @@ -2112,7 +2112,7 @@ SOFTWARE. --------------------------------------------------------- dialoguer 0.10.4 - MIT -https://github.com/mitsuhiko/dialoguer +https://github.com/console-rs/dialoguer The MIT License (MIT) @@ -3366,7 +3366,7 @@ DEALINGS IN THE SOFTWARE. hermit-abi 0.1.19 - MIT/Apache-2.0 hermit-abi 0.3.1 - MIT OR Apache-2.0 -https://github.com/hermitcore/rusty-hermit +https://github.com/hermit-os/hermit-rs Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated @@ -4230,6 +4230,39 @@ DEALINGS IN THE SOFTWARE. --------------------------------------------------------- +libz-sys 1.1.12 - MIT OR Apache-2.0 +https://github.com/rust-lang/libz-sys + +Copyright (c) 2014 Alex Crichton +Copyright (c) 2020 Josh Triplett + +Permission is hereby granted, free of charge, to any +person obtaining a copy of this software and associated +documentation files (the "Software"), to deal in the +Software without restriction, including without +limitation the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software +is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice +shall be included in all copies or substantial portions +of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED +TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT +SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR +IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. +--------------------------------------------------------- + +--------------------------------------------------------- + link-cplusplus 1.0.9 - MIT OR Apache-2.0 https://github.com/dtolnay/link-cplusplus diff --git a/package.json b/package.json index 37d9d55925f..192b0af2f7c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "code-oss-dev", "version": "1.83.0", - "distro": "51280fc5e9f5acdf5660e27d6b77f53aaad386cf", + "distro": "076f0e1cc9474c5c58d562af4d58c7927a616b29", "author": { "name": "Microsoft Corporation" },