]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[eepro100] Add missing FILE_LICENCE() to eepro100.h
authorThomas Miletich <thomas.miletich@gmail.com>
Thu, 10 Dec 2009 16:51:32 +0000 (17:51 +0100)
committerStefan Hajnoczi <stefanha@gmail.com>
Mon, 14 Dec 2009 17:49:50 +0000 (17:49 +0000)
Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
src/drivers/net/eepro100.h

index d4fa75d5418e008144957f468d210cb04d1d47d3..17a22dfd2a300fa75f7ed4d229547d77eac004ed 100644 (file)
@@ -2,6 +2,8 @@
 #ifndef __EEPRO100_H_
 #define __EEPRO100_H_
 
+FILE_LICENCE ( GPL2_OR_LATER );
+
 #define CONGENB         0      /* Enable congestion control in the DP83840. */
 #define TX_FIFO         8      /* Tx FIFO threshold in 4 byte units, 0-15 */
 #define RX_FIFO         8      /* Rx FIFO threshold, default 32 bytes. */