mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-14 21:09:59 -04:00
update copyright notice / whitespace
This commit is contained in:
parent
1a473a8d45
commit
c4558976df
3 changed files with 12 additions and 12 deletions
|
|
@ -28,15 +28,15 @@ options {
|
|||
listen-on-v6 { none; };
|
||||
recursion no;
|
||||
geoip-directory "data";
|
||||
allow-query {
|
||||
geoip area 831;
|
||||
geoip areacode 831;
|
||||
geoip metro 828;
|
||||
geoip metrocode 828;
|
||||
geoip tz PST;
|
||||
geoip timezone PST;
|
||||
geoip postal 95060;
|
||||
geoip postalcode 95060;
|
||||
};
|
||||
allow-query {
|
||||
geoip area 831;
|
||||
geoip areacode 831;
|
||||
geoip metro 828;
|
||||
geoip metrocode 828;
|
||||
geoip tz PST;
|
||||
geoip timezone PST;
|
||||
geoip postal 95060;
|
||||
geoip postalcode 95060;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Copyright (C) 2013, 2014 Internet Systems Consortium, Inc. ("ISC")
|
||||
# Copyright (C) 2013-2015 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
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2004-2014 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 2004-2015 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 1999-2002 Internet Software Consortium.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for any
|
||||
|
|
|
|||
Loading…
Reference in a new issue