Skip to content

Commit fe8043a

Browse files
authored
update ThirdPartyNotices for 1.74 (microsoft#167453)
1 parent 3265643 commit fe8043a

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

ThirdPartyNotices.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1268,7 +1268,7 @@ SOFTWARE.
12681268

12691269
---------------------------------------------------------
12701270

1271-
jeff-hykin/better-cpp-syntax 1.15.23 - MIT
1271+
jeff-hykin/better-cpp-syntax 1.16.1 - MIT
12721272
https://github.com/jeff-hykin/better-cpp-syntax
12731273

12741274
MIT License
@@ -2287,7 +2287,7 @@ SOFTWARE.
22872287

22882288
---------------------------------------------------------
22892289

2290-
microsoft/vscode-mssql 1.16.0 - MIT
2290+
microsoft/vscode-mssql 1.17.0 - MIT
22912291
https://github.com/microsoft/vscode-mssql
22922292

22932293
------------------------------------------ START OF LICENSE -----------------------------------------

cglicenses.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,5 +307,32 @@
307307
"IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN",
308308
"CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."
309309
]
310+
},
311+
{ // Reason: Missing license file
312+
"name": "emitter-listener",
313+
"fullLicenseText": [
314+
"This software is released under the BSD-2-Clause license:",
315+
"Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:",
316+
"",
317+
"1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.",
318+
"",
319+
"2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer",
320+
"in the documentation and/or other materials provided with the distribution.",
321+
"",
322+
"THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT",
323+
"NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE",
324+
"COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,",
325+
"BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED",
326+
"AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT",
327+
"OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
328+
]
329+
},
330+
{ // Reason: Missing license file
331+
"name": "const_format_proc_macros",
332+
"fullLicenseTextUri": "https://raw.githubusercontent.com/rodrimati1992/const_format_crates/b2207af46bfbd9f1a6bd12dbffd10feeea3d9fd7/LICENSE-ZLIB.md"
333+
},
334+
{ // Reason: Missing license file
335+
"name": "const_format",
336+
"fullLicenseTextUri": "https://raw.githubusercontent.com/rodrimati1992/const_format_crates/b2207af46bfbd9f1a6bd12dbffd10feeea3d9fd7/LICENSE-ZLIB.md"
310337
}
311338
]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "code-oss-dev",
33
"version": "1.74.0",
4-
"distro": "d81f3b60ead17a9dd45945dd575e030c5d7b6c01",
4+
"distro": "d4eb287783c31cd85c6568894b123201180145ca",
55
"author": {
66
"name": "Microsoft Corporation"
77
},

0 commit comments

Comments
 (0)