summaryrefslogtreecommitdiff
path: root/usr.sbin/nsd/compat
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2013-11-26 12:50:31 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2013-11-26 12:50:31 +0000
commitb665eb4cb1ea56ccad7fee700f05c85dec76e702 (patch)
tree8453629bcc74596d1a3588c5a534658f6a7b3503 /usr.sbin/nsd/compat
parent9f9bd245ba092cf635e0212513052b389360c9ba (diff)
import NSD 4.0.0, tests from Dorian Büttner, Patrik Lundin, requested by brad@
Diffstat (limited to 'usr.sbin/nsd/compat')
-rw-r--r--usr.sbin/nsd/compat/memcmp.c4
-rw-r--r--usr.sbin/nsd/compat/memmove.c4
-rw-r--r--usr.sbin/nsd/compat/strptime.c2
3 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/nsd/compat/memcmp.c b/usr.sbin/nsd/compat/memcmp.c
index 6d3d27ac9e7..371b3d11baf 100644
--- a/usr.sbin/nsd/compat/memcmp.c
+++ b/usr.sbin/nsd/compat/memcmp.c
@@ -1,7 +1,7 @@
/*
- * memcmp.c: memcmp compat implementation.
+ * memcmp.c: memcmp compat implementation.
*
- * Copyright (c) 2010-2011, NLnet Labs. All rights reserved.
+ * Copyright (c) 2010, NLnet Labs. All rights reserved.
*
* See LICENSE for the license.
*/
diff --git a/usr.sbin/nsd/compat/memmove.c b/usr.sbin/nsd/compat/memmove.c
index fd65a93f84e..f83996684fe 100644
--- a/usr.sbin/nsd/compat/memmove.c
+++ b/usr.sbin/nsd/compat/memmove.c
@@ -1,7 +1,7 @@
/*
- * memmove.c: memmove compat implementation.
+ * memmove.c: memmove compat implementation.
*
- * Copyright (c) 2001-2011, NLnet Labs. All rights reserved.
+ * Copyright (c) 2001-2006, NLnet Labs. All rights reserved.
*
* See LICENSE for the license.
*/
diff --git a/usr.sbin/nsd/compat/strptime.c b/usr.sbin/nsd/compat/strptime.c
index 6986d35ce73..4ec96c12cef 100644
--- a/usr.sbin/nsd/compat/strptime.c
+++ b/usr.sbin/nsd/compat/strptime.c
@@ -10,7 +10,7 @@
* - Does not properly processes year day
*
* LICENSE
- * Copyright (c) 2008-2011, NLnet Labs, Matthijs Mekking.
+ * Copyright (c) 2008, NLnet Labs, Matthijs Mekking.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without