diff --git a/ThirdPartyNotices.txt b/ThirdPartyNotices.txt index 8ecb93e61c9..330b43c9b76 100644 --- a/ThirdPartyNotices.txt +++ b/ThirdPartyNotices.txt @@ -1191,7 +1191,7 @@ SOFTWARE. --------------------------------------------------------- -jeff-hykin/better-cpp-syntax 1.16.1 - MIT +jeff-hykin/better-cpp-syntax 1.17.3 - MIT https://github.com/jeff-hykin/better-cpp-syntax MIT License @@ -1275,7 +1275,7 @@ SOFTWARE. --------------------------------------------------------- -jeff-hykin/better-shell-syntax 1.2.8 - MIT +jeff-hykin/better-shell-syntax 1.3.3 - MIT https://github.com/jeff-hykin/better-shell-syntax MIT License @@ -1303,7 +1303,7 @@ SOFTWARE. --------------------------------------------------------- -jlelong/vscode-latex-basics 1.4.0 - MIT +jlelong/vscode-latex-basics 1.5.0 - MIT https://github.com/jlelong/vscode-latex-basics Copyright (c) vscode-latex-basics authors @@ -2184,7 +2184,7 @@ THE SOFTWARE. --------------------------------------------------------- -microsoft/vscode-css 0.0.0 - MIT License +microsoft/vscode-css 0.45.1 - MIT License https://github.com/microsoft/vscode-css MIT License @@ -3341,6 +3341,35 @@ SOFTWARE --------------------------------------------------------- +walles/git-commit-message-plus 1.0.0 - MIT +https://github.com/walles/git-commit-message-plus + +The MIT License (MIT) + +Copyright (c) 2023 Johan Walles + +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. +--------------------------------------------------------- + +--------------------------------------------------------- + Web Background Synchronization - Apache2 https://github.com/WICG/background-sync diff --git a/cglicenses.json b/cglicenses.json index 0d45a0899b6..754489e3306 100644 --- a/cglicenses.json +++ b/cglicenses.json @@ -335,8 +335,12 @@ "name": "const_format", "fullLicenseTextUri": "https://raw.githubusercontent.com/rodrimati1992/const_format_crates/b2207af46bfbd9f1a6bd12dbffd10feeea3d9fd7/LICENSE-ZLIB.md" }, - { // License is MIT/Apache and tool doesn't understand this syntax + { // License is MIT/Apache and tool doesn't look in subfolders "name": "toml", "fullLicenseTextUri": "https://raw.githubusercontent.com/toml-rs/toml/main/crates/toml/LICENSE-MIT" + }, + { // License is MIT/Apache and tool doesn't look in subfolders + "name": "dirs-sys-next", + "fullLicenseTextUri": "https://raw.githubusercontent.com/xdg-rs/dirs/master/dirs-sys/LICENSE-MIT" } ] diff --git a/package.json b/package.json index 4ef877fa5f4..e2a2ece1ed8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "code-oss-dev", "version": "1.76.0", - "distro": "cd6d83a02668b3ee1577d32ede0540c6e71b8119", + "distro": "c28c9418fbe208c281f9785bdad4610da775a239", "author": { "name": "Microsoft Corporation" },