diff options
author | 2005-02-28 20:18:02 +0000 | |
---|---|---|
committer | 2005-02-28 20:18:02 +0000 | |
commit | 4877c22312e0f452c0f6ea2ddcc1ae9bfbd00ea3 (patch) | |
tree | 592445685513b40f52a91ff8b98b16977520964d | |
parent | add radiotap, monitor and promiscuous mode support. (diff) | |
download | wireguard-openbsd-4877c22312e0f452c0f6ea2ddcc1ae9bfbd00ea3.tar.xz wireguard-openbsd-4877c22312e0f452c0f6ea2ddcc1ae9bfbd00ea3.zip |
update my email address.
-rw-r--r-- | usr.bin/cvs/import.c | 4 | ||||
-rw-r--r-- | usr.bin/cvs/tag.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/cvs/import.c b/usr.bin/cvs/import.c index 3f0949c979f..b283af35ff3 100644 --- a/usr.bin/cvs/import.c +++ b/usr.bin/cvs/import.c @@ -1,6 +1,6 @@ -/* $OpenBSD: import.c,v 1.4 2005/01/13 18:47:31 jfb Exp $ */ +/* $OpenBSD: import.c,v 1.5 2005/02/28 20:18:02 joris Exp $ */ /* - * Copyright (c) 2004 Joris Vink <amni@pandora.be> + * Copyright (c) 2004 Joris Vink <joris@openbsd.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/cvs/tag.c b/usr.bin/cvs/tag.c index fa23ea63ee9..42c9a520865 100644 --- a/usr.bin/cvs/tag.c +++ b/usr.bin/cvs/tag.c @@ -1,7 +1,7 @@ -/* $OpenBSD: tag.c,v 1.4 2005/02/27 00:22:08 jfb Exp $ */ +/* $OpenBSD: tag.c,v 1.5 2005/02/28 20:18:02 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> - * Copyright (c) 2004 Joris Vink <amni@pandora.be> + * Copyright (c) 2004 Joris Vink <joris@openbsd.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without |