On Sun, Nov 14, 2010 at 01:28:49PM -0600, Grant Erickson wrote:
+MODULE_LICENSE("GPLv2");

module license should be GPL v2

just read the comment above MODULE_LICENSE definition:

/*
 * The following license idents are currently accepted as indicating free
 * software modules
 *
 *      "GPL"                         [GNU Public License v2 or later]
 *      "GPL v2"                      [GNU Public License v2]
 *      "GPL and additional rights"   [GNU Public License v2 rights and more]
 *      "Dual BSD/GPL"                        [GNU Public License v2
 *                                       or BSD license choice]
 *      "Dual MIT/GPL"                        [GNU Public License v2
 *                                       or MIT license choice]
 *      "Dual MPL/GPL"                        [GNU Public License v2
 *                                       or Mozilla license choice]
 *
 * The following other idents are available
 *
 *      "Proprietary"                 [Non free products]
 *
 * There are dual licensed components, but when running with Linux it is the
 * GPL that is relevant so this is a non issue. Similarly LGPL linked with GPL
 * is a GPL combined work.
 *
 * This exists for several reasons
* 1. So modinfo can show license info for users wanting to vet their setup * is free
 * 2.   So the community can ignore bug reports including proprietary modules
 * 3.   So vendors can do likewise based on their own policies
 */

--
balbi
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to