# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
-# $Id: merge_copyrights,v 1.31.322.3 2009/12/03 04:46:44 marka Exp $
+# $Id: merge_copyrights,v 1.31.322.3.10.1 2010/11/17 03:14:31 marka Exp $
%file_types = ();
%file_years = ();
$file_types{$_} = "MAN";
} elsif ($base =~ /\/Makefile$/) {
$file_types{$_} = "MAKE";
- } elsif ($base =~ /\/(named|rndc).?\.conf$/) {
+ } elsif ($base =~ /\/(named|rndc).{0,2}\.conf$/) {
$file_types{$_} = "CONF-C";
} elsif ($base =~ /\/resolv.?\.conf$/) {
$file_types{$_} = "CONF-SH";