On Sat, Feb 11, 2006 at 06:11:48PM -0800, Randy.Dunlap wrote:

 > needs quotes:  "GPL"

Indeed.

Missing license tag.
I've assumed this is GPL.  (It could also use a MODULE_AUTHOR)

Signed-off-by: Dave Jones <[EMAIL PROTECTED]>

--- linux-2.6.15.noarch/net/802/p8023.c~        2006-02-11 21:15:58.000000000 
-0500
+++ linux-2.6.15.noarch/net/802/p8023.c 2006-02-11 21:16:06.000000000 -0500
@@ -59,3 +59,5 @@ void destroy_8023_client(struct datalink
 
 EXPORT_SYMBOL(destroy_8023_client);
 EXPORT_SYMBOL(make_8023_client);
+
+MODULE_LICENSE("GPL");


-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to