diff options
Diffstat (limited to 'regress/lib/libc')
-rw-r--r-- | regress/lib/libc/env/envtest.c | 4 | ||||
-rw-r--r-- | regress/lib/libc/fnmatch/fnm_test.c | 4 | ||||
-rw-r--r-- | regress/lib/libc/gcvt/gcvt_test.c | 4 | ||||
-rw-r--r-- | regress/lib/libc/getopt_long/getopt_long_test.c | 2 | ||||
-rw-r--r-- | regress/lib/libc/glob/globtest.c | 4 | ||||
-rw-r--r-- | regress/lib/libc/qsort/qsort_test.c | 2 | ||||
-rw-r--r-- | regress/lib/libc/strlcat/strlcattest.c | 4 | ||||
-rw-r--r-- | regress/lib/libc/strlcpy/strlcpytest.c | 4 | ||||
-rw-r--r-- | regress/lib/libc/strnlen/strnlentest.c | 4 |
9 files changed, 16 insertions, 16 deletions
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 |