2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

update copyright notice

This commit is contained in:
Automatic Updater 2011-03-01 23:48:07 +00:00
parent e9ab17d95e
commit c8175ece69
39 changed files with 229 additions and 79 deletions

View File

@ -1,4 +1,4 @@
# Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2004-2009, 2011 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 1998-2002 Internet Software Consortium. # Copyright (C) 1998-2002 Internet Software Consortium.
# #
# Permission to use, copy, modify, and/or distribute this software for any # 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 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE. # PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.59 2011/02/26 02:26:10 each Exp $ # $Id: Makefile.in,v 1.60 2011/03/01 23:48:05 tbox Exp $
srcdir = @srcdir@ srcdir = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2004-2011 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000-2003 Internet Software Consortium. * Copyright (C) 2000-2003 Internet Software Consortium.
* *
* Permission to use, copy, modify, and/or distribute this software for any * Permission to use, copy, modify, and/or distribute this software for any
@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: dig.c,v 1.238 2011/02/25 23:11:13 each Exp $ */ /* $Id: dig.c,v 1.239 2011/03/01 23:48:05 tbox Exp $ */
/*! \file */ /*! \file */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2004-2009, 2011 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000-2003 Internet Software Consortium. * Copyright (C) 2000-2003 Internet Software Consortium.
* *
* Permission to use, copy, modify, and/or distribute this software for any * Permission to use, copy, modify, and/or distribute this software for any
@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: dig.h,v 1.112 2011/02/25 23:11:13 each Exp $ */ /* $Id: dig.h,v 1.113 2011/03/01 23:48:05 tbox Exp $ */
#ifndef DIG_H #ifndef DIG_H
#define DIG_H #define DIG_H

View File

@ -1,5 +1,5 @@
/* /*
* Portions Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC") * Portions Copyright (C) 2004-2011 Internet Systems Consortium, Inc. ("ISC")
* Portions Copyright (C) 1999-2003 Internet Software Consortium. * Portions Copyright (C) 1999-2003 Internet Software Consortium.
* *
* Permission to use, copy, modify, and/or distribute this software for any * Permission to use, copy, modify, and/or distribute this software for any
@ -29,7 +29,7 @@
* IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: dnssec-signzone.c,v 1.263 2011/02/24 03:04:43 marka Exp $ */ /* $Id: dnssec-signzone.c,v 1.264 2011/03/01 23:48:05 tbox Exp $ */
/*! \file */ /*! \file */

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# Copyright (C) 2009, 2010 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2009-2011 Internet Systems Consortium, Inc. ("ISC")
# #
# Permission to use, copy, modify, and/or 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 # 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 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE. # PERFORMANCE OF THIS SOFTWARE.
# $Id: tests.sh,v 1.13 2011/02/28 14:08:36 fdupont Exp $ # $Id: tests.sh,v 1.14 2011/03/01 23:48:05 tbox Exp $
SYSTEMTESTTOP=.. SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh . $SYSTEMTESTTOP/conf.sh

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC")
# #
# Permission to use, copy, modify, and/or 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 # 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 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE. # PERFORMANCE OF THIS SOFTWARE.
# $Id: clean.sh,v 1.2 2011/02/22 04:14:29 marka Exp $ # $Id: clean.sh,v 1.3 2011/03/01 23:48:05 tbox Exp $
rm -f ns1/named.conf ns1/named.run ns1/named.memstats rm -f ns1/named.conf ns1/named.run ns1/named.memstats
rm -f dig.out.* rm -f dig.out.*

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC")
* *
* Permission to use, copy, modify, and/or 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 * purpose with or without fee is hereby granted, provided that the above
@ -14,7 +14,7 @@
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: named.conf1,v 1.2 2011/02/22 04:14:30 marka Exp $ */ /* $Id: named.conf1,v 1.3 2011/03/01 23:48:06 tbox Exp $ */
// NS1 // NS1

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC")
* *
* Permission to use, copy, modify, and/or 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 * purpose with or without fee is hereby granted, provided that the above
@ -14,7 +14,7 @@
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: named.conf2,v 1.2 2011/02/22 04:14:30 marka Exp $ */ /* $Id: named.conf2,v 1.3 2011/03/01 23:48:06 tbox Exp $ */
// NS1 // NS1

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC")
# #
# Permission to use, copy, modify, and/or 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 # purpose with or without fee is hereby granted, provided that the above
@ -14,6 +14,6 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE. # PERFORMANCE OF THIS SOFTWARE.
# $Id: setup.sh,v 1.2 2011/02/22 04:14:29 marka Exp $ # $Id: setup.sh,v 1.3 2011/03/01 23:48:05 tbox Exp $
cp ns1/named.conf1 ns1/named.conf cp ns1/named.conf1 ns1/named.conf

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC")
# #
# Permission to use, copy, modify, and/or 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 # 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 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE. # PERFORMANCE OF THIS SOFTWARE.
# $Id: tests.sh,v 1.2 2011/02/22 04:14:29 marka Exp $ # $Id: tests.sh,v 1.3 2011/03/01 23:48:05 tbox Exp $
SYSTEMTESTTOP=.. SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh . $SYSTEMTESTTOP/conf.sh

