diff --git a/ThirdPartyNotices.txt b/ThirdPartyNotices.txt index a48785b38fa..677beb55aae 100644 --- a/ThirdPartyNotices.txt +++ b/ThirdPartyNotices.txt @@ -1268,7 +1268,7 @@ SOFTWARE. --------------------------------------------------------- -jeff-hykin/better-cpp-syntax 1.15.23 - MIT +jeff-hykin/better-cpp-syntax 1.16.1 - MIT https://github.com/jeff-hykin/better-cpp-syntax MIT License @@ -2287,7 +2287,7 @@ SOFTWARE. --------------------------------------------------------- -microsoft/vscode-mssql 1.16.0 - MIT +microsoft/vscode-mssql 1.17.0 - MIT https://github.com/microsoft/vscode-mssql ------------------------------------------ START OF LICENSE ----------------------------------------- diff --git a/cglicenses.json b/cglicenses.json index b2ab858f969..fed6d518564 100644 --- a/cglicenses.json +++ b/cglicenses.json @@ -307,5 +307,32 @@ "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." ] + }, + { // Reason: Missing license file + "name": "emitter-listener", + "fullLicenseText": [ + "This software is released under the BSD-2-Clause license:", + "Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:", + "", + "1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.", + "", + "2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer", + "in the documentation and/or other materials provided with the distribution.", + "", + "THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT", + "NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE", + "COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,", + "BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED", + "AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT", + "OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." + ] + }, + { // Reason: Missing license file + "name": "const_format_proc_macros", + "fullLicenseTextUri": "https://raw.githubusercontent.com/rodrimati1992/const_format_crates/b2207af46bfbd9f1a6bd12dbffd10feeea3d9fd7/LICENSE-ZLIB.md" + }, + { // Reason: Missing license file + "name": "const_format", + "fullLicenseTextUri": "https://raw.githubusercontent.com/rodrimati1992/const_format_crates/b2207af46bfbd9f1a6bd12dbffd10feeea3d9fd7/LICENSE-ZLIB.md" } ] diff --git a/package.json b/package.json index 1a5a71d1a00..54f5e034ae4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "code-oss-dev", "version": "1.74.0", - "distro": "d81f3b60ead17a9dd45945dd575e030c5d7b6c01", + "distro": "d4eb287783c31cd85c6568894b123201180145ca", "author": { "name": "Microsoft Corporation" },