]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Thu, 25 Feb 2010 05:08:01 +0000 (05:08 +0000)
committerAutomatic Updater <source@isc.org>
Thu, 25 Feb 2010 05:08:01 +0000 (05:08 +0000)
15 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/resolver.c
lib/dns/result.c
lib/dns/sdb.c
lib/dns/sdlz.c
lib/dns/validator.c
lib/dns/view.c

index 705930767481b561839954048183cf133b5eb257..1bb4d7f2c3cd70fa6d480b01eaa013ad0a1c3731 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.5 2010/02/25 04:39:13 marka Exp $ */
+/* $Id: ecdb.c,v 1.6 2010/02/25 05:08:01 tbox Exp $ */
 
 #include "config.h"
 
index 6a64ee7d264bbbf561fc6930be841e3d242f6879..d4b4ebfc3041c5b8838f91335de33bc89a24bd20 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.68 2010/02/25 04:39:13 marka Exp $ */
+/* $Id: rdataset.h,v 1.69 2010/02/25 05:08:01 tbox Exp $ */
 
 #ifndef DNS_RDATASET_H
 #define DNS_RDATASET_H 1
index cb416655e51d41504b710f941611f0c1a67c23c3..554ece2cd445536e0f1beb7bb22a7f0f7384951f 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.65 2010/02/25 04:39:13 marka Exp $ */
+/* $Id: resolver.h,v 1.66 2010/02/25 05:08:01 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 4882d3d23ac6628ac4721f0df9376a2ece4e1651..c9b4d2519559134bf38736e45fe9694a498c5a31 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.119 2010/02/25 04:39:13 marka Exp $ */
+/* $Id: result.h,v 1.120 2010/02/25 05:08:01 tbox Exp $ */
 
 #ifndef DNS_RESULT_H
 #define DNS_RESULT_H 1
index e6b6632a5a04c18affe7f1acefd1629f97717e04..7d6ea7a89d2f7539f84553263817a741f4e30906 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.45 2010/02/25 04:39:13 marka Exp $ */
+/* $Id: validator.h,v 1.46 2010/02/25 05:08:01 tbox Exp $ */
 
 #ifndef DNS_VALIDATOR_H
 #define DNS_VALIDATOR_H 1
index 6c81dd149ec7c9d005fcf98a607e16cbd8284b62..5224a29850edc807825b9d60b789963b3371db3b 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.44 2010/02/25 04:39:13 marka Exp $ */
+/* $Id: ncache.c,v 1.45 2010/02/25 05:08:01 tbox Exp $ */
 
 /*! \file */
 
index 73a9e2d08056b0fb3e29af4af4612591ad457463..8f46faf60db333127c20f7ac7db7a51a035acd2d 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.37 2010/02/25 04:39:13 marka Exp $ */
+/* $Id: rdatalist.c,v 1.38 2010/02/25 05:08:01 tbox Exp $ */
 
 /*! \file */
 
index 9c503c43262c67c48f99c2dbf6dfe8d94bf3e6fc..71e6c5156243c602e568f712a4ad8d98b8cb6ab9 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.85 2010/02/25 04:39:13 marka Exp $ */
+/* $Id: rdataset.c,v 1.86 2010/02/25 05:08:01 tbox Exp $ */
 
 /*! \file */
 
index 8b17c79cd06df481764cba96bcbe378ce8d6fc6f..1af469d68108d247e048df516aedb651b2712692 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.51 2010/02/25 04:39:13 marka Exp $ */
+/* $Id: rdataslab.c,v 1.52 2010/02/25 05:08:01 tbox Exp $ */
 
 /*! \file */
 
index 26e52173ae1266007a20bd8cf4e939d8de8203d8..8e038162c44a9434a35f93e67dd1cf0e7399df58 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: resolver.c,v 1.416 2010/02/25 04:39:13 marka Exp $ */
+/* $Id: resolver.c,v 1.417 2010/02/25 05:08:01 tbox Exp $ */
 
 /*! \file */
 
@@ -8185,7 +8185,7 @@ dns_resolver_flushbadcache(dns_resolver_t *resolver, dns_name_t *name) {
                        } else
                                prev = bad;
                }
-       } else 
+       } else
                destroy_badcache(resolver);
 
  unlock:
index 0a954e139e3c16e7021492992b7da0159dd854cd..02705dc9dc46f5bf1c75cedbbe2d9e4d265be021 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.129 2010/02/25 04:39:13 marka Exp $ */
+/* $Id: result.c,v 1.130 2010/02/25 05:08:01 tbox Exp $ */
 
 /*! \file */
 
index 29eb825e6e885e3990d4afb1ebdeb5c757bad87f..004f87eca69fcf02d285d30b80fd4cfca81783ce 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.72 2010/02/25 04:39:13 marka Exp $ */
+/* $Id: sdb.c,v 1.73 2010/02/25 05:08:01 tbox Exp $ */
 
 /*! \file */
 
index 7c48d24145ac2b6d22dcb2cfb8fcf64d5789432c..ca35bd51579aaa661fbe4dc6b56201da82df0ca7 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.23 2010/02/25 04:39:13 marka Exp $ */
+/* $Id: sdlz.c,v 1.24 2010/02/25 05:08:01 tbox Exp $ */
 
 /*! \file */
 
index fad6975722939e9d1046665e8214853bc56cdffc..b693a37d73fa481c91c4dc0127c3d3f0f763087b 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.184 2010/02/25 04:39:13 marka Exp $ */
+/* $Id: validator.c,v 1.185 2010/02/25 05:08:01 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 09ef1caf3c746d37c28c276f45f3ae4116e57e76..7412701a6d9790c6110da21fb3829a337066986c 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.160 2010/02/25 04:39:13 marka Exp $ */
+/* $Id: view.c,v 1.161 2010/02/25 05:08:01 tbox Exp $ */
 
 /*! \file */