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
commit d500b92db1f63fae4b0b00687cb6a8ae71d6d8de Author: Alin Jerpelea <[email protected]> AuthorDate: Fri Sep 13 10:20:50 2024 +0200 libs: 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]> --- libs/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/CMakeLists.txt b/libs/CMakeLists.txt index b761b71ffb..306c8ced2f 100644 --- a/libs/CMakeLists.txt +++ b/libs/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # libs/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
