From: Roman Kiryanov Date: Mon, 30 Apr 2018 21:28:34 +0000 (-0700) Subject: goldfish: pipe: ANDROID: Update module license X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=6b1151702d398f039aa0b966bcb9992354473689;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.git goldfish: pipe: ANDROID: Update module license Change MODULE_LICENSE() string to properly match the license for the driver (goldfish_pipe.h). Bug: 72717639 Bug: 66884503 Change-Id: I4d1ef778276b26b49c83c967c3c9314b2c0c5da7 Signed-off-by: Roman Kiryanov --- diff --git a/drivers/platform/goldfish/goldfish_pipe_v2.c b/drivers/platform/goldfish/goldfish_pipe_v2.c index 590f6dea3c1b..64b463e0e6b3 100644 --- a/drivers/platform/goldfish/goldfish_pipe_v2.c +++ b/drivers/platform/goldfish/goldfish_pipe_v2.c @@ -944,4 +944,4 @@ static struct platform_driver goldfish_pipe_driver = { module_platform_driver(goldfish_pipe_driver); MODULE_AUTHOR("David Turner "); -MODULE_LICENSE("GPL"); +MODULE_LICENSE("GPL v2");