]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[legal] Add missing FILE_LICENCE declarations
authorMichael Brown <mcb30@ipxe.org>
Fri, 29 Dec 2017 11:57:00 +0000 (11:57 +0000)
committerMichael Brown <mcb30@ipxe.org>
Fri, 29 Dec 2017 11:57:00 +0000 (11:57 +0000)
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>
src/arch/x86_64/include/bits/compiler.h
src/arch/x86_64/include/bits/stdint.h
src/arch/x86_64/include/limits.h

index 98c560e7d2c726a1c323b3d7efe27f8d99926f9f..46985da3ee4cb014e52582f73f66cf0d0c8e4dd7 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef _BITS_COMPILER_H
 #define _BITS_COMPILER_H
 
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+
 /** Dummy relocation type */
 #define RELOC_TYPE_NONE R_X86_64_NONE
 
index 9eb72e9c4f44d932d8ddd01efd6bb9e1ee297f79..fe1f9946a54afb53ba728c1c2ffbab0a93650fd1 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef _BITS_STDINT_H
 #define _BITS_STDINT_H
 
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+
 typedef __SIZE_TYPE__          size_t;
 typedef signed long            ssize_t;
 typedef signed long            off_t;
index 8cf87b47132fe4dd65e47e9a0fce7a219bbecd1e..a1374a17ffbd376ebb17a7ca82ed17298bfa3111 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef LIMITS_H
 #define LIMITS_H       1
 
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+
 /* Number of bits in a `char' */
 #define CHAR_BIT       8