Skip to content

Commit dcfa47d

Browse files
KAGA-KOKOdlezcano
authored andcommitted
clocksource/drivers/mips-gic-timer: 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: Thomas Bogendoerfer <tsbogend@alpha.franken.de> Cc: Serge Semin <fancer.lancer@gmail.com> Cc: Daniel Lezcano <daniel.lezcano@linaro.org> Cc: linux-mips@vger.kernel.org Acked-by: Serge Semin <fancer.lancer@gmail.com> Link: https://lore.kernel.org/r/20220510171254.529249404@linutronix.de Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
1 parent eb988ba commit dcfa47d

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

drivers/clocksource/mips-gic-timer.c

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
/*
2-
* This file is subject to the terms and conditions of the GNU General Public
3-
* License. See the file "COPYING" in the main directory of this archive
4-
* for more details.
5-
*
6-
* Copyright (C) 2012 MIPS Technologies, Inc. All rights reserved.
7-
*/
1+
// SPDX-License-Identifier: GPL-2.0
2+
// Copyright (C) 2012 MIPS Technologies, Inc. All rights reserved.
83

94
#define pr_fmt(fmt) "mips-gic-timer: " fmt
105

0 commit comments

Comments
 (0)