From: Jelte Jansen Date: Mon, 2 Jun 2008 11:55:34 +0000 (+0000) Subject: lib name and copyright notices X-Git-Tag: release-1.3.0~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4155f73fee640b3b1a87f080b3bebd035b12c0f3;p=thirdparty%2Fldns.git lib name and copyright notices --- diff --git a/buffer.c b/buffer.c index c62b913e..c6259b4e 100644 --- a/buffer.c +++ b/buffer.c @@ -1,7 +1,7 @@ /* * 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. * diff --git a/compat/memmove.c b/compat/memmove.c index c1ae38d7..e458092c 100644 --- a/compat/memmove.c +++ b/compat/memmove.c @@ -1,7 +1,7 @@ /* * 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. */ diff --git a/configure.ac b/configure.ac index 5b58a192..16b6930a 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # 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") diff --git a/drill/configure.ac b/drill/configure.ac index 18d9d43f..d736cdc9 100644 --- a/drill/configure.ac +++ b/drill/configure.ac @@ -2,7 +2,7 @@ # 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='' diff --git a/drill/drill.c b/drill/drill.c index 376c4570..9869ea72 100644 --- a/drill/drill.c +++ b/drill/drill.c @@ -76,7 +76,7 @@ version(FILE *stream, const char *progname) { 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"); diff --git a/examples/configure.ac b/examples/configure.ac index 3cc1485d..92075a58 100644 --- a/examples/configure.ac +++ b/examples/configure.ac @@ -2,7 +2,7 @@ # 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='' diff --git a/examples/ldns-notify.c b/examples/ldns-notify.c index 470f1c85..21457ce3 100644 --- a/examples/ldns-notify.c +++ b/examples/ldns-notify.c @@ -45,7 +45,7 @@ version(void) 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); diff --git a/examples/nsd-test/configure.ac b/examples/nsd-test/configure.ac index fed6ca59..e089ae3b 100644 --- a/examples/nsd-test/configure.ac +++ b/examples/nsd-test/configure.ac @@ -2,7 +2,7 @@ # 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' diff --git a/ldns/buffer.h b/ldns/buffer.h index f2edb842..acae1290 100644 --- a/ldns/buffer.h +++ b/ldns/buffer.h @@ -1,7 +1,7 @@ /* * 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. * diff --git a/ldns/dnssec.h b/ldns/dnssec.h index 2d4d8176..c984bb7d 100644 --- a/ldns/dnssec.h +++ b/ldns/dnssec.h @@ -1,7 +1,7 @@ /* * 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. * diff --git a/ldns/ldns.h b/ldns/ldns.h index fe9b7e97..4d668979 100644 --- a/ldns/ldns.h +++ b/ldns/ldns.h @@ -1,7 +1,7 @@ /* * 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. * diff --git a/ldns/rbtree.h b/ldns/rbtree.h index 2509d7bb..14c3a721 100644 --- a/ldns/rbtree.h +++ b/ldns/rbtree.h @@ -1,7 +1,7 @@ /* * 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. * diff --git a/ldns/tsig.h b/ldns/tsig.h index b1ea35bf..26e148a4 100644 --- a/ldns/tsig.h +++ b/ldns/tsig.h @@ -1,7 +1,7 @@ /* * 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. */ diff --git a/ldns/update.h b/ldns/update.h index a4c12ea4..43f80e69 100644 --- a/ldns/update.h +++ b/ldns/update.h @@ -3,7 +3,7 @@ * * 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. */ diff --git a/lua/configure.ac b/lua/configure.ac index dc00643d..b18b2ad1 100644 --- a/lua/configure.ac +++ b/lua/configure.ac @@ -2,7 +2,7 @@ # 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 diff --git a/rbtree.c b/rbtree.c index 00daa1db..c52c0db2 100644 --- a/rbtree.c +++ b/rbtree.c @@ -3,7 +3,7 @@ * * 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. * diff --git a/update.c b/update.c index 2d33370a..c6781a96 100644 --- a/update.c +++ b/update.c @@ -2,7 +2,7 @@ * * 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. */