summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-davinci/time.c
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2021-02-23 18:28:51 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2021-02-24 09:54:24 +0100
commitbe077c7512440d1e52f96210a6855f171579f6f5 (patch)
tree67d94cb0da10c3d96015b54531d041a8fbe47852 /arch/arm/mach-davinci/time.c
parent82574e9e7e3c357ef2fe36abed9efc82b73b5f5b (diff)
downloadbarebox-be077c7512440d1e52f96210a6855f171579f6f5.tar.gz
barebox-be077c7512440d1e52f96210a6855f171579f6f5.tar.xz
ARM: davinci: 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-davinci/time.c')
-rw-r--r--arch/arm/mach-davinci/time.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/arch/arm/mach-davinci/time.c b/arch/arm/mach-davinci/time.c
index 5b57fe6192..52b3ac3e68 100644
--- a/arch/arm/mach-davinci/time.c
+++ b/arch/arm/mach-davinci/time.c
@@ -1,12 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0-only
+/* SPDX-FileCopyrightText: 2007 MontaVista Software, Inc. */
+
/*
* DaVinci timer subsystem
*
* Author: Kevin Hilman, MontaVista Software, Inc. <source@mvista.com>
- *
- * 2007 (c) MontaVista Software, Inc. This file is licensed under
- * the terms of the GNU General Public License version 2. This program
- * is licensed "as is" without any warranty of any kind, whether express
- * or implied.
*/
#include <common.h>