-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy paththird-party-licenses.json
More file actions
37 lines (37 loc) · 1.17 KB
/
third-party-licenses.json
File metadata and controls
37 lines (37 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[
{
"name": "arm-none-eabi-gdb",
"version": "15.2.1",
"spdx": "GPL-3.0-or-later",
"url": "https://artifacts.tools.arm.com/arm-none-eabi-gdb/15.2.1/",
"license": "https://developer.arm.com/GetEula?Id=a162e8bb-8565-45a5-bdf6-7249bf3afe43"
},
{
"name": "pyocd",
"version": "0.43.0",
"spdx": "Apache-2.0",
"url": "https://github.com/pyocd/pyOCD",
"license": "https://github.com/pyocd/pyOCD/blob/v0.43.0/LICENSE"
},
{
"name": "vscode-uri",
"version": "3.1.0",
"spdx": "MIT",
"url": "https://github.com/microsoft/vscode-uri",
"license": "https://github.com/microsoft/vscode-uri/blob/main/LICENSE.md"
},
{
"name": "xml2js",
"version": "0.6.2",
"spdx": "MIT",
"url": "https://github.com/Leonidas-from-XIV/node-xml2js",
"license": "https://github.com/Leonidas-from-XIV/node-xml2js/blob/master/LICENSE"
},
{
"name": "yaml",
"version": "2.8.2",
"spdx": "ISC",
"url": "https://github.com/eemeli/yaml",
"license": "https://github.com/eemeli/yaml/blob/main/LICENSE"
}
]