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 642f44319e0e42ad72197d133026b81f9241dece
Author: Alin Jerpelea <[email protected]>
AuthorDate: Thu Dec 19 03:14:26 2024 +0100

    fsutils: 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]>
---
 fsutils/CMakeLists.txt                  | 2 ++
 fsutils/Make.defs                       | 2 ++
 fsutils/Makefile                        | 2 ++
 fsutils/flash_eraseall/CMakeLists.txt   | 2 ++
 fsutils/flash_eraseall/Make.defs        | 2 ++
 fsutils/flash_eraseall/Makefile         | 2 ++
 fsutils/flash_eraseall/flash_eraseall.c | 2 ++
 fsutils/inifile/CMakeLists.txt          | 2 ++
 fsutils/inifile/Make.defs               | 2 ++
 fsutils/inifile/Makefile                | 2 ++
 fsutils/inifile/inifile.c               | 2 ++
 fsutils/inih/CMakeLists.txt             | 2 ++
 fsutils/inih/Make.defs                  | 2 ++
 fsutils/inih/Makefile                   | 2 ++
 fsutils/ipcfg/CMakeLists.txt            | 2 ++
 fsutils/ipcfg/Make.defs                 | 2 ++
 fsutils/ipcfg/Makefile                  | 2 ++
 fsutils/ipcfg/ipcfg.c                   | 2 ++
 fsutils/ipcfg/ipcfg.h                   | 2 ++
 fsutils/ipcfg/ipcfg_binary.c            | 2 ++
 fsutils/ipcfg/ipcfg_text.c              | 2 ++
 fsutils/libtinycbor/CMakeLists.txt      | 2 ++
 fsutils/libtinycbor/Make.defs           | 2 ++
 fsutils/libtinycbor/Makefile            | 2 ++
 fsutils/mkfatfs/CMakeLists.txt          | 2 ++
 fsutils/mkfatfs/Make.defs               | 2 ++
 fsutils/mkfatfs/Makefile                | 2 ++
 fsutils/mkfatfs/configfat.c             | 2 ++
 fsutils/mkfatfs/fat32.h                 | 2 ++
 fsutils/mkfatfs/mkfatfs.c               | 2 ++
 fsutils/mkfatfs/mkfatfs.h               | 2 ++
 fsutils/mkfatfs/writefat.c              | 2 ++
 fsutils/mkgpt/CMakeLists.txt            | 2 ++
 fsutils/mkgpt/Make.defs                 | 2 ++
 fsutils/mkgpt/Makefile                  | 2 ++
 fsutils/mkgpt/mkgpt.c                   | 2 ++
 fsutils/mkmbr/CMakeLists.txt            | 2 ++
 fsutils/mkmbr/Make.defs                 | 2 ++
 fsutils/mkmbr/Makefile                  | 2 ++
 fsutils/mkmbr/mkmbr.c                   | 2 ++
 fsutils/mksmartfs/CMakeLists.txt        | 2 ++
 fsutils/mksmartfs/Make.defs             | 2 ++
 fsutils/mksmartfs/Makefile              | 2 ++
 fsutils/mksmartfs/mksmartfs.c           | 2 ++
 fsutils/passwd/CMakeLists.txt           | 2 ++
 fsutils/passwd/Make.defs                | 2 ++
 fsutils/passwd/Makefile                 | 2 ++
 fsutils/passwd/passwd.h                 | 2 ++
 fsutils/passwd/passwd_adduser.c         | 2 ++
 fsutils/passwd/passwd_append.c          | 2 ++
 fsutils/passwd/passwd_delete.c          | 2 ++
 fsutils/passwd/passwd_deluser.c         | 2 ++
 fsutils/passwd/passwd_encrypt.c         | 2 ++
 fsutils/passwd/passwd_find.c            | 2 ++
 fsutils/passwd/passwd_lock.c            | 2 ++
 fsutils/passwd/passwd_update.c          | 2 ++
 fsutils/passwd/passwd_verify.c          | 2 ++
 57 files changed, 114 insertions(+)

diff --git a/fsutils/CMakeLists.txt b/fsutils/CMakeLists.txt
index 1377e9f4e..0215201de 100644
--- a/fsutils/CMakeLists.txt
+++ b/fsutils/CMakeLists.txt
@@ -1,6 +1,8 @@
 # 
