diff options
Diffstat (limited to 'src/include/elf.h')
-rw-r--r-- | src/include/elf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/elf.h b/src/include/elf.h index fadc0bdb4..04022b687 100644 --- a/src/include/elf.h +++ b/src/include/elf.h @@ -1,6 +1,8 @@ #ifndef ELF_H #define ELF_H +FILE_LICENCE ( GPL2_OR_LATER ); + #define EI_NIDENT 16 /* Size of e_ident array. */ /* Values for e_type. */ |