View File

@ -1,5 +1,4 @@
; Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") ; Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC")
; Copyright (C) 2000, 2001 Internet Software Consortium.
; ;
; Permission to use, copy, modify, and/or 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 ; purpose with or without fee is hereby granted, provided that the above
@ -13,7 +12,7 @@
; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
; PERFORMANCE OF THIS SOFTWARE. ; PERFORMANCE OF THIS SOFTWARE.
; $Id: insecure.below-cname.example.db,v 1.2 2011/02/23 11:30:35 marka Exp $ ; $Id: insecure.below-cname.example.db,v 1.3 2011/03/01 23:48:06 tbox Exp $
$TTL 300 ; 5 minutes $TTL 300 ; 5 minutes
@ IN SOA mname1. . ( @ IN SOA mname1. . (

View File

@ -1,5 +1,4 @@
; Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") ; Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC")
; Copyright (C) 2000, 2001 Internet Software Consortium.
; ;
; Permission to use, copy, modify, and/or 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 ; purpose with or without fee is hereby granted, provided that the above
@ -13,7 +12,7 @@
; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
; PERFORMANCE OF THIS SOFTWARE. ; PERFORMANCE OF THIS SOFTWARE.
; $Id: secure.below-cname.example.db.in,v 1.2 2011/02/23 11:30:35 marka Exp $ ; $Id: secure.below-cname.example.db.in,v 1.3 2011/03/01 23:48:06 tbox Exp $
$TTL 300 ; 5 minutes $TTL 300 ; 5 minutes
@ IN SOA mname1. . ( @ IN SOA mname1. . (

View File

@ -1,6 +1,6 @@
#!/usr/bin/perl #!/usr/bin/perl
# #
# Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2004, 2007, 2011 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001 Internet Software Consortium. # Copyright (C) 2001 Internet Software Consortium.
# #
# Permission to use, copy, modify, and/or distribute this software for any # Permission to use, copy, modify, and/or distribute this software for any
@ -15,7 +15,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE. # PERFORMANCE OF THIS SOFTWARE.
# $Id: ans.pl,v 1.8 2011/02/22 22:57:23 smann Exp $ # $Id: ans.pl,v 1.9 2011/03/01 23:48:06 tbox Exp $
# #
# This is the name server from hell. It provides canned # This is the name server from hell. It provides canned

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC")
# #
# Permission to use, copy, modify, and/or 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 # 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 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE. # PERFORMANCE OF THIS SOFTWARE.
# $Id: clean.sh,v 1.2 2011/02/23 03:08:09 marka Exp $ # $Id: clean.sh,v 1.3 2011/03/01 23:48:06 tbox Exp $
rm -f ns1/K* rm -f ns1/K*

View File

@ -1,3 +1,21 @@
/*
* Copyright (C) 2011 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
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
* REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
* AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
* INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
* LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
* OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: bad1.conf,v 1.3 2011/03/01 23:48:06 tbox Exp $ */
zone "." { zone "." {
type hint; type hint;
file "hint.db"; file "hint.db";

View File

@ -1,3 +1,21 @@
/*
* Copyright (C) 2011 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
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
* REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
* AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
* INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
* LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
* OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: bad2.conf,v 1.3 2011/03/01 23:48:06 tbox Exp $ */
zone "." { zone "." {
type hint; type hint;
file "hint.db"; file "hint.db";

View File

@ -1,3 +1,21 @@
/*
* Copyright (C) 2011 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
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
* REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
* AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
* INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
* LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
* OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: bad3.conf,v 1.3 2011/03/01 23:48:06 tbox Exp $ */
zone "." { zone "." {
type hint; type hint;
file "hint.db"; file "hint.db";

View File

@ -1,3 +1,21 @@
/*
* Copyright (C) 2011 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
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
* REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
* AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
* INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
* LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
* OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: good1.conf,v 1.3 2011/03/01 23:48:06 tbox Exp $ */
zone "." { zone "." {
type hint; type hint;
file "hint.db"; file "hint.db";

View File

@ -1,3 +1,21 @@
/*
* Copyright (C) 2011 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
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
* REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
* AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
* INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
* LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
* OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: good2.conf,v 1.3 2011/03/01 23:48:06 tbox Exp $ */
zone "." { zone "." {
type master; type master;
file "master.db"; file "master.db";

View File

@ -1,3 +1,21 @@
/*
* Copyright (C) 2011 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
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
* REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
* AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
* INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
* LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
* OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: good3.conf,v 1.3 2011/03/01 23:48:06 tbox Exp $ */
zone "." { zone "." {
type slave; type slave;
file "slave.db"; file "slave.db";

View File

@ -1,3 +1,21 @@
/*
* Copyright (C) 2011 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
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
* REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
* AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
* INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
* LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
* OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: good4.conf,v 1.3 2011/03/01 23:48:06 tbox Exp $ */
zone "." { zone "." {
type hint; type hint;
file "hint.db"; file "hint.db";

View File

@ -1,4 +1,4 @@
; Copyright (C) 2010, 2011 Internet Systems Consortium, Inc. ("ISC") ; Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC")
; ;
; Permission to use, copy, modify, and/or 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 ; purpose with or without fee is hereby granted, provided that the above
@ -12,7 +12,7 @@
; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
; PERFORMANCE OF THIS SOFTWARE. ; PERFORMANCE OF THIS SOFTWARE.
; $Id: example.db,v 1.2 2011/02/23 03:08:10 marka Exp $ ; $Id: example.db,v 1.3 2011/03/01 23:48:06 tbox Exp $
$TTL 3600 $TTL 3600
@ SOA ns1 marka.isc.org. 0 0 0 0 1200 @ SOA ns1 marka.isc.org. 0 0 0 0 1200

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC")
* *
* Permission to use, copy, modify, and/or 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 * purpose with or without fee is hereby granted, provided that the above
@ -14,7 +14,7 @@
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: named.conf,v 1.2 2011/02/23 03:08:10 marka Exp $ */ /* $Id: named.conf,v 1.3 2011/03/01 23:48:06 tbox Exp $ */
// NS1 // NS1

View File

@ -1,5 +1,18 @@
; Copyright ; Copyright (C) 2011 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
; copyright notice and this permission notice appear in all copies.
;
; THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
; AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
; LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
; PERFORMANCE OF THIS SOFTWARE.
; $Id: redirect.db,v 1.3 2011/03/01 23:48:06 tbox Exp $
$TTL 300 $TTL 300
@ IN SOA ns.example.net hostmaster.example.net 0 0 0 0 0 @ IN SOA ns.example.net hostmaster.example.net 0 0 0 0 0

View File

@ -1,4 +1,4 @@
; Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") ; Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC")
; ;
; Permission to use, copy, modify, and/or 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 ; purpose with or without fee is hereby granted, provided that the above
@ -12,7 +12,7 @@
; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
; PERFORMANCE OF THIS SOFTWARE. ; PERFORMANCE OF THIS SOFTWARE.
; $Id: root.db,v 1.2 2011/02/23 03:08:10 marka Exp $ ; $Id: root.db,v 1.3 2011/03/01 23:48:06 tbox Exp $
$TTL 3600 $TTL 3600
@ SOA a.root-servers.nil. marka.isc.org. 0 0 0 0 0 @ SOA a.root-servers.nil. marka.isc.org. 0 0 0 0 0

View File

@ -1,6 +1,6 @@
#!/bin/sh -e #!/bin/sh -e
# #
# Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC")
# #
# Permission to use, copy, modify, and/or 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 # 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 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE. # PERFORMANCE OF THIS SOFTWARE.
# $Id: sign.sh,v 1.2 2011/02/23 03:08:10 marka Exp $ # $Id: sign.sh,v 1.3 2011/03/01 23:48:06 tbox Exp $
SYSTEMTESTTOP=../.. SYSTEMTESTTOP=../..
. $SYSTEMTESTTOP/conf.sh . $SYSTEMTESTTOP/conf.sh

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2010, 2011 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC")
* *
* Permission to use, copy, modify, and/or 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 * purpose with or without fee is hereby granted, provided that the above
@ -14,7 +14,7 @@
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: named.conf,v 1.2 2011/02/23 03:08:10 marka Exp $ */ /* $Id: named.conf,v 1.3 2011/03/01 23:48:07 tbox Exp $ */
// NS2 // NS2

View File

@ -1,5 +1,18 @@
; Copyright ; Copyright (C) 2011 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
; copyright notice and this permission notice appear in all copies.
;
; THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
; AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
; LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
; PERFORMANCE OF THIS SOFTWARE.
; $Id: redirect.db,v 1.3 2011/03/01 23:48:07 tbox Exp $
$TTL 300 $TTL 300
@ IN SOA ns.example.net hostmaster.example.net 0 0 0 0 0 @ IN SOA ns.example.net hostmaster.example.net 0 0 0 0 0

View File

@ -1,6 +1,6 @@
#!/bin/sh -e #!/bin/sh -e
# #
# Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC")
# #
# Permission to use, copy, modify, and/or 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 # 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 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE. # PERFORMANCE OF THIS SOFTWARE.
# $Id: setup.sh,v 1.2 2011/02/23 03:08:09 marka Exp $ # $Id: setup.sh,v 1.3 2011/03/01 23:48:06 tbox Exp $
sh clean.sh sh clean.sh

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# Copyright (C) 2010, 2011 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC")
# #
# Permission to use, copy, modify, and/or 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 # 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 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE. # PERFORMANCE OF THIS SOFTWARE.
# $Id: tests.sh,v 1.2 2011/02/23 03:08:09 marka Exp $ # $Id: tests.sh,v 1.3 2011/03/01 23:48:06 tbox Exp $
SYSTEMTESTTOP=.. SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh . $SYSTEMTESTTOP/conf.sh

View File

@ -1,6 +1,6 @@
#!/usr/bin/perl #!/usr/bin/perl
# #
# Copyright (C) 2004, 2007, 2010 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2004, 2007, 2010, 2011 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2000, 2001 Internet Software Consortium. # Copyright (C) 2000, 2001 Internet Software Consortium.
# #
# Permission to use, copy, modify, and/or distribute this software for any # Permission to use, copy, modify, and/or distribute this software for any
@ -15,7 +15,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE. # PERFORMANCE OF THIS SOFTWARE.
# $Id: testsock.pl,v 1.19 2011/02/28 14:08:36 fdupont Exp $ # $Id: testsock.pl,v 1.20 2011/03/01 23:48:05 tbox Exp $
# Test whether the interfaces on 10.53.0.* are up. # Test whether the interfaces on 10.53.0.* are up.

View File

@ -1,4 +1,4 @@
# Copyright (C) 2004, 2007-2009 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2004, 2007-2009, 2011 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 1998-2003 Internet Software Consortium. # Copyright (C) 1998-2003 Internet Software Consortium.
# #
# Permission to use, copy, modify, and/or distribute this software for any # 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 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE. # PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.58 2011/02/22 11:48:02 marka Exp $ # $Id: Makefile.in,v 1.59 2011/03/01 23:48:07 tbox Exp $
srcdir = @srcdir@ srcdir = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2004-2011 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2003 Internet Software Consortium. * Copyright (C) 1999-2003 Internet Software Consortium.
* *
* Permission to use, copy, modify, and/or distribute this software for any * Permission to use, copy, modify, and/or distribute this software for any
@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: zone.h,v 1.183 2011/02/23 03:08:11 marka Exp $ */ /* $Id: zone.h,v 1.184 2011/03/01 23:48:07 tbox Exp $ */
#ifndef DNS_ZONE_H #ifndef DNS_ZONE_H
#define DNS_ZONE_H 1 #define DNS_ZONE_H 1

View File

@ -14,7 +14,7 @@
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: dnstest.c,v 1.2 2011/02/26 02:26:11 each Exp $ */ /* $Id: dnstest.c,v 1.3 2011/03/01 23:48:07 tbox Exp $ */
/*! \file */ /*! \file */
@ -46,12 +46,12 @@ static isc_boolean_t hash_active = ISC_FALSE, dst_active = ISC_FALSE;
* Logging categories: this needs to match the list in bin/named/log.c. * Logging categories: this needs to match the list in bin/named/log.c.
*/ */
static isc_logcategory_t categories[] = { static isc_logcategory_t categories[] = {
{ "", 0 }, { "", 0 },
{ "client", 0 }, { "client", 0 },
{ "network", 0 }, { "network", 0 },
{ "update", 0 }, { "update", 0 },
{ "queries", 0 }, { "queries", 0 },
{ "unmatched", 0 }, { "unmatched", 0 },
{ "update-security", 0 }, { "update-security", 0 },
{ "query-errors", 0 }, { "query-errors", 0 },
{ NULL, 0 } { NULL, 0 }

View File

@ -14,7 +14,7 @@
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: master_test.c,v 1.2 2011/02/26 02:26:11 each Exp $ */ /* $Id: master_test.c,v 1.3 2011/03/01 23:48:07 tbox Exp $ */
/*! \file */ /*! \file */
@ -107,7 +107,7 @@ test_master(const char *testfile) {
ATF_TC(master_load); ATF_TC(master_load);
ATF_TC_HEAD(master_load, tc) { ATF_TC_HEAD(master_load, tc) {
atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() loads a " atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() loads a "
"valid master file and returns success"); "valid master file and returns success");
} }
ATF_TC_BODY(master_load, tc) { ATF_TC_BODY(master_load, tc) {
isc_result_t result; isc_result_t result;
@ -128,7 +128,7 @@ ATF_TC_BODY(master_load, tc) {
ATF_TC(master_unexpected); ATF_TC(master_unexpected);
ATF_TC_HEAD(master_unexpected, tc) { ATF_TC_HEAD(master_unexpected, tc) {
atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() returns " atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() returns "
"DNS_R_UNEXPECTED when file ends " "DNS_R_UNEXPECTED when file ends "
"too soon"); "too soon");
} }
ATF_TC_BODY(master_unexpected, tc) { ATF_TC_BODY(master_unexpected, tc) {
@ -150,7 +150,7 @@ ATF_TC_BODY(master_unexpected, tc) {
ATF_TC(master_noowner); ATF_TC(master_noowner);
ATF_TC_HEAD(master_noowner, tc) { ATF_TC_HEAD(master_noowner, tc) {
atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() accepts broken " atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() accepts broken "
"zones with no TTL for first record " "zones with no TTL for first record "
"if it is an SOA"); "if it is an SOA");
} }
ATF_TC_BODY(master_noowner, tc) { ATF_TC_BODY(master_noowner, tc) {
@ -172,7 +172,7 @@ ATF_TC_BODY(master_noowner, tc) {
ATF_TC(master_nottl); ATF_TC(master_nottl);
ATF_TC_HEAD(master_nottl, tc) { ATF_TC_HEAD(master_nottl, tc) {
atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() returns " atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() returns "
"DNS_R_NOOWNER when no owner name " "DNS_R_NOOWNER when no owner name "
"is specified"); "is specified");
} }
@ -195,7 +195,7 @@ ATF_TC_BODY(master_nottl, tc) {
ATF_TC(master_badclass); ATF_TC(master_badclass);
ATF_TC_HEAD(master_badclass, tc) { ATF_TC_HEAD(master_badclass, tc) {
atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() returns " atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() returns "
"DNS_R_BADCLASS when record class " "DNS_R_BADCLASS when record class "
"doesn't match zone class"); "doesn't match zone class");
} }
ATF_TC_BODY(master_badclass, tc) { ATF_TC_BODY(master_badclass, tc) {
@ -216,7 +216,7 @@ ATF_TC_BODY(master_badclass, tc) {
ATF_TC(master_dnskey); ATF_TC(master_dnskey);
ATF_TC_HEAD(master_dnskey, tc) { ATF_TC_HEAD(master_dnskey, tc) {
atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() understands " atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() understands "
"DNSKEY with key material"); "DNSKEY with key material");
} }
ATF_TC_BODY(master_dnskey, tc) { ATF_TC_BODY(master_dnskey, tc) {
isc_result_t result; isc_result_t result;
@ -237,7 +237,7 @@ ATF_TC_BODY(master_dnskey, tc) {
ATF_TC(master_dnsnokey); ATF_TC(master_dnsnokey);
ATF_TC_HEAD(master_dnsnokey, tc) { ATF_TC_HEAD(master_dnsnokey, tc) {
atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() understands " atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() understands "
"DNSKEY with no key material"); "DNSKEY with no key material");
} }
ATF_TC_BODY(master_dnsnokey, tc) { ATF_TC_BODY(master_dnsnokey, tc) {
isc_result_t result; isc_result_t result;
@ -257,7 +257,7 @@ ATF_TC_BODY(master_dnsnokey, tc) {
ATF_TC(master_include); ATF_TC(master_include);
ATF_TC_HEAD(master_include, tc) { ATF_TC_HEAD(master_include, tc) {
atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() understands " atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() understands "
"$INCLUDE"); "$INCLUDE");
} }
ATF_TC_BODY(master_include, tc) { ATF_TC_BODY(master_include, tc) {
isc_result_t result; isc_result_t result;
@ -277,7 +277,7 @@ ATF_TC_BODY(master_include, tc) {
ATF_TC(master_includefail); ATF_TC(master_includefail);
ATF_TC_HEAD(master_includefail, tc) { ATF_TC_HEAD(master_includefail, tc) {
atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() understands " atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() understands "
"$INCLUDE failures"); "$INCLUDE failures");
} }
ATF_TC_BODY(master_includefail, tc) { ATF_TC_BODY(master_includefail, tc) {
isc_result_t result; isc_result_t result;
@ -298,7 +298,7 @@ ATF_TC_BODY(master_includefail, tc) {
ATF_TC(master_blanklines); ATF_TC(master_blanklines);
ATF_TC_HEAD(master_blanklines, tc) { ATF_TC_HEAD(master_blanklines, tc) {
atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() handles " atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() handles "
"non-empty blank lines"); "non-empty blank lines");
} }
ATF_TC_BODY(master_blanklines, tc) { ATF_TC_BODY(master_blanklines, tc) {
isc_result_t result; isc_result_t result;
@ -318,7 +318,7 @@ ATF_TC_BODY(master_blanklines, tc) {
ATF_TC(master_leadingzero); ATF_TC(master_leadingzero);
ATF_TC_HEAD(master_leadingzero, tc) { ATF_TC_HEAD(master_leadingzero, tc) {
atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() allows " atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() allows "
"leading zeroes in SOA"); "leading zeroes in SOA");
} }
ATF_TC_BODY(master_leadingzero, tc) { ATF_TC_BODY(master_leadingzero, tc) {
isc_result_t result; isc_result_t result;

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2004-2011 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000-2003 Internet Software Consortium. * Copyright (C) 2000-2003 Internet Software Consortium.
* *
* Permission to use, copy, modify, and/or distribute this software for any * Permission to use, copy, modify, and/or distribute this software for any
@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: validator.c,v 1.200 2011/03/01 14:40:39 smann Exp $ */ /* $Id: validator.c,v 1.201 2011/03/01 23:48:07 tbox Exp $ */
#include <config.h> #include <config.h>

View File

@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: zone.c,v 1.593 2011/03/01 22:44:04 marka Exp $ */ /* $Id: zone.c,v 1.594 2011/03/01 23:48:07 tbox Exp $ */
/*! \file */ /*! \file */
@ -2853,7 +2853,7 @@ compute_tag(dns_name_t *name, dns_rdata_dnskey_t *dnskey, isc_mem_t *mctx,
} }
/* /*
* Add key to the security roots. * Add key to the security roots.
*/ */
static void static void
trust_key(dns_zone_t *zone, dns_name_t *keyname, trust_key(dns_zone_t *zone, dns_name_t *keyname,

View File

@ -1,4 +1,4 @@
# Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2004-2009, 2011 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 1998-2003 Internet Software Consortium. # Copyright (C) 1998-2003 Internet Software Consortium.
# #
# Permission to use, copy, modify, and/or distribute this software for any # 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 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE. # PERFORMANCE OF THIS SOFTWARE.
# $Id: rules.in,v 1.69 2011/02/26 02:26:11 each Exp $ # $Id: rules.in,v 1.70 2011/03/01 23:48:07 tbox Exp $
### ###
### Common Makefile rules for BIND 9. ### Common Makefile rules for BIND 9.

View File

@ -1,6 +1,6 @@
#!/usr/local/bin/perl -w #!/usr/local/bin/perl -w
# #
# Copyright (C) 2004-2007, 2009, 2010 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2004-2007, 2009-2011 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 1998-2001, 2003 Internet Software Consortium. # Copyright (C) 1998-2001, 2003 Internet Software Consortium.
# #
# Permission to use, copy, modify, and/or distribute this software for any # Permission to use, copy, modify, and/or distribute this software for any
@ -15,7 +15,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE. # PERFORMANCE OF THIS SOFTWARE.
# $Id: merge_copyrights,v 1.40 2011/02/28 01:09:45 marka Exp $ # $Id: merge_copyrights,v 1.41 2011/03/01 23:48:07 tbox Exp $
%file_types = (); %file_types = ();
%file_years = (); %file_years = ();