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:
Ondřej Surý 2019-04-16 09:26:48 +02:00
parent c266d181b9
commit c76c0f4489
5 changed files with 2 additions and 17 deletions

View file

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

View file

@ -3121,7 +3121,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
@ -3156,7 +3155,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
@ -4480,7 +4478,6 @@
./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,2018,2019
./win32utils/index.html HTML 2006,2007,2008,2012,2013,2014,2015,2016,2018,2019
./win32utils/legacy/BINDBuild.dsw.in X 2001,2005,2006,2008,2009,2010,2013,2014,2015,2016,2018,2019
./win32utils/legacy/BuildAll.bat.in BAT 2001,2002,2004,2005,2006,2007,2008,2009,2010,2013,2014,2015,2016,2018,2019
@ -4488,4 +4485,3 @@
./win32utils/legacy/BuildSetup.bat.in BAT 2001,2002,2004,2005,2006,2007,2008,2009,2010,2012,2013,2014,2015,2016,2018,2019
./win32utils/legacy/makedefs.pl PERL 2001,2004,2007,2009,2012,2013,2014,2016,2018,2019
./win32utils/legacy/win32-build.txt TXT.BRIEF 2001,2002,2004,2005,2008,2009,2012,2013,2014,2016,2018,2019
./win32utils/readme1st.txt TXT.BRIEF 2001,2003,2004,2005,2007,2008,2009,2012,2013,2014,2015,2016,2018,2019

View file

@ -38,7 +38,8 @@ while (<CHANGES>) {
util/newcopyrights | # our output
\.bak$ | # created by update_copyrights
/(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{$_}) {

View file

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

View file

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