tools: 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 <alin.jerpelea@sony.com>
This commit is contained in:
Alin Jerpelea
2024-09-10 14:15:58 +02:00
committed by Xiang Xiao
parent 0ca1a07e84
commit c9eef2d697
160 changed files with 667 additions and 8 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
#!/usr/bin/env bash
# tools/configure_completion.bash
#
# 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
@@ -79,4 +81,4 @@ function _nuttx_configure_completion
fi
}
complete -o bashdefault -o default -o nospace -F _nuttx_configure_completion ./tools/configure.sh
complete -o bashdefault -o default -o nospace -F _nuttx_configure_completion ./tools/configure.sh