loader: These files have no copyrightable material

These files have no copyrightable material, and so are in the public
domain.

Sponsored by:		Netflix
This commit is contained in:
Warner Losh 2024-02-22 09:30:59 -07:00
parent 3e15b01d69
commit 27c0f2a544
4 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,5 @@
/* This file is in the public domain */
#define __ELF_WORD_SIZE 32
#define _MACHINE_ELF_WANT_32BIT
#include "load_elf.c"

View File

@ -1,3 +1,5 @@
/* This file is in the public domain */
#define __ELF_WORD_SIZE 32
#define _MACHINE_ELF_WANT_32BIT
#include "load_elf_obj.c"

View File

@ -1,2 +1,4 @@
/* This file is in the public domain */
#define __ELF_WORD_SIZE 64
#include "load_elf.c"

View File

@ -1,2 +1,4 @@
/* This file is in the public domain */
#define __ELF_WORD_SIZE 64
#include "load_elf_obj.c"