summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortom <tom@openbsd.org>2004-03-22 15:06:59 +0000
committertom <tom@openbsd.org>2004-03-22 15:06:59 +0000
commitc28389d01814f7c688d20525b69c8df978d952c0 (patch)
tree301705caa4c057bf896748e3fa70b83b38f8f2a4
parentFix CARP shutdown. ok deraadt (diff)
downloadwireguard-openbsd-c28389d01814f7c688d20525b69c8df978d952c0.tar.xz
wireguard-openbsd-c28389d01814f7c688d20525b69c8df978d952c0.zip
Fix dates on my copyrights.
Noticed my miod@, thanks. ok deraadt@.
-rw-r--r--sys/arch/amd64/stand/pxeboot/devopen.c4
-rw-r--r--sys/arch/i386/stand/pxeboot/devopen.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/amd64/stand/pxeboot/devopen.c b/sys/arch/amd64/stand/pxeboot/devopen.c
index 264edfecab9..73dbd89102c 100644
--- a/sys/arch/amd64/stand/pxeboot/devopen.c
+++ b/sys/arch/amd64/stand/pxeboot/devopen.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: devopen.c,v 1.1 2004/03/21 21:37:41 tom Exp $ */
+/* $OpenBSD: devopen.c,v 1.2 2004/03/22 15:06:59 tom Exp $ */
/*
- * Copyright (c) 1994 Tom Cosgrove
+ * Copyright (c) 2004 Tom Cosgrove
* Copyright (c) 1996-1999 Michael Shalayeff
* All rights reserved.
*
diff --git a/sys/arch/i386/stand/pxeboot/devopen.c b/sys/arch/i386/stand/pxeboot/devopen.c
index d7e327a82e6..73dbd89102c 100644
--- a/sys/arch/i386/stand/pxeboot/devopen.c
+++ b/sys/arch/i386/stand/pxeboot/devopen.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: devopen.c,v 1.1 2004/03/19 13:48:19 tom Exp $ */
+/* $OpenBSD: devopen.c,v 1.2 2004/03/22 15:06:59 tom Exp $ */
/*
- * Copyright (c) 1994 Tom Cosgrove
+ * Copyright (c) 2004 Tom Cosgrove
* Copyright (c) 1996-1999 Michael Shalayeff
* All rights reserved.
*