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
The following commit(s) were added to refs/heads/master by this push:
new 95ef3b77c2 audio: migrate to SPDX identifier
95ef3b77c2 is described below
commit 95ef3b77c2a41996644c33f879804f3c0668fed0
Author: Alin Jerpelea <[email protected]>
AuthorDate: Mon Sep 9 08:54:34 2024 +0200
audio: 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]>
---
audio/CMakeLists.txt | 2 ++
audio/Makefile | 2 ++
audio/audio.c | 2 ++
audio/audio_comp.c | 2 ++
audio/pcm_decode.c | 2 ++
5 files changed, 10 insertions(+)
diff --git a/audio/CMakeLists.txt b/audio/CMakeLists.txt
index 6103dad43e..de1e545705 100644
--- a/audio/CMakeLists.txt
+++ b/audio/CMakeLists.txt
@@ -1,6 +1,8 @@
#
##############################################################################
# audio/CMakeLists.txt
#
+# 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 ASF licenses this
diff --git a/audio/Makefile b/audio/Makefile
index 94df7baae7..d3b50e96f7 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -1,6 +1,8 @@
############################################################################
# audio/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/audio/audio.c b/audio/audio.c
index 3bc906e983..f521375dec 100644
--- a/audio/audio.c
+++ b/audio/audio.c
@@ -1,6 +1,8 @@
/****************************************************************************
* audio/audio.c
*
+ * 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/audio/audio_comp.c b/audio/audio_comp.c
index d9957da313..82300e7dd5 100644
--- a/audio/audio_comp.c
+++ b/audio/audio_comp.c
@@ -1,6 +1,8 @@
/****************************************************************************
* audio/audio_comp.c
*
+ * 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/audio/pcm_decode.c b/audio/pcm_decode.c
index 60c8b9af4d..fbd618b908 100644
--- a/audio/pcm_decode.c
+++ b/audio/pcm_decode.c
@@ -1,6 +1,8 @@
/****************************************************************************
* audio/pcm_decode.c
*
+ * 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