Simple text files with docs on build or design don't really need copyright on their own
This commit is contained in:
@@ -1477,7 +1477,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
|
||||
@@ -1513,7 +1512,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
|
||||
@@ -2581,6 +2579,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{$_}) {
|
||||
|
||||
Reference in New Issue
Block a user