mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-23 15:17:01 -04:00
update copyright notice / whitespace
This commit is contained in:
parent
619f34616f
commit
e6848a2c3e
1 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2009, 2010 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 2009, 2010, 2016 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
|
||||
|
|
@ -53,7 +53,7 @@ zone "example.com" {
|
|||
};
|
||||
|
||||
zone "good" {
|
||||
type master;
|
||||
file "forgery.db";
|
||||
allow-query { any; };
|
||||
type master;
|
||||
file "forgery.db";
|
||||
allow-query { any; };
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue