Skip to content

Commit 8630bc0

Browse files
committed
release: prep for 1.45
1 parent 4abcc03 commit 8630bc0

3 files changed

Lines changed: 34 additions & 2 deletions

File tree

ThirdPartyNotices.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This project incorporates components from the projects listed below. The origina
4040
33. mdn-data version 1.1.12 (https://github.com/mdn/data)
4141
34. Microsoft/TypeScript-TmLanguage version 0.0.1 (https://github.com/Microsoft/TypeScript-TmLanguage)
4242
35. Microsoft/vscode-JSON.tmLanguage (https://github.com/Microsoft/vscode-JSON.tmLanguage)
43-
36. Microsoft/vscode-mssql version 1.6.0 (https://github.com/Microsoft/vscode-mssql)
43+
36. Microsoft/vscode-mssql version 1.9.0 (https://github.com/Microsoft/vscode-mssql)
4444
37. mmims/language-batchfile version 0.7.5 (https://github.com/mmims/language-batchfile)
4545
38. octref/language-css version 0.42.11 (https://github.com/octref/language-css)
4646
39. PowerShell/EditorSyntax version 1.0.0 (https://github.com/PowerShell/EditorSyntax)

cglicenses.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,5 +169,37 @@
169169
"OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE",
170170
"SOFTWARE."
171171
]
172+
},
173+
{
174+
// Reason: The license at https://github.com/floatdrop/pinkie/blob/master/license
175+
// cannot be found by the OSS tool automatically.
176+
"name": "pinkie",
177+
"fullLicenseText": [
178+
"The MIT License (MIT)",
179+
"",
180+
"Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)",
181+
"",
182+
"Permission is hereby granted, free of charge, to any person obtaining a copy",
183+
"of this software and associated documentation files (the \"Software\"), to deal",
184+
"in the Software without restriction, including without limitation the rights",
185+
"to use, copy, modify, merge, publish, distribute, sublicense, and/or sell",
186+
"copies of the Software, and to permit persons to whom the Software is",
187+
"furnished to do so, subject to the following conditions:",
188+
"",
189+
"The above copyright notice and this permission notice shall be included in",
190+
"all copies or substantial portions of the Software.",
191+
"",
192+
"THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR",
193+
"IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,",
194+
"FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE",
195+
"AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER",
196+
"LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,",
197+
"OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN",
198+
"THE SOFTWARE."
199+
]
200+
},
201+
{
202+
"name": "big-integer",
203+
"prependLicenseText": ["Copyright released to public domain"]
172204
}
173205
]

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.45.0",
4-
"distro": "c53a7597c62f1369369feb88bb4ef0d264109f9b",
4+
"distro": "59e59ecea2dc92bd7d084fbaccc266ede9f6d553",
55
"author": {
66
"name": "Microsoft Corporation"
77
},

0 commit comments

Comments
 (0)