From 6ce8a05f6c9c7fc1c0d7db3a8f85bba0963f5910 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Sun, 23 Apr 2017 17:06:00 -0700 Subject: [PATCH] [master] update copyrights that had been missed recently --- HISTORY.md | 7 ++ Makefile.in | 2 +- OPTIONS | 25 ++++ OPTIONS.md | 7 ++ README.md | 7 ++ bin/dnssec/dnssec-keygen.c | 2 +- bin/dnssec/dnssec-keygen.docbook | 3 +- bin/python/isc/coverage.py.in | 2 +- bin/python/isc/policy.py.in | 2 +- bin/tests/system/autosign/setup.sh | 2 +- bin/tests/system/dlv/setup.sh | 2 +- bin/tests/system/dlvauto/ns1/sign.sh | 2 +- bin/tests/system/dlvauto/setup.sh | 2 +- bin/tests/system/dlzexternal/setup.sh | 2 +- bin/tests/system/dns64/setup.sh | 2 +- bin/tests/system/dnssec/ns1/sign.sh | 2 +- bin/tests/system/dnssec/ns2/sign.sh | 2 +- bin/tests/system/dnssec/ns3/sign.sh | 2 +- bin/tests/system/dnssec/ns4/named5.conf | 2 +- bin/tests/system/dnssec/ns6/sign.sh | 2 +- bin/tests/system/dnssec/ns7/sign.sh | 2 +- bin/tests/system/dnssec/setup.sh | 2 +- bin/tests/system/dnstap/clean.sh | 2 +- bin/tests/system/dnstap/ydump.py | 2 +- bin/tests/system/dsdigest/setup.sh | 2 +- bin/tests/system/ecdsa/setup.sh | 2 +- bin/tests/system/filter-aaaa/setup.sh | 2 +- bin/tests/system/gost/setup.sh | 2 +- bin/tests/system/inline/ns1/sign.sh | 2 +- bin/tests/system/inline/ns3/sign.sh | 2 +- bin/tests/system/inline/setup.sh | 2 +- bin/tests/system/legacy/build.sh | 2 +- bin/tests/system/masterformat/setup.sh | 2 +- bin/tests/system/metadata/setup.sh | 2 +- bin/tests/system/metadata/tests.sh | 2 +- bin/tests/system/mkeys/setup.sh | 2 +- bin/tests/system/nsupdate/setup.sh | 2 +- bin/tests/system/nsupdate/tests.sh | 2 +- bin/tests/system/pending/ns2/sign.sh | 2 +- bin/tests/system/pending/setup.sh | 2 +- bin/tests/system/pipelined/setup.sh | 2 +- bin/tests/system/redirect/setup.sh | 2 +- bin/tests/system/resolver/setup.sh | 2 +- bin/tests/system/rndc/setup.sh | 2 +- bin/tests/system/rpz/setup.sh | 2 +- bin/tests/system/rsabigexponent/prereq.sh | 2 +- bin/tests/system/rsabigexponent/setup.sh | 2 +- bin/tests/system/sfcache/ns1/sign.sh | 2 +- bin/tests/system/sfcache/prereq.sh | 2 +- bin/tests/system/sfcache/setup.sh | 2 +- bin/tests/system/smartsign/setup.sh | 2 +- bin/tests/system/staticstub/ns4/sign.sh | 2 +- bin/tests/system/staticstub/setup.sh | 2 +- bin/tests/system/testcrypto.sh | 2 +- bin/tests/system/tkey/setup.sh | 2 +- bin/tests/system/tsig/setup.sh | 2 +- bin/tests/system/tsiggss/setup.sh | 2 +- bin/tests/system/unknown/ns3/sign.sh | 2 +- bin/tests/system/unknown/setup.sh | 2 +- bin/tests/system/upforwd/setup.sh | 2 +- bin/tests/system/verify/setup.sh | 2 +- bin/tests/system/views/setup.sh | 2 +- bin/tests/system/wildcard/setup.sh | 2 +- bin/tests/system/zonechecks/setup.sh | 2 +- bin/tools/dnstap-read.c | 2 +- bin/tools/dnstap-read.docbook | 3 +- doc/dev/contrib.md | 2 +- doc/dev/dev.md | 2 +- doc/dev/style.md | 2 +- lib/dns/include/dns/dispatch.h | 2 +- lib/dns/validator.c | 2 +- make/rules.in | 2 +- util/copyrights | 144 +++++++++++----------- util/recent_changes.sh | 2 +- 74 files changed, 189 insertions(+), 141 deletions(-) create mode 100644 OPTIONS diff --git a/HISTORY.md b/HISTORY.md index 4ea313ae85..95bd17b823 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,10 @@ + ### Functional enhancements from prior major releases of BIND 9 #### BIND 9.11 diff --git a/Makefile.in b/Makefile.in index e20f6cf5b5..f918b682f9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2002, 2004-2009, 2011-2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 1998-2002, 2004-2009, 2011-2017 Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/OPTIONS b/OPTIONS new file mode 100644 index 0000000000..0be74b7aac --- /dev/null +++ b/OPTIONS @@ -0,0 +1,25 @@ +Setting the STD_CDEFINES environment variable before running configure can +be used to enable certain compile-time options that are not explicitly +defined in configure. + +Some of these settings are: + +Setting Description + Don't ovewrite memory when allocating or freeing +-DISC_MEM_FILL=0 it; this improves performance but makes + debugging more difficult. + Don't track memory allocations by file and line +-DISC_MEM_TRACKLINES=0 number; this improves performance but makes + debugging more difficult. +-DISC_FACILITY=LOG_LOCAL0 Change the default syslog facility for named +-DNS_CLIENT_DROPPORT=0 Disable dropping queries from particular + well-known ports: +-DCHECK_SIBLING=0 Don't check sibling glue in named-checkzone +-DCHECK_LOCAL=0 Don't check out-of-zone addresses in + named-checkzone +-DNS_RUN_PID_DIR=0 Create default PID files in ${localstatedir}/run + rather than ${localstatedir}/run/{named,lwresd}/ + Enable DNSSEC signature chasing support in dig. +-DDIG_SIGCHASE=1 (Note: This feature is deprecated. Use delv + instead.) + diff --git a/OPTIONS.md b/OPTIONS.md index 7dfbe867cd..f994df8065 100644 --- a/OPTIONS.md +++ b/OPTIONS.md @@ -1,3 +1,10 @@ + Setting the `STD_CDEFINES` environment variable before running `configure` can be used to enable certain compile-time options that are not explicitly defined in `configure`. diff --git a/README.md b/README.md index 678060de46..bfe118408d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ + # BIND 9 ### Contents diff --git a/bin/dnssec/dnssec-keygen.c b/bin/dnssec/dnssec-keygen.c index 1df9f0c236..529a13e7af 100644 --- a/bin/dnssec/dnssec-keygen.c +++ b/bin/dnssec/dnssec-keygen.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 1999-2016 Internet Systems Consortium, Inc. ("ISC") + * Portions Copyright (C) 1999-2017 Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/bin/dnssec/dnssec-keygen.docbook b/bin/dnssec/dnssec-keygen.docbook index 58c222b68f..e398de62ee 100644 --- a/bin/dnssec/dnssec-keygen.docbook +++ b/bin/dnssec/dnssec-keygen.docbook @@ -1,5 +1,5 @@