aboutsummaryrefslogtreecommitdiff
path: root/stand/common/load_elf64_obj.c
diff options
context:
space:
mode:
Diffstat (limited to 'stand/common/load_elf64_obj.c')
-rw-r--r--stand/common/load_elf64_obj.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/stand/common/load_elf64_obj.c b/stand/common/load_elf64_obj.c
index 43de8cc1214f..0f01258fa372 100644
--- a/stand/common/load_elf64_obj.c
+++ b/stand/common/load_elf64_obj.c
@@ -1,2 +1,4 @@
+/* This file is in the public domain */
+
#define __ELF_WORD_SIZE 64
#include "load_elf_obj.c"