summaryrefslogtreecommitdiff
path: root/sys/kern/exec_elf32.c
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-10-27 18:40:58 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-10-27 18:40:58 +0000
commit6337aa1c18f238f136de822323f1ab69b2aac528 (patch)
treeef3dff4b39f2463c2986fe83b3ed1bc9732a7d6d /sys/kern/exec_elf32.c
parentb9f30a964a9df9c40b23f5dbc262449bd2695f97 (diff)
Every file must have a license blob, even if the blob is larger than the file.
Diffstat (limited to 'sys/kern/exec_elf32.c')
-rw-r--r--sys/kern/exec_elf32.c3
1 files changed, 3 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