Skip to content

Commit 4887c67

Browse files
authored
Merge pull request microsoft#226679 from microsoft/tyriar/oss_tool
Update distro - OSS tool
2 parents ce9ce04 + 5811c5d commit 4887c67

File tree

5 files changed

+136
-321
lines changed

5 files changed

+136
-321
lines changed

ThirdPartyNotices.txt

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,34 @@ suitability for any purpose.
263263

264264
---------------------------------------------------------
265265

266+
cacheable-request 7.0.4 - MIT
267+
268+
269+
Copyright (c) cacheable-request authors
270+
271+
MIT License
272+
273+
Permission is hereby granted, free of charge, to any person obtaining a copy
274+
of this software and associated documentation files (the "Software"), to
275+
deal in the Software without restriction, including without limitation the
276+
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
277+
sell copies of the Software, and to permit persons to whom the Software is
278+
furnished to do so, subject to the following conditions:
279+
280+
The above copyright notice and this permission notice shall be included in
281+
all copies or substantial portions of the Software.
282+
283+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
284+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
285+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
286+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
287+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
288+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
289+
DEALINGS IN THE SOFTWARE.
290+
---------------------------------------------------------
291+
292+
---------------------------------------------------------
293+
266294
Colorsublime-Themes 0.1.0
267295
https://github.com/Colorsublime/Colorsublime-Themes
268296

@@ -890,7 +918,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
890918

891919
---------------------------------------------------------
892920

893-
JuliaEditorSupport/atom-language-julia 0.22.1 - MIT
921+
JuliaEditorSupport/atom-language-julia 0.23.0 - MIT
894922
https://github.com/JuliaEditorSupport/atom-language-julia
895923

896924
The atom-language-julia package is licensed under the MIT "Expat" License:
@@ -1241,7 +1269,7 @@ THE SOFTWARE.
12411269

12421270
---------------------------------------------------------
12431271

1244-
marked 4.1.0 - MIT
1272+
marked 14.0.0 - MIT
12451273
https://github.com/markedjs/marked
12461274

12471275
information
@@ -1506,7 +1534,7 @@ SOFTWARE.
15061534

15071535
---------------------------------------------------------
15081536

1509-
RedCMD/YAML-Syntax-Highlighter 1.0.1 - MIT
1537+
RedCMD/YAML-Syntax-Highlighter 1.1.1 - MIT
15101538
https://github.com/RedCMD/YAML-Syntax-Highlighter
15111539

15121540
MIT License

cglicenses.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@
4040
"Copyright (c) Microsoft Corporation. All rights reserved."
4141
]
4242
},
43-
{
44-
"name": "big-integer",
45-
"prependLicenseText": [
46-
"Copyright released to public domain"
47-
]
48-
},
4943
{
5044
// Reason: The license cannot be found by the tool due to access controls on the repository
5145
"name": "vscode-tas-client",

cgmanifest.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -732,6 +732,39 @@
732732
"SOFTWARE."
733733
],
734734
"license": "MIT"
735+
},
736+
{
737+
"component": {
738+
"type": "npm",
739+
"npm": {
740+
"name": "cacheable-request",
741+
"version": "7.0.4"
742+
}
743+
},
744+
"licenseDetail": [
745+
"Copyright (c) cacheable-request authors",
746+
"",
747+
"MIT License",
748+
"",
749+
"Permission is hereby granted, free of charge, to any person obtaining a copy",
750+
"of this software and associated documentation files (the \"Software\"), to",
751+
"deal in the Software without restriction, including without limitation the",
752+
"rights to use, copy, modify, merge, publish, distribute, sublicense, and/or",
753+
"sell copies of the Software, and to permit persons to whom the Software is",
754+
"furnished to do so, subject to the following conditions:",
755+
"",
756+
"The above copyright notice and this permission notice shall be included in",
757+
"all copies or substantial portions of the Software.",
758+
"",
759+
"THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR",
760+
"IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,",
761+
"FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE",
762+
"AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER",
763+
"LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING",
764+
"FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER",
765+
"DEALINGS IN THE SOFTWARE."
766+
],
767+
"license": "MIT"
735768
}
736769
],
737770
"version": 1

0 commit comments

Comments
 (0)