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

handle XSL files

This commit is contained in:
Mark Andrews 2005-05-12 02:18:57 +00:00
parent 21abfe71f9
commit 596912ee9c

View File

@ -15,7 +15,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: merge_copyrights,v 1.21 2005/04/07 03:50:05 marka Exp $
# $Id: merge_copyrights,v 1.22 2005/05/12 02:18:57 marka Exp $
%file_types = ();
%file_years = ();
@ -62,7 +62,8 @@ while (<FILES>) {
$file_types{$_} = "PERL";
} elsif ($base =~ /\.sh$/) {
$file_types{$_} = "SH";
} elsif ($base =~ /\.docbook$/) {
} elsif ($base =~ /\.docbook$/ ||
$base =~ /.xsl$/) {
$file_types{$_} = "SGML";
} elsif ($base =~ /\.html$/) {
$file_types{$_} = "HTML";