]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorTinderbox User <tbox@isc.org>
Mon, 4 Mar 2013 23:46:20 +0000 (23:46 +0000)
committerTinderbox User <tbox@isc.org>
Mon, 4 Mar 2013 23:46:20 +0000 (23:46 +0000)
bin/confgen/keygen.c
bin/confgen/rndc-confgen.c
bin/dig/dig.c

index 59096b57609fd494db51af452bec4781727b9a4e..d0cdafed364bc0fdbdd15cb853b486e9d1341acb 100644 (file)
@@ -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
index 70639affb60ee96888b84d38ab5dbecb95cf8abd..e2ac07923a2c9e1beb9048408f238669551ebe85 100644 (file)
@@ -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
index 1ac56449255dbce8281b4edffbca8cbf408df2c1..0b4f93c641b37cd6bf3a9a6cd082d16e673e309c 100644 (file)
@@ -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);
        }
 }