mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 10:59:59 -04:00
[v9_9] update copyrights that had been missed recently
This commit is contained in:
parent
4d7cd16627
commit
5c08c59442
9 changed files with 81 additions and 15 deletions
15
HISTORY.md
15
HISTORY.md
|
|
@ -1,3 +1,18 @@
|
|||
<!---
|
||||
- Copyright (C) 2017 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
|
||||
- copyright notice and this permission notice appear in all copies.
|
||||
-
|
||||
- THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
|
||||
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
||||
- AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
|
||||
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
||||
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
|
||||
- OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
- PERFORMANCE OF THIS SOFTWARE.
|
||||
--->
|
||||
### Functional enhancements from prior major releases of BIND 9
|
||||
|
||||
#### BIND 9.11
|
||||
|
|
|
|||
25
OPTIONS
Normal file
25
OPTIONS
Normal file
|
|
@ -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.)
|
||||
|
||||
15
OPTIONS.md
15
OPTIONS.md
|
|
@ -1,3 +1,18 @@
|
|||
<!---
|
||||
- Copyright (C) 2017 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
|
||||
- copyright notice and this permission notice appear in all copies.
|
||||
-
|
||||
- THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
|
||||
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
||||
- AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
|
||||
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
||||
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
|
||||
- OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
- PERFORMANCE OF THIS SOFTWARE.
|
||||
--->
|
||||
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`.
|
||||
|
|
|
|||
15
README.md
15
README.md
|
|
@ -1,3 +1,18 @@
|
|||
<!---
|
||||
- Copyright (C) 2017 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
|
||||
- copyright notice and this permission notice appear in all copies.
|
||||
-
|
||||
- THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
|
||||
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
||||
- AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
|
||||
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
||||
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
|
||||
- OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
- PERFORMANCE OF THIS SOFTWARE.
|
||||
--->
|
||||
# BIND 9
|
||||
|
||||
### Contents
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<!---
|
||||
- Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
|
||||
- Copyright (C) 2017 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) 2014, 2015 Internet Systems Consortium, Inc. ("ISC")
|
||||
- Copyright (C) 2017 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) 2014 Internet Systems Consortium, Inc. ("ISC")
|
||||
- Copyright (C) 2017 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
|
||||
|
|
|
|||
|
|
@ -4,15 +4,13 @@
|
|||
./CHANGES X 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017
|
||||
./COPYRIGHT TXT 1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017
|
||||
./EXCLUDED X 2012,2013
|
||||
./FAQ X 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2013,2014,2015,2016
|
||||
./FAQ.xml SGML 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2013,2014,2015,2016,2017
|
||||
./HISTORY X 2010,2013,2017
|
||||
./HISTORY.md X 2017
|
||||
./HISTORY.md MKD 2017
|
||||
./Makefile.in MAKE 1998,1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015,2016,2017
|
||||
./OPTIONS X 2017
|
||||
./OPTIONS.md X 2017
|
||||
./OPTIONS.md MKD 2017
|
||||
./README X 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017
|
||||
./README.md X 2017
|
||||
./README.md MKD 2017
|
||||
./acconfig.h C 1999,2000,2001,2002,2003,2004,2005,2007,2008,2012,2014,2016
|
||||
./aclocal.m4 X 1999,2000,2001,2012,2014
|
||||
./bin/Makefile.in MAKE 1998,1999,2000,2001,2004,2007,2009,2012,2013
|
||||
|
|
@ -2738,11 +2736,14 @@
|
|||
./doc/dev/HOW-ADB-WORKS.txt TXT.BRIEF 2003,2004
|
||||
./doc/dev/autoconf TXT.BRIEF 2001,2002,2004
|
||||
./doc/dev/coding.html HTML 1999,2000,2001,2002,2004,2007
|
||||
./doc/dev/contrib.md MKD 2017
|
||||
./doc/dev/cvs-usage TXT.BRIEF 2000,2001,2004
|
||||
./doc/dev/dev.md MKD 2017
|
||||
./doc/dev/magic_numbers TXT.BRIEF 1999,2000,2001,2002,2004
|
||||
./doc/dev/rdata.html HTML 1999,2000,2001,2004,2007
|
||||
./doc/dev/release TXT.BRIEF 2000,2001,2002,2003,2004,2005,2006,2007,2009,2014
|
||||
./doc/dev/results TXT.BRIEF 1999,2000,2001,2004
|
||||
./doc/dev/style.md MKD 2017
|
||||
./doc/dev/tests TXT.BRIEF 2000,2001,2004
|
||||
./doc/dev/unexpected TXT.BRIEF 1999,2000,2001,2004
|
||||
./doc/doxygen/.gitignore X 2012
|
||||
|
|
@ -2752,11 +2753,6 @@
|
|||
./doc/doxygen/isc-footer.html HTML 2006,2007
|
||||
./doc/doxygen/isc-header.html HTML 2006,2007
|
||||
./doc/doxygen/mainpage X 2006
|
||||
./doc/markdown/.gitignore X 2014
|
||||
./doc/markdown/Makefile MAKE 2014
|
||||
./doc/markdown/dev.mkd MKD 2014,2015
|
||||
./doc/markdown/howto.mkd MKD 2014
|
||||
./doc/markdown/style.mkd MKD 2014
|
||||
./doc/misc/Makefile.in MAKE 2001,2004,2007,2009,2012,2017
|
||||
./doc/misc/dnssec TXT.BRIEF 2000,2001,2002,2004
|
||||
./doc/misc/docbook-options.pl PERL 2017
|
||||
|
|
@ -4207,7 +4203,7 @@
|
|||
./util/nanny.pl PERL 2000,2001,2004,2007,2012
|
||||
./util/new-func PERL 2005,2007,2012
|
||||
./util/nt-kit SH 1999,2000,2001,2004,2007,2012
|
||||
./util/recent_changes.sh SH 2012
|
||||
./util/recent_changes.sh SH 2012,2017
|
||||
./util/spacewhack.pl PERL 2000,2001,2004,2007,2012
|
||||
./util/tabify-changes SH 2004,2007,2012
|
||||
./util/update-drafts.pl PERL 2000,2001,2004,2007,2012
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Copyright (C) 2012 Internet Systems Consortium, Inc. ("ISC")
|
||||
# Copyright (C) 2012, 2017 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue