diff options
author | Tom Cosgrove <tom@cvs.openbsd.org> | 2004-03-22 15:07:00 +0000 |
---|---|---|
committer | Tom Cosgrove <tom@cvs.openbsd.org> | 2004-03-22 15:07:00 +0000 |
commit | 35cc852b3874a65685a5f62b2c78298dd376f512 (patch) | |
tree | 9d6e11047e1a45b1a43e545f638d643d76745842 /sys/arch/i386/stand/pxeboot | |
parent | 674db4b5b76f34266ea415afbcb587d40ece9327 (diff) |
Fix dates on my copyrights.
Noticed my miod@, thanks. ok deraadt@.
Diffstat (limited to 'sys/arch/i386/stand/pxeboot')
-rw-r--r-- | sys/arch/i386/stand/pxeboot/devopen.c | 4 |
1 files changed, 2 insertions, 2 deletions
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. * |