On Sat, 11 Feb 2006 19:19:08 -0500 Dave Jones wrote:

> 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 19:17:26.000000000 
> -0500
> +++ linux-2.6.15.noarch/net/802/p8023.c       2006-02-11 19:17:40.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);

needs quotes:  "GPL"

---
~Randy
-
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