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 7665771876b6964548a7c1ab7b52317b9a831153
Author: Alin Jerpelea <[email protected]>
AuthorDate: Tue Dec 17 07:27:52 2024 +0100

    audioutils: 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]>
---
 audioutils/CMakeLists.txt                   | 2 ++
 audioutils/Make.defs                        | 2 ++
 audioutils/Makefile                         | 2 ++
 audioutils/fmsynth/CMakeLists.txt           | 2 ++
 audioutils/fmsynth/Make.defs                | 2 ++
 audioutils/fmsynth/Makefile                 | 2 ++
 audioutils/fmsynth/fmsynth.c                | 2 ++
 audioutils/fmsynth/fmsynth_eg.c             | 2 ++
 audioutils/fmsynth/fmsynth_op.c             | 2 ++
 audioutils/fmsynth/test/Makefile            | 2 ++
 audioutils/fmsynth/test/fmsynth_alsa_test.c | 2 ++
 audioutils/fmsynth/test/fmsynth_eg_test.c   | 2 ++
 audioutils/fmsynth/test/fmsynth_op_test.c   | 2 ++
 audioutils/fmsynth/test/fmsynth_test.c      | 2 ++
 audioutils/fmsynth/test/opfunc_test.c       | 2 ++
 audioutils/lame/CMakeLists.txt              | 2 ++
 audioutils/lame/Make.defs                   | 2 ++
 audioutils/lame/Makefile                    | 2 ++
 audioutils/libmad/CMakeLists.txt            | 2 ++
 audioutils/libmad/Make.defs                 | 2 ++
 audioutils/libmad/Makefile                  | 2 ++
 audioutils/mml_parser/CMakeLists.txt        | 2 ++
 audioutils/mml_parser/Make.defs             | 2 ++
 audioutils/mml_parser/Makefile              | 2 ++
 audioutils/mml_parser/mml_parser.c          | 2 ++
 audioutils/nxaudio/CMakeLists.txt           | 2 ++
 audioutils/nxaudio/Make.defs                | 2 ++
 audioutils/nxaudio/Makefile                 | 2 ++
 audioutils/nxaudio/nxaudio.c                | 2 ++
 29 files changed, 58 insertions(+)

diff --git a/audioutils/CMakeLists.txt b/audioutils/CMakeLists.txt
index 2342e7220..06428bfbb 100644
--- a/audioutils/CMakeLists.txt
+++ b/audioutils/CMakeLists.txt
@@ -1,6 +1,8 @@
 # 
##############################################################################
 # apps/audioutils/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/audioutils/Make.defs b/audioutils/Make.defs
index 67f1a3033..c61302297 100644
--- a/audioutils/Make.defs
+++ b/audioutils/Make.defs
@@ -1,6 +1,8 @@
 ############################################################################
 # apps/audioutils/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/audioutils/Makefile b/audioutils/Makefile
index 7b4abe0e9..698b58c20 100644
--- a/audioutils/Makefile
+++ b/audioutils/Makefile
@@ -1,6 +1,8 @@
 ############################################################################
 # apps/audioutils/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/audioutils/fmsynth/CMakeLists.txt 
b/audioutils/fmsynth/CMakeLists.txt
index be63c3afb..839793f3e 100644
--- a/audioutils/fmsynth/CMakeLists.txt
+++ b/audioutils/fmsynth/CMakeLists.txt
@@ -1,6 +1,8 @@
 # 
##############################################################################
 # apps/audioutils/fmsynth/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/audioutils/fmsynth/Make.defs b/audioutils/fmsynth/Make.defs
index 55226287f..e53b36887 100644
--- a/audioutils/fmsynth/Make.defs
+++ b/audioutils/fmsynth/Make.defs
@@ -1,6 +1,8 @@
 ############################################################################
 # apps/audioutils/fmsynth/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/audioutils/fmsynth/Makefile b/audioutils/fmsynth/Makefile
index f291a74b1..2ce054331 100644
--- a/audioutils/fmsynth/Makefile
+++ b/audioutils/fmsynth/Makefile
@@ -1,6 +1,8 @@
 ############################################################################
 # apps/audioutils/fmsynth/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/audioutils/fmsynth/fmsynth.c b/audioutils/fmsynth/fmsynth.c
