Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clocksource/drivers/pistachio: Convert to SPDX identifier

The licensing text references explicitely the COPYING file in the kernel
base directory, which is clearly GPL version 2 only.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Ezequiel Garcia <ezequiel.garcia@imgtec.com>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20220510171254.843410802@linutronix.de
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>

authored by

Thomas Gleixner and committed by
Daniel Lezcano
6bd86437 029aede7

+1 -4
+1 -4
drivers/clocksource/timer-pistachio.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Pistachio clocksource based on general-purpose timers 3 4 * 4 5 * Copyright (C) 2015 Imagination Technologies 5 - * 6 - * This file is subject to the terms and conditions of the GNU General Public 7 - * License. See the file "COPYING" in the main directory of this archive 8 - * for more details. 9 6 */ 10 7 11 8 #define pr_fmt(fmt) "%s: " fmt, __func__