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 <sam.shih@mediatek.com> Link: https://lore.kernel.org/r/20220119123658.10095-2-sam.shih@mediatek.com Reported-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent 818d915 commit b4966a7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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 <sam.shih@mediatek.com>

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 <sam.shih@mediatek.com>

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 <sam.shih@mediatek.com>

0 commit comments

Comments
 (0)