mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-25 16:18:03 -04:00
update copyright notice
This commit is contained in:
parent
d145b64cac
commit
a687db7ce8
8 changed files with 26 additions and 26 deletions
|
|
@ -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: //;
|
||||
|
|
|
|||
|
|
@ -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. . (
|
||||
|
|
|
|||
|
|
@ -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 */ };
|
||||
|
||||
|
|
|
|||
|
|
@ -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 <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>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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));
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue