update copyright notice

This commit is contained in:
Tinderbox User
2014-04-22 23:45:19 +00:00
parent 1a9932dde1
commit 953189d30e
8 changed files with 47 additions and 47 deletions

View File

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

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005, 2007, 2011, 2012 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2005, 2007, 2011, 2012, 2014 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
@@ -22,7 +22,7 @@ options {
pid-file "named.pid";
listen-on port 5300 { 10.53.0.2; };
listen-on-v6 { none; };
port 5300;
port 5300;
recursion no;
notify no;
dnssec-enable yes;
@@ -34,22 +34,22 @@ zone "example" {
};
zone "transfer1" {
type slave;
masters { 10.53.0.1; };
file "transfer.db.raw";
type slave;
masters { 10.53.0.1; };
file "transfer.db.raw";
};
zone "transfer2" {
type slave;
masters { 10.53.0.1; };
masterfile-format text;
file "transfer.db.txt";
type slave;
masters { 10.53.0.1; };
masterfile-format text;
file "transfer.db.txt";
};
zone "transfer3" {
type slave;
masters { 10.53.0.1; };
file "formerly-text.db";
type slave;
masters { 10.53.0.1; };
file "formerly-text.db";
};
zone "transfer4" {
@@ -61,8 +61,8 @@ zone "transfer4" {
};
zone "large" {
type slave;
masters { 10.53.0.1; };
masterfile-format raw;
file "large.bk";
type slave;
masters { 10.53.0.1; };
masterfile-format raw;
file "large.bk";
};

View File

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