aboutsummaryrefslogtreecommitdiff
path: root/src/drivers
diff options
context:
space:
mode:
authorThomas Miletich <thomas.miletich@gmail.com>2009-10-24 10:57:58 +0200
committerMichael Brown <mcb30@etherboot.org>2009-10-24 18:51:42 +0100
commitcd647b7cf38f9d60f51c3b387505bf5d7b9bf765 (patch)
treed4f15b73b896a998b903486216b7c019f58c60a9 /src/drivers
parent107d641bd50080c52d7c0a97f6741fbac8979248 (diff)
downloadipxe-cd647b7cf38f9d60f51c3b387505bf5d7b9bf765.zip
ipxe-cd647b7cf38f9d60f51c3b387505bf5d7b9bf765.tar.gz
ipxe-cd647b7cf38f9d60f51c3b387505bf5d7b9bf765.tar.bz2
[sis190] Insert forgotten FILE_LICENCE() to sis190.h
Signed-off-by: Michael Brown <mcb30@etherboot.org> Modified-by: Michael Brown <mcb30@etherboot.org>
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/net/sis190.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/drivers/net/sis190.h b/src/drivers/net/sis190.h
index 2a80a8f..c6dac5b 100644
--- a/src/drivers/net/sis190.h
+++ b/src/drivers/net/sis190.h
@@ -1,7 +1,8 @@
-
#ifndef __SIS190_H__
#define __SIS190_H__
+FILE_LICENCE ( GPL_ANY );
+
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>