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/lib/libc/string/memrchr.c | 4 ++-- src/lib/libc/string/strlcat.c | 4 ++-- src/lib/libc/string/strlcpy.3 | 8 ++++---- src/lib/libc/string/strlcpy.c | 4 ++-- src/lib/libc/string/strndup.c | 4 ++-- src/lib/libc/string/strnlen.c | 4 ++-- src/lib/libc/string/wcslcat.c | 4 ++-- src/lib/libc/string/wcslcpy.3 | 8 ++++---- src/lib/libc/string/wcslcpy.c | 4 ++-- 9 files changed, 22 insertions(+), 22 deletions(-) (limited to 'src/lib/libc/string') diff --git a/src/lib/libc/string/memrchr.c b/src/lib/libc/string/memrchr.c index 26a33995b7..e123bc1737 100644 --- a/src/lib/libc/string/memrchr.c +++ b/src/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 + * Copyright (c) 2007 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/lib/libc/string/strlcat.c b/src/lib/libc/string/strlcat.c index 6bf2a41f79..aa3db7ab37 100644 --- a/src/lib/libc/string/strlcat.c +++ b/src/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 + * Copyright (c) 1998, 2015 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/lib/libc/string/strlcpy.3 b/src/lib/libc/string/strlcpy.3 index 044c959c0c..a14145e199 100644 --- a/src/lib/libc/string/strlcpy.3 +++ b/src/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 +.\" Copyright (c) 1998, 2000 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 @@ -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/src/lib/libc/string/strlcpy.c b/src/lib/libc/string/strlcpy.c index 367768928d..7e3b9aef6f 100644 --- a/src/lib/libc/string/strlcpy.c +++ b/src/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 + * Copyright (c) 1998, 2015 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/lib/libc/string/strndup.c b/src/lib/libc/string/strndup.c index a6e5bff7ca..499f9a028a 100644 --- a/src/lib/libc/string/strndup.c +++ b/src/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 + * 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/lib/libc/string/strnlen.c b/src/lib/libc/string/strnlen.c index db809756ac..d50a927f28 100644 --- a/src/lib/libc/string/strnlen.c +++ b/src/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 + * 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/lib/libc/string/wcslcat.c b/src/lib/libc/string/wcslcat.c index aa58146625..9949057df4 100644 --- a/src/lib/libc/string/wcslcat.c +++ b/src/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 + * Copyright (c) 1998, 2015 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/lib/libc/string/wcslcpy.3 b/src/lib/libc/string/wcslcpy.3 index 7af6c74614..5d8721c35a 100644 --- a/src/lib/libc/string/wcslcpy.3 +++ b/src/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 +.\" Copyright (c) 1998, 2000 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 @@ -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/src/lib/libc/string/wcslcpy.c b/src/lib/libc/string/wcslcpy.c index 36a544a33c..9c433c83dc 100644 --- a/src/lib/libc/string/wcslcpy.c +++ b/src/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 + * Copyright (c) 1998, 2015 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