-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy paththird-party-licenses.json
More file actions
30 lines (30 loc) · 961 Bytes
/
third-party-licenses.json
File metadata and controls
30 lines (30 loc) · 961 Bytes
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
[
{
"name": "arm-none-eabi-gdb",
"version": "14.3.1",
"spdx": "GPL-3.0-or-later",
"url": "https://artifacts.tools.arm.com/arm-none-eabi-gdb/14.3.1/",
"license": "https://developer.arm.com/GetEula?Id=15d9660a-2059-4985-85e9-c01cdd4b1ba0"
},
{
"name": "pyocd",
"version": "0.42.0",
"spdx": "Apache-2.0",
"url": "https://github.com/pyocd/pyOCD",
"license": "https://github.com/pyocd/pyOCD/blob/v0.42.0/LICENSE"
},
{
"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"
}
]