summaryrefslogtreecommitdiffstats
path: root/commands/hwmon.c
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2022-01-03 13:05:29 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2022-01-05 08:58:43 +0100
commit8c217afbee47c08b3d5ae6d9808adace15f64774 (patch)
tree6bf39efcdbb683e3f6125d21f6bdd58941f5b7a5 /commands/hwmon.c
parent4cffef13dc1feb985ada1943b3aa24ec51a1578e (diff)
downloadbarebox-8c217afbee47c08b3d5ae6d9808adace15f64774.tar.gz
barebox-8c217afbee47c08b3d5ae6d9808adace15f64774.tar.xz
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 <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20220103120539.1730644-2-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/hwmon.c')
-rw-r--r--commands/hwmon.c2
1 files changed, 2 insertions, 0 deletions
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 <common.h>
#include <command.h>
#include <getopt.h>