mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Merge branch 'ondrej/release-notes-doesnt-need-copyright' into 'main'
Remove the requirement for the release notes to have copyright See merge request isc-projects/bind9!4483
This commit is contained in:
commit
8129fce759
2 changed files with 1 additions and 9 deletions
|
|
@ -1245,15 +1245,6 @@
|
|||
./doc/misc/sort-options.pl PERL 2007,2012,2016,2018,2019,2020
|
||||
./doc/misc/static-stub.zoneopt X 2018,2019,2020
|
||||
./doc/misc/stub.zoneopt X 2018,2019,2020
|
||||
./doc/notes/notes-9.17.0.rst RST 2020
|
||||
./doc/notes/notes-9.17.1.rst RST 2020
|
||||
./doc/notes/notes-9.17.2.rst RST 2020
|
||||
./doc/notes/notes-9.17.3.rst RST 2020
|
||||
./doc/notes/notes-9.17.4.rst RST 2020
|
||||
./doc/notes/notes-9.17.5.rst RST 2020
|
||||
./doc/notes/notes-9.17.6.rst RST 2020
|
||||
./doc/notes/notes-9.17.7.rst RST 2020
|
||||
./doc/notes/notes-current.rst RST 2020
|
||||
./docutil/HTML_COPYRIGHT X 2001,2004,2016,2018,2019,2020
|
||||
./docutil/MAN_COPYRIGHT X 2001,2004,2016,2018,2019,2020
|
||||
./docutil/patch-db2latex-duplicate-template-bug X 2007,2018,2019,2020
|
||||
|
|
|
|||
|
|
@ -56,6 +56,7 @@ while (<CHANGES>) {
|
|||
\.conf\.in$ | # configuration files
|
||||
/(dnssafe|openssl)/.*\.[ch]$ | # imported
|
||||
doc/(draft|expired|rfc)/ | # imported
|
||||
doc/notes/ | # release notes doesn't really need copyright
|
||||
\.*in$ | # the generated documentation doesn't really need copyright
|
||||
grammar\.rst$ | # -"-
|
||||
zoneopt\.rst$ | # -"-
|
||||
|
|
|
|||
Loading…
Reference in a new issue