Browse Source

[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 years ago
parent
commit
00c5b958c5

+ 2
- 0
src/arch/x86_64/include/bits/compiler.h View File

@@ -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 View File

@@ -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 View File

@@ -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
 

Loading…
Cancel
Save