summaryrefslogtreecommitdiffstats
path: root/src/arch/x86_64/include/limits.h
diff options
context:
space:
mode:
authorMichael Brown2017-12-29 12:57:00 +0100
committerMichael Brown2017-12-29 12:57:00 +0100
commit00c5b958c59ec45736469fce674c5307cabbfd91 (patch)
tree2cc1562657dd2376d6911f2aa0af418cf793a1ec /src/arch/x86_64/include/limits.h
parent[legal] Add missing FILE_LICENCE declarations (diff)
downloadipxe-00c5b958c59ec45736469fce674c5307cabbfd91.tar.gz
ipxe-00c5b958c59ec45736469fce674c5307cabbfd91.tar.xz
ipxe-00c5b958c59ec45736469fce674c5307cabbfd91.zip
[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>
Diffstat (limited to 'src/arch/x86_64/include/limits.h')
-rw-r--r--src/arch/x86_64/include/limits.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/x86_64/include/limits.h b/src/arch/x86_64/include/limits.h
index 8cf87b47..a1374a17 100644
--- a/src/arch/x86_64/include/limits.h
+++ b/src/arch/x86_64/include/limits.h
@@ -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