2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

Update copyrights

This commit is contained in:
Ondřej Surý 2019-12-20 07:40:09 +00:00
parent c17783b99e
commit 2eaab4042b
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
./.gitattributes X 2015,2017,2018,2019,2020
./.gitlab-ci.yml X 2018,2019,2020
./.uncrustify.cfg X 2018,2019,2020
./CHANGES X 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020
@ -444,7 +443,6 @@
./bin/tests/system/checkzone/clean.sh SH 2011,2012,2013,2014,2016,2018,2019,2020
./bin/tests/system/checkzone/setup.sh SH 2014,2016,2018,2019,2020
./bin/tests/system/checkzone/tests.sh SH 2011,2012,2013,2014,2015,2016,2017,2018,2019,2020
./bin/tests/system/checkzone/zones/.gitattributes X 2015,2018,2019,2020
./bin/tests/system/checkzone/zones/bad-badclass.raw X 2015,2018,2019,2020
./bin/tests/system/cleanall.sh SH 2000,2001,2004,2007,2012,2014,2015,2016,2017,2018,2019,2020
./bin/tests/system/cleanpkcs11.sh SH 2010,2012,2014,2016,2018,2019,2020

View File

@ -35,6 +35,7 @@ while (<CHANGES>) {
/CVS/ | # CVS directory
/\.git/ | # git directory
/\.gitignore | # .gitignore files
/\.gitattributes | # .gitattributes files
Makefile.in | # build system doesn't need to have copyright
/m4/ | # build system doesn't need to have copyright
/configure | # build system doesn't need to have copyright