From 1d02df5c1adaa1d2c4cbafb9054b0ad29fa39e37 Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Tue, 2 Dec 2025 21:52:55 +0200 Subject: [PATCH] Makefile: add licence header After consultation with current maintainers and with the original author of the Makefile add SPDX header, describing the licence for the file. Cc: Colin Walters Signed-off-by: Dmitry Baryshkov --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 0719f874..b74d0d84 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: CC0-1.0 + FIRMWAREDIR = /lib/firmware NUM_JOBS := $(or $(patsubst -j%,%,$(filter -j%,$(MAKEFLAGS))),\ 1)