mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-13 16:27:39 -04:00
libfdt: Move the SBOM authors section
I was mistaken, and another maintainer pointed out the author-of-this-file metadata needs to be in a different place. Apologies for the churn. Signed-off-by: Richard Hughes <richard@hughsie.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
d1656730ab
commit
b3bbee6b12
1 changed files with 7 additions and 5 deletions
|
@ -2,6 +2,13 @@
|
||||||
"bomFormat": "CycloneDX",
|
"bomFormat": "CycloneDX",
|
||||||
"specVersion": "1.6",
|
"specVersion": "1.6",
|
||||||
"version": 1,
|
"version": 1,
|
||||||
|
"metadata": {
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "@VCS_SBOM_AUTHORS@"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"components": [
|
"components": [
|
||||||
{
|
{
|
||||||
"type": "library",
|
"type": "library",
|
||||||
|
@ -10,11 +17,6 @@
|
||||||
"name": "libfdt",
|
"name": "libfdt",
|
||||||
"version": "@VCS_VERSION@",
|
"version": "@VCS_VERSION@",
|
||||||
"description": "Utility library for reading and manipulating the FDT binary format",
|
"description": "Utility library for reading and manipulating the FDT binary format",
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "@VCS_SBOM_AUTHORS@"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"supplier": {
|
"supplier": {
|
||||||
"name": "libfdt developers"
|
"name": "libfdt developers"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue