]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Wed, 2 Apr 2008 23:46:58 +0000 (23:46 +0000)
committerAutomatic Updater <source@isc.org>
Wed, 2 Apr 2008 23:46:58 +0000 (23:46 +0000)
bin/named/convertxsl.pl
bin/tests/system/lwresd/ns1/example1.db
bin/tests/system/lwresd/ns1/named.conf
config.h.win32
lib/dns/openssl_link.c
lib/isc/win32/include/isc/platform.h
lib/isc/win32/interfaceiter.c
lib/isc/win32/net.c

index 605557dc7762f2fbc64efb49cbe8ca6dcd0ae34d..ea6a2d2d040c7092bfa31cb6e93c210776808bd4 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 #
-# Copyright (C) 2006, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2006-2008  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
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: convertxsl.pl,v 1.10 2008/04/02 03:35:13 marka Exp $
+# $Id: convertxsl.pl,v 1.11 2008/04/02 23:46:57 tbox Exp $
 
 use strict;
 use warnings;
 
-my $rev = '$Id: convertxsl.pl,v 1.10 2008/04/02 03:35:13 marka Exp $';
+my $rev = '$Id: convertxsl.pl,v 1.11 2008/04/02 23:46:57 tbox Exp $';
 $rev =~ s/\$//g;
 $rev =~ s/,v//g;
 $rev =~ s/Id: //;
index df9de1afc462d8e89075e46129d30549229b10e1..16a53f43424d8c7dac2ca6a41b6a3d8c1fcb1d19 100644 (file)
@@ -1,4 +1,4 @@
-; Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) 2004, 2007, 2008  Internet Systems Consortium, Inc. ("ISC")
 ; Copyright (C) 2000-2003  Internet Software Consortium.
 ;
 ; Permission to use, copy, modify, and/or distribute this software for any
@@ -13,7 +13,7 @@
 ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 ; PERFORMANCE OF THIS SOFTWARE.
 
-; $Id: example1.db,v 1.18 2008/04/02 02:37:42 marka Exp $
+; $Id: example1.db,v 1.19 2008/04/02 23:46:57 tbox Exp $
 
 $TTL 300       ; 5 minutes
 @                      IN SOA  mname1. . (
index 2e1f305fa4648577c096c80d89836095cfb0a878..2d649c79971969ab652accdcba99daddae875bfa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2006, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2006-2008  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000, 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: named.conf,v 1.20 2008/04/02 02:37:42 marka Exp $ */
+/* $Id: named.conf,v 1.21 2008/04/02 23:46:57 tbox Exp $ */
 
 controls { /* empty */ };
 
index d5c6dc50995042abb40af71714eb9e718280207a..816446c4469b321e61235eb09168810e25d44faa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2006, 2007  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/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: config.h.win32,v 1.17 2008/04/02 02:56:23 marka Exp $ */
+/* $Id: config.h.win32,v 1.18 2008/04/02 23:46: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 3b8720291ffefe758301691449c72aba7f0ad85a..6fc6784c66b834f3e17dddd44d8d0bdc6605685a 100644 (file)
@@ -31,7 +31,7 @@
 
 /*
  * Principal Author: Brian Wellington
- * $Id: openssl_link.c,v 1.18 2008/04/01 23:47:10 tbox Exp $
+ * $Id: openssl_link.c,v 1.19 2008/04/02 23:46:57 tbox Exp $
  */
 #ifdef OPENSSL
 
@@ -81,7 +81,7 @@ static ENGINE *he;
 #ifdef USE_PKCS11
 static isc_result_t
 dst__openssl_load_engine(const char *name, const char *engine_id,
-                        const char **pre_cmds, int pre_num,
+                        const char **pre_cmds, int pre_num,
                         const char **post_cmds, int post_num);
 #endif
 
@@ -388,7 +388,7 @@ dst__openssl_setdefault(const char *name) {
  */
 static isc_result_t
 dst__openssl_load_engine(const char *name, const char *engine_id,
-                        const char **pre_cmds, int pre_num,
+                        const char **pre_cmds, int pre_num,
                         const char **post_cmds, int post_num)
 {
        ENGINE *e;
index 5510f4772ebe0577f37821978870a55b36bf15f7..b3426e502da47eb2498f081c3609d3292fde674f 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) 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: platform.h,v 1.15 2008/04/02 02:56:23 marka Exp $ */
+/* $Id: platform.h,v 1.16 2008/04/02 23:46: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 fed9dd42bb7b74d8e02fa3938ff3f449b8dc7d7f..a0f25897d2101af1aa85b50bb42a69e59704a4ab 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.11 2008/04/02 02:56:23 marka Exp $ */
+/* $Id: interfaceiter.c,v 1.12 2008/04/02 23:46:57 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 a42426a18174a6b8f0db48286c8b6c3296ada2d4..29f26560972ccec8739d443c2b9ba0ad7830dba7 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.15 2008/04/02 02:56:23 marka Exp $ */
+/* $Id: net.c,v 1.16 2008/04/02 23:46:57 tbox Exp $ */
 
 #include <config.h>