From: Tinderbox User Date: Mon, 4 Mar 2013 23:46:20 +0000 (+0000) Subject: update copyright notice X-Git-Tag: v9.10.0a1~448^2~108 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7b5130bd12ab4a5538240b6bbed9166dc7a856d6;p=thirdparty%2Fbind9.git update copyright notice --- diff --git a/bin/confgen/keygen.c b/bin/confgen/keygen.c index 59096b57609..d0cdafed364 100644 --- a/bin/confgen/keygen.c +++ b/bin/confgen/keygen.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009, 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2009, 2012, 2013 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/bin/confgen/rndc-confgen.c b/bin/confgen/rndc-confgen.c index 70639affb60..e2ac07923a2 100644 --- a/bin/confgen/rndc-confgen.c +++ b/bin/confgen/rndc-confgen.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007-2009, 2011 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007-2009, 2011, 2013 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2001, 2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/dig/dig.c b/bin/dig/dig.c index 1ac56449255..0b4f93c641b 100644 --- a/bin/dig/dig.c +++ b/bin/dig/dig.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2013 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000-2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -288,15 +288,15 @@ received(int bytes, isc_sockaddr_t *from, dig_query_t *query) { printf(";; Received %" ISC_PRINT_QUADFORMAT "u bytes " "from %s(%s) in %ld us\n\n", query->lookup->doing_xfr - ? query->byte_count - : (isc_uint64_t)bytes, + ? query->byte_count + : (isc_uint64_t)bytes, fromtext, query->userarg, (long) diff); else printf(";; Received %" ISC_PRINT_QUADFORMAT "u bytes " "from %s(%s) in %ld ms\n\n", query->lookup->doing_xfr - ? query->byte_count - : (isc_uint64_t)bytes, + ? query->byte_count + : (isc_uint64_t)bytes, fromtext, query->userarg, (long) diff / 1000); } }