Skip to content

Commit a74dfa4

Browse files
KAGA-KOKOdlezcano
authored andcommitted
clocksource/drivers/timer-sun5i: Convert to SPDX identifier
The license information clearly states GPL version 2 only. The extra text which excludes warranties is an excerpt of the corresponding GPLv2 clause 11. So the SPDX identifier covers it completely. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Daniel Lezcano <daniel.lezcano@linaro.org> Cc: Chen-Yu Tsai <wens@csie.org> Cc: Samuel Holland <samuel@sholland.org> Cc: Philipp Zabel <p.zabel@pengutronix.de> Cc: linux-sunxi@lists.linux.dev Link: https://lore.kernel.org/r/20220510171254.970933294@linutronix.de Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
1 parent 60bff9f commit a74dfa4

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

drivers/clocksource/timer-sun5i.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/*
23
* Allwinner SoCs hstimer driver.
34
*
45
* Copyright (C) 2013 Maxime Ripard
56
*
67
* Maxime Ripard <maxime.ripard@free-electrons.com>
7-
*
8-
* This file is licensed under the terms of the GNU General Public
9-
* License version 2. This program is licensed "as is" without any
10-
* warranty of any kind, whether express or implied.
118
*/
129

1310
#include <linux/clk.h>

0 commit comments

Comments
 (0)