[PATCH] include: soc: switch to SPDX-License-Identifier

Ahmad Fatoum a.fatoum at pengutronix.de
Thu Dec 8 23:16:44 PST 2022


Two files in include/soc miss an SPDX-License-Identifier. Add them.

Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
 include/soc/at91/atmel-sfr.h | 5 +----
 include/soc/bcm283x/wdt.h    | 1 +
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/include/soc/at91/atmel-sfr.h b/include/soc/at91/atmel-sfr.h
index 482337af06b8..7418c5cab4a1 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 at 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 ce97b1eb5d10..2002647b9c39 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 at pengutronix.de>
  *
-- 
2.30.2




More information about the barebox mailing list