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 678c59d2e35b42dce303477d70e4a0ff65c1d401
Author: Alin Jerpelea <[email protected]>
AuthorDate: Mon Dec 16 04:07:59 2024 +0100

    drivers/spi/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]>
---
 drivers/spi/ice40.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/spi/ice40.c b/drivers/spi/ice40.c
index 50b318b59e..b090a8968e 100644
--- a/drivers/spi/ice40.c
+++ b/drivers/spi/ice40.c
@@ -1,6 +1,10 @@
 /****************************************************************************
  * drivers/spi/ice40.c
  *
+ * 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.
  * You may obtain a copy of the License at

Reply via email to