diff options
Diffstat (limited to 'sys/lib/libkern')
-rw-r--r-- | sys/lib/libkern/strlcat.c | 4 | ||||
-rw-r--r-- | sys/lib/libkern/strlcpy.c | 4 | ||||
-rw-r--r-- | sys/lib/libkern/strnlen.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/lib/libkern/strlcat.c b/sys/lib/libkern/strlcat.c index 810eaf091c6..dd6d917516c 100644 --- a/sys/lib/libkern/strlcat.c +++ b/sys/lib/libkern/strlcat.c @@ -1,7 +1,7 @@ -/* $OpenBSD: strlcat.c,v 1.8 2015/01/15 03:54:28 millert Exp $ */ +/* $OpenBSD: strlcat.c,v 1.9 2019/01/25 00:19:26 millert Exp $ */ /* - * Copyright (c) 1998, 2015 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 1998, 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/sys/lib/libkern/strlcpy.c b/sys/lib/libkern/strlcpy.c index 8e240302bcc..bb17f7dac32 100644 --- a/sys/lib/libkern/strlcpy.c +++ b/sys/lib/libkern/strlcpy.c @@ -1,7 +1,7 @@ -/* $OpenBSD: strlcpy.c,v 1.8 2015/01/15 03:54:28 millert Exp $ */ +/* $OpenBSD: strlcpy.c,v 1.9 2019/01/25 00:19:26 millert Exp $ */ /* - * Copyright (c) 1998, 2015 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 1998, 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/sys/lib/libkern/strnlen.c b/sys/lib/libkern/strnlen.c index 92be016c055..ab9cd5f5116 100644 --- a/sys/lib/libkern/strnlen.c +++ b/sys/lib/libkern/strnlen.c @@ -1,7 +1,7 @@ -/* $OpenBSD: strnlen.c,v 1.2 2014/06/10 04:16:57 deraadt Exp $ */ +/* $OpenBSD: strnlen.c,v 1.3 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 |