update copyright notice

This commit is contained in:
Tinderbox User
2014-03-17 23:45:28 +00:00
parent 0ae55b0a90
commit 71777a84fa

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;
};
};