update copyright notice
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user