[v9_9] fix copyright warnings

This commit is contained in:
Evan Hunt 2015-10-05 23:15:16 -07:00
parent abe52fa827
commit 22ebfe3741
3 changed files with 3 additions and 8 deletions

View file

@ -1,4 +1,3 @@
<!-- Converted by db4-upgrade version 1.0 -->
<!--
- Copyright (C) 2010, 2012-2015 Internet Systems Consortium, Inc. ("ISC")
-
@ -14,6 +13,7 @@
- OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
- PERFORMANCE OF THIS SOFTWARE.
-->
<!-- Converted by db4-upgrade version 1.0 -->
<refentry xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="man.isc-hmac-fixup">
<info>
<date>2013-04-28</date>

View file

@ -2562,10 +2562,8 @@
./doc/arm/Makefile.in MAKE 2001,2002,2004,2005,2006,2007,2009,2012,2014,2015
./doc/arm/README-SGML TXT.BRIEF 2000,2001,2004
./doc/arm/dnssec.xml SGML 2010,2011,2015
./doc/arm/html-fixup.pl PERL 2015
./doc/arm/isc-logo.eps X 2005,2010
./doc/arm/isc-logo.pdf X 2005,2010
./doc/arm/latex-fixup.pl PERL 2005,2007,2012,2015
./doc/arm/libdns.xml SGML 2010,2014
./doc/arm/logging-categories.xml SGML 2015
./doc/arm/man.arpaname.html X 2009,2010,2011,2012,2013,2014,2015
@ -2659,12 +2657,9 @@
./doc/xsl/copyright.xsl SGML 2005,2007,2009
./doc/xsl/isc-docbook-chunk.xsl.in SGML 2005,2007,2014
./doc/xsl/isc-docbook-html.xsl.in SGML 2005,2007,2014
./doc/xsl/isc-docbook-latex-mappings.xml SGML 2005,2007
./doc/xsl/isc-docbook-latex.xsl.in SGML 2005,2007,2010,2014,2015
./doc/xsl/isc-docbook-text.xsl SGML 2005,2007
./doc/xsl/isc-manpage.xsl.in SGML 2005,2007
./doc/xsl/isc-notes-html.xsl.in SGML 2015
./doc/xsl/isc-notes-latex.xsl.in SGML 2014,2015
./doc/xsl/pre-latex.xsl SGML 2005,2007
./docutil/HTML_COPYRIGHT X 2001,2004
./docutil/MAN_COPYRIGHT X 2001,2004

View file

@ -314,7 +314,7 @@ foreach $file (keys %file_types) {
}
} elsif ($sgml_comment) {
$before_copyright = "";
while (/^<!DOCTYPE/ || /^<\?xml-stylesheet/ || /^<\?xml /) {
while (/^<!DOCTYPE/ || /^<!ENTITY/ || /^<\?xml-stylesheet/ || /^<\?xml /) {
# print "SGML: $_";
$before_copyright = "$before_copyright$_";
if (/>$/ ) {
@ -332,7 +332,7 @@ foreach $file (keys %file_types) {
next;
}
}
if (/^<!/) {
if (/^<!--/) {
$_ = <SOURCE> if $_ eq "<!--\n";
if ($_ !~ /[Cc]opyright/) {
print "$file: non-copyright comment\n";