Skip to content

Commit

Permalink
[legal] Add missing FILE_LICENCE declarations
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
mcb30 committed Dec 29, 2017
1 parent ff648c3 commit 00c5b95
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/arch/x86_64/include/bits/compiler.h
@@ -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

Expand Down
2 changes: 2 additions & 0 deletions src/arch/x86_64/include/bits/stdint.h
@@ -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;
Expand Down
2 changes: 2 additions & 0 deletions 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

Expand Down

0 comments on commit 00c5b95

Please sign in to comment.