diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2019-01-25 00:19:28 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2019-01-25 00:19:28 +0000 |
commit | 19e57109cd585cb86d263decaeaf7c719b3fc826 (patch) | |
tree | 33a0fb8e3da4b7ad0daa0878598496cc3e03f55d /bin | |
parent | 6a583bbe6f30ab5dc54cf72dcb123d91a84106c6 (diff) |
I am retiring my old email address; replace it with my OpenBSD one.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ksh/CONTRIBUTORS | 4 | ||||
-rw-r--r-- | bin/md5/crc.c | 4 | ||||
-rw-r--r-- | bin/md5/crc.h | 4 | ||||
-rw-r--r-- | bin/md5/md5.1 | 6 | ||||
-rw-r--r-- | bin/md5/md5.c | 4 |
5 files changed, 11 insertions, 11 deletions
diff --git a/bin/ksh/CONTRIBUTORS b/bin/ksh/CONTRIBUTORS index d23fc8861ed..f4eeb6813a2 100644 --- a/bin/ksh/CONTRIBUTORS +++ b/bin/ksh/CONTRIBUTORS @@ -1,4 +1,4 @@ -$OpenBSD: CONTRIBUTORS,v 1.10 2006/02/06 16:47:07 jmc Exp $ +$OpenBSD: CONTRIBUTORS,v 1.11 2019/01/25 00:19:25 millert Exp $ This is a partial history of this shell gleened from old change logs and readmes (most of which are still in the misc directory) and the source @@ -116,7 +116,7 @@ Other contributors: * Theo de Raadt (<deraadt@cvs.openbsd.org>): allow ". /dev/null". * Eric Youngdale (<ericy@datafocus.com>): flag field incorrectly changed in exec.c(flushcom). - * Todd. C Miller (Todd C. Miller <Todd.Miller@courtesan.com>): fix + * Todd. C Miller (Todd C. Miller <millert@openbsd.org>): fix for coredump in jobs. * Kevin Schoedel <schoedel@kw.igs.net>: fix for word location in file completion. diff --git a/bin/md5/crc.c b/bin/md5/crc.c index 05a253f46b1..19ea3171c3e 100644 --- a/bin/md5/crc.c +++ b/bin/md5/crc.c @@ -1,7 +1,7 @@ -/* $OpenBSD: crc.c,v 1.4 2014/03/20 22:03:56 tedu Exp $ */ +/* $OpenBSD: crc.c,v 1.5 2019/01/25 00:19:25 millert Exp $ */ /* - * Copyright (c) 2004 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2004 Todd C. Miller <millert@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/bin/md5/crc.h b/bin/md5/crc.h index b04c43fb707..2000c489c9b 100644 --- a/bin/md5/crc.h +++ b/bin/md5/crc.h @@ -1,7 +1,7 @@ -/* $OpenBSD: crc.h,v 1.3 2018/02/05 03:16:10 deraadt Exp $ */ +/* $OpenBSD: crc.h,v 1.4 2019/01/25 00:19:25 millert Exp $ */ /* - * Copyright (c) 2004 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2004 Todd C. Miller <millert@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/bin/md5/md5.1 b/bin/md5/md5.1 index 4f7884237b1..fa860eb97e5 100644 --- a/bin/md5/md5.1 +++ b/bin/md5/md5.1 @@ -1,6 +1,6 @@ -.\" $OpenBSD: md5.1,v 1.47 2017/02/23 20:46:08 daniel Exp $ +.\" $OpenBSD: md5.1,v 1.48 2019/01/25 00:19:25 millert Exp $ .\" -.\" Copyright (c) 2003, 2004, 2006 Todd C. Miller <Todd.Miller@courtesan.com> +.\" Copyright (c) 2003, 2004, 2006 Todd C. Miller <millert@openbsd.org> .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ .\" Agency (DARPA) and Air Force Research Laboratory, Air Force .\" Materiel Command, USAF, under agreement number F39502-99-1-0512. .\" -.Dd $Mdocdate: February 23 2017 $ +.Dd $Mdocdate: January 25 2019 $ .Dt MD5 1 .Os .Sh NAME diff --git a/bin/md5/md5.c b/bin/md5/md5.c index ff1c05d4617..298feeb18a7 100644 --- a/bin/md5/md5.c +++ b/bin/md5/md5.c @@ -1,8 +1,8 @@ -/* $OpenBSD: md5.c,v 1.93 2018/09/07 14:54:49 cheloha Exp $ */ +/* $OpenBSD: md5.c,v 1.94 2019/01/25 00:19:25 millert Exp $ */ /* * Copyright (c) 2001,2003,2005-2007,2010,2013,2014 - * Todd C. Miller <Todd.Miller@courtesan.com> + * Todd C. Miller <millert@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above |