From d312ab422850911be4e0a26891fa2956e952891f Mon Sep 17 00:00:00 2001 From: Roman Kiryanov Date: Mon, 30 Apr 2018 14:28:34 -0700 Subject: [PATCH] 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 --- drivers/platform/goldfish/goldfish_pipe_v2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/platform/goldfish/goldfish_pipe_v2.c b/drivers/platform/goldfish/goldfish_pipe_v2.c index e762e5df63de..4dce03ad7f54 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");