projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a958d3
)
drm/exynos: dp: Use correct module license
author
Jingoo Han
<jg1.han@samsung.com>
Tue, 3 Jun 2014 12:46:11 +0000
(21:46 +0900)
committer
Inki Dae
<daeinki@gmail.com>
Sun, 3 Aug 2014 07:52:13 +0000
(16:52 +0900)
According to the header comment in the source file, the driver is
licensed under GPL v2, so update MODULE_LICENSE() to match that.
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_dp_core.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/exynos/exynos_dp_core.c
b/drivers/gpu/drm/exynos/exynos_dp_core.c
index 86dc69d9eabbe343e66911962ee4bdbeba113d28..845d76693dcca2d84631d55ffccebb104c0dfd94 100644
(file)
--- a/
drivers/gpu/drm/exynos/exynos_dp_core.c
+++ b/
drivers/gpu/drm/exynos/exynos_dp_core.c
@@
-1390,4
+1390,4
@@
struct platform_driver dp_driver = {
MODULE_AUTHOR("Jingoo Han <jg1.han@samsung.com>");
MODULE_DESCRIPTION("Samsung SoC DP Driver");
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL
v2
");