diff options
author | 2004-03-22 15:06:59 +0000 | |
---|---|---|
committer | 2004-03-22 15:06:59 +0000 | |
commit | c28389d01814f7c688d20525b69c8df978d952c0 (patch) | |
tree | 301705caa4c057bf896748e3fa70b83b38f8f2a4 | |
parent | Fix CARP shutdown. ok deraadt (diff) | |
download | wireguard-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.c | 4 | ||||
-rw-r--r-- | sys/arch/i386/stand/pxeboot/devopen.c | 4 |
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. * |