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 /usr.bin | |
parent | 6a583bbe6f30ab5dc54cf72dcb123d91a84106c6 (diff) |
I am retiring my old email address; replace it with my OpenBSD one.
Diffstat (limited to 'usr.bin')
29 files changed, 62 insertions, 62 deletions
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 |