From 8d0d56f05a7fd781329ce7436ac81d7997f7b8ae Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Tue, 5 Nov 2024 12:07:03 +0100 Subject: [PATCH] binfmt: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea --- binfmt/binfmt.h | 2 ++ binfmt/builtin.c | 2 ++ binfmt/elf.c | 2 ++ binfmt/nxflat.c | 2 ++ 4 files changed, 8 insertions(+) diff --git a/binfmt/binfmt.h b/binfmt/binfmt.h index d4ae0198035..a60d55318fd 100644 --- a/binfmt/binfmt.h +++ b/binfmt/binfmt.h @@ -1,6 +1,8 @@ /**************************************************************************** * binfmt/binfmt.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/binfmt/builtin.c b/binfmt/builtin.c index 19a8c3f4bb3..3599a05c651 100644 --- a/binfmt/builtin.c +++ b/binfmt/builtin.c @@ -1,6 +1,8 @@ /**************************************************************************** * binfmt/builtin.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/binfmt/elf.c b/binfmt/elf.c index 433cadc8d52..836f702c405 100644 --- a/binfmt/elf.c +++ b/binfmt/elf.c @@ -1,6 +1,8 @@ /**************************************************************************** * binfmt/elf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/binfmt/nxflat.c b/binfmt/nxflat.c index 5e520b848cd..46b9820308c 100644 --- a/binfmt/nxflat.c +++ b/binfmt/nxflat.c @@ -1,6 +1,8 @@ /**************************************************************************** * binfmt/nxflat.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The