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 03442488b098e15f58ea4a8fd2c6daed99c1fa71 Author: Alin Jerpelea <[email protected]> AuthorDate: Wed Dec 18 07:44:44 2024 +0100 cmake: 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]> --- cmake/nuttx_add_luamod.cmake | 2 ++ cmake/nuttx_add_wamrmod.cmake | 2 ++ 2 files changed, 4 insertions(+) diff --git a/cmake/nuttx_add_luamod.cmake b/cmake/nuttx_add_luamod.cmake index 0744f5935..93fefd628 100644 --- a/cmake/nuttx_add_luamod.cmake +++ b/cmake/nuttx_add_luamod.cmake @@ -1,6 +1,8 @@ # ############################################################################## # cmake/nuttx_add_luamod.cmake # +# 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/cmake/nuttx_add_wamrmod.cmake b/cmake/nuttx_add_wamrmod.cmake index 231c64d9c..65f27c91c 100644 --- a/cmake/nuttx_add_wamrmod.cmake +++ b/cmake/nuttx_add_wamrmod.cmake @@ -1,6 +1,8 @@ # ############################################################################## # cmake/nuttx_add_wamrmod.cmake # +# 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
