From a687db7ce86c97d884b7ee1a68f59fcddf4d1c2a Mon Sep 17 00:00:00 2001 From: Automatic Updater Date: Wed, 2 Apr 2008 23:46:58 +0000 Subject: [PATCH] update copyright notice --- bin/named/convertxsl.pl | 6 +++--- bin/tests/system/lwresd/ns1/example1.db | 4 ++-- bin/tests/system/lwresd/ns1/named.conf | 4 ++-- config.h.win32 | 8 ++++---- lib/dns/openssl_link.c | 6 +++--- lib/isc/win32/include/isc/platform.h | 10 +++++----- lib/isc/win32/interfaceiter.c | 10 +++++----- lib/isc/win32/net.c | 4 ++-- 8 files changed, 26 insertions(+), 26 deletions(-) diff --git a/bin/named/convertxsl.pl b/bin/named/convertxsl.pl index 605557dc77..ea6a2d2d04 100755 --- a/bin/named/convertxsl.pl +++ b/bin/named/convertxsl.pl @@ -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 @@ -14,12 +14,12 @@ # 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: //; diff --git a/bin/tests/system/lwresd/ns1/example1.db b/bin/tests/system/lwresd/ns1/example1.db index df9de1afc4..16a53f4342 100644 --- a/bin/tests/system/lwresd/ns1/example1.db +++ b/bin/tests/system/lwresd/ns1/example1.db @@ -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. . ( diff --git a/bin/tests/system/lwresd/ns1/named.conf b/bin/tests/system/lwresd/ns1/named.conf index 2e1f305fa4..2d649c7997 100644 --- a/bin/tests/system/lwresd/ns1/named.conf +++ b/bin/tests/system/lwresd/ns1/named.conf @@ -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 */ }; diff --git a/config.h.win32 b/config.h.win32 index d5c6dc5099..816446c446 100644 --- a/config.h.win32 +++ b/config.h.win32 @@ -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 @@ -144,7 +144,7 @@ /* 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 -/* 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 diff --git a/lib/dns/openssl_link.c b/lib/dns/openssl_link.c index 3b8720291f..6fc6784c66 100644 --- a/lib/dns/openssl_link.c +++ b/lib/dns/openssl_link.c @@ -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; diff --git a/lib/isc/win32/include/isc/platform.h b/lib/isc/win32/include/isc/platform.h index 5510f4772e..b3426e502d 100644 --- a/lib/isc/win32/include/isc/platform.h +++ b/lib/isc/win32/include/isc/platform.h @@ -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 @@ -71,19 +71,19 @@ #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 diff --git a/lib/isc/win32/interfaceiter.c b/lib/isc/win32/interfaceiter.c index fed9dd42bb..a0f25897d2 100644 --- a/lib/isc/win32/interfaceiter.c +++ b/lib/isc/win32/interfaceiter.c @@ -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)); diff --git a/lib/isc/win32/net.c b/lib/isc/win32/net.c index a42426a181..29f2656097 100644 --- a/lib/isc/win32/net.c +++ b/lib/isc/win32/net.c @@ -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