]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add xml support
authorMark Andrews <marka@isc.org>
Tue, 6 Sep 2005 01:17:41 +0000 (01:17 +0000)
committerMark Andrews <marka@isc.org>
Tue, 6 Sep 2005 01:17:41 +0000 (01:17 +0000)
util/merge_copyrights

index 1d11268671c4b4503c3ca85cc119ae421b9ec3e3..4455eac4b8367eaba26bbf0faade3fda09dc7baf 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.16.2.2.8.6 2005/05/13 01:46:31 marka Exp $
+# $Id: merge_copyrights,v 1.16.2.2.8.7 2005/09/06 01:17:41 marka Exp $
 
 %file_types = ();
 %file_years = ();
@@ -63,7 +63,8 @@ while (<FILES>) {
         } elsif ($base =~ /\.sh$/) {
            $file_types{$_} = "SH";
         } elsif ($base =~ /\.docbook$/ ||
-                $base =~ /.xsl$/) {
+                $base =~ /.xsl$/ ||
+                $base =~ /.xml$/) {
            $file_types{$_} = "SGML";
         } elsif ($base =~ /\.html$/) {
            $file_types{$_} = "HTML";