summaryrefslogtreecommitdiffstats
path: root/commands/internal.h
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/internal.h
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/internal.h')
-rw-r--r--commands/internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/commands/internal.h b/commands/internal.h
index 21d1408c91..63c10af28e 100644
--- a/commands/internal.h
+++ b/commands/internal.h
@@ -1,2 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
int __do_digest(struct digest *d, unsigned char *sig,
int argc, char *argv[]);