From: Thomas Miletich Date: Thu, 10 Dec 2009 16:51:32 +0000 (+0100) Subject: [eepro100] Add missing FILE_LICENCE() to eepro100.h X-Git-Tag: v1.0.0-rc1~58 X-Git-Url: http://git.etherboot.org/gpxe.git/commitdiff_plain/70928aeaa02ea3c1a20b5ded6319fd9e0bc9dcc3 [eepro100] Add missing FILE_LICENCE() to eepro100.h Signed-off-by: Stefan Hajnoczi --- diff --git a/src/drivers/net/eepro100.h b/src/drivers/net/eepro100.h index d4fa75d5..17a22dfd 100644 --- a/src/drivers/net/eepro100.h +++ b/src/drivers/net/eepro100.h @@ -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. */