aboutsummaryrefslogtreecommitdiff
path: root/stand/common/load_elf32_obj.c
diff options
context:
space:
mode:
Diffstat (limited to 'stand/common/load_elf32_obj.c')
-rw-r--r--stand/common/load_elf32_obj.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/stand/common/load_elf32_obj.c b/stand/common/load_elf32_obj.c
index e37b4dfddb49..d0278930f5e4 100644
--- a/stand/common/load_elf32_obj.c
+++ b/stand/common/load_elf32_obj.c
@@ -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"