Hi Rick,

I notice that your license text for your kernel module indicates
"GPL v2 only" while the code indicates "GPL v2 or later."

If you really do mean "GPL v2 only", you may wish to apply the following
patch.  This is based on the comments in include/linux/module.h.

- Chris


diff --git a/kernel/init.c b/kernel/init.c
index 4e33e3a..2b068e8 100644
--- a/kernel/init.c
+++ b/kernel/init.c
@@ -44,7 +44,7 @@
 #define SUCCESS (0)
 #endif
 
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");
 MODULE_AUTHOR(PACKAGE_BUGREPORT);
 MODULE_DESCRIPTION("Device driver for the RIM Blackberry");
 MODULE_VERSION(PACKAGE_VERSION);


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to