mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-12 16:50:00 -04:00
update copyright notice
This commit is contained in:
parent
f6ba579172
commit
9c61ab2c99
2 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Copyright (C) 2011, 2012 Internet Systems Consortium, Inc. ("ISC")
|
||||
# Copyright (C) 2011-2013 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
|
||||
|
|
|
|||
|
|
@ -18,11 +18,11 @@
|
|||
* key-directory defined but doesn't exist.
|
||||
*/
|
||||
options {
|
||||
directory ".";
|
||||
directory ".";
|
||||
};
|
||||
|
||||
zone dummy {
|
||||
type master;
|
||||
file "xxxx";
|
||||
key-directory "test.keydir";
|
||||
key-directory "test.keydir";
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue