summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/clock.h
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/clock.h
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/clock.h')
-rw-r--r--arch/arm/mach-at91/clock.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/arch/arm/mach-at91/clock.h b/arch/arm/mach-at91/clock.h
index 97a08fd83f..30297a20a0 100644
--- a/arch/arm/mach-at91/clock.h
+++ b/arch/arm/mach-at91/clock.h
@@ -1,10 +1,6 @@
-/*
- * linux/arch/arm/mach-at91/clock.h
- *
- * 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.
- */
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+/* linux/arch/arm/mach-at91/clock.h */
#include <linux/clkdev.h>