From: Automatic Updater Date: Fri, 9 Jul 2010 23:45:33 +0000 (+0000) Subject: update copyright notice X-Git-Tag: v9.5.3b1~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d358e43c49b86fe805c885b4fc7add430f50af20;p=thirdparty%2Fbind9.git update copyright notice --- diff --git a/bin/nsupdate/nsupdate.c b/bin/nsupdate/nsupdate.c index 75e6d833fc0..436c6bbc8ae 100644 --- a/bin/nsupdate/nsupdate.c +++ b/bin/nsupdate/nsupdate.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: nsupdate.c,v 1.154.56.12 2010/07/09 06:48:13 each Exp $ */ +/* $Id: nsupdate.c,v 1.154.56.13 2010/07/09 23:45:33 tbox Exp $ */ /*! \file */ @@ -1383,7 +1383,7 @@ evaluate_realm(char *cmdline) { fatal("out of memory"); return (STATUS_MORE); #else - UNUSED(cmdline); + UNUSED(cmdline); return (STATUS_SYNTAX); #endif } diff --git a/bin/nsupdate/nsupdate.docbook b/bin/nsupdate/nsupdate.docbook index 3eca3dafa4d..e1ff71fb07a 100644 --- a/bin/nsupdate/nsupdate.docbook +++ b/bin/nsupdate/nsupdate.docbook @@ -2,7 +2,7 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" []> - + Jun 30, 2000 @@ -41,6 +41,7 @@ 2007 2008 2009 + 2010 Internet Systems Consortium, Inc. ("ISC") diff --git a/lib/dns/include/dns/name.h b/lib/dns/include/dns/name.h index a123f983e61..7c07d69215c 100644 --- a/lib/dns/include/dns/name.h +++ b/lib/dns/include/dns/name.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2007, 2009 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007, 2009, 2010 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1998-2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: name.h,v 1.126.128.4 2010/07/09 05:16:06 each Exp $ */ +/* $Id: name.h,v 1.126.128.5 2010/07/09 23:45:33 tbox Exp $ */ #ifndef DNS_NAME_H #define DNS_NAME_H 1 diff --git a/lib/dns/include/dns/tsig.h b/lib/dns/include/dns/tsig.h index 6569e3982ac..1d821ab0c4e 100644 --- a/lib/dns/include/dns/tsig.h +++ b/lib/dns/include/dns/tsig.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007, 2010 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2002 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: tsig.h,v 1.51.128.1 2010/07/09 05:16:10 each Exp $ */ +/* $Id: tsig.h,v 1.51.128.2 2010/07/09 23:45:33 tbox Exp $ */ #ifndef DNS_TSIG_H #define DNS_TSIG_H 1 @@ -89,8 +89,8 @@ struct dns_tsigkey { #define dns_tsigkey_identity(tsigkey) \ ((tsigkey) == NULL ? NULL : \ - (tsigkey)->generated ? ((tsigkey)->creator) : \ - (&((tsigkey)->name))) + (tsigkey)->generated ? ((tsigkey)->creator) : \ + (&((tsigkey)->name))) ISC_LANG_BEGINDECLS diff --git a/lib/dns/tkey.c b/lib/dns/tkey.c index 2d700a43f55..4913d24c48b 100644 --- a/lib/dns/tkey.c +++ b/lib/dns/tkey.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2008, 2010 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001, 2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -16,7 +16,7 @@ */ /* - * $Id: tkey.c,v 1.87.2.4 2010/07/09 05:16:03 each Exp $ + * $Id: tkey.c,v 1.87.2.5 2010/07/09 23:45:33 tbox Exp $ */ /*! \file */ #include