2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-02 07:35:26 +00:00

update copyright notice

This commit is contained in:
Tinderbox User
2013-09-05 23:46:16 +00:00
parent fa0326cc2c
commit 63737247d1
19 changed files with 64 additions and 32 deletions

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2004-2012 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2004-2013 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

View File

@@ -1,4 +1,4 @@
# Copyright (C) 2004, 2005, 2007-2009, 2012 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2004, 2005, 2007-2009, 2012, 2013 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2000-2002 Internet Software Consortium. # 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

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2008-2012 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2013 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
@@ -280,9 +280,9 @@ main(int argc, char **argv) {
while ((ch = isc_commandline_parse(argc, argv, "D:f:hK:P:v:")) != -1) { while ((ch = isc_commandline_parse(argc, argv, "D:f:hK:P:v:")) != -1) {
switch (ch) { switch (ch) {
case 'D': case 'D':
if (setdel) if (setdel)
fatal("-D specified more than once"); fatal("-D specified more than once");
setdel = ISC_TRUE; setdel = ISC_TRUE;
del = strtotime(isc_commandline_argument, now, now); del = strtotime(isc_commandline_argument, now, now);
@@ -292,13 +292,13 @@ main(int argc, char **argv) {
if (strlen(dir) == 0U) if (strlen(dir) == 0U)
fatal("directory must be non-empty string"); fatal("directory must be non-empty string");
break; break;
case 'P': case 'P':
if (setpub) if (setpub)
fatal("-P specified more than once"); fatal("-P specified more than once");
setpub = ISC_TRUE; setpub = ISC_TRUE;
pub = strtotime(isc_commandline_argument, now, now); pub = strtotime(isc_commandline_argument, now, now);
break; break;
case 'f': case 'f':
filename = isc_commandline_argument; filename = isc_commandline_argument;
break; break;

View File

@@ -1,6 +1,6 @@
#!/usr/bin/perl #!/usr/bin/perl
# #
# Copyright (C) 2004, 2007, 2012 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2004, 2007, 2012, 2013 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

View File

@@ -1,4 +1,4 @@
; Copyright (C) 2012 Internet Systems Consortium, Inc. ("ISC") ; Copyright (C) 2013 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

View File

@@ -1,3 +1,19 @@
/*
* Copyright (C) 2013 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.
*/
zone "siginterval.example" { zone "siginterval.example" {
type master; type master;
allow-update { any; }; allow-update { any; };

View File

@@ -1,3 +1,19 @@
/*
* Copyright (C) 2013 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.
*/
zone "siginterval.example" { zone "siginterval.example" {
type master; type master;
allow-update { any; }; allow-update { any; };

View File

@@ -1,6 +1,6 @@
#!/bin/sh -e #!/bin/sh -e
# #
# Copyright (C) 2004, 2007, 2009, 2011, 2012 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2004, 2007, 2009, 2011-2013 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

View File

@@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# Copyright (C) 2004, 2007, 2012 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2004, 2007, 2012, 2013 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2000, 2001, 2003 Internet Software Consortium. # Copyright (C) 2000, 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

View File

@@ -1,5 +1,5 @@
/* /*
* Portions Copyright (C) 2004-2012 Internet Systems Consortium, Inc. ("ISC") * Portions Copyright (C) 2004-2013 Internet Systems Consortium, Inc. ("ISC")
* Portions Copyright (C) 1999-2002 Internet Software Consortium. * Portions 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

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2004, 2005, 2007, 2008, 2012 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2004, 2005, 2007, 2008, 2012, 2013 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2001 Internet Software Consortium. * Copyright (C) 1999-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

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2004-2010, 2013 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

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2004-2009, 2011 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2004-2009, 2011, 2013 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2001 Internet Software Consortium. * Copyright (C) 1999-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
@@ -238,7 +238,7 @@ dns_journal_rollforward(isc_mem_t *mctx, dns_db_t *db, unsigned int options,
/*%< /*%<
* Roll forward (play back) the journal file "filename" into the * Roll forward (play back) the journal file "filename" into the
* database "db". This should be called when the server starts * database "db". This should be called when the server starts
* after a shutdown or crash. * after a shutdown or crash.
* *
* Requires: * Requires:
*\li 'mctx' is a valid memory context. *\li 'mctx' is a valid memory context.

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2004-2009, 2011, 2012 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2004-2009, 2011-2013 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

View File

@@ -1,5 +1,5 @@
/* /*
* Portions Copyright (C) 2004-2009, 2011, 2012 Internet Systems Consortium, Inc. ("ISC") * Portions Copyright (C) 2004-2009, 2011-2013 Internet Systems Consortium, Inc. ("ISC")
* Portions Copyright (C) 1999-2002 Internet Software Consortium. * Portions 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
@@ -522,7 +522,7 @@ openssldsa_tofile(const dst_key_t *key, const char *directory) {
if (key->keydata.dsa == NULL) if (key->keydata.dsa == NULL)
return (DST_R_NULLKEY); return (DST_R_NULLKEY);
if (key->external) { if (key->external) {
priv.nelements = 0; priv.nelements = 0;
return (dst__privstruct_writefile(key, &priv, directory)); return (dst__privstruct_writefile(key, &priv, directory));

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2010-2012 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2010-2013 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

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2004-2009, 2011, 2012 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2004-2009, 2011-2013 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

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2004, 2005, 2007, 2009, 2011, 2012 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2004, 2005, 2007, 2009, 2011-2013 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

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2012 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2012, 2013 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
@@ -126,7 +126,7 @@ ATF_TC_BODY(edns_client_subnet, tc) {
{ {
/* source too long for IPv4 */ /* source too long for IPv4 */
{ {
0x00, 0x08, 0x00, 8, 0x00, 0x08, 0x00, 8,
0x00, 0x01, 33, 0x00, 0x00, 0x01, 33, 0x00,
0x00, 0x00, 0x00, 0x00 0x00, 0x00, 0x00, 0x00
}, },
@@ -147,7 +147,7 @@ ATF_TC_BODY(edns_client_subnet, tc) {
{ {
/* scope too long for IPv4 */ /* scope too long for IPv4 */
{ {
0x00, 0x08, 0x00, 8, 0x00, 0x08, 0x00, 8,
0x00, 0x01, 0x00, 33, 0x00, 0x01, 0x00, 33,
0x00, 0x00, 0x00, 0x00 0x00, 0x00, 0x00, 0x00
}, },
@@ -168,16 +168,16 @@ ATF_TC_BODY(edns_client_subnet, tc) {
{ {
/* length too short for source generic */ /* length too short for source generic */
{ {
0x00, 0x08, 0x00, 5, 0x00, 0x08, 0x00, 5,
0x00, 0x00, 17, 0x00, 0x00, 0x00, 17, 0x00,
0x00, 0x00, 0x00, 0x00,
}, },
19, ISC_FALSE 19, ISC_FALSE
}, },
{ {
/* length too short for source ipv4 */ /* length too short for source ipv4 */
{ {
0x00, 0x08, 0x00, 7, 0x00, 0x08, 0x00, 7,
0x00, 0x01, 32, 0x00, 0x00, 0x01, 32, 0x00,
0x00, 0x00, 0x00, 0x00 0x00, 0x00, 0x00, 0x00
}, },
@@ -220,7 +220,7 @@ ATF_TC_BODY(edns_client_subnet, tc) {
dns_rdatatype_opt, &source, dns_rdatatype_opt, &source,
&dctx, 0, &target); &dctx, 0, &target);
dns_decompress_invalidate(&dctx); dns_decompress_invalidate(&dctx);
if (test_data[i].ok) if (test_data[i].ok)
ATF_REQUIRE_EQ(result, ISC_R_SUCCESS); ATF_REQUIRE_EQ(result, ISC_R_SUCCESS);
else else
ATF_REQUIRE(result != ISC_R_SUCCESS); ATF_REQUIRE(result != ISC_R_SUCCESS);