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:
Richard Hughes 2024-11-18 09:18:08 +00:00 committed by David Gibson
parent d1656730ab
commit b3bbee6b12

View file

@ -2,6 +2,13 @@
"bomFormat": "CycloneDX",
"specVersion": "1.6",
"version": 1,
"metadata": {
"authors": [
{
"name": "@VCS_SBOM_AUTHORS@"
}
]
},
"components": [
{
"type": "library",
@ -10,11 +17,6 @@
"name": "libfdt",
"version": "@VCS_VERSION@",
"description": "Utility library for reading and manipulating the FDT binary format",
"authors": [
{
"name": "@VCS_SBOM_AUTHORS@"
}
],
"supplier": {
"name": "libfdt developers"
},