update copyright notice / whitespace

This commit is contained in:
Tinderbox User 2016-12-13 23:51:10 +00:00
parent 3fe3359031
commit 8e87a1592d
6 changed files with 54 additions and 26 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2004, 2005, 2007, 2009, 2011-2013 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004, 2005, 2007, 2009, 2011-2013, 2016 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000, 2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any

View file

@ -1,3 +1,17 @@
; Copyright (C) 2016 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.
@ 0 SOA ns1 . 0 0 0 0 0
@ 0 NS ns1
ns1 0 A 10.53.0.1

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2004, 2007, 2011 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004, 2007, 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000, 2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
@ -33,37 +33,37 @@ options {
};
key altkey {
algorithm hmac-md5;
secret "1234abcd8765";
algorithm hmac-md5;
secret "1234abcd8765";
};
view alternate {
match-clients { key altkey; };
match-clients { key altkey; };
zone "update.nil" {
type slave;
masters { 10.53.0.1; };
file "update.alt.bk";
allow-transfer { any; };
};
zone "update.nil" {
type slave;
masters { 10.53.0.1; };
file "update.alt.bk";
allow-transfer { any; };
};
};
view primary {
match-clients { any; };
match-clients { any; };
zone "example.nil" {
type slave;
masters { 10.53.0.1; };
file "example.bk";
allow-transfer { any; };
};
zone "example.nil" {
type slave;
masters { 10.53.0.1; };
file "example.bk";
allow-transfer { any; };
};
zone "update.nil" {
type slave;
masters { 10.53.0.1; };
file "update.bk";
allow-transfer { any; };
};
zone "update.nil" {
type slave;
masters { 10.53.0.1; };
file "update.bk";
allow-transfer { any; };
};
zone "sample" {
type master;

View file

@ -1,3 +1,17 @@
; Copyright (C) 2016 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.
@ 0 SOA ns2 . 0 0 0 0 0
@ 0 NS ns2
ns2 0 A 10.53.0.2

View file

@ -1,6 +1,6 @@
#!/bin/sh
#
# Copyright (C) 2008-2015 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2008-2016 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

View file

@ -162,7 +162,7 @@ main(int argc, char *argv[]) {
port = optarg;
break;
case 'r':
if (nsa_recursive <
if (nsa_recursive <
sizeof(sa_recursive)/sizeof(*sa_recursive) &&
addserver(optarg, &rec_servers,
&sa_recursive[nsa_recursive]))