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 | |
parent | 6a583bbe6f30ab5dc54cf72dcb123d91a84106c6 (diff) |
I am retiring my old email address; replace it with my OpenBSD one.
129 files changed, 292 insertions, 292 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 diff --git a/distrib/special/more/more.c b/distrib/special/more/more.c index 754f29202af..b4eabd6ea8a 100644 --- a/distrib/special/more/more.c +++ b/distrib/special/more/more.c @@ -1,7 +1,7 @@ -/* $OpenBSD: more.c,v 1.39 2018/04/26 12:42:50 guenther Exp $ */ +/* $OpenBSD: more.c,v 1.40 2019/01/25 00:19:25 millert Exp $ */ /* - * Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2003 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/include/curses.h b/include/curses.h index e5a91c3c1ea..8105fb797d1 100644 --- a/include/curses.h +++ b/include/curses.h @@ -1,7 +1,7 @@ -/* $OpenBSD: curses.h,v 1.4 2015/11/14 23:56:49 deraadt Exp $ */ +/* $OpenBSD: curses.h,v 1.5 2019/01/25 00:19:25 millert Exp $ */ /* - * Placed in the public domain by Todd C. Miller <Todd.Miller@courtesan.com> + * Placed in the public domain by Todd C. Miller <millert@openbsd.org> * on June 17, 2003. */ diff --git a/include/ftw.h b/include/ftw.h index 1601ad2bae3..994781570bf 100644 --- a/include/ftw.h +++ b/include/ftw.h @@ -1,7 +1,7 @@ -/* $OpenBSD: ftw.h,v 1.1 2003/07/21 21:13:18 millert Exp $ */ +/* $OpenBSD: ftw.h,v 1.2 2019/01/25 00:19:25 millert Exp $ */ /* - * Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2003 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/include/inttypes.h b/include/inttypes.h index 62682dd605c..b8f45071bbb 100644 --- a/include/inttypes.h +++ b/include/inttypes.h @@ -1,7 +1,7 @@ -/* $OpenBSD: inttypes.h,v 1.12 2018/11/22 21:20:38 guenther Exp $ */ +/* $OpenBSD: inttypes.h,v 1.13 2019/01/25 00:19:25 millert Exp $ */ /* - * Copyright (c) 1997, 2005 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 1997, 2005 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/include/libgen.h b/include/libgen.h index 4ae512d93f8..4312373c783 100644 --- a/include/libgen.h +++ b/include/libgen.h @@ -1,7 +1,7 @@ -/* $OpenBSD: libgen.h,v 1.8 2016/01/25 12:17:48 jca Exp $ */ +/* $OpenBSD: libgen.h,v 1.9 2019/01/25 00:19:25 millert Exp $ */ /* - * Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 1997 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/include/readpassphrase.h b/include/readpassphrase.h index cef36f0793b..4ef538c6258 100644 --- a/include/readpassphrase.h +++ b/include/readpassphrase.h @@ -1,7 +1,7 @@ -/* $OpenBSD: readpassphrase.h,v 1.5 2003/06/17 21:56:23 millert Exp $ */ +/* $OpenBSD: readpassphrase.h,v 1.6 2019/01/25 00:19:25 millert Exp $ */ /* - * Copyright (c) 2000, 2002 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2000, 2002 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/lib/libc/gen/auth_subr.c b/lib/libc/gen/auth_subr.c index b7d904a5f36..03ac0d6107b 100644 --- a/lib/libc/gen/auth_subr.c +++ b/lib/libc/gen/auth_subr.c @@ -1,7 +1,7 @@ -/* $OpenBSD: auth_subr.c,v 1.50 2015/12/28 22:08:18 mmcc Exp $ */ +/* $OpenBSD: auth_subr.c,v 1.51 2019/01/25 00:19:25 millert Exp $ */ /* - * Copyright (c) 2000-2002,2004 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2000-2002,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/lib/libc/gen/basename.3 b/lib/libc/gen/basename.3 index 1448e81ddd1..5ac2759afff 100644 --- a/lib/libc/gen/basename.3 +++ b/lib/libc/gen/basename.3 @@ -1,6 +1,6 @@ -.\" $OpenBSD: basename.3,v 1.23 2017/05/08 14:45:47 millert Exp $ +.\" $OpenBSD: basename.3,v 1.24 2019/01/25 00:19:25 millert Exp $ .\" -.\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> +.\" Copyright (c) 1997 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 @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 8 2017 $ +.Dd $Mdocdate: January 25 2019 $ .Dt BASENAME 3 .Os .Sh NAME diff --git a/lib/libc/gen/basename.c b/lib/libc/gen/basename.c index d77c2df09a0..2081cb95a28 100644 --- a/lib/libc/gen/basename.c +++ b/lib/libc/gen/basename.c @@ -1,7 +1,7 @@ -/* $OpenBSD: basename.c,v 1.15 2013/09/30 12:02:32 millert Exp $ */ +/* $OpenBSD: basename.c,v 1.16 2019/01/25 00:19:25 millert Exp $ */ /* - * Copyright (c) 1997, 2004 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 1997, 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/lib/libc/gen/charclass.h b/lib/libc/gen/charclass.h index 5edb2c1144c..073baf69cd7 100644 --- a/lib/libc/gen/charclass.h +++ b/lib/libc/gen/charclass.h @@ -1,7 +1,7 @@ /* - * Public domain, 2008, Todd C. Miller <Todd.Miller@courtesan.com> + * Public domain, 2008, Todd C. Miller <millert@openbsd.org> * - * $OpenBSD: charclass.h,v 1.1 2008/10/01 23:04:13 millert Exp $ + * $OpenBSD: charclass.h,v 1.2 2019/01/25 00:19:25 millert Exp $ */ /* diff --git a/lib/libc/gen/dirname.3 b/lib/libc/gen/dirname.3 index 7a6db4aa965..ee7807ad4aa 100644 --- a/lib/libc/gen/dirname.3 +++ b/lib/libc/gen/dirname.3 @@ -1,6 +1,6 @@ -.\" $OpenBSD: dirname.3,v 1.21 2017/05/08 14:45:47 millert Exp $ +.\" $OpenBSD: dirname.3,v 1.22 2019/01/25 00:19:25 millert Exp $ .\" -.\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> +.\" Copyright (c) 1997 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 @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 8 2017 $ +.Dd $Mdocdate: January 25 2019 $ .Dt DIRNAME 3 .Os .Sh NAME diff --git a/lib/libc/gen/dirname.c b/lib/libc/gen/dirname.c index ff9a881ea51..7a5d83b91e0 100644 --- a/lib/libc/gen/dirname.c +++ b/lib/libc/gen/dirname.c @@ -1,7 +1,7 @@ -/* $OpenBSD: dirname.c,v 1.15 2013/09/30 12:02:33 millert Exp $ */ +/* $OpenBSD: dirname.c,v 1.16 2019/01/25 00:19:25 millert Exp $ */ /* - * Copyright (c) 1997, 2004 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 1997, 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/lib/libc/gen/ftw.3 b/lib/libc/gen/ftw.3 index 4967bb7aabb..3548b035ebd 100644 --- a/lib/libc/gen/ftw.3 +++ b/lib/libc/gen/ftw.3 @@ -1,6 +1,6 @@ -.\" $OpenBSD: ftw.3,v 1.12 2015/10/11 21:23:24 schwarze Exp $ +.\" $OpenBSD: ftw.3,v 1.13 2019/01/25 00:19:25 millert Exp $ .\" -.\" Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com> +.\" Copyright (c) 2003 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: October 11 2015 $ +.Dd $Mdocdate: January 25 2019 $ .Dt FTW 3 .Os .Sh NAME diff --git a/lib/libc/gen/ftw.c b/lib/libc/gen/ftw.c index b25ea2d719a..000983ee90b 100644 --- a/lib/libc/gen/ftw.c +++ b/lib/libc/gen/ftw.c @@ -1,7 +1,7 @@ -/* $OpenBSD: ftw.c,v 1.5 2005/08/08 08:05:34 espie Exp $ */ +/* $OpenBSD: ftw.c,v 1.6 2019/01/25 00:19:25 millert Exp $ */ /* - * Copyright (c) 2003, 2004 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2003, 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/lib/libc/gen/isfdtype.3 b/lib/libc/gen/isfdtype.3 index 63f61d4e6f6..66ebad86842 100644 --- a/lib/libc/gen/isfdtype.3 +++ b/lib/libc/gen/isfdtype.3 @@ -1,6 +1,6 @@ -.\" $OpenBSD: isfdtype.3,v 1.9 2014/01/21 03:15:45 schwarze Exp $ +.\" $OpenBSD: isfdtype.3,v 1.10 2019/01/25 00:19:25 millert Exp $ .\" -.\" Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com> +.\" Copyright (c) 2002 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: January 21 2014 $ +.Dd $Mdocdate: January 25 2019 $ .Dt ISFDTYPE 3 .Os .Sh NAME diff --git a/lib/libc/gen/isfdtype.c b/lib/libc/gen/isfdtype.c index 04cee8d7e67..d5861ed77a8 100644 --- a/lib/libc/gen/isfdtype.c +++ b/lib/libc/gen/isfdtype.c @@ -1,7 +1,7 @@ -/* $OpenBSD: isfdtype.c,v 1.4 2005/08/08 08:05:34 espie Exp $ */ +/* $OpenBSD: isfdtype.c,v 1.5 2019/01/25 00:19:25 millert Exp $ */ /* - * Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2002 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/lib/libc/gen/login_cap.c b/lib/libc/gen/login_cap.c index 6cd0c3b84cd..87627e5db04 100644 --- a/lib/libc/gen/login_cap.c +++ b/lib/libc/gen/login_cap.c @@ -1,7 +1,7 @@ -/* $OpenBSD: login_cap.c,v 1.34 2016/03/10 18:30:53 mmcc Exp $ */ +/* $OpenBSD: login_cap.c,v 1.35 2019/01/25 00:19:25 millert Exp $ */ /* - * Copyright (c) 2000-2004 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2000-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/lib/libc/gen/nftw.c b/lib/libc/gen/nftw.c index f5b43952d04..967fec47efe 100644 --- a/lib/libc/gen/nftw.c +++ b/lib/libc/gen/nftw.c @@ -1,7 +1,7 @@ -/* $OpenBSD: nftw.c,v 1.7 2006/03/31 19:41:44 millert Exp $ */ +/* $OpenBSD: nftw.c,v 1.8 2019/01/25 00:19:25 millert Exp $ */ /* - * Copyright (c) 2003, 2004 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2003, 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/lib/libc/gen/pause.c b/lib/libc/gen/pause.c index b72d966d46a..7624e982cfa 100644 --- a/lib/libc/gen/pause.c +++ b/lib/libc/gen/pause.c @@ -1,7 +1,7 @@ -/* $OpenBSD: pause.c,v 1.6 2005/08/08 08:05:34 espie Exp $ */ +/* $OpenBSD: pause.c,v 1.7 2019/01/25 00:19:25 millert Exp $ */ /* - * Written by Todd C. Miller <Todd.Miller@courtesan.com> + * Written by Todd C. Miller <millert@openbsd.org> * Public domain. */ diff --git a/lib/libc/gen/pw_dup.3 b/lib/libc/gen/pw_dup.3 index afd5d986b25..9b7c3385983 100644 --- a/lib/libc/gen/pw_dup.3 +++ b/lib/libc/gen/pw_dup.3 @@ -1,6 +1,6 @@ -.\" $OpenBSD: pw_dup.3,v 1.9 2013/11/22 15:41:05 espie Exp $ +.\" $OpenBSD: pw_dup.3,v 1.10 2019/01/25 00:19:25 millert Exp $ .\" -.\" Copyright (c) 2000 Todd C. Miller <Todd.Miller@courtesan.com> +.\" Copyright (c) 2000 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 @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 22 2013 $ +.Dd $Mdocdate: January 25 2019 $ .Dt PW_DUP 3 .Os .Sh NAME diff --git a/lib/libc/gen/pw_dup.c b/lib/libc/gen/pw_dup.c index 2484736ef74..66d41fc84ac 100644 --- a/lib/libc/gen/pw_dup.c +++ b/lib/libc/gen/pw_dup.c @@ -1,7 +1,7 @@ -/* $OpenBSD: pw_dup.c,v 1.8 2015/09/13 15:33:48 guenther Exp $ */ +/* $OpenBSD: pw_dup.c,v 1.9 2019/01/25 00:19:25 millert Exp $ */ /* - * Copyright (c) 2000, 2002 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2000, 2002 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/lib/libc/gen/readpassphrase.3 b/lib/libc/gen/readpassphrase.3 index 7b232a4e1d0..eb35952ee10 100644 --- a/lib/libc/gen/readpassphrase.3 +++ b/lib/libc/gen/readpassphrase.3 @@ -1,6 +1,6 @@ -.\" $OpenBSD: readpassphrase.3,v 1.20 2014/03/06 23:03:18 millert Exp $ +.\" $OpenBSD: readpassphrase.3,v 1.21 2019/01/25 00:19:25 millert Exp $ .\" -.\" Copyright (c) 2000, 2002 Todd C. Miller <Todd.Miller@courtesan.com> +.\" Copyright (c) 2000, 2002 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: March 6 2014 $ +.Dd $Mdocdate: January 25 2019 $ .Dt READPASSPHRASE 3 .Os .Sh NAME diff --git a/lib/libc/gen/readpassphrase.c b/lib/libc/gen/readpassphrase.c index a1aeb342ba7..0e2aa3af5f0 100644 --- a/lib/libc/gen/readpassphrase.c +++ b/lib/libc/gen/readpassphrase.c @@ -1,8 +1,8 @@ -/* $OpenBSD: readpassphrase.c,v 1.26 2016/10/18 12:47:18 millert Exp $ */ +/* $OpenBSD: readpassphrase.c,v 1.27 2019/01/25 00:19:25 millert Exp $ */ /* * Copyright (c) 2000-2002, 2007, 2010 - * 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 diff --git a/lib/libc/hash/rmd160.3 b/lib/libc/hash/rmd160.3 index 3fb75256c7c..2ed78d2e8cc 100644 --- a/lib/libc/hash/rmd160.3 +++ b/lib/libc/hash/rmd160.3 @@ -1,6 +1,6 @@ -.\" $OpenBSD: rmd160.3,v 1.38 2016/09/04 09:24:38 tedu Exp $ +.\" $OpenBSD: rmd160.3,v 1.39 2019/01/25 00:19:25 millert Exp $ .\" -.\" Copyright (c) 1997, 2004 Todd C. Miller <Todd.Miller@courtesan.com> +.\" Copyright (c) 1997, 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 @@ -17,7 +17,7 @@ .\" See http://www.esat.kuleuven.ac.be/~bosselae/ripemd160.html .\" for detailed information about RIPEMD-160. .\" -.Dd $Mdocdate: September 4 2016 $ +.Dd $Mdocdate: January 25 2019 $ .Dt RMD160INIT 3 .Os .Sh NAME diff --git a/lib/libc/hash/sha1.3 b/lib/libc/hash/sha1.3 index f745e42008e..a4204ccf2ab 100644 --- a/lib/libc/hash/sha1.3 +++ b/lib/libc/hash/sha1.3 @@ -1,6 +1,6 @@ -.\" $OpenBSD: sha1.3,v 1.45 2017/02/23 20:46:08 daniel Exp $ +.\" $OpenBSD: sha1.3,v 1.46 2019/01/25 00:19:25 millert Exp $ .\" -.\" Copyright (c) 1997, 2004 Todd C. Miller <Todd.Miller@courtesan.com> +.\" Copyright (c) 1997, 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 @@ -17,7 +17,7 @@ .\" See http://csrc.nist.gov/publications/fips/fips180-1/fip180-1.txt .\" for the detailed standard .\" -.Dd $Mdocdate: February 23 2017 $ +.Dd $Mdocdate: January 25 2019 $ .Dt SHA1INIT 3 .Os .Sh NAME diff --git a/lib/libc/hash/sha2.3 b/lib/libc/hash/sha2.3 index 403ea68a7bf..370ec98906c 100644 --- a/lib/libc/hash/sha2.3 +++ b/lib/libc/hash/sha2.3 @@ -1,6 +1,6 @@ -.\" $OpenBSD: sha2.3,v 1.26 2016/09/04 09:28:12 tedu Exp $ +.\" $OpenBSD: sha2.3,v 1.27 2019/01/25 00:19:25 millert Exp $ .\" -.\" Copyright (c) 2003, 2004 Todd C. Miller <Todd.Miller@courtesan.com> +.\" Copyright (c) 2003, 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 @@ -20,7 +20,7 @@ .\" .\" See http://www.nist.gov/sha/ for the detailed standard .\" -.Dd $Mdocdate: September 4 2016 $ +.Dd $Mdocdate: January 25 2019 $ .Dt SHA256INIT 3 .Os .Sh NAME diff --git a/lib/libc/net/ethers.c b/lib/libc/net/ethers.c index 490622df9a4..d62be1ca71a 100644 --- a/lib/libc/net/ethers.c +++ b/lib/libc/net/ethers.c @@ -1,7 +1,7 @@ -/* $OpenBSD: ethers.c,v 1.26 2018/11/09 17:49:32 brynet Exp $ */ +/* $OpenBSD: ethers.c,v 1.27 2019/01/25 00:19:25 millert Exp $ */ /* - * Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 1998 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 @@ -19,7 +19,7 @@ /* * ethers(3) a la Sun. * Originally Written by Roland McGrath <roland@frob.com> 10/14/93. - * Substantially modified by Todd C. Miller <Todd.Miller@courtesan.com> + * Substantially modified by Todd C. Miller <millert@openbsd.org> */ #include <sys/types.h> diff --git a/lib/libc/stdio/asprintf.c b/lib/libc/stdio/asprintf.c index cea64692369..cc621e5b5c8 100644 --- a/lib/libc/stdio/asprintf.c +++ b/lib/libc/stdio/asprintf.c @@ -1,7 +1,7 @@ -/* $OpenBSD: asprintf.c,v 1.25 2017/03/17 14:53:08 deraadt Exp $ */ +/* $OpenBSD: asprintf.c,v 1.26 2019/01/25 00:19:25 millert Exp $ */ /* - * Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 1997 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/lib/libc/stdio/vasprintf.c b/lib/libc/stdio/vasprintf.c index 174d8f4f4c1..c2e17e7c1e9 100644 --- a/lib/libc/stdio/vasprintf.c +++ b/lib/libc/stdio/vasprintf.c @@ -1,7 +1,7 @@ -/* $OpenBSD: vasprintf.c,v 1.22 2017/03/17 14:53:08 deraadt Exp $ */ +/* $OpenBSD: vasprintf.c,v 1.23 2019/01/25 00:19:25 millert Exp $ */ /* - * Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 1997 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/lib/libc/stdio/vswprintf.c b/lib/libc/stdio/vswprintf.c index 641db4ae73b..91e71cb3fe2 100644 --- a/lib/libc/stdio/vswprintf.c +++ b/lib/libc/stdio/vswprintf.c @@ -1,8 +1,8 @@ -/* $OpenBSD: vswprintf.c,v 1.6 2015/08/31 02:53:57 guenther Exp $ */ +/* $OpenBSD: vswprintf.c,v 1.7 2019/01/25 00:19:25 millert Exp $ */ /* $NetBSD: vswprintf.c,v 1.1 2005/05/14 23:51:02 christos Exp $ */ /* - * Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 1997 Todd C. Miller <millert@openbsd.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libc/stdlib/a64l.3 b/lib/libc/stdlib/a64l.3 index 11a74604aca..c34af99c884 100644 --- a/lib/libc/stdlib/a64l.3 +++ b/lib/libc/stdlib/a64l.3 @@ -1,6 +1,6 @@ -.\" $OpenBSD: a64l.3,v 1.12 2013/06/05 03:39:23 tedu Exp $ +.\" $OpenBSD: a64l.3,v 1.13 2019/01/25 00:19:25 millert Exp $ .\" -.\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> +.\" Copyright (c) 1997 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 @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 25 2019 $ .Dt A64L 3 .Os .Sh NAME diff --git a/lib/libc/stdlib/ecvt.3 b/lib/libc/stdlib/ecvt.3 index 86f37dfdaee..f478f8e4b04 100644 --- a/lib/libc/stdlib/ecvt.3 +++ b/lib/libc/stdlib/ecvt.3 @@ -1,6 +1,6 @@ -.\" $OpenBSD: ecvt.3,v 1.12 2015/09/10 15:16:43 schwarze Exp $ +.\" $OpenBSD: ecvt.3,v 1.13 2019/01/25 00:19:25 millert Exp $ .\" -.\" Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com> +.\" Copyright (c) 2002 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: September 10 2015 $ +.Dd $Mdocdate: January 25 2019 $ .Dt ECVT 3 .Os .Sh NAME diff --git a/lib/libc/stdlib/ecvt.c b/lib/libc/stdlib/ecvt.c index dfcf45fe6c5..a6b1d748fe7 100644 --- a/lib/libc/stdlib/ecvt.c +++ b/lib/libc/stdlib/ecvt.c @@ -1,7 +1,7 @@ -/* $OpenBSD: ecvt.c,v 1.10 2015/12/28 22:08:18 mmcc Exp $ */ +/* $OpenBSD: ecvt.c,v 1.11 2019/01/25 00:19:25 millert Exp $ */ /* - * Copyright (c) 2002, 2006 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2002, 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 diff --git a/lib/libc/stdlib/gcvt.c b/lib/libc/stdlib/gcvt.c index f233332799f..f9528e7e7a1 100644 --- a/lib/libc/stdlib/gcvt.c +++ b/lib/libc/stdlib/gcvt.c @@ -1,8 +1,8 @@ -/* $OpenBSD: gcvt.c,v 1.13 2013/11/01 19:05:11 guenther Exp $ */ +/* $OpenBSD: gcvt.c,v 1.14 2019/01/25 00:19:25 millert Exp $ */ /* * Copyright (c) 2002, 2003, 2006, 2010 - * 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 diff --git a/lib/libc/stdlib/getopt_long.c b/lib/libc/stdlib/getopt_long.c index eb799c31f59..fec9ef79c89 100644 --- a/lib/libc/stdlib/getopt_long.c +++ b/lib/libc/stdlib/getopt_long.c @@ -1,8 +1,8 @@ -/* $OpenBSD: getopt_long.c,v 1.29 2015/10/01 02:32:07 guenther Exp $ */ +/* $OpenBSD: getopt_long.c,v 1.30 2019/01/25 00:19:25 millert Exp $ */ /* $NetBSD: getopt_long.c,v 1.15 2002/01/31 22:43:40 tv Exp $ */ /* - * Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2002 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/lib/libc/stdlib/posix_openpt.3 b/lib/libc/stdlib/posix_openpt.3 index 376772bb076..b55e1be750c 100644 --- a/lib/libc/stdlib/posix_openpt.3 +++ b/lib/libc/stdlib/posix_openpt.3 @@ -1,6 +1,6 @@ -.\" $OpenBSD: posix_openpt.3,v 1.3 2012/12/05 06:40:59 jmc Exp $ +.\" $OpenBSD: posix_openpt.3,v 1.4 2019/01/25 00:19:25 millert Exp $ .\" -.\" Copyright (c) 2012 Todd C. Miller <Todd.Miller@courtesan.com> +.\" Copyright (c) 2012 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 @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: December 5 2012 $ +.Dd $Mdocdate: January 25 2019 $ .Dt POSIX_OPENPT 3 .Os .Sh NAME diff --git a/lib/libc/stdlib/posix_pty.c b/lib/libc/stdlib/posix_pty.c index 72b5d527cc5..e45ab6ebd0c 100644 --- a/lib/libc/stdlib/posix_pty.c +++ b/lib/libc/stdlib/posix_pty.c @@ -1,7 +1,7 @@ -/* $OpenBSD: posix_pty.c,v 1.2 2015/05/11 00:42:54 guenther Exp $ */ +/* $OpenBSD: posix_pty.c,v 1.3 2019/01/25 00:19:25 millert Exp $ */ /* - * Copyright (c) 2012 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2012 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/lib/libc/stdlib/tsearch.3 b/lib/libc/stdlib/tsearch.3 index 2027f163e43..cd904356148 100644 --- a/lib/libc/stdlib/tsearch.3 +++ b/lib/libc/stdlib/tsearch.3 @@ -1,6 +1,6 @@ -.\" $OpenBSD: tsearch.3,v 1.20 2016/03/12 21:31:22 mmcc Exp $ +.\" $OpenBSD: tsearch.3,v 1.21 2019/01/25 00:19:25 millert Exp $ .\" -.\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> +.\" Copyright (c) 1997 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 @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: March 12 2016 $ +.Dd $Mdocdate: January 25 2019 $ .Dt TSEARCH 3 .Os .Sh NAME diff --git a/lib/libc/string/memrchr.c b/lib/libc/string/memrchr.c index 26a33995b70..e123bc1737d 100644 --- a/lib/libc/string/memrchr.c +++ b/lib/libc/string/memrchr.c @@ -1,7 +1,7 @@ -/* $OpenBSD: memrchr.c,v 1.3 2015/08/31 02:53:57 guenther Exp $ */ +/* $OpenBSD: memrchr.c,v 1.4 2019/01/25 00:19:25 millert Exp $ */ /* - * Copyright (c) 2007 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2007 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/lib/libc/string/strlcat.c b/lib/libc/string/strlcat.c index 6bf2a41f799..aa3db7ab378 100644 --- a/lib/libc/string/strlcat.c +++ b/lib/libc/string/strlcat.c @@ -1,7 +1,7 @@ -/* $OpenBSD: strlcat.c,v 1.18 2016/10/16 17:37:39 dtucker Exp $ */ +/* $OpenBSD: strlcat.c,v 1.19 2019/01/25 00:19:25 millert Exp $ */ /* - * Copyright (c) 1998, 2015 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 1998, 2015 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/lib/libc/string/strlcpy.3 b/lib/libc/string/strlcpy.3 index 044c959c0c6..a14145e199f 100644 --- a/lib/libc/string/strlcpy.3 +++ b/lib/libc/string/strlcpy.3 @@ -1,6 +1,6 @@ -.\" $OpenBSD: strlcpy.3,v 1.26 2013/09/30 12:02:35 millert Exp $ +.\" $OpenBSD: strlcpy.3,v 1.27 2019/01/25 00:19:25 millert Exp $ .\" -.\" Copyright (c) 1998, 2000 Todd C. Miller <Todd.Miller@courtesan.com> +.\" Copyright (c) 1998, 2000 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 @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: September 30 2013 $ +.Dd $Mdocdate: January 25 2019 $ .Dt STRLCPY 3 .Os .Sh NAME @@ -185,4 +185,4 @@ first appeared in and .Fn strlcat were created by -.An Todd C. Miller Aq Mt Todd.Miller@courtesan.com . +.An Todd C. Miller Aq Mt millert@openbsd.org . diff --git a/lib/libc/string/strlcpy.c b/lib/libc/string/strlcpy.c index 367768928db..7e3b9aef6f6 100644 --- a/lib/libc/string/strlcpy.c +++ b/lib/libc/string/strlcpy.c @@ -1,7 +1,7 @@ -/* $OpenBSD: strlcpy.c,v 1.15 2016/10/16 17:37:39 dtucker Exp $ */ +/* $OpenBSD: strlcpy.c,v 1.16 2019/01/25 00:19:25 millert Exp $ */ /* - * Copyright (c) 1998, 2015 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 1998, 2015 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/lib/libc/string/strndup.c b/lib/libc/string/strndup.c index a6e5bff7ca1..499f9a028af 100644 --- a/lib/libc/string/strndup.c +++ b/lib/libc/string/strndup.c @@ -1,7 +1,7 @@ -/* $OpenBSD: strndup.c,v 1.2 2015/08/31 02:53:57 guenther Exp $ */ +/* $OpenBSD: strndup.c,v 1.3 2019/01/25 00:19:25 millert Exp $ */ /* - * Copyright (c) 2010 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2010 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/lib/libc/string/strnlen.c b/lib/libc/string/strnlen.c index db809756acd..d50a927f283 100644 --- a/lib/libc/string/strnlen.c +++ b/lib/libc/string/strnlen.c @@ -1,7 +1,7 @@ -/* $OpenBSD: strnlen.c,v 1.8 2016/10/16 17:37:39 dtucker Exp $ */ +/* $OpenBSD: strnlen.c,v 1.9 2019/01/25 00:19:25 millert Exp $ */ /* - * Copyright (c) 2010 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2010 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/lib/libc/string/wcslcat.c b/lib/libc/string/wcslcat.c index aa581466256..9949057df4e 100644 --- a/lib/libc/string/wcslcat.c +++ b/lib/libc/string/wcslcat.c @@ -1,7 +1,7 @@ -/* $OpenBSD: wcslcat.c,v 1.6 2015/09/12 16:23:14 guenther Exp $ */ +/* $OpenBSD: wcslcat.c,v 1.7 2019/01/25 00:19:25 millert Exp $ */ /* - * Copyright (c) 1998, 2015 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 1998, 2015 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/lib/libc/string/wcslcpy.3 b/lib/libc/string/wcslcpy.3 index 7af6c746148..5d8721c35aa 100644 --- a/lib/libc/string/wcslcpy.3 +++ b/lib/libc/string/wcslcpy.3 @@ -1,6 +1,6 @@ -.\" $OpenBSD: wcslcpy.3,v 1.6 2013/09/25 21:49:31 millert Exp $ +.\" $OpenBSD: wcslcpy.3,v 1.7 2019/01/25 00:19:25 millert Exp $ .\" -.\" Copyright (c) 1998, 2000 Todd C. Miller <Todd.Miller@courtesan.com> +.\" Copyright (c) 1998, 2000 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 @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: September 25 2013 $ +.Dd $Mdocdate: January 25 2019 $ .Dt WCSLCPY 3 .Os .Sh NAME @@ -150,4 +150,4 @@ The and .Fn wcslcat functions are based on code by -.An Todd C. Miller Aq Mt Todd.Miller@courtesan.com . +.An Todd C. Miller Aq Mt millert@openbsd.org . diff --git a/lib/libc/string/wcslcpy.c b/lib/libc/string/wcslcpy.c index 36a544a33c4..9c433c83dc6 100644 --- a/lib/libc/string/wcslcpy.c +++ b/lib/libc/string/wcslcpy.c @@ -1,7 +1,7 @@ -/* $OpenBSD: wcslcpy.c,v 1.7 2015/09/12 16:23:14 guenther Exp $ */ +/* $OpenBSD: wcslcpy.c,v 1.8 2019/01/25 00:19:25 millert Exp $ */ /* - * Copyright (c) 1998, 2015 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 1998, 2015 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/lib/libkvm/kvm_cd9660.c b/lib/libkvm/kvm_cd9660.c index 305acf75a9b..31b7aa2756a 100644 --- a/lib/libkvm/kvm_cd9660.c +++ b/lib/libkvm/kvm_cd9660.c @@ -1,7 +1,7 @@ -/* $OpenBSD: kvm_cd9660.c,v 1.7 2016/10/02 23:11:55 guenther Exp $ */ +/* $OpenBSD: kvm_cd9660.c,v 1.8 2019/01/25 00:19:25 millert Exp $ */ /* - * Copyright (c) 2009 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2009 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/lib/libkvm/kvm_file2.c b/lib/libkvm/kvm_file2.c index 7c63a5abb3a..3f2eeeb08cf 100644 --- a/lib/libkvm/kvm_file2.c +++ b/lib/libkvm/kvm_file2.c @@ -1,7 +1,7 @@ -/* $OpenBSD: kvm_file2.c,v 1.54 2018/09/07 07:24:05 yasuoka Exp $ */ +/* $OpenBSD: kvm_file2.c,v 1.55 2019/01/25 00:19:25 millert Exp $ */ /* - * Copyright (c) 2009 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2009 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/lib/libm/man/cimag.3 b/lib/libm/man/cimag.3 index c9025c0105a..eef6a36c332 100644 --- a/lib/libm/man/cimag.3 +++ b/lib/libm/man/cimag.3 @@ -1,6 +1,6 @@ -.\" $OpenBSD: cimag.3,v 1.3 2013/06/05 03:40:26 tedu Exp $ +.\" $OpenBSD: cimag.3,v 1.4 2019/01/25 00:19:25 millert Exp $ .\" -.\" Copyright (c) 2010 Todd C. Miller <Todd.Miller@courtesan.com> +.\" Copyright (c) 2010 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 @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 25 2019 $ .Dt CIMAG 3 .Os .Sh NAME diff --git a/lib/libm/man/conj.3 b/lib/libm/man/conj.3 index 2e26ddae72d..397631eb7c8 100644 --- a/lib/libm/man/conj.3 +++ b/lib/libm/man/conj.3 @@ -1,6 +1,6 @@ -.\" $OpenBSD: conj.3,v 1.4 2013/06/05 03:40:26 tedu Exp $ +.\" $OpenBSD: conj.3,v 1.5 2019/01/25 00:19:25 millert Exp $ .\" -.\" Copyright (c) 2010 Todd C. Miller <Todd.Miller@courtesan.com> +.\" Copyright (c) 2010 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 @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 25 2019 $ .Dt CONJ 3 .Os .Sh NAME diff --git a/lib/libm/man/cproj.3 b/lib/libm/man/cproj.3 index 879d2872a90..3ca4fa38016 100644 --- a/lib/libm/man/cproj.3 +++ b/lib/libm/man/cproj.3 @@ -1,6 +1,6 @@ -.\" $OpenBSD: cproj.3,v 1.5 2016/04/26 19:49:22 tb Exp $ +.\" $OpenBSD: cproj.3,v 1.6 2019/01/25 00:19:25 millert Exp $ .\" -.\" Copyright (c) 2010 Todd C. Miller <Todd.Miller@courtesan.com> +.\" Copyright (c) 2010 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 @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: April 26 2016 $ +.Dd $Mdocdate: January 25 2019 $ .Dt CPROJ 3 .Os .Sh NAME diff --git a/lib/libskey/skey.3 b/lib/libskey/skey.3 index dbc40e6fac3..ad34c26a56a 100644 --- a/lib/libskey/skey.3 +++ b/lib/libskey/skey.3 @@ -1,6 +1,6 @@ -.\" $OpenBSD: skey.3,v 1.15 2015/11/10 23:48:18 jmc Exp $ +.\" $OpenBSD: skey.3,v 1.16 2019/01/25 00:19:26 millert Exp $ .\" -.\" Copyright (c) 2001 Todd C. Miller <Todd.Miller@courtesan.com> +.\" Copyright (c) 2001 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 @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 10 2015 $ +.Dd $Mdocdate: January 25 2019 $ .Dt SKEYLOOKUP 3 .Os .Sh NAME diff --git a/lib/libskey/skey.5 b/lib/libskey/skey.5 index a576db24e55..5e704fa3b48 100644 --- a/lib/libskey/skey.5 +++ b/lib/libskey/skey.5 @@ -1,6 +1,6 @@ -.\" $OpenBSD: skey.5,v 1.7 2014/03/20 20:39:13 naddy Exp $ +.\" $OpenBSD: skey.5,v 1.8 2019/01/25 00:19:26 millert Exp $ .\" -.\" Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com> +.\" Copyright (c) 2002 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: March 20 2014 $ +.Dd $Mdocdate: January 25 2019 $ .Dt SKEY 5 .Os .Sh NAME diff --git a/lib/libskey/skey.h b/lib/libskey/skey.h index 54e1f4d8804..45bb2c66b55 100644 --- a/lib/libskey/skey.h +++ b/lib/libskey/skey.h @@ -6,11 +6,11 @@ * Philip R. Karn <karn@chicago.qualcomm.com> * John S. Walden <jsw@thumper.bellcore.com> * Scott Chasin <chasin@crimelab.com> - * Todd C. Miller <Todd.Miller@courtesan.com> + * Todd C. Miller <millert@openbsd.org> * * Main client header * - * $OpenBSD: skey.h,v 1.21 2017/03/20 21:11:21 tb Exp $ + * $OpenBSD: skey.h,v 1.22 2019/01/25 00:19:26 millert Exp $ */ #ifndef _SKEY_H_ diff --git a/lib/libskey/skeylogin.c b/lib/libskey/skeylogin.c index 13e39007a33..c58a13f4fe1 100644 --- a/lib/libskey/skeylogin.c +++ b/lib/libskey/skeylogin.c @@ -5,12 +5,12 @@ * Philip R. Karn <karn@chicago.qualcomm.com> * John S. Walden <jsw@thumper.bellcore.com> * Scott Chasin <chasin@crimelab.com> - * Todd C. Miller <Todd.Miller@courtesan.com> + * Todd C. Miller <millert@openbsd.org> * Angelos D. Keromytis <adk@adk.gr> * * S/Key verification check, lookups, and authentication. * - * $OpenBSD: skeylogin.c,v 1.61 2017/04/17 21:55:20 deraadt Exp $ + * $OpenBSD: skeylogin.c,v 1.62 2019/01/25 00:19:26 millert Exp $ */ #ifdef QUOTA diff --git a/lib/libskey/skeysubr.c b/lib/libskey/skeysubr.c index 6a5dd457b48..a8068d09a2a 100644 --- a/lib/libskey/skeysubr.c +++ b/lib/libskey/skeysubr.c @@ -5,11 +5,11 @@ * Philip R. Karn <karn@chicago.qualcomm.com> * John S. Walden <jsw@thumper.bellcore.com> * Scott Chasin <chasin@crimelab.com> - * Todd C. Miller <Todd.Miller@courtesan.com> + * Todd C. Miller <millert@openbsd.org> * * S/Key misc routines. * - * $OpenBSD: skeysubr.c,v 1.34 2015/10/06 15:07:45 tim Exp $ + * $OpenBSD: skeysubr.c,v 1.35 2019/01/25 00:19:26 millert Exp $ */ #include <stdio.h> diff --git a/lib/libutil/check_expire.3 b/lib/libutil/check_expire.3 index c2e8dabfb79..611163600cd 100644 --- a/lib/libutil/check_expire.3 +++ b/lib/libutil/check_expire.3 @@ -1,6 +1,6 @@ -.\" $OpenBSD: check_expire.3,v 1.10 2014/12/04 18:25:46 schwarze Exp $ +.\" $OpenBSD: check_expire.3,v 1.11 2019/01/25 00:19:26 millert Exp $ .\" -.\" Copyright (c) 2000 Todd C. Miller <Todd.Miller@courtesan.com> +.\" Copyright (c) 2000 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 @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: December 4 2014 $ +.Dd $Mdocdate: January 25 2019 $ .Dt LOGIN_CHECK_EXPIRE 3 .Os .Sh NAME diff --git a/libexec/ld.so/dl_dirname.c b/libexec/ld.so/dl_dirname.c index ed9128e4979..2a1b2d6999b 100644 --- a/libexec/ld.so/dl_dirname.c +++ b/libexec/ld.so/dl_dirname.c @@ -1,7 +1,7 @@ -/* $OpenBSD: dl_dirname.c,v 1.2 2015/01/16 16:18:07 deraadt Exp $ */ +/* $OpenBSD: dl_dirname.c,v 1.3 2019/01/25 00:19:26 millert Exp $ */ /* - * Copyright (c) 1997, 2004 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 1997, 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/libexec/ld.so/util.h b/libexec/ld.so/util.h index c16d9d3ef74..b21769cdb0f 100644 --- a/libexec/ld.so/util.h +++ b/libexec/ld.so/util.h @@ -1,7 +1,7 @@ -/* $OpenBSD: util.h,v 1.33 2018/10/23 04:01:45 guenther Exp $ */ +/* $OpenBSD: util.h,v 1.34 2019/01/25 00:19:26 millert Exp $ */ /* - * Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 1998 Todd C. Miller <millert@openbsd.org> * All rights reserved. * Copyright (c) 1998 Per Fogelstrom, Opsycon AB * diff --git a/libexec/lockspool/lockspool.1 b/libexec/lockspool/lockspool.1 index 12651c9eec5..ea5524bf082 100644 --- a/libexec/lockspool/lockspool.1 +++ b/libexec/lockspool/lockspool.1 @@ -1,6 +1,6 @@ -.\" $OpenBSD: lockspool.1,v 1.13 2014/09/16 21:11:56 jmc Exp $ +.\" $OpenBSD: lockspool.1,v 1.14 2019/01/25 00:19:26 millert Exp $ .\" -.\" Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> +.\" Copyright (c) 1998 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 @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: September 16 2014 $ +.Dd $Mdocdate: January 25 2019 $ .Dt LOCKSPOOL 1 .Os .Sh NAME diff --git a/libexec/lockspool/lockspool.c b/libexec/lockspool/lockspool.c index 6f21c08b100..dfa93f21224 100644 --- a/libexec/lockspool/lockspool.c +++ b/libexec/lockspool/lockspool.c @@ -1,8 +1,8 @@ -/* $OpenBSD: lockspool.c,v 1.19 2018/08/08 22:59:33 deraadt Exp $ */ +/* $OpenBSD: lockspool.c,v 1.20 2019/01/25 00:19:26 millert Exp $ */ /* * Copyright (c) 1998 Theo de Raadt <deraadt@theos.com> - * Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 1998 Todd C. Miller <millert@openbsd.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/libexec/login_passwd/login_passwd.8 b/libexec/login_passwd/login_passwd.8 index 1716bcd2bf8..734fd624406 100644 --- a/libexec/login_passwd/login_passwd.8 +++ b/libexec/login_passwd/login_passwd.8 @@ -1,6 +1,6 @@ -.\" $OpenBSD: login_passwd.8,v 1.10 2015/09/11 21:19:34 schwarze Exp $ +.\" $OpenBSD: login_passwd.8,v 1.11 2019/01/25 00:19:26 millert Exp $ .\" -.\" Copyright (c) 2000 Todd C. Miller <Todd.Miller@courtesan.com> +.\" Copyright (c) 2000 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 @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: September 11 2015 $ +.Dd $Mdocdate: January 25 2019 $ .Dt LOGIN_PASSWD 8 .Os .Sh NAME diff --git a/libexec/login_skey/login_skey.8 b/libexec/login_skey/login_skey.8 index 6130c7897b1..bfea5289b56 100644 --- a/libexec/login_skey/login_skey.8 +++ b/libexec/login_skey/login_skey.8 @@ -1,6 +1,6 @@ -.\" $OpenBSD: login_skey.8,v 1.10 2012/02/01 17:32:59 sobrado Exp $ +.\" $OpenBSD: login_skey.8,v 1.11 2019/01/25 00:19:26 millert Exp $ .\" -.\" Copyright (c) 2000, 2002 Todd C. Miller <Todd.Miller@courtesan.com> +.\" Copyright (c) 2000, 2002 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 1 2012 $ +.Dd $Mdocdate: January 25 2019 $ .Dt LOGIN_SKEY 8 .Os .Sh NAME diff --git a/libexec/login_skey/login_skey.c b/libexec/login_skey/login_skey.c index 32104de8dff..cd9098fdd51 100644 --- a/libexec/login_skey/login_skey.c +++ b/libexec/login_skey/login_skey.c @@ -1,7 +1,7 @@ -/* $OpenBSD: login_skey.c,v 1.26 2017/07/20 15:47:29 bluhm Exp $ */ +/* $OpenBSD: login_skey.c,v 1.27 2019/01/25 00:19:26 millert Exp $ */ /* - * Copyright (c) 2000, 2001, 2004 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2000, 2001, 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/libexec/spamd/gdcopy.c b/libexec/spamd/gdcopy.c index 5cca43a35f7..100d556b713 100644 --- a/libexec/spamd/gdcopy.c +++ b/libexec/spamd/gdcopy.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2013 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/regress/lib/libc/env/envtest.c b/regress/lib/libc/env/envtest.c index 33fc4634048..f145ecbd140 100644 --- a/regress/lib/libc/env/envtest.c +++ b/regress/lib/libc/env/envtest.c @@ -1,7 +1,7 @@ -/* $OpenBSD: envtest.c,v 1.1 2010/08/23 22:34:37 millert Exp $ */ +/* $OpenBSD: envtest.c,v 1.2 2019/01/25 00:19:26 millert Exp $ */ /* - * Copyright (c) 2010 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2010 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/regress/lib/libc/fnmatch/fnm_test.c b/regress/lib/libc/fnmatch/fnm_test.c index f5958837e2b..ee04f6335eb 100644 --- a/regress/lib/libc/fnmatch/fnm_test.c +++ b/regress/lib/libc/fnmatch/fnm_test.c @@ -1,7 +1,7 @@ -/* $OpenBSD: fnm_test.c,v 1.2 2011/09/17 15:12:38 stsp Exp $ */ +/* $OpenBSD: fnm_test.c,v 1.3 2019/01/25 00:19:26 millert Exp $ */ /* - * Public domain, 2008, Todd C. Miller <Todd.Miller@courtesan.com> + * Public domain, 2008, Todd C. Miller <millert@openbsd.org> */ #include <err.h> diff --git a/regress/lib/libc/gcvt/gcvt_test.c b/regress/lib/libc/gcvt/gcvt_test.c index 164d600cd2a..d687cb80635 100644 --- a/regress/lib/libc/gcvt/gcvt_test.c +++ b/regress/lib/libc/gcvt/gcvt_test.c @@ -1,7 +1,7 @@ -/* $OpenBSD: gcvt_test.c,v 1.4 2010/09/18 20:29:15 millert Exp $ */ +/* $OpenBSD: gcvt_test.c,v 1.5 2019/01/25 00:19:26 millert Exp $ */ /* - * Public domain, 2010, Todd C. Miller <Todd.Miller@courtesan.com> + * Public domain, 2010, Todd C. Miller <millert@openbsd.org> */ #include <stdio.h> diff --git a/regress/lib/libc/getopt_long/getopt_long_test.c b/regress/lib/libc/getopt_long/getopt_long_test.c index 9f6f6037020..9e32f945013 100644 --- a/regress/lib/libc/getopt_long/getopt_long_test.c +++ b/regress/lib/libc/getopt_long/getopt_long_test.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2002 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/regress/lib/libc/glob/globtest.c b/regress/lib/libc/glob/globtest.c index 325a7750f0c..1f6037d5bcc 100644 --- a/regress/lib/libc/glob/globtest.c +++ b/regress/lib/libc/glob/globtest.c @@ -1,7 +1,7 @@ -/* $OpenBSD: globtest.c,v 1.3 2011/01/07 19:45:44 millert Exp $ */ +/* $OpenBSD: globtest.c,v 1.4 2019/01/25 00:19:26 millert Exp $ */ /* - * Public domain, 2008, Todd C. Miller <Todd.Miller@courtesan.com> + * Public domain, 2008, Todd C. Miller <millert@openbsd.org> */ #include <err.h> diff --git a/regress/lib/libc/qsort/qsort_test.c b/regress/lib/libc/qsort/qsort_test.c index 8ab3d9f50df..352c707718a 100644 --- a/regress/lib/libc/qsort/qsort_test.c +++ b/regress/lib/libc/qsort/qsort_test.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2017 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/regress/lib/libc/strlcat/strlcattest.c b/regress/lib/libc/strlcat/strlcattest.c index 155aa6f7273..86896ff9873 100644 --- a/regress/lib/libc/strlcat/strlcattest.c +++ b/regress/lib/libc/strlcat/strlcattest.c @@ -1,7 +1,7 @@ -/* $OpenBSD: strlcattest.c,v 1.2 2014/12/03 18:25:18 millert Exp $ */ +/* $OpenBSD: strlcattest.c,v 1.3 2019/01/25 00:19:26 millert Exp $ */ /* - * Copyright (c) 2014 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2014 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/regress/lib/libc/strlcpy/strlcpytest.c b/regress/lib/libc/strlcpy/strlcpytest.c index df5d36366c0..e2151aea747 100644 --- a/regress/lib/libc/strlcpy/strlcpytest.c +++ b/regress/lib/libc/strlcpy/strlcpytest.c @@ -1,7 +1,7 @@ -/* $OpenBSD: strlcpytest.c,v 1.2 2014/12/03 18:25:18 millert Exp $ */ +/* $OpenBSD: strlcpytest.c,v 1.3 2019/01/25 00:19:26 millert Exp $ */ /* - * Copyright (c) 2014 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2014 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/regress/lib/libc/strnlen/strnlentest.c b/regress/lib/libc/strnlen/strnlentest.c index e67e6adfb8e..045b258bf10 100644 --- a/regress/lib/libc/strnlen/strnlentest.c +++ b/regress/lib/libc/strnlen/strnlentest.c @@ -1,7 +1,7 @@ -/* $OpenBSD: strnlentest.c,v 1.1 2010/06/02 12:20:47 millert Exp $ */ +/* $OpenBSD: strnlentest.c,v 1.2 2019/01/25 00:19:26 millert Exp $ */ /* - * Copyright (c) 2010 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2010 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/regress/sys/fifofs/fifotest.c b/regress/sys/fifofs/fifotest.c index 538b716f93b..949d450167c 100644 --- a/regress/sys/fifofs/fifotest.c +++ b/regress/sys/fifofs/fifotest.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004, 2014-2015 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2004, 2014-2015 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/regress/sys/kern/pty/ptyhog.c b/regress/sys/kern/pty/ptyhog.c index aedb6c8d301..378e3ce4bdc 100644 --- a/regress/sys/kern/pty/ptyhog.c +++ b/regress/sys/kern/pty/ptyhog.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2013 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/sbin/disklabel/editor.c b/sbin/disklabel/editor.c index cd42f69bafe..7d105e10395 100644 --- a/sbin/disklabel/editor.c +++ b/sbin/disklabel/editor.c @@ -1,7 +1,7 @@ -/* $OpenBSD: editor.c,v 1.352 2018/11/25 17:01:20 krw Exp $ */ +/* $OpenBSD: editor.c,v 1.353 2019/01/25 00:19:26 millert Exp $ */ /* - * Copyright (c) 1997-2000 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 1997-2000 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/sbin/fsirand/fsirand.8 b/sbin/fsirand/fsirand.8 index 674f532b3dd..c84186e1779 100644 --- a/sbin/fsirand/fsirand.8 +++ b/sbin/fsirand/fsirand.8 @@ -1,6 +1,6 @@ -.\" $OpenBSD: fsirand.8,v 1.31 2015/11/23 19:44:57 mmcc Exp $ +.\" $OpenBSD: fsirand.8,v 1.32 2019/01/25 00:19:26 millert Exp $ .\" -.\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> +.\" Copyright (c) 1997 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 @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 23 2015 $ +.Dd $Mdocdate: January 25 2019 $ .Dt FSIRAND 8 .Os .Sh NAME diff --git a/sbin/fsirand/fsirand.c b/sbin/fsirand/fsirand.c index ebe828df9dc..10df61497c0 100644 --- a/sbin/fsirand/fsirand.c +++ b/sbin/fsirand/fsirand.c @@ -1,7 +1,7 @@ -/* $OpenBSD: fsirand.c,v 1.39 2016/08/14 22:35:54 guenther Exp $ */ +/* $OpenBSD: fsirand.c,v 1.40 2019/01/25 00:19:26 millert Exp $ */ /* - * Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 1997 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/share/man/man3/makedev.3 b/share/man/man3/makedev.3 index 9a85d6c10d9..5083ec9bf52 100644 --- a/share/man/man3/makedev.3 +++ b/share/man/man3/makedev.3 @@ -1,6 +1,6 @@ -.\" $OpenBSD: makedev.3,v 1.1 2014/10/13 17:27:00 millert Exp $ +.\" $OpenBSD: makedev.3,v 1.2 2019/01/25 00:19:26 millert Exp $ .\" -.\" Copyright (c) 2014 Todd C. Miller <Todd.Miller@courtesan.com> +.\" Copyright (c) 2014 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 @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: October 13 2014 $ +.Dd $Mdocdate: January 25 2019 $ .Dt MAKEDEV 3 .Os .Sh NAME diff --git a/share/man/man4/ksyms.4 b/share/man/man4/ksyms.4 index 760c8662589..910c4efa0ca 100644 --- a/share/man/man4/ksyms.4 +++ b/share/man/man4/ksyms.4 @@ -1,6 +1,6 @@ -.\" $OpenBSD: ksyms.4,v 1.13 2013/11/01 12:08:51 fgsch Exp $ +.\" $OpenBSD: ksyms.4,v 1.14 2019/01/25 00:19:26 millert Exp $ .\" -.\" Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> +.\" Copyright (c) 1998 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 @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 1 2013 $ +.Dd $Mdocdate: January 25 2019 $ .Dt KSYMS 4 .Os .Sh NAME diff --git a/share/man/man5/sysctl.conf.5 b/share/man/man5/sysctl.conf.5 index d81e5a63443..04211238afb 100644 --- a/share/man/man5/sysctl.conf.5 +++ b/share/man/man5/sysctl.conf.5 @@ -1,6 +1,6 @@ -.\" $OpenBSD: sysctl.conf.5,v 1.12 2018/09/28 07:46:45 schwarze Exp $ +.\" $OpenBSD: sysctl.conf.5,v 1.13 2019/01/25 00:19:26 millert Exp $ .\" -.\" Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> +.\" Copyright (c) 1998 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 @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: September 28 2018 $ +.Dd $Mdocdate: January 25 2019 $ .Dt SYSCTL.CONF 5 .Os .Sh NAME diff --git a/share/man/man5/wsconsctl.conf.5 b/share/man/man5/wsconsctl.conf.5 index 7ae7fc7f850..a5eddda21e6 100644 --- a/share/man/man5/wsconsctl.conf.5 +++ b/share/man/man5/wsconsctl.conf.5 @@ -1,10 +1,10 @@ -.\" $OpenBSD: wsconsctl.conf.5,v 1.5 2007/05/31 19:19:58 jmc Exp $ +.\" $OpenBSD: wsconsctl.conf.5,v 1.6 2019/01/25 00:19:26 millert Exp $ .\" .\" Copyright (c) 2001 Brian J. Kifiak <bk@rt.fm> .\" All rights reserved. .\" .\" Based on sysctl.conf.5 found in OpenBSD 2.3+: -.\" Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> +.\" Copyright (c) 1998 Todd C. Miller <millert@openbsd.org> .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without @@ -29,7 +29,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: January 25 2019 $ .Dt WSCONSCTL.CONF 5 .Os .Sh NAME diff --git a/share/man/man7/glob.7 b/share/man/man7/glob.7 index d8125636bee..fc0f6431452 100644 --- a/share/man/man7/glob.7 +++ b/share/man/man7/glob.7 @@ -1,6 +1,6 @@ -.\" $OpenBSD: glob.7,v 1.5 2014/12/09 15:37:14 schwarze Exp $ +.\" $OpenBSD: glob.7,v 1.6 2019/01/25 00:19:26 millert Exp $ .\" -.\" Copyright (c) 2009 Todd C. Miller <Todd.Miller@courtesan.com> +.\" Copyright (c) 2009 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 @@ -15,7 +15,7 @@ .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" .\" -.Dd $Mdocdate: December 9 2014 $ +.Dd $Mdocdate: January 25 2019 $ .Dt GLOB 7 .Os .Sh NAME diff --git a/sys/dev/ksyms.c b/sys/dev/ksyms.c index 4c15218ce02..2c3a6156672 100644 --- a/sys/dev/ksyms.c +++ b/sys/dev/ksyms.c @@ -1,6 +1,6 @@ -/* $OpenBSD: ksyms.c,v 1.31 2016/01/11 17:29:43 stefan Exp $ */ +/* $OpenBSD: ksyms.c,v 1.32 2019/01/25 00:19:26 millert Exp $ */ /* - * Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 1998 Todd C. Miller <millert@openbsd.org> * Copyright (c) 2001 Artur Grabowski <art@openbsd.org> * All rights reserved. * diff --git a/sys/dev/pci/if_wi_pci.c b/sys/dev/pci/if_wi_pci.c index d334c50328a..daa81d28196 100644 --- a/sys/dev/pci/if_wi_pci.c +++ b/sys/dev/pci/if_wi_pci.c @@ -1,7 +1,7 @@ -/* $OpenBSD: if_wi_pci.c,v 1.52 2015/11/24 17:11:39 mpi Exp $ */ +/* $OpenBSD: if_wi_pci.c,v 1.53 2019/01/25 00:19:26 millert Exp $ */ /* - * Copyright (c) 2001-2003 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2001-2003 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/sys/kern/sysv_sem.c b/sys/kern/sysv_sem.c index 157d1ef2ef4..4f72a7595ae 100644 --- a/sys/kern/sysv_sem.c +++ b/sys/kern/sysv_sem.c @@ -1,8 +1,8 @@ -/* $OpenBSD: sysv_sem.c,v 1.54 2018/12/12 14:15:00 mpi Exp $ */ +/* $OpenBSD: sysv_sem.c,v 1.55 2019/01/25 00:19:26 millert Exp $ */ /* $NetBSD: sysv_sem.c,v 1.26 1996/02/09 19:00:25 christos Exp $ */ /* - * Copyright (c) 2002,2003 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2002,2003 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/sys/kern/sysv_shm.c b/sys/kern/sysv_shm.c index 86dd9a0a65e..1fcaff75b9f 100644 --- a/sys/kern/sysv_shm.c +++ b/sys/kern/sysv_shm.c @@ -1,8 +1,8 @@ -/* $OpenBSD: sysv_shm.c,v 1.70 2018/12/12 14:15:35 mpi Exp $ */ +/* $OpenBSD: sysv_shm.c,v 1.71 2019/01/25 00:19:26 millert Exp $ */ /* $NetBSD: sysv_shm.c,v 1.50 1998/10/21 22:24:29 tron Exp $ */ /* - * Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2002 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/sys/lib/libkern/strlcat.c b/sys/lib/libkern/strlcat.c index 810eaf091c6..dd6d917516c 100644 --- a/sys/lib/libkern/strlcat.c +++ b/sys/lib/libkern/strlcat.c @@ -1,7 +1,7 @@ -/* $OpenBSD: strlcat.c,v 1.8 2015/01/15 03:54:28 millert Exp $ */ +/* $OpenBSD: strlcat.c,v 1.9 2019/01/25 00:19:26 millert Exp $ */ /* - * Copyright (c) 1998, 2015 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 1998, 2015 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/sys/lib/libkern/strlcpy.c b/sys/lib/libkern/strlcpy.c index 8e240302bcc..bb17f7dac32 100644 --- a/sys/lib/libkern/strlcpy.c +++ b/sys/lib/libkern/strlcpy.c @@ -1,7 +1,7 @@ -/* $OpenBSD: strlcpy.c,v 1.8 2015/01/15 03:54:28 millert Exp $ */ +/* $OpenBSD: strlcpy.c,v 1.9 2019/01/25 00:19:26 millert Exp $ */ /* - * Copyright (c) 1998, 2015 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 1998, 2015 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/sys/lib/libkern/strnlen.c b/sys/lib/libkern/strnlen.c index 92be016c055..ab9cd5f5116 100644 --- a/sys/lib/libkern/strnlen.c +++ b/sys/lib/libkern/strnlen.c @@ -1,7 +1,7 @@ -/* $OpenBSD: strnlen.c,v 1.2 2014/06/10 04:16:57 deraadt Exp $ */ +/* $OpenBSD: strnlen.c,v 1.3 2019/01/25 00:19:26 millert Exp $ */ /* - * Copyright (c) 2010 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2010 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/sys/sys/stdint.h b/sys/sys/stdint.h index 03ff5aad286..5d3fd945ab3 100644 --- a/sys/sys/stdint.h +++ b/sys/sys/stdint.h @@ -1,7 +1,7 @@ -/* $OpenBSD: stdint.h,v 1.10 2015/04/30 18:19:25 millert Exp $ */ +/* $OpenBSD: stdint.h,v 1.11 2019/01/25 00:19:26 millert Exp $ */ /* - * Copyright (c) 1997, 2005 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 1997, 2005 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/usr.bin/compress/zdiff b/usr.bin/compress/zdiff index 51fb0e7ad02..e0ff3822980 100644 --- a/usr.bin/compress/zdiff +++ b/usr.bin/compress/zdiff @@ -1,8 +1,8 @@ #!/bin/sh - # -# $OpenBSD: zdiff,v 1.2 2003/07/29 07:42:44 otto Exp $ +# $OpenBSD: zdiff,v 1.3 2019/01/25 00:19:26 millert Exp $ # -# Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com> +# Copyright (c) 2003 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/usr.bin/compress/zdiff.1 b/usr.bin/compress/zdiff.1 index 7bc88ee7059..0c92fd633b8 100644 --- a/usr.bin/compress/zdiff.1 +++ b/usr.bin/compress/zdiff.1 @@ -1,6 +1,6 @@ -.\" $OpenBSD: zdiff.1,v 1.6 2007/05/31 19:20:08 jmc Exp $ +.\" $OpenBSD: zdiff.1,v 1.7 2019/01/25 00:19:26 millert Exp $ .\" -.\" Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com> +.\" Copyright (c) 2003 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: May 31 2007 $ +.Dd $Mdocdate: January 25 2019 $ .Dt ZDIFF 1 .Os .Sh NAME diff --git a/usr.bin/compress/zmore b/usr.bin/compress/zmore index fc75672d9a0..9cfe2bc45f5 100644 --- a/usr.bin/compress/zmore +++ b/usr.bin/compress/zmore @@ -1,8 +1,8 @@ #!/bin/sh - # -# $OpenBSD: zmore,v 1.8 2015/04/09 19:37:35 millert Exp $ +# $OpenBSD: zmore,v 1.9 2019/01/25 00:19:26 millert Exp $ # -# Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com> +# Copyright (c) 2003 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/usr.bin/compress/zmore.1 b/usr.bin/compress/zmore.1 index 0686a9e16bc..40ae80655a4 100644 --- a/usr.bin/compress/zmore.1 +++ b/usr.bin/compress/zmore.1 @@ -1,6 +1,6 @@ -.\" $OpenBSD: zmore.1,v 1.12 2014/05/08 06:22:07 jmc Exp $ +.\" $OpenBSD: zmore.1,v 1.13 2019/01/25 00:19:26 millert Exp $ .\" -.\" Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com> +.\" Copyright (c) 2003 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: May 8 2014 $ +.Dd $Mdocdate: January 25 2019 $ .Dt ZMORE 1 .Os .Sh NAME diff --git a/usr.bin/diff/diff.c b/usr.bin/diff/diff.c index 2b075f12c49..4c036b82c08 100644 --- a/usr.bin/diff/diff.c +++ b/usr.bin/diff/diff.c @@ -1,7 +1,7 @@ -/* $OpenBSD: diff.c,v 1.65 2015/12/29 19:04:46 gsoares Exp $ */ +/* $OpenBSD: diff.c,v 1.66 2019/01/25 00:19:26 millert Exp $ */ /* - * Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2003 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/usr.bin/diff/diffdir.c b/usr.bin/diff/diffdir.c index 758332b04ce..ad1acdb9947 100644 --- a/usr.bin/diff/diffdir.c +++ b/usr.bin/diff/diffdir.c @@ -1,7 +1,7 @@ -/* $OpenBSD: diffdir.c,v 1.46 2017/08/28 15:33:27 millert Exp $ */ +/* $OpenBSD: diffdir.c,v 1.47 2019/01/25 00:19:26 millert Exp $ */ /* - * Copyright (c) 2003, 2010 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2003, 2010 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/usr.bin/diff3/diff3.ksh b/usr.bin/diff3/diff3.ksh index 2d78adb0aed..bf96b32d776 100644 --- a/usr.bin/diff3/diff3.ksh +++ b/usr.bin/diff3/diff3.ksh @@ -1,8 +1,8 @@ #!/bin/ksh - # -# $OpenBSD: diff3.ksh,v 1.4 2006/02/22 22:35:11 jmc Exp $ +# $OpenBSD: diff3.ksh,v 1.5 2019/01/25 00:19:26 millert Exp $ # -# Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com> +# Copyright (c) 2003 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/usr.bin/dirname/dirname.c b/usr.bin/dirname/dirname.c index 01dbea472f2..d3618ab2d9c 100644 --- a/usr.bin/dirname/dirname.c +++ b/usr.bin/dirname/dirname.c @@ -1,7 +1,7 @@ -/* $OpenBSD: dirname.c,v 1.16 2016/10/28 07:22:59 schwarze Exp $ */ +/* $OpenBSD: dirname.c,v 1.17 2019/01/25 00:19:26 millert Exp $ */ /* - * Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 1997 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/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c index f694d3bdfd8..d6612e808a7 100644 --- a/usr.bin/fstat/fstat.c +++ b/usr.bin/fstat/fstat.c @@ -1,7 +1,7 @@ -/* $OpenBSD: fstat.c,v 1.96 2019/01/21 07:16:28 dlg Exp $ */ +/* $OpenBSD: fstat.c,v 1.97 2019/01/25 00:19:26 millert Exp $ */ /* - * Copyright (c) 2009 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2009 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/usr.bin/fstat/fstat.h b/usr.bin/fstat/fstat.h index 573ee7a9a20..3079fba0681 100644 --- a/usr.bin/fstat/fstat.h +++ b/usr.bin/fstat/fstat.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2009 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/usr.bin/fstat/fuser.c b/usr.bin/fstat/fuser.c index 745d65a9478..9aafc375f25 100644 --- a/usr.bin/fstat/fuser.c +++ b/usr.bin/fstat/fuser.c @@ -1,7 +1,7 @@ -/* $OpenBSD: fuser.c,v 1.7 2018/09/16 02:43:11 millert Exp $ */ +/* $OpenBSD: fuser.c,v 1.8 2019/01/25 00:19:26 millert Exp $ */ /* - * Copyright (c) 2009 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2009 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/usr.bin/getcap/getcap.1 b/usr.bin/getcap/getcap.1 index 49fc4bd8e48..307e3a81edc 100644 --- a/usr.bin/getcap/getcap.1 +++ b/usr.bin/getcap/getcap.1 @@ -1,6 +1,6 @@ -.\" $OpenBSD: getcap.1,v 1.4 2015/09/25 16:23:18 schwarze Exp $ +.\" $OpenBSD: getcap.1,v 1.5 2019/01/25 00:19:26 millert Exp $ .\" -.\" Copyright (c) 2005 Todd C. Miller <Todd.Miller@courtesan.com> +.\" Copyright (c) 2005 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 @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: September 25 2015 $ +.Dd $Mdocdate: January 25 2019 $ .Dt GETCAP 1 .Os .Sh NAME diff --git a/usr.bin/getcap/getcap.c b/usr.bin/getcap/getcap.c index 24128f95d53..66d43d5ac7d 100644 --- a/usr.bin/getcap/getcap.c +++ b/usr.bin/getcap/getcap.c @@ -1,7 +1,7 @@ -/* $OpenBSD: getcap.c,v 1.7 2017/01/20 03:47:31 krw Exp $ */ +/* $OpenBSD: getcap.c,v 1.8 2019/01/25 00:19:26 millert Exp $ */ /* - * Copyright (c) 2005 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2005 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/usr.bin/login/failedlogin.c b/usr.bin/login/failedlogin.c index ae6a92bfe2c..7fa7c168af3 100644 --- a/usr.bin/login/failedlogin.c +++ b/usr.bin/login/failedlogin.c @@ -1,7 +1,7 @@ -/* $OpenBSD: failedlogin.c,v 1.17 2015/01/16 06:40:09 deraadt Exp $ */ +/* $OpenBSD: failedlogin.c,v 1.18 2019/01/25 00:19:26 millert Exp $ */ /* - * Copyright (c) 1996 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 1996 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/usr.bin/mktemp/mktemp.1 b/usr.bin/mktemp/mktemp.1 index 412e2c7aa91..2338de9b7ad 100644 --- a/usr.bin/mktemp/mktemp.1 +++ b/usr.bin/mktemp/mktemp.1 @@ -1,7 +1,7 @@ -.\" $OpenBSD: mktemp.1,v 1.29 2018/06/07 11:37:21 jmc Exp $ +.\" $OpenBSD: mktemp.1,v 1.30 2019/01/25 00:19:26 millert Exp $ .\" .\" Copyright (c) 1996, 2000, 2001, 2003, 2010, 2013 -.\" 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 @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 7 2018 $ +.Dd $Mdocdate: January 25 2019 $ .Dt MKTEMP 1 .Os .Sh NAME diff --git a/usr.bin/mktemp/mktemp.c b/usr.bin/mktemp/mktemp.c index 713b67fd105..a3c30c4daf3 100644 --- a/usr.bin/mktemp/mktemp.c +++ b/usr.bin/mktemp/mktemp.c @@ -1,8 +1,8 @@ -/* $OpenBSD: mktemp.c,v 1.22 2015/10/09 01:37:08 deraadt Exp $ */ +/* $OpenBSD: mktemp.c,v 1.23 2019/01/25 00:19:26 millert Exp $ */ /* * Copyright (c) 1996, 1997, 2001-2003, 2013 - * 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 diff --git a/usr.bin/newsyslog/newsyslog.c b/usr.bin/newsyslog/newsyslog.c index 7d78408e7a9..46b21d67d53 100644 --- a/usr.bin/newsyslog/newsyslog.c +++ b/usr.bin/newsyslog/newsyslog.c @@ -1,7 +1,7 @@ -/* $OpenBSD: newsyslog.c,v 1.109 2018/09/16 02:44:06 millert Exp $ */ +/* $OpenBSD: newsyslog.c,v 1.110 2019/01/25 00:19:26 millert Exp $ */ /* - * Copyright (c) 1999, 2002, 2003 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 1999, 2002, 2003 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/usr.bin/nm/util.h b/usr.bin/nm/util.h index f91fa432f23..64b4637eb10 100644 --- a/usr.bin/nm/util.h +++ b/usr.bin/nm/util.h @@ -1,7 +1,7 @@ -/* $OpenBSD: util.h,v 1.5 2015/08/13 19:13:28 miod Exp $ */ +/* $OpenBSD: util.h,v 1.6 2019/01/25 00:19:26 millert Exp $ */ /* - * Placed in the public domain by Todd C. Miller <Todd.Miller@courtesan.com> + * Placed in the public domain by Todd C. Miller <millert@openbsd.org> * on October 9, 2004. */ diff --git a/usr.bin/renice/renice.c b/usr.bin/renice/renice.c index 7d770eac6c3..357f513dc90 100644 --- a/usr.bin/renice/renice.c +++ b/usr.bin/renice/renice.c @@ -1,7 +1,7 @@ -/* $OpenBSD: renice.c,v 1.20 2016/09/19 20:20:38 bluhm Exp $ */ +/* $OpenBSD: renice.c,v 1.21 2019/01/25 00:19:26 millert Exp $ */ /* - * Copyright (c) 2009, 2015 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2009, 2015 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/usr.bin/rusers/rusers.c b/usr.bin/rusers/rusers.c index 79699741850..2479a091092 100644 --- a/usr.bin/rusers/rusers.c +++ b/usr.bin/rusers/rusers.c @@ -1,7 +1,7 @@ -/* $OpenBSD: rusers.c,v 1.40 2017/01/21 11:32:04 guenther Exp $ */ +/* $OpenBSD: rusers.c,v 1.41 2019/01/25 00:19:26 millert Exp $ */ /* - * Copyright (c) 2001, 2003 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2001, 2003 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/usr.bin/skey/skey.c b/usr.bin/skey/skey.c index 9f5f6b5cb47..4197b697828 100644 --- a/usr.bin/skey/skey.c +++ b/usr.bin/skey/skey.c @@ -1,4 +1,4 @@ -/* $OpenBSD: skey.c,v 1.34 2017/05/03 09:51:39 mestre Exp $ */ +/* $OpenBSD: skey.c,v 1.35 2019/01/25 00:19:26 millert Exp $ */ /* * OpenBSD S/Key (skey.c) * @@ -7,7 +7,7 @@ * Philip R. Karn <karn@chicago.qualcomm.com> * John S. Walden <jsw@thumper.bellcore.com> * Scott Chasin <chasin@crimelab.com> - * Todd C. Miller <Todd.Miller@courtesan.com> + * Todd C. Miller <millert@openbsd.org> * * * Stand-alone program for computing responses to S/Key challenges. diff --git a/usr.bin/skey/skeyprune.8 b/usr.bin/skey/skeyprune.8 index c8b83bbd236..befcb5c196d 100644 --- a/usr.bin/skey/skeyprune.8 +++ b/usr.bin/skey/skeyprune.8 @@ -1,6 +1,6 @@ -.\" $OpenBSD: skeyprune.8,v 1.12 2014/02/12 16:58:44 schwarze Exp $ +.\" $OpenBSD: skeyprune.8,v 1.13 2019/01/25 00:19:26 millert Exp $ .\" -.\" Copyright (c) 1996, 2001, 2002 Todd C. Miller <Todd.Miller@courtesan.com> +.\" Copyright (c) 1996, 2001, 2002 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 @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 12 2014 $ +.Dd $Mdocdate: January 25 2019 $ .Dt SKEYPRUNE 8 .Os .Sh NAME diff --git a/usr.bin/skey/skeyprune.pl b/usr.bin/skey/skeyprune.pl index 50b37e9a327..58bd59abe8d 100644 --- a/usr.bin/skey/skeyprune.pl +++ b/usr.bin/skey/skeyprune.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w # -# Copyright (c) 1996, 2001, 2002 Todd C. Miller <Todd.Miller@courtesan.com> +# Copyright (c) 1996, 2001, 2002 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 @@ -21,7 +21,7 @@ # Prune commented out, bogus, and crufty entries from /etc/skey # usage: skeyprune [days] # -# $OpenBSD: skeyprune.pl,v 1.7 2015/10/06 15:06:29 tim Exp $ +# $OpenBSD: skeyprune.pl,v 1.8 2019/01/25 00:19:26 millert Exp $ # use POSIX qw(S_ISREG); diff --git a/usr.bin/skeyaudit/skeyaudit.c b/usr.bin/skeyaudit/skeyaudit.c index c42591c34f0..819d26fb15c 100644 --- a/usr.bin/skeyaudit/skeyaudit.c +++ b/usr.bin/skeyaudit/skeyaudit.c @@ -1,7 +1,7 @@ -/* $OpenBSD: skeyaudit.c,v 1.27 2016/04/02 14:37:42 krw Exp $ */ +/* $OpenBSD: skeyaudit.c,v 1.28 2019/01/25 00:19:26 millert Exp $ */ /* - * Copyright (c) 1997, 2000, 2003 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 1997, 2000, 2003 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/usr.bin/skeyinfo/skeyinfo.c b/usr.bin/skeyinfo/skeyinfo.c index 514fe21dc66..d1031092db8 100644 --- a/usr.bin/skeyinfo/skeyinfo.c +++ b/usr.bin/skeyinfo/skeyinfo.c @@ -1,7 +1,7 @@ -/* $OpenBSD: skeyinfo.c,v 1.15 2015/11/01 14:02:37 tim Exp $ */ +/* $OpenBSD: skeyinfo.c,v 1.16 2019/01/25 00:19:26 millert Exp $ */ /* - * Copyright (c) 1997, 2001, 2002 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 1997, 2001, 2002 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/usr.bin/skeyinit/skeyinit.c b/usr.bin/skeyinit/skeyinit.c index 173b124d94f..b0399d12a57 100644 --- a/usr.bin/skeyinit/skeyinit.c +++ b/usr.bin/skeyinit/skeyinit.c @@ -1,4 +1,4 @@ -/* $OpenBSD: skeyinit.c,v 1.73 2018/04/26 12:42:51 guenther Exp $ */ +/* $OpenBSD: skeyinit.c,v 1.74 2019/01/25 00:19:26 millert Exp $ */ /* OpenBSD S/Key (skeyinit.c) * @@ -7,7 +7,7 @@ * Philip R. Karn <karn@chicago.qualcomm.com> * John S. Walden <jsw@thumper.bellcore.com> * Scott Chasin <chasin@crimelab.com> - * Todd C. Miller <Todd.Miller@courtesan.com> + * Todd C. Miller <millert@openbsd.org> * * S/Key initialization and seed update */ diff --git a/usr.bin/spell/spell.ksh b/usr.bin/spell/spell.ksh index a30d6143347..2e5b7742d3b 100644 --- a/usr.bin/spell/spell.ksh +++ b/usr.bin/spell/spell.ksh @@ -1,8 +1,8 @@ #!/bin/ksh - # -# $OpenBSD: spell.ksh,v 1.11 2007/04/17 16:56:23 millert Exp $ +# $OpenBSD: spell.ksh,v 1.12 2019/01/25 00:19:26 millert Exp $ # -# Copyright (c) 2001, 2003 Todd C. Miller <Todd.Miller@courtesan.com> +# Copyright (c) 2001, 2003 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/usr.bin/tput/tput.c b/usr.bin/tput/tput.c index e3fa82c3812..774765ed281 100644 --- a/usr.bin/tput/tput.c +++ b/usr.bin/tput/tput.c @@ -1,7 +1,7 @@ -/* $OpenBSD: tput.c,v 1.23 2017/08/21 21:41:13 deraadt Exp $ */ +/* $OpenBSD: tput.c,v 1.24 2019/01/25 00:19:27 millert Exp $ */ /* - * Copyright (c) 1999 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 1999 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/usr.bin/which/which.c b/usr.bin/which/which.c index 547b7f3a9ba..64ef6cb0759 100644 --- a/usr.bin/which/which.c +++ b/usr.bin/which/which.c @@ -1,7 +1,7 @@ -/* $OpenBSD: which.c,v 1.26 2016/10/28 07:22:59 schwarze Exp $ */ +/* $OpenBSD: which.c,v 1.27 2019/01/25 00:19:27 millert Exp $ */ /* - * Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 1997 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/usr.sbin/cron/atrun.c b/usr.sbin/cron/atrun.c index 0199a0191c8..411d06f3308 100644 --- a/usr.sbin/cron/atrun.c +++ b/usr.sbin/cron/atrun.c @@ -1,7 +1,7 @@ -/* $OpenBSD: atrun.c,v 1.48 2017/10/25 17:08:58 jca Exp $ */ +/* $OpenBSD: atrun.c,v 1.49 2019/01/25 00:19:27 millert Exp $ */ /* - * Copyright (c) 2002-2003 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2002-2003 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/usr.sbin/cron/cron.8 b/usr.sbin/cron/cron.8 index 1f5e9da3168..72709765d59 100644 --- a/usr.sbin/cron/cron.8 +++ b/usr.sbin/cron/cron.8 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2002-2003 Todd C. Miller <Todd.Miller@courtesan.com> +.\" Copyright (c) 2002-2003 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 @@ -17,9 +17,9 @@ .\" Agency (DARPA) and Air Force Research Laboratory, Air Force .\" Materiel Command, USAF, under agreement number F39502-99-1-0512. .\" -.\" $OpenBSD: cron.8,v 1.35 2017/06/08 17:13:39 millert Exp $ +.\" $OpenBSD: cron.8,v 1.36 2019/01/25 00:19:27 millert Exp $ .\" -.Dd $Mdocdate: June 8 2017 $ +.Dd $Mdocdate: January 25 2019 $ .Dt CRON 8 .Os .Sh NAME |