mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 11:42:06 -04:00
update copyright notice
This commit is contained in:
parent
665ba746c0
commit
2b43d1d8c5
12 changed files with 28 additions and 28 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (C) 2004, 2007, 2009 Internet Systems Consortium, Inc. ("ISC")
|
||||
# Copyright (C) 2004, 2007, 2009, 2010 Internet Systems Consortium, Inc. ("ISC")
|
||||
# Copyright (C) 1999-2002 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: Makefile.in,v 1.33 2010/08/11 18:14:18 each Exp $
|
||||
# $Id: Makefile.in,v 1.34 2010/08/13 23:47:03 tbox Exp $
|
||||
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/perl
|
||||
#
|
||||
# Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
|
||||
# Copyright (C) 2004, 2007, 2010 Internet Systems Consortium, Inc. ("ISC")
|
||||
# Copyright (C) 2002 Internet Software Consortium.
|
||||
#
|
||||
# Permission to use, copy, modify, and/or distribute this software for any
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
#
|
||||
# perl -MCPAN -e "install Net::DNS"
|
||||
#
|
||||
# $Id: dnssec_update_test.pl,v 1.6 2010/08/13 06:46:24 marka Exp $
|
||||
# $Id: dnssec_update_test.pl,v 1.7 2010/08/13 23:47:03 tbox Exp $
|
||||
#
|
||||
|
||||
use Getopt::Std;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2004, 2006-2008 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 2004, 2006-2008, 2010 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 2000-2002 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.31 2010/08/13 06:46:24 marka Exp $ */
|
||||
/* $Id: named.conf,v 1.32 2010/08/13 23:47:03 tbox Exp $ */
|
||||
|
||||
// NS2
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 2004-2010 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: adb.c,v 1.248 2010/08/11 22:54:58 jinmei Exp $ */
|
||||
/* $Id: adb.c,v 1.249 2010/08/13 23:47:03 tbox Exp $ */
|
||||
|
||||
/*! \file
|
||||
*
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 2004-2010 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: zone.h,v 1.176 2010/08/11 18:14:19 each Exp $ */
|
||||
/* $Id: zone.h,v 1.177 2010/08/13 23:47:03 tbox Exp $ */
|
||||
|
||||
#ifndef DNS_ZONE_H
|
||||
#define DNS_ZONE_H 1
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: rbtdb.c,v 1.303 2010/08/13 06:46:24 marka Exp $ */
|
||||
/* $Id: rbtdb.c,v 1.304 2010/08/13 23:47:03 tbox Exp $ */
|
||||
|
||||
/*! \file */
|
||||
|
||||
|
|
@ -3483,7 +3483,7 @@ find_closest_nsec(rbtdb_search_t *search, dns_dbnode_t **nodep,
|
|||
found = NULL;
|
||||
foundsig = NULL;
|
||||
result = previous_closest_nsec(type, search,
|
||||
name, origin,
|
||||
name, origin,
|
||||
&prevnode, NULL,
|
||||
NULL);
|
||||
} else if (found != NULL &&
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 2009, 2010 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,7 +14,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: namespace.h,v 1.6 2010/08/11 22:54:58 jinmei Exp $ */
|
||||
/* $Id: namespace.h,v 1.7 2010/08/13 23:47:03 tbox Exp $ */
|
||||
|
||||
#ifndef ISCAPI_NAMESPACE_H
|
||||
#define ISCAPI_NAMESPACE_H 1
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 2000-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: socket.c,v 1.82 2010/08/13 10:45:32 fdupont Exp $ */
|
||||
/* $Id: socket.c,v 1.83 2010/08/13 23:47:03 tbox Exp $ */
|
||||
|
||||
/* This code uses functions which are only available on Server 2003 and
|
||||
* higher, and Windows XP and higher.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 1999-2002 Internet Software Consortium.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for any
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: aclconf.c,v 1.28 2010/08/11 18:14:20 each Exp $ */
|
||||
/* $Id: aclconf.c,v 1.29 2010/08/13 23:47:03 tbox Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 2004-2007, 2010 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: aclconf.h,v 1.11 2010/08/11 18:14:20 each Exp $ */
|
||||
/* $Id: aclconf.h,v 1.12 2010/08/13 23:47:04 tbox Exp $ */
|
||||
|
||||
#ifndef ISCCFG_ACLCONF_H
|
||||
#define ISCCFG_ACLCONF_H 1
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 2004-2007, 2010 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 2000-2002 Internet Software Consortium.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for any
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: cfg.h,v 1.45 2010/08/11 18:14:20 each Exp $ */
|
||||
/* $Id: cfg.h,v 1.46 2010/08/13 23:47:04 tbox Exp $ */
|
||||
|
||||
#ifndef ISCCFG_CFG_H
|
||||
#define ISCCFG_CFG_H 1
|
||||
|
|
@ -71,7 +71,7 @@ typedef struct cfg_obj cfg_obj_t;
|
|||
typedef struct cfg_listelt cfg_listelt_t;
|
||||
|
||||
/*%
|
||||
* A callback function to be called when parsing an option
|
||||
* A callback function to be called when parsing an option
|
||||
* that needs to be interpreted at parsing time, like
|
||||
* "directory".
|
||||
*/
|
||||
|
|
@ -130,7 +130,7 @@ cfg_parse_buffer(cfg_parser_t *pctx, isc_buffer_t *buffer,
|
|||
* (isc_parse_buffer()).
|
||||
*
|
||||
* Returns an error if the file does not parse correctly.
|
||||
*
|
||||
*
|
||||
* Requires:
|
||||
*\li "filename" is valid.
|
||||
*\li "mem" is valid.
|
||||
|
|
@ -154,7 +154,7 @@ cfg_parser_destroy(cfg_parser_t **pctxp);
|
|||
isc_boolean_t
|
||||
cfg_obj_isvoid(const cfg_obj_t *obj);
|
||||
/*%<
|
||||
* Return true iff 'obj' is of void type (e.g., an optional
|
||||
* Return true iff 'obj' is of void type (e.g., an optional
|
||||
* value not specified).
|
||||
*/
|
||||
|
||||
|
|
@ -397,7 +397,7 @@ cfg_print_grammar(const cfg_type_t *type,
|
|||
isc_boolean_t
|
||||
cfg_obj_istype(const cfg_obj_t *obj, const cfg_type_t *type);
|
||||
/*%<
|
||||
* Return true iff 'obj' is of type 'type'.
|
||||
* Return true iff 'obj' is of type 'type'.
|
||||
*/
|
||||
|
||||
void
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/perl
|
||||
#
|
||||
# Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC")
|
||||
# Copyright (C) 2009, 2010 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,7 +14,7 @@
|
|||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
# PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: updatelibxml2.pl,v 1.4 2010/08/13 14:33:31 fdupont Exp $
|
||||
# $Id: updatelibxml2.pl,v 1.5 2010/08/13 23:47:04 tbox Exp $
|
||||
|
||||
# updatelibxml2.pl
|
||||
# This script locates the latest version of libxml2 in the grandparent
|
||||
|
|
|
|||
Loading…
Reference in a new issue