summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/include/mach/at91_pit.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/include/mach/at91_pit.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/include/mach/at91_pit.h')
-rw-r--r--arch/arm/mach-at91/include/mach/at91_pit.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/arch/arm/mach-at91/include/mach/at91_pit.h b/arch/arm/mach-at91/include/mach/at91_pit.h
index 8581efacb9..4cdeeb4871 100644
--- a/arch/arm/mach-at91/include/mach/at91_pit.h
+++ b/arch/arm/mach-at91/include/mach/at91_pit.h
@@ -1,16 +1,12 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+/* SPDX-FileCopyrightText: 2007 Andrew Victor */
+/* SPDX-FileCopyrightText: 2007 Atmel Corporation */
+
/*
* [origin: Linux kernel include/asm-arm/arch-at91/at91_pit.h]
*
- * Copyright (C) 2007 Andrew Victor
- * Copyright (C) 2007 Atmel Corporation.
- *
* Periodic Interval Timer (PIT) - System peripherals regsters.
* Based on AT91SAM9261 datasheet revision D.
- *
- * 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.
*/
#ifndef AT91_PIT_H