2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 23:25:38 +00:00

update copyright notice

This commit is contained in:
Automatic Updater
2010-11-17 23:47:09 +00:00
parent 44e3b27290
commit 33cc94f04c
13 changed files with 51 additions and 37 deletions

View 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) 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: nslookup.c,v 1.126 2010/11/16 05:38:31 marka Exp $ */ /* $Id: nslookup.c,v 1.127 2010/11/17 23:47:08 tbox Exp $ */
#include <config.h> #include <config.h>

View 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-2002 Internet Software Consortium. * Copyright (C) 1999-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
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: os.c,v 1.103 2010/11/16 05:38:31 marka Exp $ */ /* $Id: os.c,v 1.104 2010/11/17 23:47:08 tbox Exp $ */
/*! \file */ /*! \file */

View File

@@ -1,4 +1,4 @@
; Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") ; Copyright (C) 2004, 2007, 2010 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
@@ -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: root.db.in,v 1.11 2010/11/16 01:14:51 marka Exp $ ; $Id: root.db.in,v 1.12 2010/11/17 23:47:08 tbox Exp $
$TTL 300 $TTL 300
. IN SOA gson.nominum.com. a.root.servers.nil. ( . IN SOA gson.nominum.com. a.root.servers.nil. (

View File

@@ -1,5 +1,4 @@
; Copyright (C) 2004, 2007-2010 Internet Systems Consortium, Inc. ("ISC") ; Copyright (C) 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 ; 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: algroll.db.in,v 1.2 2010/11/16 01:14:51 marka Exp $ ; $Id: algroll.db.in,v 1.3 2010/11/17 23:47:08 tbox Exp $
$TTL 30 ; 5 minutes $TTL 30 ; 5 minutes
@ IN SOA mname1. . ( @ IN SOA mname1. . (

View File

@@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# Copyright (C) 2008, 2009 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2008-2010 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.4 2010/11/16 06:46:43 marka Exp $ # $Id: clean.sh,v 1.5 2010/11/17 23:47:08 tbox Exp $
# #
# Clean up after resolver tests. # Clean up after resolver tests.

View File

@@ -1,3 +1,19 @@
; Copyright (C) 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
; 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: example.net.db.in,v 1.3 2010/11/17 23:47:08 tbox Exp $
$TTL 600 $TTL 600
@ IN SOA ns hostmaster 1 1800 900 604800 600 @ IN SOA ns hostmaster 1 1800 900 604800 600
@ IN NS ns @ IN NS ns

View File

@@ -1,7 +1,6 @@
#!/bin/sh -e #!/bin/sh -e
# #
# Copyright (C) 2004, 2007, 2009 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2010 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
@@ -15,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 2010/11/16 06:46:44 marka Exp $ # $Id: setup.sh,v 1.3 2010/11/17 23:47:08 tbox Exp $
../../../tools/genrandom 400 random.data ../../../tools/genrandom 400 random.data

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2004, 2005, 2007-2009 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2004, 2005, 2007-2010 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2002 Internet Software Consortium. * Copyright (C) 1999-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
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: journal.c,v 1.111 2010/11/17 00:27:54 each Exp $ */ /* $Id: journal.c,v 1.112 2010/11/17 23:47:08 tbox Exp $ */
#include <config.h> #include <config.h>

View 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) 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
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: rcode.c,v 1.14 2010/11/16 05:38:31 marka Exp $ */ /* $Id: rcode.c,v 1.15 2010/11/17 23:47:08 tbox Exp $ */
#include <config.h> #include <config.h>
#include <ctype.h> #include <ctype.h>

View 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) 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
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: rdata.c,v 1.206 2010/11/16 05:38:31 marka Exp $ */ /* $Id: rdata.c,v 1.207 2010/11/17 23:47:08 tbox Exp $ */
/*! \file */ /*! \file */

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2004, 2005, 2007, 2010 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2002 Internet Software Consortium. * Copyright (C) 1999-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
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: netaddr.c,v 1.40 2010/11/16 05:38:31 marka Exp $ */ /* $Id: netaddr.c,v 1.41 2010/11/17 23:47:08 tbox Exp $ */
/*! \file */ /*! \file */
@@ -303,18 +303,18 @@ isc_netaddr_fromin6(isc_netaddr_t *netaddr, const struct in6_addr *ina6) {
isc_result_t isc_result_t
isc_netaddr_frompath(isc_netaddr_t *netaddr, const char *path) { isc_netaddr_frompath(isc_netaddr_t *netaddr, const char *path) {
#ifdef ISC_PLATFORM_HAVESYSUNH #ifdef ISC_PLATFORM_HAVESYSUNH
if (strlen(path) > sizeof(netaddr->type.un) - 1) if (strlen(path) > sizeof(netaddr->type.un) - 1)
return (ISC_R_NOSPACE); return (ISC_R_NOSPACE);
memset(netaddr, 0, sizeof(*netaddr)); memset(netaddr, 0, sizeof(*netaddr));
netaddr->family = AF_UNIX; netaddr->family = AF_UNIX;
strcpy(netaddr->type.un, path); strcpy(netaddr->type.un, path);
netaddr->zone = 0; netaddr->zone = 0;
return (ISC_R_SUCCESS); return (ISC_R_SUCCESS);
#else #else
UNUSED(netaddr); UNUSED(netaddr);
UNUSED(path); UNUSED(path);
return (ISC_R_NOTIMPLEMENTED); return (ISC_R_NOTIMPLEMENTED);
#endif #endif
} }

View File

@@ -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-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: sockaddr.c,v 1.72 2010/11/16 05:38:31 marka Exp $ */ /* $Id: sockaddr.c,v 1.73 2010/11/17 23:47:09 tbox Exp $ */
/*! \file */ /*! \file */
@@ -390,8 +390,8 @@ isc_sockaddr_fromnetaddr(isc_sockaddr_t *sockaddr, const isc_netaddr_t *na,
#endif #endif
sockaddr->type.sin6.sin6_port = htons(port); sockaddr->type.sin6.sin6_port = htons(port);
break; break;
default: default:
INSIST(0); INSIST(0);
} }
ISC_LINK_INIT(sockaddr, link); ISC_LINK_INIT(sockaddr, link);
} }

View File

@@ -1,6 +1,6 @@
#!/usr/local/bin/perl -w #!/usr/local/bin/perl -w
# #
# Copyright (C) 2004-2007, 2009 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2004-2007, 2009, 2010 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.36 2010/11/17 03:16:21 marka Exp $ # $Id: merge_copyrights,v 1.37 2010/11/17 23:47:09 tbox Exp $
%file_types = (); %file_types = ();
%file_years = (); %file_years = ();