Skip to content

Commit b4966a7

Browse files
SamShih33bebarino
authored andcommitted
clk: mediatek: relicense mt7986 clock driver to GPL-2.0
The previous mt7986 clock drivers were incorrectly marked as GPL-1.0. This patch changes the driver to the standard GPL-2.0 license. Signed-off-by: Sam Shih <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reported-by: Lukas Bulwahn <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
1 parent 818d915 commit b4966a7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

drivers/clk/mediatek/clk-mt7986-apmixed.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-1.0
1+
// SPDX-License-Identifier: GPL-2.0
22
/*
33
* Copyright (c) 2021 MediaTek Inc.
44
* Author: Sam Shih <[email protected]>

drivers/clk/mediatek/clk-mt7986-infracfg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-1.0
1+
// SPDX-License-Identifier: GPL-2.0
22
/*
33
* Copyright (c) 2021 MediaTek Inc.
44
* Author: Sam Shih <[email protected]>

drivers/clk/mediatek/clk-mt7986-topckgen.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-1.0
1+
// SPDX-License-Identifier: GPL-2.0
22
/*
33
* Copyright (c) 2021 MediaTek Inc.
44
* Author: Sam Shih <[email protected]>

0 commit comments

Comments
 (0)