diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2015-01-20 04:41:02 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2015-01-20 04:41:02 +0000 |
commit | 8f5be5421729a8c8d049455ba418b5887b93737c (patch) | |
tree | e7321b250687da3b8de3f5e7924d10d8127b0d4a /usr.sbin/mkuboot | |
parent | 55430b4997b58b73690f5c5c45b12c0eab8d2ef8 (diff) |
Missing $OpenBSD$'s.
ok deraadt@
Diffstat (limited to 'usr.sbin/mkuboot')
-rw-r--r-- | usr.sbin/mkuboot/copy_elf32.c | 1 | ||||
-rw-r--r-- | usr.sbin/mkuboot/copy_elf64.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/mkuboot/copy_elf32.c b/usr.sbin/mkuboot/copy_elf32.c index 3d1aaf598e8..b4ef6b48ec5 100644 --- a/usr.sbin/mkuboot/copy_elf32.c +++ b/usr.sbin/mkuboot/copy_elf32.c @@ -1,3 +1,4 @@ +/* $OpenBSD: copy_elf32.c,v 1.2 2015/01/20 04:41:01 krw Exp $ */ /* Public domain - not significant enough to copyright */ #define ELFSIZE 32 #include "copy_elf.c" diff --git a/usr.sbin/mkuboot/copy_elf64.c b/usr.sbin/mkuboot/copy_elf64.c index 6e0f294c817..eddfc25bb29 100644 --- a/usr.sbin/mkuboot/copy_elf64.c +++ b/usr.sbin/mkuboot/copy_elf64.c @@ -1,3 +1,4 @@ +/* $OpenBSD: copy_elf64.c,v 1.2 2015/01/20 04:41:01 krw Exp $ */ /* Public domain - not significant enough to copyright */ #define ELFSIZE 64 #include "copy_elf.c" |