]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
handle XSL files
authorMark Andrews <marka@isc.org>
Thu, 12 May 2005 02:18:57 +0000 (02:18 +0000)
committerMark Andrews <marka@isc.org>
Thu, 12 May 2005 02:18:57 +0000 (02:18 +0000)
util/merge_copyrights

index 31d3e1a3f9559230db591c90f8e6cfbb118047c6..24f285e20ada9332e628e1d5897f01e68fd8e644 100644 (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";