]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Wed, 2 Apr 2008 23:45:58 +0000 (23:45 +0000)
committerAutomatic Updater <source@isc.org>
Wed, 2 Apr 2008 23:45:58 +0000 (23:45 +0000)
config.h.win32
lib/isc/win32/include/isc/platform.h
lib/isc/win32/interfaceiter.c
lib/isc/win32/net.c

index 542d881a465a78d8db7f21ebb73580b391cd879d..46984094a4998d04a280d28246d6e2ada9d8b2b7 100644 (file)
@@ -1,8 +1,8 @@
 /*
- * Copyright (C) 2004, 2006  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2006, 2008  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001  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: config.h.win32,v 1.8.18.7 2008/04/02 03:09:07 marka Exp $ */
+/* $Id: config.h.win32,v 1.8.18.8 2008/04/02 23:45:57 tbox Exp $ */
 
 /*
  * win32 configuration file
 
 /* open() under unix allows setting of read/write permissions
  * at the owner, group and other levels.  These don't exist in NT
- * We'll just map them all to the NT equivalent 
+ * We'll just map them all to the NT equivalent
  */
 
 #define S_IRUSR _S_IREAD       /* Owner read permission */
@@ -194,7 +194,7 @@ typedef long off_t;
  */
 #include <versions.h>
 
-/* We actually are using the CryptAPI and not a device */ 
+/* We actually are using the CryptAPI and not a device */
 #define PATH_RANDOMDEV         "CryptAPI"
 
 #include <stddef.h>
index 0efbd37f6cd01ad60a532f93450208cc33d8b63c..57d6c84efae34440eca281288899c93369855015 100644 (file)
@@ -1,8 +1,8 @@
 /*
- * Copyright (C) 2004, 2005  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2008  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2001  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: platform.h,v 1.9.18.4 2008/04/02 03:09:08 marka Exp $ */
+/* $Id: platform.h,v 1.9.18.5 2008/04/02 23:45:58 tbox Exp $ */
 
 #ifndef ISC_PLATFORM_H
 #define ISC_PLATFORM_H 1
 #ifdef LIBISC_EXPORTS
 #define LIBISC_EXTERNAL_DATA __declspec(dllexport)
 #else
-#define LIBISC_EXTERNAL_DATA __declspec(dllimport) 
+#define LIBISC_EXTERNAL_DATA __declspec(dllimport)
 #endif
 
 #ifdef LIBISCCFG_EXPORTS
 #define LIBISCCFG_EXTERNAL_DATA __declspec(dllexport)
 #else
-#define LIBISCCFG_EXTERNAL_DATA __declspec(dllimport) 
+#define LIBISCCFG_EXTERNAL_DATA __declspec(dllimport)
 #endif
 
 #ifdef LIBISCCC_EXPORTS
 #define LIBISCCC_EXTERNAL_DATA __declspec(dllexport)
 #else
-#define LIBISCCC_EXTERNAL_DATA __declspec(dllimport) 
+#define LIBISCCC_EXTERNAL_DATA __declspec(dllimport)
 #endif
 
 #ifdef LIBDNS_EXPORTS
index 6d4732912f2cee0a2793d009fd9e32f881e0656a..78c7ac688341ebcd5437fa7ca9883288d4d33ea1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2007, 2008  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: interfaceiter.c,v 1.8.18.4 2008/04/02 03:09:08 marka Exp $ */
+/* $Id: interfaceiter.c,v 1.8.18.5 2008/04/02 23:45:58 tbox Exp $ */
 
 /*
  * Note that this code will need to be revisited to support IPv6 Interfaces.
@@ -106,7 +106,7 @@ get_addr(unsigned int family, isc_netaddr_t *dst, struct sockaddr *src) {
 
 isc_result_t
 isc_interfaceiter_create(isc_mem_t *mctx, isc_interfaceiter_t **iterp) {
-       char strbuf[ISC_STRERRORSIZE]; 
+       char strbuf[ISC_STRERRORSIZE];
        isc_interfaceiter_t *iter;
        isc_result_t result;
        int error;
@@ -390,7 +390,7 @@ internal_current6(isc_interfaceiter_t *iter) {
                sprintf(iter->current.name,
                        "TCP/IPv6 Interface %d", iter->pos6 + 1);
 
-       for (i = 0; i< 16; i++) 
+       for (i = 0; i< 16; i++)
                iter->current.netmask.type.in6.s6_addr[i] = 0xff;
        iter->current.netmask.family = AF_INET6;
        return (ISC_R_SUCCESS);
@@ -414,7 +414,7 @@ internal_next(isc_interfaceiter_t *iter) {
         * Microsoft's implementation is peculiar for returning
         * the list in reverse order
         */
-        
+
        if (iter->numIF == 0)
                iter->pos4 = (INTERFACE_INFO *)(iter->buf4 + (iter->v4IF));
 
index bf193f087bcbb377f7bcc399e14b0847dbec66cc..25a4d536b7e9a967e8c428bc78f309c09f9b3cb3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2008  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: net.c,v 1.9.18.7 2008/04/02 03:09:08 marka Exp $ */
+/* $Id: net.c,v 1.9.18.8 2008/04/02 23:45:58 tbox Exp $ */
 
 #include <config.h>