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 <[email protected]> Cc: Thomas Bogendoerfer <[email protected]> Cc: Serge Semin <[email protected]> Cc: Daniel Lezcano <[email protected]> Cc: [email protected] Acked-by: Serge Semin <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Daniel Lezcano <[email protected]>
1 parent eb988ba commit dcfa47d

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

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)