Skip to content

Commit 274157a

Browse files
morimotodlezcano
authored andcommitted
clocksource/drivers/renesas-ostm: Convert to SPDX identifiers
This patch updates license to use SPDX-License-Identifier instead of verbose license text. Signed-off-by: Kuninori Morimoto <[email protected]> Reviewed-by: Simon Horman <[email protected]> Signed-off-by: Daniel Lezcano <[email protected]>
1 parent 2a4849d commit 274157a

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

drivers/clocksource/renesas-ostm.c

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/*
23
* Renesas Timer Support - OSTM
34
*
45
* Copyright (C) 2017 Renesas Electronics America, Inc.
56
* Copyright (C) 2017 Chris Brandt
6-
*
7-
* This program is free software; you can redistribute it and/or modify
8-
* it under the terms of the GNU General Public License as published by
9-
* the Free Software Foundation; either version 2 of the License
10-
*
11-
* This program is distributed in the hope that it will be useful,
12-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
* GNU General Public License for more details.
15-
*
167
*/
178

189
#include <linux/of_address.h>

0 commit comments

Comments
 (0)