]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorTinderbox User <tbox@isc.org>
Thu, 28 Feb 2013 23:45:46 +0000 (23:45 +0000)
committerTinderbox User <tbox@isc.org>
Thu, 28 Feb 2013 23:45:46 +0000 (23:45 +0000)
lib/dns/acache.c
lib/dns/adb.c
lib/dns/cache.c
lib/dns/include/dns/acache.h
lib/dns/include/dns/adb.h
lib/dns/include/dns/cache.h
lib/dns/view.c
lib/irs/getnameinfo.c

index 433db2cbf5439c692a19d99b66f495f0cd65ca20..7fc9a3230d599e4160a13d2600bf0332fbcfd52e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2008, 2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2008, 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 da1d9a08c3cb7849584bbbffbb5f3d974c1d8337..7b5ca12b18e1e78be7cd132aa7aa047c8a03f6d1 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) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 7b584c3a7d07f0c07cbde596fb60a2cb8e26cbb5..ac6c92527e610e31438b503609e0b9367bc20988 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2009, 2011  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009, 2011, 2013  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 754ef9f8a7f509c515e5a7c0ead2f92c5d20da85..37cf31f5e255b063e899dc4e848390e47ef4a2cb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2006, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2006, 2007, 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
@@ -25,7 +25,7 @@
 
 /*
  * Acache
- * 
+ *
  * The Additional Cache Object
  *
  *     This module manages internal caching entries that correspond to
  *     - 76 bytes for each additional cache entry
  *     - if the entry has a DNS name and associated RRset,
  *       * 44 bytes + size of the name (1-255 bytes)
- *       * 52 bytes x number_of_RRs 
+ *       * 52 bytes x number_of_RRs
  *     - 28 bytes for each DB related to this module
  *
  *     Using the additional cache also requires extra memory consumption in
@@ -415,7 +415,7 @@ dns_acache_attachentry(dns_acacheentry_t *source, dns_acacheentry_t **targetp);
  *
  *     *targetp is attached to 'source'.
  */
-                      
+
 void
 dns_acache_detachentry(dns_acacheentry_t **entryp);
 /*
@@ -429,7 +429,7 @@ dns_acache_detachentry(dns_acacheentry_t **entryp);
  *
  *     *entryp is NULL.
  *
- *     If '*entryp' is the last reference to the entry, 
+ *     If '*entryp' is the last reference to the entry,
  *     cache does not have an outstanding task, all resources used by the
  *     entry (including the entry object itself) will be freed.
  */
index 267ae83d554b31701727527382ee02c75722d02a..a5a312406affad0eaa7f0cf392b0a7e7e5f41223 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2008, 2011  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2008, 2011, 2013  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 6f8081d811908a242d1be5f5004741cb31777601..f7140aa7c6ce7983172eefceefef34cd14c4a598 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007, 2009, 2011  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009, 2011, 2013  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 1ab945257742ae9abe7a6bd73da11e876f4d0bc3..cff618651c549bbeeeffcb0f37d6d2fd280abdf8 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) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 04a951a684c1474af7331ce72f429302f6fe7fb0..526ad0918d7b10b98bed34dd23c7df9b377b7562 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009, 2011, 2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009, 2011-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