platform: goldfish: pipe: Update license
authorRoman Kiryanov <[email protected]>
Mon, 27 Aug 2018 18:22:57 +0000 (11:22 -0700)
committerGreg Kroah-Hartman <[email protected]>
Fri, 14 Sep 2018 13:31:30 +0000 (15:31 +0200)
goldfish_pipe is distributed under GPL v2.

Signed-off-by: Roman Kiryanov <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/platform/goldfish/goldfish_pipe.c

index 6094ca414d9ae08c4b44d51ffad0a1ec5d5c9fc4..d2f0582f445e4737e1d039d112333558a6fe7de1 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) 2012 Intel, Inc.
  * Copyright (C) 2013 Intel, Inc.
@@ -984,4 +985,4 @@ static struct platform_driver goldfish_pipe_driver = {
 
 module_platform_driver(goldfish_pipe_driver);
 MODULE_AUTHOR("David Turner <[email protected]>");
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");