update copyright notice / whitespace

This commit is contained in:
Tinderbox User 2015-12-27 23:45:24 +00:00
parent 0bb05fe2c2
commit 7321d8df7b
3 changed files with 12 additions and 12 deletions

View file

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

View file

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

View file

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