staging: android: ion_test: Add the MODULE_LICENSE macro
authorPhong Tran <tranmanphong@gmail.com>
Thu, 2 Apr 2015 14:36:05 +0000 (21:36 +0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Apr 2015 13:13:52 +0000 (15:13 +0200)
Base on the file comment should define GPL v2 for ion test driver

Signed-off-by: Phong Tran <tranmanphong@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/ion/ion_test.c

index 654acb5c8eba12f11b53bfb9ab8602aef9830440..3bc461cbbfa3d06fc9f5c2dfc292eef8a34edbd6 100644 (file)
@@ -280,3 +280,4 @@ static void __exit ion_test_exit(void)
 
 module_init(ion_test_init);
 module_exit(ion_test_exit);
+MODULE_LICENSE("GPL v2");
This page took 0.027897 seconds and 5 git commands to generate.