diff options
| author | Thomas Miletich | 2009-10-24 10:57:58 +0200 |
|---|---|---|
| committer | Michael Brown | 2009-10-24 19:51:42 +0200 |
| commit | cd647b7cf38f9d60f51c3b387505bf5d7b9bf765 (patch) | |
| tree | d4f15b73b896a998b903486216b7c019f58c60a9 | |
| parent | [sis190] Make 'make allroms' happy. (diff) | |
| download | ipxe-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.h | 3 |
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> |
