From 5f5350c05be409854f1b3528c12a56ef1f89f500 Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Mon, 16 Dec 2024 04:10:17 +0100 Subject: [PATCH] arch/esp32c3-legacy/esp32c3_ice40: 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. Copyright and Author information is missing from the License and was filled with commit authorship Signed-off-by: Jakub Janousek Signed-off-by: Alin Jerpelea --- arch/risc-v/src/esp32c3-legacy/esp32c3_ice40.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/risc-v/src/esp32c3-legacy/esp32c3_ice40.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_ice40.h index fe9abf3228..09031cfd92 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_ice40.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_ice40.h @@ -2,6 +2,8 @@ * arch/risc-v/src/esp32c3-legacy/esp32c3_ice40.h * * SPDX-License-Identifier: Apache-2.0 + * SPDX-FileCopyrightText: Jakub Janousek + * SPDX-FileContributor: Jakub Janousek * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.