Browse Source

[sis190] Insert forgotten FILE_LICENCE() to sis190.h

Signed-off-by: Michael Brown <mcb30@etherboot.org>
Modified-by: Michael Brown <mcb30@etherboot.org>
tags/v1.0.0-rc1
Thomas Miletich 15 years ago
parent
commit
cd647b7cf3
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/drivers/net/sis190.h

+ 2
- 1
src/drivers/net/sis190.h View File

1
-
2
 #ifndef __SIS190_H__
1
 #ifndef __SIS190_H__
3
 #define __SIS190_H__
2
 #define __SIS190_H__
4
 
3
 
4
+FILE_LICENCE ( GPL_ANY );
5
+
5
 #include <stdint.h>
6
 #include <stdint.h>
6
 #include <stdio.h>
7
 #include <stdio.h>
7
 #include <stdlib.h>
8
 #include <stdlib.h>

Loading…
Cancel
Save