update copyright notice

This commit is contained in:
Tinderbox User
2013-09-16 23:45:41 +00:00
parent 38e6997347
commit 229809a446
19 changed files with 104 additions and 104 deletions

View File

@@ -37,12 +37,12 @@ options {
};
key rndc_key {
secret "1234abcd8765";
algorithm hmac-md5;
secret "1234abcd8765";
algorithm hmac-md5;
};
controls {
inet 10.53.0.3 port 9953 allow { any; } keys { rndc_key; };
inet 10.53.0.3 port 9953 allow { any; } keys { rndc_key; };
};
zone "." {
@@ -228,14 +228,14 @@ zone "split-smart.example" {
};
zone "nsec3chain-test" {
type slave;
file "nsec3chain-test.bk";
type slave;
file "nsec3chain-test.bk";
masters { 10.53.0.2; };
};
zone "expiring.example" {
type master;
allow-update { any; };
allow-update { any; };
file "expiring.example.db.signed";
};
@@ -257,10 +257,10 @@ zone "LOWER.EXAMPLE" {
};
zone "inline.example" {
type master;
file "inline.example.db";
inline-signing yes;
auto-dnssec maintain;
type master;
file "inline.example.db";
inline-signing yes;
auto-dnssec maintain;
};
zone "publish-inactive.example" {