/*
* buffer.c -- generic memory buffer .
*
- * Copyright (c) 2001-2006, NLnet Labs. All rights reserved.
+ * Copyright (c) 2001-2008, NLnet Labs. All rights reserved.
*
* See LICENSE for the license.
*
/*
* memmove.c: memmove compat implementation.
*
- * Copyright (c) 2001-2006, NLnet Labs. All rights reserved.
+ * Copyright (c) 2001-2008, NLnet Labs. All rights reserved.
*
* See LICENSE for the license.
*/
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.56)
-AC_INIT(libdns, 1.3.0, libdns@nlnetlabs.nl, libdns)
+AC_INIT(ldns, 1.3.0, libdns@nlnetlabs.nl, libdns)
AC_CONFIG_SRCDIR([packet.c])
# needed to build correct soname
AC_SUBST(LIBTOOL_VERSION_INFO, "1:3:0")
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
-AC_INIT(libdns, 1.3.0, libdns@nlnetlabs.nl,libdns)
+AC_INIT(ldns, 1.3.0, libdns@nlnetlabs.nl,libdns)
AC_CONFIG_SRCDIR([drill.c])
OURCPPFLAGS=''
{
fprintf(stream, "%s version %s (ldns version %s)\n", progname, DRILL_VERSION, ldns_version());
fprintf(stream, "Written by NLnet Labs.\n");
- fprintf(stream, "\nCopyright (c) 2004-2006 NLnet Labs.\n");
+ fprintf(stream, "\nCopyright (c) 2004-2008 NLnet Labs.\n");
fprintf(stream, "Licensed under the revised BSD license.\n");
fprintf(stream, "There is NO warranty; not even for MERCHANTABILITY or FITNESS\n");
fprintf(stream, "FOR A PARTICULAR PURPOSE.\n");
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
-AC_INIT(libdns, 1.3.0, libdns@nlnetlabs.nl,libdns)
+AC_INIT(ldns, 1.3.0, libdns@nlnetlabs.nl,libdns)
AC_CONFIG_SRCDIR([ldns-read-zone.c])
OURCPPFLAGS=''
fprintf(stderr, "%s version %s\n", PACKAGE_NAME, PACKAGE_VERSION);
fprintf(stderr, "Written by NLnet Labs.\n\n");
fprintf(stderr,
- "Copyright (C) 2001-2005 NLnet Labs. This is free software.\n"
+ "Copyright (C) 2001-2008 NLnet Labs. This is free software.\n"
"There is NO warranty; not even for MERCHANTABILITY or FITNESS\n"
"FOR A PARTICULAR PURPOSE.\n");
exit(0);
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
-AC_INIT(libdns, 1.3.0, libdns@nlnetlabs.nl,libdns)
+AC_INIT(ldns, 1.3.0, libdns@nlnetlabs.nl,libdns)
AC_CONFIG_SRCDIR([nsd-ldnsd.c])
OURCPPFLAGS='-D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D__EXTENSIONS__ -D__BSD_VISIBLE'
/*
* buffer.h -- generic memory buffer.
*
- * Copyright (c) 2005-2006, NLnet Labs. All rights reserved.
+ * Copyright (c) 2005-2008, NLnet Labs. All rights reserved.
*
* See LICENSE for the license.
*
/*
* dnssec.h -- defines for the Domain Name System (SEC) (DNSSEC)
*
- * Copyright (c) 2005-2006, NLnet Labs. All rights reserved.
+ * Copyright (c) 2005-2008, NLnet Labs. All rights reserved.
*
* See LICENSE for the license.
*
/*
* dns.h -- defines for the Domain Name System
*
- * Copyright (c) 2005-2006, NLnet Labs. All rights reserved.
+ * Copyright (c) 2005-2008, NLnet Labs. All rights reserved.
*
* See LICENSE for the license.
*
/*
* rbtree.h -- generic red-black tree
*
- * Copyright (c) 2001-2007, NLnet Labs. All rights reserved.
+ * Copyright (c) 2001-2008, NLnet Labs. All rights reserved.
*
* This software is open source.
*
/*
* tsig.h -- defines for TSIG [RFC2845]
*
- * Copyright (c) 2005-2006, NLnet Labs. All rights reserved.
+ * Copyright (c) 2005-2008, NLnet Labs. All rights reserved.
*
* See LICENSE for the license.
*/
*
* Functions for RFC 2136 Dynamic Update
*
- * Copyright (c) 2005-2006, NLnet Labs. All rights reserved.
+ * Copyright (c) 2005-2008, NLnet Labs. All rights reserved.
*
* See LICENSE for the license.
*/
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
-AC_INIT(libdns-tests, 1.0.0, ldns@nlnetlabs.nl, ldns-tests-1.0)
+AC_INIT(ldns-tests, 1.3.0, ldns@nlnetlabs.nl, ldns-tests-1.0)
AC_CONFIG_SRCDIR([../ldns/config.h])
AC_AIX
*
* Taken from Unbound, modified for ldns
*
- * Copyright (c) 2001-2007, NLnet Labs. All rights reserved.
+ * Copyright (c) 2001-2008, NLnet Labs. All rights reserved.
*
* This software is open source.
*
*
* Functions for RFC 2136 Dynamic Update
*
- * Copyright (c) 2005-2006, NLnet Labs. All rights reserved.
+ * Copyright (c) 2005-2008, NLnet Labs. All rights reserved.
*
* See LICENSE for the license.
*/