Add the SPDX-License-Identifier tag to Makefile. As this file does not contain direct license references it falls under the project license, i.e., GPL v2 or later. Signed-off-by: Eder Zulian <ezulian@xxxxxxxxxx> --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 81ca824..b73e8c1 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-or-later HERE := $(shell pwd) ifneq (, $(wildcard /usr/bin/python3)) PYTHON = python3 -- 2.39.3