* [2.6 patch] net/802/fddi.c: add MODULE_LICENSE
@ 2009-04-05 16:36 Adrian Bunk
2009-04-07 0:43 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2009-04-05 16:36 UTC (permalink / raw)
To: davem; +Cc: netdev
This patch adds the missing MODULE_LICENSE("GPL").
Signed-off-by: Adrian Bunk <bunk@kernel.org>
---
--- a/net/802/fddi.c
+++ b/net/802/fddi.c
@@ -215,3 +215,5 @@ struct net_device *alloc_fddidev(int sizeof_priv)
return alloc_netdev(sizeof_priv, "fddi%d", fddi_setup);
}
EXPORT_SYMBOL(alloc_fddidev);
+
+MODULE_LICENSE("GPL");
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [2.6 patch] net/802/fddi.c: add MODULE_LICENSE
2009-04-05 16:36 [2.6 patch] net/802/fddi.c: add MODULE_LICENSE Adrian Bunk
@ 2009-04-07 0:43 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2009-04-07 0:43 UTC (permalink / raw)
To: bunk; +Cc: netdev
From: Adrian Bunk <bunk@kernel.org>
Date: Sun, 5 Apr 2009 19:36:21 +0300
> This patch adds the missing MODULE_LICENSE("GPL").
>
> Signed-off-by: Adrian Bunk <bunk@kernel.org>
Applied.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-04-07 0:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-05 16:36 [2.6 patch] net/802/fddi.c: add MODULE_LICENSE Adrian Bunk
2009-04-07 0:43 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).