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 /regress/lib/libc/glob | |
parent | 6a583bbe6f30ab5dc54cf72dcb123d91a84106c6 (diff) |
I am retiring my old email address; replace it with my OpenBSD one.
Diffstat (limited to 'regress/lib/libc/glob')
-rw-r--r-- | regress/lib/libc/glob/globtest.c | 4 |
1 files changed, 2 insertions, 2 deletions
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> |