mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 14:02:05 -04:00
Simple text files with docs on build or design don't really need copyright on their own
(cherry picked from commit 1877139a32)
This commit is contained in:
parent
9e44151d40
commit
c8e376af50
5 changed files with 2 additions and 17 deletions
|
|
@ -1,7 +1,3 @@
|
|||
Copyright (C) Internet Systems Consortium, Inc. ("ISC")
|
||||
|
||||
See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
|
||||
|
||||
Recently, several groups have expressed concern over potential
|
||||
denial of service attacks within BIND 9, specifically within the ADB
|
||||
(address database.) This document hopes to provide a more clear
|
||||
|
|
|
|||
|
|
@ -1500,7 +1500,6 @@
|
|||
./doc/arm/notes.conf X 2015,2018,2019
|
||||
./doc/arm/notes.html X 2014,2015,2016,2017,2018,2019
|
||||
./doc/arm/notes.pdf X 2014,2015,2016,2017,2018,2019
|
||||
./doc/arm/notes.txt X 2018,2019
|
||||
./doc/arm/notes.xml SGML 2014,2015,2016,2017,2018,2019
|
||||
./doc/arm/noteversion.xml.in SGML 2015,2016,2018,2019
|
||||
./doc/arm/options.grammar.xml SGML 2018,2019
|
||||
|
|
@ -1536,7 +1535,6 @@
|
|||
./doc/design/windows-nt TXT.BRIEF 1999,2000,2001,2004,2016,2018,2019
|
||||
./doc/design/zone TXT.BRIEF 1999,2000,2001,2004,2016,2018,2019
|
||||
./doc/dev/DBC TXT.BRIEF 1999,2000,2001,2004,2016,2018,2019
|
||||
./doc/dev/HOW-ADB-WORKS.txt TXT.BRIEF 2003,2004,2016,2018,2019
|
||||
./doc/dev/autoconf TXT.BRIEF 2001,2002,2004,2016,2018,2019
|
||||
./doc/dev/coding.html HTML 1999,2000,2001,2002,2004,2007,2016,2018,2019
|
||||
./doc/dev/cvs-usage TXT.BRIEF 2000,2001,2004,2016,2018,2019
|
||||
|
|
@ -2604,6 +2602,4 @@
|
|||
./win32utils/Configure PERL 2013,2014,2015,2016,2017,2018,2019
|
||||
./win32utils/GeoIP.diff X 2013,2018,2019
|
||||
./win32utils/bind9.sln.in X 2013,2014,2015,2016,2017,2018,2019
|
||||
./win32utils/build.txt TXT.BRIEF 2013,2014,2015,2016,2017,2018,2019
|
||||
./win32utils/index.html HTML 2006,2007,2008,2012,2013,2014,2015,2016,2018,2019
|
||||
./win32utils/readme1st.txt TXT.BRIEF 2001,2003,2004,2005,2007,2008,2009,2012,2013,2014,2015,2016,2018,2019
|
||||
|
|
|
|||
|
|
@ -57,7 +57,8 @@ while (<CHANGES>) {
|
|||
\.conf\.in$ | # configuration files
|
||||
\.dir-locals\.el | # emacs local variables
|
||||
/(dnssafe|openssl)/.*\.[ch]$ | # imported
|
||||
doc/(draft|expired|rfc)/ # imported
|
||||
doc/(draft|expired|rfc)/ | # imported
|
||||
\.txt$ # text files don't really need copyright
|
||||
%x);
|
||||
|
||||
if (!$file_types{$_}) {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,3 @@
|
|||
Copyright (C) Internet Systems Consortium, Inc. ("ISC")
|
||||
|
||||
See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
|
||||
|
||||
BIND 9.10 for Win32 Source Build Instructions. 17-Apr-2015
|
||||
|
||||
Building BIND 9.10 on Windows has the following prerequisites:
|
||||
|
|
|
|||
|
|
@ -1,7 +1,3 @@
|
|||
Copyright (C) Internet Systems Consortium, Inc. ("ISC")
|
||||
|
||||
See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
|
||||
|
||||
NOTES ON BIND 9.10 FOR WINDOWS:
|
||||
|
||||
BIND 9.10 is known to run on Windows XP, Vista, Windows 7,
|
||||
|
|
|
|||
Loading…
Reference in a new issue