]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Thu, 25 Feb 2010 05:26:27 +0000 (05:26 +0000)
committerAutomatic Updater <source@isc.org>
Thu, 25 Feb 2010 05:26:27 +0000 (05:26 +0000)
14 files changed:
lib/dns/ecdb.c
lib/dns/include/dns/rdataset.h
lib/dns/include/dns/resolver.h
lib/dns/include/dns/result.h
lib/dns/include/dns/validator.h
lib/dns/ncache.c
lib/dns/rdatalist.c
lib/dns/rdataset.c
lib/dns/rdataslab.c
lib/dns/result.c
lib/dns/sdb.c
lib/dns/sdlz.c
lib/dns/validator.c
lib/dns/view.c

index fd588978c9c67e698a7675cc3c49b59339d168c6..59aa6c9a5ae78edb8bad7cd2bfdf6256c30ef217 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009, 2010  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
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: ecdb.c,v 1.4.82.1 2010/02/25 04:53:45 marka Exp $ */
+/* $Id: ecdb.c,v 1.4.82.2 2010/02/25 05:26:27 tbox Exp $ */
 
 #include "config.h"
 
index 66fed5f8c690d5745a1b674e4153758218027420..2db11932e5593c98b788c57ed58a2652d885f1ee 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-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: rdataset.h,v 1.67.244.1 2010/02/25 04:53:46 marka Exp $ */
+/* $Id: rdataset.h,v 1.67.244.2 2010/02/25 05:26:27 tbox Exp $ */
 
 #ifndef DNS_RDATASET_H
 #define DNS_RDATASET_H 1
index 6c5467476d4f0f5f9f23a8459b43d13d8174947d..07e846c9eb60fa363b9a80de92b86a90aa90ccf1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-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
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: resolver.h,v 1.64.162.1 2010/02/25 04:53:46 marka Exp $ */
+/* $Id: resolver.h,v 1.64.162.2 2010/02/25 05:26:27 tbox Exp $ */
 
 #ifndef DNS_RESOLVER_H
 #define DNS_RESOLVER_H 1
@@ -511,7 +511,7 @@ dns_resolver_getoptions(dns_resolver_t *resolver);
 
 void
 dns_resolver_addbadcache(dns_resolver_t *resolver, dns_name_t *name,
-                         dns_rdatatype_t type, isc_time_t *expire);
+                        dns_rdatatype_t type, isc_time_t *expire);
 /*%<
  * Add a entry to the bad cache for <name,type> that will expire at 'expire'.
  *
@@ -522,7 +522,7 @@ dns_resolver_addbadcache(dns_resolver_t *resolver, dns_name_t *name,
 
 isc_boolean_t
 dns_resolver_getbadcache(dns_resolver_t *resolver, dns_name_t *name,
-                         dns_rdatatype_t type, isc_time_t *now);
+                        dns_rdatatype_t type, isc_time_t *now);
 /*%<
  * Check to see if there is a unexpired entry in the bad cache for
  * <name,type>.
index 8e6c6f8d448f027a7468bb6428ce972e6a627aee..6c695b8343ef9bd46ac5a21d7609e1196e106ab9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-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: result.h,v 1.118.108.1 2010/02/25 04:53:46 marka Exp $ */
+/* $Id: result.h,v 1.118.108.2 2010/02/25 05:26:27 tbox Exp $ */
 
 #ifndef DNS_RESULT_H
 #define DNS_RESULT_H 1
index 4bd35f47079acaf32f686f4a1c151caf831811e2..7e7c834592a5501c6b1cbbb86bd1b58c61b9e0c3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-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: validator.h,v 1.44.244.1 2010/02/25 04:53:46 marka Exp $ */
+/* $Id: validator.h,v 1.44.244.2 2010/02/25 05:26:27 tbox Exp $ */
 
 #ifndef DNS_VALIDATOR_H
 #define DNS_VALIDATOR_H 1
