]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add bat
authorMark Andrews <marka@isc.org>
Mon, 6 Aug 2007 07:21:30 +0000 (07:21 +0000)
committerMark Andrews <marka@isc.org>
Mon, 6 Aug 2007 07:21:30 +0000 (07:21 +0000)
util/merge_copyrights

index 949057abe446b9e3d810028ae40a2f892c2e3e03..5edc6dee74de11eb946fd245d851173f23898856 100644 (file)
@@ -1,9 +1,9 @@
 #!/usr/local/bin/perl -w
 #
-# Copyright (C) 2004-2006  Internet Systems Consortium, Inc. ("ISC")
-# Copyright (C) 1998-2002  Internet Software Consortium.
+# Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 1998-2001, 2003  Internet Software Consortium.
 #
-# Permission to use, copy, modify, and distribute this software for any
+# Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
 # copyright notice and this permission notice appear in all copies.
 #
@@ -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.12 2006/10/05 00:31:40 marka Exp $
+# $Id: merge_copyrights,v 1.16.2.13 2007/08/06 07:21:30 marka Exp $
 
 %file_types = ();
 %file_years = ();
@@ -80,6 +80,10 @@ while (<FILES>) {
            $file_types{$_} = "ZONE";
        } elsif ($base =~ /(\/\.cvsignore|\.gif|\.jpg|\.dsp|\.dsw)$/i) {
            $file_types{$_} = "X";
+       } elsif ($base =~ /\.rnc$/i) {
+           $file_types{$_} = "RNC";
+       } elsif ($base =~ /\.bat$/i) {
+           $file_types{$_} = "BAT";
        } else {
            $file_types{$_} = "?";
        }