##############################################################################
 # apps/fsutils/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/fsutils/Make.defs b/fsutils/Make.defs
index 93c71c38e..2a6a4b825 100644
--- a/fsutils/Make.defs
+++ b/fsutils/Make.defs
@@ -1,6 +1,8 @@
 ############################################################################
 # apps/fsutils/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/fsutils/Makefile b/fsutils/Makefile
index a31d2e0e2..b2d19cf1b 100644
--- a/fsutils/Makefile
+++ b/fsutils/Makefile
@@ -1,6 +1,8 @@
 ############################################################################
 # apps/fsutils/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/fsutils/flash_eraseall/CMakeLists.txt 
b/fsutils/flash_eraseall/CMakeLists.txt
index 16c2f4b7b..0a7086f4b 100644
--- a/fsutils/flash_eraseall/CMakeLists.txt
+++ b/fsutils/flash_eraseall/CMakeLists.txt
@@ -1,6 +1,8 @@
 # 
##############################################################################
 # apps/fsutils/flash_eraseall/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/fsutils/flash_eraseall/Make.defs b/fsutils/flash_eraseall/Make.defs
index a93f903d4..217a1d947 100644
--- a/fsutils/flash_eraseall/Make.defs
+++ b/fsutils/flash_eraseall/Make.defs
@@ -1,6 +1,8 @@
 ############################################################################
 # apps/fsutils/flash_eraseall/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/fsutils/flash_eraseall/Makefile b/fsutils/flash_eraseall/Makefile
index 8c1ff75b0..b620ec031 100644
--- a/fsutils/flash_eraseall/Makefile
+++ b/fsutils/flash_eraseall/Makefile
@@ -1,6 +1,8 @@
 ############################################################################
 # apps/fsutils/flash_eraseall/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/fsutils/flash_eraseall/flash_eraseall.c 