index 73462177f0d324f6433a12343ade087c048e025b..1fb7211b02ed6f0e0230c3ccb048926aa84811d9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2008, 2010  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-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: ncache.c,v 1.43.332.1 2010/02/25 04:53:45 marka Exp $ */
+/* $Id: ncache.c,v 1.43.332.2 2010/02/25 05:26:27 tbox Exp $ */
 
 /*! \file */
 
index d44a2b00a887d1f00274052eaaf762bc209bae61..20fb6d1461bd9e82b5edc7e7a798833915772cc1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 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
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: rdatalist.c,v 1.36.334.1 2010/02/25 04:53:45 marka Exp $ */
+/* $Id: rdatalist.c,v 1.36.334.2 2010/02/25 05:26:27 tbox Exp $ */
 
 /*! \file */
 
index 2dc9262ed16d87e2ffefdb3ceb1fde2c6d30e49d..13c0d5c9eafcb4d707ddeda214a7fcf993b8de93 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-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: rdataset.c,v 1.84.244.1 2010/02/25 04:53:45 marka Exp $ */
+/* $Id: rdataset.c,v 1.84.244.2 2010/02/25 05:26:27 tbox Exp $ */
 
 /*! \file */
 
index a01f1f8cf8ccbb8ea9b39cb6df48bb8d4c8960d4..5fd4e73b44076a3de46961c45dc6a4c20b8b4922 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-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: rdataslab.c,v 1.50.244.1 2010/02/25 04:53:45 marka Exp $ */
+/* $Id: rdataslab.c,v 1.50.244.2 2010/02/25 05:26:27 tbox Exp $ */
 
 /*! \file */
 
index 19993479098654859092f07ed1fa5e272f29e93c..30620d733ce90b60465bc33db322bd2377f1894c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007-2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007-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: result.c,v 1.128.108.1 2010/02/25 04:53:46 marka Exp $ */
+/* $Id: result.c,v 1.128.108.2 2010/02/25 05:26:27 tbox Exp $ */
 
 /*! \file */
 
index 19b9c14d6a842ffea3c4d5e4cc33f257072fb3d7..3bdb580b2dd69ef84c2841ee7a8f495dd8d143b0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000, 2001, 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: sdb.c,v 1.71.112.1 2010/02/25 04:53:46 marka Exp $ */
+/* $Id: sdb.c,v 1.71.112.2 2010/02/25 05:26:27 tbox Exp $ */
 
 /*! \file */
 
index 49ac745382495cf805a1013a57ecd6f03666b989..50dfabc3dcf2a01865bdac815065b409e0904c08 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (C) 2005-2009  Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2005-2010  Internet Systems Consortium, Inc. ("ISC")
  * Portions Copyright (C) 1999-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -50,7 +50,7 @@
  * USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: sdlz.c,v 1.22.162.1 2010/02/25 04:53:46 marka Exp $ */
+/* $Id: sdlz.c,v 1.22.162.2 2010/02/25 05:26:27 tbox Exp $ */
 
 /*! \file */
 
index 48a9b3f1b7609eec90de1de06f7e3e2d73d5e0d8..dafe2c91bd3b3260c7fdbcfc5f289cf4b143cc80 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-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: validator.c,v 1.182.16.1.2.1 2010/02/25 04:53:46 marka Exp $ */
+/* $Id: validator.c,v 1.182.16.1.2.2 2010/02/25 05:26:27 tbox Exp $ */
 
 #include <config.h>
 
@@ -3304,7 +3304,7 @@ finddlvsep(dns_validator_t *val, isc_boolean_t resume) {
                                              dns_fixedname_name(&val->fname),
                                              NULL);
                                result = create_validator(val,
-                                               dns_fixedname_name(&val->fname),
+                                               dns_fixedname_name(&val->fname),
                                                          dns_rdatatype_dlv,
                                                          &val->frdataset,
                                                          &val->fsigrdataset,
index cd4e80ea22d58296ad7613498235b47d80b34734..ed5f2036b4201c88145d0391da66df1aa2395f73 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2010  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-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: view.c,v 1.159.66.1 2010/02/25 04:53:46 marka Exp $ */
+/* $Id: view.c,v 1.159.66.2 2010/02/25 05:26:27 tbox Exp $ */
 
 /*! \file */