浏览代码

[legal] Add FILE_LICENCE declaration to romprefix.S

tags/v0.9.8
Michael Brown 15 年前
父节点
当前提交
f4bf4e69f7
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      src/arch/i386/prefix/romprefix.S

+ 2
- 0
src/arch/i386/prefix/romprefix.S 查看文件

@@ -6,6 +6,8 @@
6 6
  * table so using a noticeable amount of stack space is a no-no.
7 7
  */
8 8
 
9
+FILE_LICENCE ( GPL2_OR_LATER )
10
+
9 11
 #include <config/general.h>
10 12
 
11 13
 #define PNP_SIGNATURE ( '$' + ( 'P' << 8 ) + ( 'n' << 16 ) + ( 'P' << 24 ) )

正在加载...
取消
保存