]> Git Repo - J-linux.git/commitdiff
clk: mediatek: relicense mt7986 clock driver to GPL-2.0
authorSam Shih <[email protected]>
Wed, 19 Jan 2022 12:36:58 +0000 (20:36 +0800)
committerStephen Boyd <[email protected]>
Wed, 19 Jan 2022 20:05:07 +0000 (12:05 -0800)
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]>
drivers/clk/mediatek/clk-mt7986-apmixed.c
drivers/clk/mediatek/clk-mt7986-infracfg.c
drivers/clk/mediatek/clk-mt7986-topckgen.c

index 76c8ebdeae96dc93638c163b2c08ff147fe19f7a..98ec3887585fca4f7e13de32e3f090e892bc87bf 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-1.0
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (c) 2021 MediaTek Inc.
  * Author: Sam Shih <[email protected]>
index 3be168c34fc0a8e3bffa77730114796ed0e51d65..f209c559fbc3ac3f3f8aa104c1fcf93e070caf38 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-1.0
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (c) 2021 MediaTek Inc.
  * Author: Sam Shih <[email protected]>
index 8550e2be7773dbba1a9bc9a176ec779426151465..8f6f79b6e31efb1338661eea5fa529989c925a5c 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-1.0
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (c) 2021 MediaTek Inc.
  * Author: Sam Shih <[email protected]>
This page took 0.07084 seconds and 4 git commands to generate.