summaryrefslogtreecommitdiffstats
path: root/include/sys
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2022-01-03 13:05:34 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2022-01-05 08:58:44 +0100
commit62333c73e385352ab6ec14b6214b902b9c682939 (patch)
treefa56127e3c90f3d488aabbd9032cf195e2171d4c /include/sys
parent2805aecc75d247bf6364a27d8e788d49a46e0dfa (diff)
downloadbarebox-62333c73e385352ab6ec14b6214b902b9c682939.tar.gz
barebox-62333c73e385352ab6ec14b6214b902b9c682939.tar.xz
include: add SPDX-License-Identifier
All these files lack a license statement, so add the default GPL-2.0-only. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20220103120539.1730644-7-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/sys')
-rw-r--r--include/sys/ioctl.h2
-rw-r--r--include/sys/mount.h2
-rw-r--r--include/sys/stat.h2
3 files changed, 6 insertions, 0 deletions
diff --git a/include/sys/ioctl.h b/include/sys/ioctl.h
index 6d6d3f5c00..5a949f1f3c 100644
--- a/include/sys/ioctl.h
+++ b/include/sys/ioctl.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
#ifndef __SYS_IOCTL_H
#define __SYS_IOCTL_H
diff --git a/include/sys/mount.h b/include/sys/mount.h
index 978f3406e8..368e54a343 100644
--- a/include/sys/mount.h
+++ b/include/sys/mount.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
#ifndef __SYS_MOUNT_H
#define __SYS_MOUNT_H
diff --git a/include/sys/stat.h b/include/sys/stat.h
index 037e5f136d..0dd43d1f02 100644
--- a/include/sys/stat.h
+++ b/include/sys/stat.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
#ifndef __STAT_H
#define __STAT_H