From 8c217afbee47c08b3d5ae6d9808adace15f64774 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Mon, 3 Jan 2022 13:05:29 +0100 Subject: commands: set SPDX-License-Identifier for files without license statement In absence of a dual licensing statement, this is GPL-2.0-only as the barebox project as a whole. Add a SPDX-License-Identifier to make this clear. Signed-off-by: Ahmad Fatoum Link: https://lore.barebox.org/20220103120539.1730644-2-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer --- commands/hwmon.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'commands/hwmon.c') diff --git a/commands/hwmon.c b/commands/hwmon.c index ace4503c0b..04c3e728c6 100644 --- a/commands/hwmon.c +++ b/commands/hwmon.c @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: GPL-2.0-only + #include #include #include -- cgit v1.2.3