diff mbox

[2.6] net/802/fddi.c: add MODULE_LICENSE

Message ID 20090405163621.GC3718@localhost.pp.htv.fi
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Adrian Bunk April 5, 2009, 4:36 p.m. UTC
This patch adds the missing MODULE_LICENSE("GPL").

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---

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

Comments

David Miller April 7, 2009, 12:43 a.m. UTC | #1
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.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

--- 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");