浏览代码

[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 14 年前
父节点
当前提交
cd647b7cf3
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      src/drivers/net/sis190.h

+ 2
- 1
src/drivers/net/sis190.h 查看文件

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

正在加载...
取消
保存