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

@@ -42,8 +42,8 @@ controls {
};
key altkey {
algorithm hmac-md5;
secret "1234abcd8765";
algorithm hmac-md5;
secret "1234abcd8765";
};
include "ddns.key";
@@ -68,8 +68,8 @@ zone "other.nil" {
};
masters othermasters {
10.53.0.2 port 5300;
10.53.0.2 port 5300 key altkey;
10.53.0.2 port 5300;
10.53.0.2 port 5300 key altkey;
};
zone "update.nil" {
@@ -98,14 +98,14 @@ include "sha384.key";
include "sha512.key";
zone "keytests.nil" {
type master;
file "keytests.db";
update-policy {
grant md5-key name md5.keytests.nil. ANY;
grant sha1-key name sha1.keytests.nil. ANY;
grant sha224-key name sha224.keytests.nil. ANY;
grant sha256-key name sha256.keytests.nil. ANY;
grant sha384-key name sha384.keytests.nil. ANY;
grant sha512-key name sha512.keytests.nil. ANY;
};
type master;
file "keytests.db";
update-policy {
grant md5-key name md5.keytests.nil. ANY;
grant sha1-key name sha1.keytests.nil. ANY;
grant sha224-key name sha224.keytests.nil. ANY;
grant sha256-key name sha256.keytests.nil. ANY;
grant sha384-key name sha384.keytests.nil. ANY;
grant sha512-key name sha512.keytests.nil. ANY;
};
};