diff options
author | 2001-10-27 18:40:57 +0000 | |
---|---|---|
committer | 2001-10-27 18:40:57 +0000 | |
commit | 457042edf4b44fec955f7c2a07758922865195cf (patch) | |
tree | 2498a9bb297160d6db4d0fabd04aed7c5c571863 | |
parent | Send User-Agent: OpenBSD ftp to WWW servers and proxies. (diff) | |
download | wireguard-openbsd-457042edf4b44fec955f7c2a07758922865195cf.tar.xz wireguard-openbsd-457042edf4b44fec955f7c2a07758922865195cf.zip |
Every file must have a license blob, even if the blob is larger than the file.
-rw-r--r-- | sys/kern/exec_elf32.c | 3 | ||||
-rw-r--r-- | sys/kern/exec_elf64.c | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/kern/exec_elf32.c b/sys/kern/exec_elf32.c index 581425aa20f..0ee52721298 100644 --- a/sys/kern/exec_elf32.c +++ b/sys/kern/exec_elf32.c @@ -1,3 +1,6 @@ +/* + * Public domain. Author: Artur Grabowski <art@openbsd.org> + */ #include <machine/exec.h> #ifdef _KERN_DO_ELF diff --git a/sys/kern/exec_elf64.c b/sys/kern/exec_elf64.c index aba08cf30a7..4ea7648cd5b 100644 --- a/sys/kern/exec_elf64.c +++ b/sys/kern/exec_elf64.c @@ -1,3 +1,6 @@ +/* + * Public domain. Author: Artur Grabowski <art@openbsd.org> + */ #include <machine/exec.h> #ifdef _KERN_DO_ELF64 |