summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/at91sam9n12_devices.c
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2020-12-17 22:48:16 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2021-01-06 10:10:52 +0100
commit3e6a0b6793022995d0b3c6220c35e6340465b6eb (patch)
tree6baafd8af0370dfbe9df84663a30d79b8ff1deaf /arch/arm/mach-at91/at91sam9n12_devices.c
parent6973cc46caac5051f48dab41f92f32cb70531c51 (diff)
downloadbarebox-3e6a0b6793022995d0b3c6220c35e6340465b6eb.tar.gz
barebox-3e6a0b6793022995d0b3c6220c35e6340465b6eb.tar.xz
arm/at91: Replace license and copyright boilerplate by SPDX identifiers
Converts the files that licensecheck can determine to be licensed under GPL-2.0-only or GPL-2.0-or-later and also convert the copyright statements to SPDX. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-at91/at91sam9n12_devices.c')
-rw-r--r--arch/arm/mach-at91/at91sam9n12_devices.c16
1 files changed, 5 insertions, 11 deletions
diff --git a/arch/arm/mach-at91/at91sam9n12_devices.c b/arch/arm/mach-at91/at91sam9n12_devices.c
index 91b3e9b2fb..ef432f8758 100644
--- a/arch/arm/mach-at91/at91sam9n12_devices.c
+++ b/arch/arm/mach-at91/at91sam9n12_devices.c
@@ -1,14 +1,8 @@
-/*
- * On-Chip devices setup code for the AT91SAM9x5 family
- *
- * Copyright (C) 2010 Atmel Corporation.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- */
+// SPDX-License-Identifier: GPL-2.0-or-later
+// SPDX-FileCopyrightText: 2010 Atmel Corporation
+
+/* On-Chip devices setup code for the AT91SAM9x5 family */
+
#include <common.h>
#include <init.h>
#include <linux/sizes.h>