Explorar el Código

[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 hace 16 años
padre
commit
cd647b7cf3
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      src/drivers/net/sis190.h

+ 2
- 1
src/drivers/net/sis190.h Ver fichero

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…
Cancelar
Guardar