瀏覽代碼

[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 7 年之前
父節點
當前提交
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
 #ifndef _BITS_COMPILER_H
1
 #ifndef _BITS_COMPILER_H
2
 #define _BITS_COMPILER_H
2
 #define _BITS_COMPILER_H
3
 
3
 
4
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
5
+
4
 /** Dummy relocation type */
6
 /** Dummy relocation type */
5
 #define RELOC_TYPE_NONE R_X86_64_NONE
7
 #define RELOC_TYPE_NONE R_X86_64_NONE
6
 
8
 

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

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

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

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

Loading…
取消
儲存