#!/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.
#
# 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 = ();
$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{$_} = "?";
}