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 601d6aec3a32c970b3bd46c854eefbdb92dbaa24
Author: Alin Jerpelea <[email protected]>
AuthorDate: Thu Dec 19 03:18:29 2024 +0100

    games: 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]>
---
 games/CMakeLists.txt                 | 2 ++
 games/Make.defs                      | 2 ++
 games/Makefile                       | 2 ++
 games/brickmatch/Make.defs           | 2 ++
 games/brickmatch/Makefile            | 2 ++
 games/brickmatch/bm_input_console.h  | 2 ++
 games/brickmatch/bm_input_gesture.h  | 2 ++
 games/brickmatch/bm_input_joystick.h | 2 ++
 games/brickmatch/bm_inputs.h         | 2 ++
 games/brickmatch/bm_main.c           | 2 ++
 10 files changed, 20 insertions(+)

diff --git a/games/CMakeLists.txt b/games/CMakeLists.txt
index 90ee40fd3..4931fc460 100644
--- a/games/CMakeLists.txt
+++ b/games/CMakeLists.txt
@@ -1,6 +1,8 @@
 # 
##############################################################################
 # apps/games/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/games/Make.defs b/games/Make.defs
index 7152bd5c6..608a94725 100644
--- a/games/Make.defs
+++ b/games/Make.defs
@@ -1,6 +1,8 @@
 ############################################################################
 # apps/games/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/games/Makefile b/games/Makefile
index 736c18fda..480a6fc94 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -1,6 +1,8 @@
 ############################################################################
 # apps/games/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/games/brickmatch/Make.defs b/games/brickmatch/Make.defs
index 659bcf052..274ee477d 100644
--- a/games/brickmatch/Make.defs
+++ b/games/brickmatch/Make.defs
@@ -1,6 +1,8 @@
 ############################################################################
 # apps/games/brickmatch/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/games/brickmatch/Makefile b/games/brickmatch/Makefile
index b327e1b36..2d228b5fc 100644
--- a/games/brickmatch/Makefile
+++ b/games/brickmatch/Makefile
@@ -1,6 +1,8 @@
 ############################################################################
 # apps/games/brickmatch/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/games/brickmatch/bm_input_console.h 
b/games/brickmatch/bm_input_console.h
index cb5e45b0a..1d638f874 100644
--- a/games/brickmatch/bm_input_console.h
+++ b/games/brickmatch/bm_input_console.h
@@ -1,6 +1,8 @@
 /****************************************************************************
  * apps/games/brickmatch/bm_input_console.h
  *
+ * 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/games/brickmatch/bm_input_gesture.h 
b/games/brickmatch/bm_input_gesture.h
index eaf74ca3a..4ae8ef9f0 100644
--- a/games/brickmatch/bm_input_gesture.h
+++ b/games/brickmatch/bm_input_gesture.h
@@ -1,6 +1,8 @@
 /****************************************************************************
  * apps/games/brickmatch/bm_input_gesture.h
  *
+ * 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/games/brickmatch/bm_input_joystick.h 
b/games/brickmatch/bm_input_joystick.h
index ef5146cac..890fd3e41 100644
--- a/games/brickmatch/bm_input_joystick.h
+++ b/games/brickmatch/bm_input_joystick.h
@@ -1,6 +1,8 @@
 /****************************************************************************
  * apps/games/brickmatch/bm_input_joystick.h
  *
+ * 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/games/brickmatch/bm_inputs.h b/games/brickmatch/bm_inputs.h
index a78f03601..042667770 100644
--- a/games/brickmatch/bm_inputs.h
+++ b/games/brickmatch/bm_inputs.h
@@ -1,6 +1,8 @@
 /****************************************************************************
  * apps/games/brickmatch/bm_inputs.h
  *
+ * 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/games/brickmatch/bm_main.c b/games/brickmatch/bm_main.c
index 187ce2683..b9155c7a7 100644
--- a/games/brickmatch/bm_main.c
+++ b/games/brickmatch/bm_main.c
@@ -1,6 +1,8 @@
 /****************************************************************************
  * apps/games/brickmatch/bm_main.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