Browse Source

add MODULE_LICENSE("GPL") to the atheros ethernet driver

SVN-Revision: 7747
Felix Fietkau 18 years ago
parent
commit
41b03c9770
1 changed files with 2 additions and 2 deletions
  1. 2 2
      target/linux/atheros-2.6/files/drivers/net/ar2313/ar2313.c

+ 2 - 2
target/linux/atheros-2.6/files/drivers/net/ar2313/ar2313.c

@@ -136,8 +136,8 @@
 #define AR2313_BUFSIZE		(AR2313_MTU + ETH_HLEN + CRC_LEN + RX_OFFSET)
 
 #ifdef MODULE
-MODULE_AUTHOR
-	("Sameer Dekate <[email protected]>, Imre Kaloz <[email protected]>, Felix Fietkau <[email protected]>");
+MODULE_LICENSE("GPL");
+MODULE_AUTHOR("Sameer Dekate <[email protected]>, Imre Kaloz <[email protected]>, Felix Fietkau <[email protected]>");
 MODULE_DESCRIPTION("AR2313 Ethernet driver");
 #endif