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 09348c7e6ecb0e5d78807506164a8bbe9418e7ff
Author: Alin Jerpelea <[email protected]>
AuthorDate: Wed Dec 18 07:46:00 2024 +0100

    database: 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]>
---
 database/Make.defs        | 2 ++
 database/Makefile         | 2 ++
 database/sqlite/Make.defs | 2 ++
 database/sqlite/Makefile  | 2 ++
 4 files changed, 8 insertions(+)

diff --git a/database/Make.defs b/database/Make.defs
index 577407990..c6529b97e 100644
--- a/database/Make.defs
+++ b/database/Make.defs
@@ -1,6 +1,8 @@
 ############################################################################
 # apps/database/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/database/Makefile b/database/Makefile
index 3cf46e8e3..4ee15a776 100644
--- a/database/Makefile
+++ b/database/Makefile
@@ -1,6 +1,8 @@
 ############################################################################
 # apps/database/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
diff --git a/database/sqlite/Make.defs b/database/sqlite/Make.defs
index 2b9ff26ce..3d14dbe01 100644
--- a/database/sqlite/Make.defs
+++ b/database/sqlite/Make.defs
@@ -1,6 +1,8 @@
 ############################################################################
 # apps/database/sqlite/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/database/sqlite/Makefile b/database/sqlite/Makefile
index f178a65a3..cc1e6b460 100644
--- a/database/sqlite/Makefile
+++ b/database/sqlite/Makefile
@@ -1,6 +1,8 @@
 ############################################################################
 # apps/database/sqlite/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