update copyright notice

This commit is contained in:
Tinderbox User
2014-01-21 23:46:16 +00:00
parent 90cde4c188
commit aa7b16ec2a
107 changed files with 116 additions and 116 deletions

View File

@@ -17,14 +17,14 @@
view one {
notify master-only;
# also-notify inconsistent with master-only notify option
# also-notify inconsistent with master-only notify option
zone "slave" {
type slave;
masters { 1.2.3.4; };
also-notify { 5.6.7.8; };
};
# OK
# OK
zone "master" {
type master;
file "filename";
@@ -35,14 +35,14 @@ view one {
view two {
notify no;
# also-notify inconsistent with notify option at the view level
# also-notify inconsistent with notify option at the view level
zone "slave" {
type slave;
masters { 1.2.3.4; };
also-notify { 5.6.7.8; };
};
# OK
# OK
zone "master" {
type master;
file "filename";
@@ -52,7 +52,7 @@ view two {
};
view three {
# also-notify inconsistent with notify option at the zone level
# also-notify inconsistent with notify option at the zone level
zone "slave" {
type slave;
masters { 1.2.3.4; };
@@ -60,7 +60,7 @@ view three {
also-notify { 5.6.7.8; };
};
# OK
# OK
zone "master" {
type master;
file "filename";
@@ -69,19 +69,19 @@ view three {
};
view four {
also-notify { 5.6.7.8; };
also-notify { 5.6.7.8; };
# OK
# OK
zone "slave" {
type slave;
masters { 1.2.3.4; };
notify master-only;
};
# OK
# OK
zone "master" {
type master;
file "filename";
notify no;
notify no;
};
};