summaryrefslogtreecommitdiff
path: root/include/soc
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2022-12-09 08:16:44 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2022-12-09 08:46:14 +0100
commit4fca6dbea1fa79b853c41a4d503d29778cbe6490 (patch)
tree7a6a2f32693283c11cb3190c39d7bc1bec16d5d4 /include/soc
parentef934cd1d7feba007d0c31756064fc627139302b (diff)
downloadbarebox-4fca6dbea1fa79b853c41a4d503d29778cbe6490.tar.gz
include: soc: switch to SPDX-License-Identifier
Two files in include/soc miss an SPDX-License-Identifier. Add them. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20221209071644.3767682-1-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/soc')
-rw-r--r--include/soc/at91/atmel-sfr.h5
-rw-r--r--include/soc/bcm283x/wdt.h1
2 files changed, 2 insertions, 4 deletions
diff --git a/include/soc/at91/atmel-sfr.h b/include/soc/at91/atmel-sfr.h
index 482337af06..7418c5cab4 100644
--- a/include/soc/at91/atmel-sfr.h
+++ b/include/soc/at91/atmel-sfr.h
@@ -1,13 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Atmel SFR (Special Function Registers) register offsets and bit definitions.
*
* Copyright (C) 2016 Atmel
*
* Author: Ludovic Desroches <ludovic.desroches@atmel.com>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
*/
#ifndef _LINUX_MFD_SYSCON_ATMEL_SFR_H
diff --git a/include/soc/bcm283x/wdt.h b/include/soc/bcm283x/wdt.h
index ce97b1eb5d..2002647b9c 100644
--- a/include/soc/bcm283x/wdt.h
+++ b/include/soc/bcm283x/wdt.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (C) 2017 Pengutronix, Lucas Stach <l.stach@pengutronix.de>
*