mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
update copyright notice / whitespace
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Copyright (C) 2004, 2007, 2011, 2012, 2014 Internet Systems Consortium, Inc. ("ISC")
|
||||
# Copyright (C) 2004, 2007, 2011, 2012, 2014, 2015 Internet Systems Consortium, Inc. ("ISC")
|
||||
# Copyright (C) 2000, 2001 Internet Software Consortium.
|
||||
#
|
||||
# Permission to use, copy, modify, and/or distribute this software for any
|
||||
|
@@ -19,18 +19,18 @@
|
||||
controls { /* empty */ };
|
||||
|
||||
key "a" {
|
||||
algorithm "hmac-md5";
|
||||
secret "aaaaaaaaaaaaaaaaaaaa";
|
||||
algorithm "hmac-md5";
|
||||
secret "aaaaaaaaaaaaaaaaaaaa";
|
||||
};
|
||||
|
||||
key "b" {
|
||||
algorithm "hmac-md5";
|
||||
secret "bbbbbbbbbbbbbbbbbbbb";
|
||||
algorithm "hmac-md5";
|
||||
secret "bbbbbbbbbbbbbbbbbbbb";
|
||||
};
|
||||
|
||||
key "c" {
|
||||
algorithm "hmac-md5";
|
||||
secret "cccccccccccccccccccc";
|
||||
algorithm "hmac-md5";
|
||||
secret "cccccccccccccccccccc";
|
||||
};
|
||||
|
||||
options {
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Copyright (C) 2004, 2007, 2011-2014 Internet Systems Consortium, Inc. ("ISC")
|
||||
# Copyright (C) 2004, 2007, 2011-2015 Internet Systems Consortium, Inc. ("ISC")
|
||||
# Copyright (C) 2000, 2001 Internet Software Consortium.
|
||||
#
|
||||
# Permission to use, copy, modify, and/or distribute this software for any
|
||||
|
Reference in New Issue
Block a user