summaryrefslogtreecommitdiffstats
path: root/include/linux/bitops.h
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/linux/bitops.h
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/linux/bitops.h')
-rw-r--r--include/linux/bitops.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/bitops.h b/include/linux/bitops.h
index dd13bf9311..645fd2e6f6 100644
--- a/include/linux/bitops.h
+++ b/include/linux/bitops.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
#ifndef _LINUX_BITOPS_H
#define _LINUX_BITOPS_H
#include <asm/types.h>