diff options
Diffstat (limited to 'src/drivers/net/sundance.c')
-rw-r--r-- | src/drivers/net/sundance.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/net/sundance.c b/src/drivers/net/sundance.c index cb8ce74e2..a5552cfc7 100644 --- a/src/drivers/net/sundance.c +++ b/src/drivers/net/sundance.c @@ -40,6 +40,8 @@ * ****************************************************************************/ +FILE_LICENCE ( GPL2_OR_LATER ); + /* to get some global routines like printf */ #include "etherboot.h" /* to get the interface to the body of the program */ |