Skip to content

Commit b89e969

Browse files
KAGA-KOKOdlezcano
authored andcommitted
clocksource/drivers/bcm_kona: Convert to SPDX identifier
The license information clearly states GPL version 2 only. The extra text which excludes warranties is a transcript of the corresponding GPLv2 clause 11, which is explicitely referenced for details. So the SPDX identifier covers it completely. Signed-off-by: Thomas Gleixner <[email protected]> Cc: Daniel Lezcano <[email protected]> Cc: Florian Fainelli <[email protected]> Cc: Ray Jui <[email protected]> Cc: Scott Branden <[email protected]> Cc: Broadcom Kernel Team <[email protected]> Cc: [email protected] Acked-by: Florian Fainelli <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Daniel Lezcano <[email protected]>
1 parent a98399c commit b89e969

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

drivers/clocksource/bcm_kona_timer.c

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
1-
/*
2-
* Copyright (C) 2012 Broadcom Corporation
3-
*
4-
* This program is free software; you can redistribute it and/or
5-
* modify it under the terms of the GNU General Public License as
6-
* published by the Free Software Foundation version 2.
7-
*
8-
* This program is distributed "as is" WITHOUT ANY WARRANTY of any
9-
* kind, whether express or implied; without even the implied warranty
10-
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
* GNU General Public License for more details.
12-
*/
1+
// SPDX-License-Identifier: GPL-2.0
2+
// Copyright (C) 2012 Broadcom Corporation
133

144
#include <linux/init.h>
155
#include <linux/irq.h>

0 commit comments

Comments
 (0)