]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Thu, 24 Sep 2009 23:46:07 +0000 (23:46 +0000)
committerAutomatic Updater <source@isc.org>
Thu, 24 Sep 2009 23:46:07 +0000 (23:46 +0000)
bin/named/include/named/log.h
lib/dns/include/dns/resolver.h
lib/dns/resolver.c
lib/isc/unix/ifiter_getifaddrs.c

index 6f59402aa953134b4d739a6507ae3b2decd4fcdc..566a29b073f7b564b6d9e5f0ba16d8cbfd14fdfd 100644 (file)
@@ -1,8 +1,8 @@
 /*
- * Copyright (C) 2004, 2005  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2002  Internet Software Consortium.
  *
- * Permission to use, copy, modify, and distribute this software for any
+ * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
  * copyright notice and this permission notice appear in all copies.
  *
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: log.h,v 1.21.18.3 2009/09/24 21:38:50 jinmei Exp $ */
+/* $Id: log.h,v 1.21.18.4 2009/09/24 23:46:06 tbox Exp $ */
 
 #ifndef NAMED_LOG_H
 #define NAMED_LOG_H 1
index 21adb03739d68de36206f43980b5bacfae414592..3fce33665c48879aa4154908eb7b9379605b5796 100644 (file)
@@ -1,8 +1,8 @@
 /*
- * Copyright (C) 2004-2006  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2006, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001, 2003  Internet Software Consortium.
  *
- * Permission to use, copy, modify, and distribute this software for any
+ * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
  * copyright notice and this permission notice appear in all copies.
  *
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: resolver.h,v 1.40.18.12 2009/09/24 21:38:52 jinmei Exp $ */
+/* $Id: resolver.h,v 1.40.18.13 2009/09/24 23:46:07 tbox Exp $ */
 
 #ifndef DNS_RESOLVER_H
 #define DNS_RESOLVER_H 1
@@ -93,7 +93,7 @@ typedef struct dns_fetchevent {
 #define DNS_FETCHOPT_FORWARDONLY       0x10         /*%< Only use forwarders. */
 #define DNS_FETCHOPT_NOVALIDATE                0x20         /*%< Disable validation. */
 #define DNS_FETCHOPT_EDNS512           0x40         /*%< Advertise a 512 byte
-                                                         UDP buffer. */
+                                                         UDP buffer. */
 
 #define        DNS_FETCHOPT_EDNSVERSIONSET     0x00800000
 #define        DNS_FETCHOPT_EDNSVERSIONMASK    0xff000000
@@ -487,7 +487,7 @@ dns_resolver_getclientsperquery(dns_resolver_t *resolver, isc_uint32_t *cur,
 
 isc_boolean_t
 dns_resolver_getzeronosoattl(dns_resolver_t *resolver);
+
 void
 dns_resolver_setzeronosoattl(dns_resolver_t *resolver, isc_boolean_t state);
 
index 2b0e1585ff5a5d4328b885884e434b1aa1630d5a..9e4f3c8ea778267b7b88eaefd4c56abfaf5b0ede 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: resolver.c,v 1.284.18.94 2009/09/24 21:38:51 jinmei Exp $ */
+/* $Id: resolver.c,v 1.284.18.95 2009/09/24 23:46:06 tbox Exp $ */
 
 /*! \file */
 
@@ -940,7 +940,7 @@ fctx_sendevents(fetchctx_t *fctx, isc_result_t result, int line) {
        FCTXTRACE("sendevents");
 
        /*
-        * Keep some record of fetch result for logging later (if required). 
+        * Keep some record of fetch result for logging later (if required).
         */
        fctx->result = result;
        fctx->exitline = line;
index a4e9072a0f5c2d67dfaafb5439130e7d415829eb..57e90ed00fe9b7fdd28c7d4ea5a18f4dfe737c5c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 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: ifiter_getifaddrs.c,v 1.4.18.6 2009/09/24 06:43:52 marka Exp $ */
+/* $Id: ifiter_getifaddrs.c,v 1.4.18.7 2009/09/24 23:46:07 tbox Exp $ */
 
 /*! \file
  * \brief