From f8c2e2a6e61ac83e4628c06c0cf58417190fe848 Mon Sep 17 00:00:00 2001 From: millert <> Date: Fri, 25 Jan 2019 00:19:26 +0000 Subject: I am retiring my old email address; replace it with my OpenBSD one. --- src/regress/lib/libc/env/envtest.c | 4 ++-- src/regress/lib/libc/fnmatch/fnm_test.c | 4 ++-- src/regress/lib/libc/gcvt/gcvt_test.c | 4 ++-- src/regress/lib/libc/getopt_long/getopt_long_test.c | 2 +- src/regress/lib/libc/glob/globtest.c | 4 ++-- src/regress/lib/libc/qsort/qsort_test.c | 2 +- src/regress/lib/libc/strlcat/strlcattest.c | 4 ++-- src/regress/lib/libc/strlcpy/strlcpytest.c | 4 ++-- src/regress/lib/libc/strnlen/strnlentest.c | 4 ++-- 9 files changed, 16 insertions(+), 16 deletions(-) (limited to 'src/regress/lib/libc') diff --git a/src/regress/lib/libc/env/envtest.c b/src/regress/lib/libc/env/envtest.c index 33fc463404..f145ecbd14 100644 --- a/src/regress/lib/libc/env/envtest.c +++ b/src/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 + * Copyright (c) 2010 Todd C. Miller * * 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/src/regress/lib/libc/fnmatch/fnm_test.c b/src/regress/lib/libc/fnmatch/fnm_test.c index f5958837e2..ee04f6335e 100644 --- a/src/regress/lib/libc/fnmatch/fnm_test.c +++ b/src/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 + * Public domain, 2008, Todd C. Miller */ #include diff --git a/src/regress/lib/libc/gcvt/gcvt_test.c b/src/regress/lib/libc/gcvt/gcvt_test.c index 164d600cd2..d687cb8063 100644 --- a/src/regress/lib/libc/gcvt/gcvt_test.c +++ b/src/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 + * Public domain, 2010, Todd C. Miller */ #include diff --git a/src/regress/lib/libc/getopt_long/getopt_long_test.c b/src/regress/lib/libc/getopt_long/getopt_long_test.c index 9f6f603702..9e32f94501 100644 --- a/src/regress/lib/libc/getopt_long/getopt_long_test.c +++ b/src/regress/lib/libc/getopt_long/getopt_long_test.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002 Todd C. Miller + * Copyright (c) 2002 Todd C. Miller * * 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/src/regress/lib/libc/glob/globtest.c b/src/regress/lib/libc/glob/globtest.c index 325a7750f0..1f6037d5bc 100644 --- a/src/regress/lib/libc/glob/globtest.c +++ b/src/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 + * Public domain, 2008, Todd C. Miller */ #include diff --git a/src/regress/lib/libc/qsort/qsort_test.c b/src/regress/lib/libc/qsort/qsort_test.c index 8ab3d9f50d..352c707718 100644 --- a/src/regress/lib/libc/qsort/qsort_test.c +++ b/src/regress/lib/libc/qsort/qsort_test.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Todd C. Miller + * Copyright (c) 2017 Todd C. Miller * * 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/src/regress/lib/libc/strlcat/strlcattest.c b/src/regress/lib/libc/strlcat/strlcattest.c index 155aa6f727..86896ff987 100644 --- a/src/regress/lib/libc/strlcat/strlcattest.c +++ b/src/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 + * Copyright (c) 2014 Todd C. Miller * * 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/src/regress/lib/libc/strlcpy/strlcpytest.c b/src/regress/lib/libc/strlcpy/strlcpytest.c index df5d36366c..e2151aea74 100644 --- a/src/regress/lib/libc/strlcpy/strlcpytest.c +++ b/src/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 + * Copyright (c) 2014 Todd C. Miller * * 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/src/regress/lib/libc/strnlen/strnlentest.c b/src/regress/lib/libc/strnlen/strnlentest.c index e67e6adfb8..045b258bf1 100644 --- a/src/regress/lib/libc/strnlen/strnlentest.c +++ b/src/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 + * Copyright (c) 2010 Todd C. Miller * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above -- cgit v1.2.3-55-g6feb