Browse Source

drm/exynos: dp: Use correct module license

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>
Jingoo Han 11 years ago
parent
commit
8f589bba25
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/gpu/drm/exynos/exynos_dp_core.c

+ 1 - 1
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_AUTHOR("Jingoo Han <jg1.han@samsung.com>");
 MODULE_DESCRIPTION("Samsung SoC DP Driver");
 MODULE_DESCRIPTION("Samsung SoC DP Driver");
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");