index 21b43bcf0..883ad4680 100644
--- a/audioutils/fmsynth/fmsynth.c
+++ b/audioutils/fmsynth/fmsynth.c
@@ -1,6 +1,8 @@
 /****************************************************************************
  * apps/audioutils/fmsynth/fmsynth.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/audioutils/fmsynth/fmsynth_eg.c b/audioutils/fmsynth/fmsynth_eg.c
index a2b97aded..849e35a5d 100644
--- a/audioutils/fmsynth/fmsynth_eg.c
+++ b/audioutils/fmsynth/fmsynth_eg.c
@@ -1,6 +1,8 @@
 /****************************************************************************
  * apps/audioutils/fmsynth/fmsynth_eg.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/audioutils/fmsynth/fmsynth_op.c b/audioutils/fmsynth/fmsynth_op.c
index bb07f12f7..a86e7402e 100644
--- a/audioutils/fmsynth/fmsynth_op.c
+++ b/audioutils/fmsynth/fmsynth_op.c
@@ -1,6 +1,8 @@
 /****************************************************************************
  * apps/audioutils/fmsynth/fmsynth_op.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/audioutils/fmsynth/test/Makefile b/audioutils/fmsynth/test/Makefile
index 65bdf923d..74118d918 100644
--- a/audioutils/fmsynth/test/Makefile
+++ b/audioutils/fmsynth/test/Makefile
@@ -1,6 +1,8 @@
 ############################################################################
 # apps/audioutils/fmsynth/test/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/audioutils/fmsynth/test/fmsynth_alsa_test.c 
b/audioutils/fmsynth/test/fmsynth_alsa_test.c
index 73e0b22dc..4644ce1b0 100644
--- a/audioutils/fmsynth/test/fmsynth_alsa_test.c
+++ b/audioutils/fmsynth/test/fmsynth_alsa_test.c
@@ -1,6 +1,8 @@
 /****************************************************************************
  * apps/audioutils/fmsynth/test/fmsynth_alsa_test.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/audioutils/fmsynth/test/fmsynth_eg_test.c 
b/audioutils/fmsynth/test/fmsynth_eg_test.c
index 1be811cf2..1a0641231 100644
--- a/audioutils/fmsynth/test/fmsynth_eg_test.c
+++ b/audioutils/fmsynth/test/fmsynth_eg_test.c
@@ -1,6 +1,8 @@
 /****************************************************************************
  * apps/audioutils/fmsynth/test/fmsynth_eg_test.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/audioutils/fmsynth/test/fmsynth_op_test.c 
b/audioutils/fmsynth/test/fmsynth_op_test.c
index 581eb03a8..cf1eff42b 100644
--- a/audioutils/fmsynth/test/fmsynth_op_test.c
+++ b/audioutils/fmsynth/test/fmsynth_op_test.c
@@ -1,6 +1,8 @@
 /****************************************************************************
  * apps/audioutils/fmsynth/test/fmsynth_op_test.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/audioutils/fmsynth/test/fmsynth_test.c 
b/audioutils/fmsynth/test/fmsynth_test.c
index 72bb4e9fa..ae03f2e6c 100644
--- a/audioutils/fmsynth/test/fmsynth_test.c
+++ b/audioutils/fmsynth/test/fmsynth_test.c
@@ -1,6 +1,8 @@
 /****************************************************************************
  * apps/audioutils/fmsynth/test/fmsynth_test.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/audioutils/fmsynth/test/opfunc_test.c 
b/audioutils/fmsynth/test/opfunc_test.c
index 9b928c054..d972bf290 100644
--- a/audioutils/fmsynth/test/opfunc_test.c
+++ b/audioutils/fmsynth/test/opfunc_test.c
@@ -1,6 +1,8 @@
 /****************************************************************************
  * apps/audioutils/fmsynth/test/opfunc_test.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/audioutils/lame/CMakeLists.txt b/audioutils/lame/CMakeLists.txt
index 8b1c13250..26899b986 100644
--- a/audioutils/lame/CMakeLists.txt
+++ b/audioutils/lame/CMakeLists.txt
@@ -1,6 +1,8 @@
 # 
##############################################################################
 # apps/audioutils/lame/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/audioutils/lame/Make.defs b/audioutils/lame/Make.defs
index 632d2a95e..e1f47123f 100644
--- a/audioutils/lame/Make.defs
+++ b/audioutils/lame/Make.defs
@@ -1,6 +1,8 @@
 ############################################################################
 # apps/audioutils/lame/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/audioutils/lame/Makefile b/audioutils/lame/Makefile
index e941b8bd8..99526d63b 100644
--- a/audioutils/lame/Makefile
+++ b/audioutils/lame/Makefile
@@ -1,6 +1,8 @@
 ############################################################################
 # apps/audioutils/lame/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/audioutils/libmad/CMakeLists.txt b/audioutils/libmad/CMakeLists.txt
index eea7c972b..354f42818 100644
--- a/audioutils/libmad/CMakeLists.txt
+++ b/audioutils/libmad/CMakeLists.txt
@@ -1,6 +1,8 @@
 # 
##############################################################################
 # apps/audioutils/libmad/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/audioutils/libmad/Make.defs b/audioutils/libmad/Make.defs
index b4f54edda..b3ff27474 100644
--- a/audioutils/libmad/Make.defs
+++ b/audioutils/libmad/Make.defs
@@ -1,6 +1,8 @@
 ############################################################################
 # apps/audioutils/libmad/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/audioutils/libmad/Makefile b/audioutils/libmad/Makefile
index 789107246..ea7fce751 100644
--- a/audioutils/libmad/Makefile
+++ b/audioutils/libmad/Makefile
@@ -1,6 +1,8 @@
 ############################################################################
 # apps/audioutils/libmad/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/audioutils/mml_parser/CMakeLists.txt 
b/audioutils/mml_parser/CMakeLists.txt
index 36c083a36..72d2f8cfb 100644
--- a/audioutils/mml_parser/CMakeLists.txt
+++ b/audioutils/mml_parser/CMakeLists.txt
@@ -1,6 +1,8 @@
 # 
##############################################################################
 # apps/audioutils/mml_parser/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/audioutils/mml_parser/Make.defs b/audioutils/mml_parser/Make.defs
index 880f0a2e5..39bad3019 100644
--- a/audioutils/mml_parser/Make.defs
+++ b/audioutils/mml_parser/Make.defs
@@ -1,6 +1,8 @@
 ############################################################################
 # apps/audioutils/mml_parser/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/audioutils/mml_parser/Makefile b/audioutils/mml_parser/Makefile
index 361369c8c..aab7d6577 100644
--- a/audioutils/mml_parser/Makefile
+++ b/audioutils/mml_parser/Makefile
@@ -1,6 +1,8 @@
 ############################################################################
 # apps/audioutils/mml_parser/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/audioutils/mml_parser/mml_parser.c 
b/audioutils/mml_parser/mml_parser.c
index 207ec203b..de7450f71 100644
--- a/audioutils/mml_parser/mml_parser.c
+++ b/audioutils/mml_parser/mml_parser.c
@@ -1,6 +1,8 @@
 /****************************************************************************
  * apps/audioutils/mml_parser/mml_parser.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/audioutils/nxaudio/CMakeLists.txt 
b/audioutils/nxaudio/CMakeLists.txt
index f6c35241b..cd7c017ca 100644
--- a/audioutils/nxaudio/CMakeLists.txt
+++ b/audioutils/nxaudio/CMakeLists.txt
@@ -1,6 +1,8 @@
 # 
##############################################################################
 # apps/audioutils/nxaudio/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/audioutils/nxaudio/Make.defs b/audioutils/nxaudio/Make.defs
index ad6f5bf23..2677f926e 100644
--- a/audioutils/nxaudio/Make.defs
+++ b/audioutils/nxaudio/Make.defs
@@ -1,6 +1,8 @@
 ############################################################################
 # apps/audioutils/nxaudio/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/audioutils/nxaudio/Makefile b/audioutils/nxaudio/Makefile
index 482ee57ae..561cecc89 100644
--- a/audioutils/nxaudio/Makefile
+++ b/audioutils/nxaudio/Makefile
@@ -1,6 +1,8 @@
 ############################################################################
 # apps/audioutils/nxaudio/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/audioutils/nxaudio/nxaudio.c b/audioutils/nxaudio/nxaudio.c
index e6101fff8..3871a1a93 100644
--- a/audioutils/nxaudio/nxaudio.c
+++ b/audioutils/nxaudio/nxaudio.c
@@ -1,6 +1,8 @@
 /****************************************************************************
  * apps/audioutils/nxaudio/nxaudio.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

Reply via email to