From b3bbee6b1242b4bb84fcb31365b76a3a45be3b6b Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 18 Nov 2024 09:18:08 +0000 Subject: [PATCH] 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 Signed-off-by: David Gibson --- libfdt/sbom.cdx.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/libfdt/sbom.cdx.json b/libfdt/sbom.cdx.json index 303cf546..4d023e53 100644 --- a/libfdt/sbom.cdx.json +++ b/libfdt/sbom.cdx.json @@ -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" },