update copyright notice

This commit is contained in:
Tinderbox User
2013-12-21 23:46:16 +00:00
parent f6ba579172
commit 9c61ab2c99
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

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