]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
.mak -> X
authorMark Andrews <marka@isc.org>
Thu, 11 Jun 2009 01:32:16 +0000 (01:32 +0000)
committerMark Andrews <marka@isc.org>
Thu, 11 Jun 2009 01:32:16 +0000 (01:32 +0000)
util/merge_copyrights

index ea1bae772bc01cadcb2ebcea65084a8df7de668e..0387253cb1383b51c841b75472978e55c6e397c8 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.19.18.10 2007/08/28 07:20:06 tbox Exp $
+# $Id: merge_copyrights,v 1.19.18.11 2009/06/11 01:32:16 marka Exp $
 
 %file_types = ();
 %file_years = ();
@@ -78,7 +78,7 @@ while (<FILES>) {
            $file_types{$_} = "CONF-SH";
        } elsif ($base =~ /\.(db|hint)$/) {
            $file_types{$_} = "ZONE";
-       } elsif ($base =~ /(\/\.cvsignore|\.gif|\.jpg|\.dsp|\.dsw)$/i) {
+       } elsif ($base =~ /(\/\.cvsignore|\.gif|\.jpg|\.dsp|\.dsw|\.mak)$/i) {
            $file_types{$_} = "X";
        } elsif ($base =~ /\.rnc$/i) {
            $file_types{$_} = "RNC";