This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 5f5350c05be409854f1b3528c12a56ef1f89f500 Author: Alin Jerpelea <[email protected]> AuthorDate: Mon Dec 16 04:10:17 2024 +0100 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 <[email protected]> Signed-off-by: Alin Jerpelea <[email protected]> --- 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 <[email protected]> + * SPDX-FileContributor: Jakub Janousek <[email protected]> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.
