aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2020-06-15 20:19:39 +0000
committerIngo Schwarze <schwarze@openbsd.org>2020-06-15 20:19:39 +0000
commit47f0d1b75fcac2de95e0f1de7d5d825edb505644 (patch)
tree26086ca340b7d86a7bbf3c173f04d17dbae5e5bc
parent3161067971aa08d32de98aa843d10649ca5d270a (diff)
downloadmandoc-47f0d1b75fcac2de95e0f1de7d5d825edb505644.tar.gz
mandoc-47f0d1b75fcac2de95e0f1de7d5d825edb505644.tar.zst
mandoc-47f0d1b75fcac2de95e0f1de7d5d825edb505644.zip
update millert@'s email address
-rw-r--r--compat_strndup.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/compat_strndup.c b/compat_strndup.c
index b714a5a4..89693e79 100644
--- a/compat_strndup.c
+++ b/compat_strndup.c
@@ -1,7 +1,8 @@
-/* $Id: compat_strndup.c,v 1.2 2020/06/15 01:37:15 schwarze Exp $ */
-/* OpenBSD: strndup.c,v 1.2 2015/08/31 02:53:57 guenther Exp */
+/* $Id: compat_strndup.c,v 1.3 2020/06/15 20:19:39 schwarze Exp $ */
+/* $OpenBSD: strndup.c,v 1.3 2019/01/25 00:19:25 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