From: Dmitry Baryshkov Date: Tue, 2 Dec 2025 19:52:55 +0000 (+0200) Subject: Makefile: add licence header X-Git-Tag: 20260110~30^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1d02df5c1adaa1d2c4cbafb9054b0ad29fa39e37;p=linux-firmware.git 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 --- 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)