浏览代码

[legal] Add missing FILE_LICENCE declarations

Add missing FILE_LICENCE declarations to x86_64 headers based on the
corresponding i386 headers (from which the x86_64 headers were
originally derived).

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 6 年前
父节点
当前提交
00c5b958c5
共有 3 个文件被更改,包括 6 次插入0 次删除
  1. 2
    0
      src/arch/x86_64/include/bits/compiler.h
  2. 2
    0
      src/arch/x86_64/include/bits/stdint.h
  3. 2
    0
      src/arch/x86_64/include/limits.h

+ 2
- 0
src/arch/x86_64/include/bits/compiler.h 查看文件

@@ -1,6 +1,8 @@
1 1
 #ifndef _BITS_COMPILER_H
2 2
 #define _BITS_COMPILER_H
3 3
 
4
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
5
+
4 6
 /** Dummy relocation type */
5 7
 #define RELOC_TYPE_NONE R_X86_64_NONE
6 8
 

+ 2
- 0
src/arch/x86_64/include/bits/stdint.h 查看文件

@@ -1,6 +1,8 @@
1 1
 #ifndef _BITS_STDINT_H
2 2
 #define _BITS_STDINT_H
3 3
 
4
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
5
+
4 6
 typedef __SIZE_TYPE__		size_t;
5 7
 typedef signed long		ssize_t;
6 8
 typedef signed long		off_t;

+ 2
- 0
src/arch/x86_64/include/limits.h 查看文件

@@ -1,6 +1,8 @@
1 1
 #ifndef LIMITS_H
2 2
 #define LIMITS_H	1
3 3
 
4
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
5
+
4 6
 /* Number of bits in a `char' */
5 7
 #define CHAR_BIT	8
6 8
 

正在加载...
取消
保存