b/fsutils/flash_eraseall/flash_eraseall.c
index 36a4cbd1c..2dde3a1ee 100644
--- a/fsutils/flash_eraseall/flash_eraseall.c
+++ b/fsutils/flash_eraseall/flash_eraseall.c
@@ -1,6 +1,8 @@
 /****************************************************************************
  * apps/fsutils/flash_eraseall/flash_eraseall.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/fsutils/inifile/CMakeLists.txt b/fsutils/inifile/CMakeLists.txt
index f8378a22e..652fbb536 100644
--- a/fsutils/inifile/CMakeLists.txt
+++ b/fsutils/inifile/CMakeLists.txt
@@ -1,6 +1,8 @@
 # 
##############################################################################
 # apps/fsutils/inifile/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/fsutils/inifile/Make.defs b/fsutils/inifile/Make.defs
index c3484a876..4568f378f 100644
--- a/fsutils/inifile/Make.defs
+++ b/fsutils/inifile/Make.defs
@@ -1,6 +1,8 @@
 ############################################################################
 # apps/fsutils/inifile/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/fsutils/inifile/Makefile b/fsutils/inifile/Makefile
index a70f219e5..257e982d7 100644
--- a/fsutils/inifile/Makefile
+++ b/fsutils/inifile/Makefile
@@ -1,6 +1,8 @@
 ############################################################################
 # apps/fsutils/inifile/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/fsutils/inifile/inifile.c b/fsutils/inifile/inifile.c
index 9bd903185..16c9da6af 100644
--- a/fsutils/inifile/inifile.c
+++ b/fsutils/inifile/inifile.c
@@ -1,6 +1,8 @@
 /****************************************************************************
  * apps/fsutils/inifile/inifile.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/fsutils/inih/CMakeLists.txt b/fsutils/inih/CMakeLists.txt
index ddf779bd5..7f8196623 100644
--- a/fsutils/inih/CMakeLists.txt
+++ b/fsutils/inih/CMakeLists.txt
@@ -1,6 +1,8 @@
 # 
##############################################################################
 # apps/fsutils/inih/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/fsutils/inih/Make.defs b/fsutils/inih/Make.defs
index a9a79dd9c..c965b3273 100644
--- a/fsutils/inih/Make.defs
+++ b/fsutils/inih/Make.defs
@@ -1,6 +1,8 @@
 ############################################################################
 # apps/fsutils/inih/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/fsutils/inih/Makefile b/fsutils/inih/Makefile
index b4c3b0454..f89ea7269 100644
--- a/fsutils/inih/Makefile
+++ b/fsutils/inih/Makefile
@@ -1,6 +1,8 @@
 ############################################################################
 # apps/fsutils/inih/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/fsutils/ipcfg/CMakeLists.txt b/fsutils/ipcfg/CMakeLists.txt
index 33dea8d47..66accd482 100644
--- a/fsutils/ipcfg/CMakeLists.txt
+++ b/fsutils/ipcfg/CMakeLists.txt
@@ -1,6 +1,8 @@
 # 
##############################################################################
 # apps/fsutils/ipcfg/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/fsutils/ipcfg/Make.defs b/fsutils/ipcfg/Make.defs
index 3762aac5d..399b334c1 100644
--- a/fsutils/ipcfg/Make.defs
+++ b/fsutils/ipcfg/Make.defs
@@ -1,6 +1,8 @@
 ############################################################################
 # apps/fsutils/ipcfg/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/fsutils/ipcfg/Makefile b/fsutils/ipcfg/Makefile
index 7b63d6e02..757070628 100644
--- a/fsutils/ipcfg/Makefile
+++ b/fsutils/ipcfg/Makefile
@@ -1,6 +1,8 @@
 ############################################################################
 # apps/fsutils/ipcfg/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/fsutils/ipcfg/ipcfg.c b/fsutils/ipcfg/ipcfg.c
index ae73608ed..c1d4f9f9d 100644
--- a/fsutils/ipcfg/ipcfg.c
+++ b/fsutils/ipcfg/ipcfg.c
@@ -1,6 +1,8 @@
 /****************************************************************************
  * apps/fsutils/ipcfg/ipcfg.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/fsutils/ipcfg/ipcfg.h b/fsutils/ipcfg/ipcfg.h
index ebc473aa9..6f5ae1f49 100644
--- a/fsutils/ipcfg/ipcfg.h
+++ b/fsutils/ipcfg/ipcfg.h
@@ -1,6 +1,8 @@
 /****************************************************************************
  * apps/fsutils/ipcfg/ipcfg.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/fsutils/ipcfg/ipcfg_binary.c b/fsutils/ipcfg/ipcfg_binary.c
index 6b7bb968c..0247a4e88 100644
--- a/fsutils/ipcfg/ipcfg_binary.c
+++ b/fsutils/ipcfg/ipcfg_binary.c
@@ -1,6 +1,8 @@
 /****************************************************************************
  * apps/fsutils/ipcfg/ipcfg_binary.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/fsutils/ipcfg/ipcfg_text.c b/fsutils/ipcfg/ipcfg_text.c
index ab9f9d0da..738bde088 100644
--- a/fsutils/ipcfg/ipcfg_text.c
+++ b/fsutils/ipcfg/ipcfg_text.c
@@ -1,6 +1,8 @@
 /****************************************************************************
  * apps/fsutils/ipcfg/ipcfg_text.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/fsutils/libtinycbor/CMakeLists.txt 
b/fsutils/libtinycbor/CMakeLists.txt
index e18b56577..dd8ddfca5 100644
--- a/fsutils/libtinycbor/CMakeLists.txt
+++ b/fsutils/libtinycbor/CMakeLists.txt
@@ -1,6 +1,8 @@
 # 
##############################################################################
 # apps/fsutils/libtinycbor/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/fsutils/libtinycbor/Make.defs b/fsutils/libtinycbor/Make.defs
index 2fb9975e4..4465760a3 100644
--- a/fsutils/libtinycbor/Make.defs
+++ b/fsutils/libtinycbor/Make.defs
@@ -1,6 +1,8 @@
 ############################################################################
 # apps/fsutils/libtinycbor/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/fsutils/libtinycbor/Makefile b/fsutils/libtinycbor/Makefile
index 14a3d2f0f..552df22cf 100644
--- a/fsutils/libtinycbor/Makefile
+++ b/fsutils/libtinycbor/Makefile
@@ -1,6 +1,8 @@
 ############################################################################
 # apps/fsutils/libtinycbor/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/fsutils/mkfatfs/CMakeLists.txt b/fsutils/mkfatfs/CMakeLists.txt
index b910f7797..1c891d0bc 100644
--- a/fsutils/mkfatfs/CMakeLists.txt
+++ b/fsutils/mkfatfs/CMakeLists.txt
@@ -1,6 +1,8 @@
 # 
##############################################################################
 # apps/fsutils/mkfatfs/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/fsutils/mkfatfs/Make.defs b/fsutils/mkfatfs/Make.defs
index e77a1783f..bdcae96a2 100644
--- a/fsutils/mkfatfs/Make.defs
+++ b/fsutils/mkfatfs/Make.defs
@@ -1,6 +1,8 @@
 ############################################################################
 # apps/fsutils/mkfatfs/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/fsutils/mkfatfs/Makefile b/fsutils/mkfatfs/Makefile
index 4a140de89..3c5c7d0ae 100644
--- a/fsutils/mkfatfs/Makefile
+++ b/fsutils/mkfatfs/Makefile
@@ -1,6 +1,8 @@
 ############################################################################
 # apps/fsutils/mkfatfs/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/fsutils/mkfatfs/configfat.c b/fsutils/mkfatfs/configfat.c
index c6d8d3dce..cb6d41da4 100644
--- a/fsutils/mkfatfs/configfat.c
+++ b/fsutils/mkfatfs/configfat.c
@@ -1,6 +1,8 @@
 /****************************************************************************
  * apps/fsutils/mkfatfs/configfat.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/fsutils/mkfatfs/fat32.h b/fsutils/mkfatfs/fat32.h
index c017c93bf..133e6f08b 100644
--- a/fsutils/mkfatfs/fat32.h
+++ b/fsutils/mkfatfs/fat32.h
@@ -1,6 +1,8 @@
 /****************************************************************************
  * apps/fsutils/mkfatfs/fat32.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/fsutils/mkfatfs/mkfatfs.c b/fsutils/mkfatfs/mkfatfs.c
index 1523636a3..2bf7e56b8 100644
--- a/fsutils/mkfatfs/mkfatfs.c
+++ b/fsutils/mkfatfs/mkfatfs.c
@@ -1,6 +1,8 @@
 /****************************************************************************
  * apps/fsutils/mkfatfs/mkfatfs.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/fsutils/mkfatfs/mkfatfs.h b/fsutils/mkfatfs/mkfatfs.h
index bd82188f1..e12e162cf 100644
--- a/fsutils/mkfatfs/mkfatfs.h
+++ b/fsutils/mkfatfs/mkfatfs.h
@@ -1,6 +1,8 @@
 /****************************************************************************
  * apps/fsutils/mkfatfs/mkfatfs.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/fsutils/mkfatfs/writefat.c b/fsutils/mkfatfs/writefat.c
index cc303cc3c..d88e0bbb7 100644
--- a/fsutils/mkfatfs/writefat.c
+++ b/fsutils/mkfatfs/writefat.c
@@ -1,6 +1,8 @@
 /****************************************************************************
  * apps/fsutils/mkfatfs/writefat.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/fsutils/mkgpt/CMakeLists.txt b/fsutils/mkgpt/CMakeLists.txt
index 369080386..a4e580279 100644
--- a/fsutils/mkgpt/CMakeLists.txt
+++ b/fsutils/mkgpt/CMakeLists.txt
@@ -1,6 +1,8 @@
 # 
##############################################################################
 # apps/fsutils/mkgpt/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/fsutils/mkgpt/Make.defs b/fsutils/mkgpt/Make.defs
index 9f92d81cf..b003bdabc 100644
--- a/fsutils/mkgpt/Make.defs
+++ b/fsutils/mkgpt/Make.defs
@@ -1,6 +1,8 @@
 ############################################################################
 # apps/fsutils/mkgpt/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/fsutils/mkgpt/Makefile b/fsutils/mkgpt/Makefile
index 39daffe15..71deb540d 100644
--- a/fsutils/mkgpt/Makefile
+++ b/fsutils/mkgpt/Makefile
@@ -1,6 +1,8 @@
 ############################################################################
 # apps/fsutils/mkgpt/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/fsutils/mkgpt/mkgpt.c b/fsutils/mkgpt/mkgpt.c
index 0757dec26..e7621fab0 100644
--- a/fsutils/mkgpt/mkgpt.c
+++ b/fsutils/mkgpt/mkgpt.c
@@ -1,6 +1,8 @@
 /****************************************************************************
  * apps/fsutils/mkgpt/mkgpt.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/fsutils/mkmbr/CMakeLists.txt b/fsutils/mkmbr/CMakeLists.txt
index 5f22c4008..e7d16ae66 100644
--- a/fsutils/mkmbr/CMakeLists.txt
+++ b/fsutils/mkmbr/CMakeLists.txt
@@ -1,6 +1,8 @@
 # 
##############################################################################
 # apps/fsutils/mkmbr/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/fsutils/mkmbr/Make.defs b/fsutils/mkmbr/Make.defs
index 89de722cc..efa3c5bb8 100644
--- a/fsutils/mkmbr/Make.defs
+++ b/fsutils/mkmbr/Make.defs
@@ -1,6 +1,8 @@
 ############################################################################
 # apps/fsutils/mkmbr/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/fsutils/mkmbr/Makefile b/fsutils/mkmbr/Makefile
index 569136461..7da62a0c9 100644
--- a/fsutils/mkmbr/Makefile
+++ b/fsutils/mkmbr/Makefile
@@ -1,6 +1,8 @@
 ############################################################################
 # apps/fsutils/mkmbr/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/fsutils/mkmbr/mkmbr.c b/fsutils/mkmbr/mkmbr.c
index 4c468c5cf..233e7ac89 100644
--- a/fsutils/mkmbr/mkmbr.c
+++ b/fsutils/mkmbr/mkmbr.c
@@ -1,6 +1,8 @@
 /****************************************************************************
  * apps/fsutils/mkmbr/mkmbr.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/fsutils/mksmartfs/CMakeLists.txt b/fsutils/mksmartfs/CMakeLists.txt
index d592c1593..822704e68 100644
--- a/fsutils/mksmartfs/CMakeLists.txt
+++ b/fsutils/mksmartfs/CMakeLists.txt
@@ -1,6 +1,8 @@
 # 
##############################################################################
 # apps/fsutils/mksmartfs/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/fsutils/mksmartfs/Make.defs b/fsutils/mksmartfs/Make.defs
index 4058a4adb..5430e44e0 100644
--- a/fsutils/mksmartfs/Make.defs
+++ b/fsutils/mksmartfs/Make.defs
@@ -1,6 +1,8 @@
 ############################################################################
 # apps/fsutils/mksmartfs/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/fsutils/mksmartfs/Makefile b/fsutils/mksmartfs/Makefile
index a6da40b04..a54bb4db3 100644
--- a/fsutils/mksmartfs/Makefile
+++ b/fsutils/mksmartfs/Makefile
@@ -1,6 +1,8 @@
 ############################################################################
 # apps/fsutils/mksmartfs/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/fsutils/mksmartfs/mksmartfs.c b/fsutils/mksmartfs/mksmartfs.c
index 46f17ef2a..9e16840cf 100644
--- a/fsutils/mksmartfs/mksmartfs.c
+++ b/fsutils/mksmartfs/mksmartfs.c
@@ -1,6 +1,8 @@
 /****************************************************************************
  * apps/fsutils/mksmartfs/mksmartfs.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/fsutils/passwd/CMakeLists.txt b/fsutils/passwd/CMakeLists.txt
index 8622499ee..e2e0ebce4 100644
--- a/fsutils/passwd/CMakeLists.txt
+++ b/fsutils/passwd/CMakeLists.txt
@@ -1,6 +1,8 @@
 # 
##############################################################################
 # apps/fsutils/passwd/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/fsutils/passwd/Make.defs b/fsutils/passwd/Make.defs
index ab0a52d6b..021b4d62c 100644
--- a/fsutils/passwd/Make.defs
+++ b/fsutils/passwd/Make.defs
@@ -1,6 +1,8 @@
 ############################################################################
 # apps/fsutils/passwd/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/fsutils/passwd/Makefile b/fsutils/passwd/Makefile
index 0efe36ce3..b11148ffd 100644
--- a/fsutils/passwd/Makefile
+++ b/fsutils/passwd/Makefile
@@ -1,6 +1,8 @@
 ############################################################################
 # apps/fsutils/passwd/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/fsutils/passwd/passwd.h b/fsutils/passwd/passwd.h
index 2169ce988..6dd1785e3 100644
--- a/fsutils/passwd/passwd.h
+++ b/fsutils/passwd/passwd.h
@@ -1,6 +1,8 @@
 /****************************************************************************
  * apps/fsutils/passwd/passwd.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/fsutils/passwd/passwd_adduser.c b/fsutils/passwd/passwd_adduser.c
index 9dd6d8d3b..3a14ac812 100644
--- a/fsutils/passwd/passwd_adduser.c
+++ b/fsutils/passwd/passwd_adduser.c
@@ -1,6 +1,8 @@
 /****************************************************************************
  * apps/fsutils/passwd/passwd_adduser.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/fsutils/passwd/passwd_append.c b/fsutils/passwd/passwd_append.c
index ed8f87a26..be77c9aed 100644
--- a/fsutils/passwd/passwd_append.c
+++ b/fsutils/passwd/passwd_append.c
@@ -1,6 +1,8 @@
 /****************************************************************************
  * apps/fsutils/passwd/passwd_append.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/fsutils/passwd/passwd_delete.c b/fsutils/passwd/passwd_delete.c
index 5ac12be94..cb9562c4e 100644
--- a/fsutils/passwd/passwd_delete.c
+++ b/fsutils/passwd/passwd_delete.c
@@ -1,6 +1,8 @@
 /****************************************************************************
  * apps/fsutils/passwd/passwd_delete.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/fsutils/passwd/passwd_deluser.c b/fsutils/passwd/passwd_deluser.c
index 1e0f4626e..0c4b07746 100644
--- a/fsutils/passwd/passwd_deluser.c
+++ b/fsutils/passwd/passwd_deluser.c
@@ -1,6 +1,8 @@
 /****************************************************************************
  * apps/fsutils/passwd/passwd_deluser.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/fsutils/passwd/passwd_encrypt.c b/fsutils/passwd/passwd_encrypt.c
index ea88f477b..50e516f77 100644
--- a/fsutils/passwd/passwd_encrypt.c
+++ b/fsutils/passwd/passwd_encrypt.c
@@ -1,6 +1,8 @@
 /****************************************************************************
  * apps/fsutils/passwd/passwd_encrypt.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/fsutils/passwd/passwd_find.c b/fsutils/passwd/passwd_find.c
index 53eefda1a..d12d7fbef 100644
--- a/fsutils/passwd/passwd_find.c
+++ b/fsutils/passwd/passwd_find.c
@@ -1,6 +1,8 @@
 /****************************************************************************
  * apps/fsutils/passwd/passwd_find.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/fsutils/passwd/passwd_lock.c b/fsutils/passwd/passwd_lock.c
index 1ed64d62e..4cfd38094 100644
--- a/fsutils/passwd/passwd_lock.c
+++ b/fsutils/passwd/passwd_lock.c
@@ -1,6 +1,8 @@
 /****************************************************************************
  * apps/fsutils/passwd/passwd_lock.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/fsutils/passwd/passwd_update.c b/fsutils/passwd/passwd_update.c
index 6914d59c7..3066dbb5d 100644
--- a/fsutils/passwd/passwd_update.c
+++ b/fsutils/passwd/passwd_update.c
@@ -1,6 +1,8 @@
 /****************************************************************************
  * apps/fsutils/passwd/passwd_update.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/fsutils/passwd/passwd_verify.c b/fsutils/passwd/passwd_verify.c
index 08b96989d..2c63f3759 100644
--- a/fsutils/passwd/passwd_verify.c
+++ b/fsutils/passwd/passwd_verify.c
@@ -1,6 +1,8 @@
 /****************************************************************************
  * apps/fsutils/passwd/passwd_verify.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