From 8f5be5421729a8c8d049455ba418b5887b93737c Mon Sep 17 00:00:00 2001 From: Kenneth R Westerback Date: Tue, 20 Jan 2015 04:41:02 +0000 Subject: Missing $OpenBSD$'s. ok deraadt@ --- usr.sbin/mkuboot/copy_elf32.c | 1 + usr.sbin/mkuboot/copy_elf64.c | 1 + 2 files changed, 2 insertions(+) (limited to 'usr.sbin/mkuboot') 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" -- cgit v1.2.3