summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Miletich2009-10-24 10:57:58 +0200
committerMichael Brown2009-10-24 19:51:42 +0200
commitcd647b7cf38f9d60f51c3b387505bf5d7b9bf765 (patch)
treed4f15b73b896a998b903486216b7c019f58c60a9
parent[sis190] Make 'make allroms' happy. (diff)
downloadipxe-cd647b7cf38f9d60f51c3b387505bf5d7b9bf765.tar.gz
ipxe-cd647b7cf38f9d60f51c3b387505bf5d7b9bf765.tar.xz
ipxe-cd647b7cf38f9d60f51c3b387505bf5d7b9bf765.zip
[sis190] Insert forgotten FILE_LICENCE() to sis190.h
Signed-off-by: Michael Brown <mcb30@etherboot.org> Modified-by: Michael Brown <mcb30@etherboot.org>
-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 2a80a8f84..c6dac5b25 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>