This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch releases/12.8
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git

commit c73cd3cf26f6befddbb370322a83c200e1e36c14
Author: Alin Jerpelea <[email protected]>
AuthorDate: Thu Dec 19 03:19:25 2024 +0100

    import: 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 <[email protected]>
---
 import/Make.defs | 2 ++
 import/Makefile  | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/import/Make.defs b/import/Make.defs
index 050a5d3e1..d6f99cf50 100644
--- a/import/Make.defs
+++ b/import/Make.defs
@@ -1,6 +1,8 @@
 ############################################################################
 # apps/import/Make.defs
 #
+# 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/import/Makefile b/import/Makefile
index be5c4dc8e..577708cac 100644
--- a/import/Makefile
+++ b/import/Makefile
@@ -1,6 +1,8 @@
 ############################################################################
 # apps/import/Makefile
 #
+# 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

Reply via email to