mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-15 22:09:31 -04:00
add BAT
This commit is contained in:
parent
dd19fbaf81
commit
6dcb47e37f
1 changed files with 3 additions and 1 deletions
|
|
@ -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.30 2007/06/19 23:47:24 tbox Exp $
|
||||
# $Id: merge_copyrights,v 1.31 2007/08/06 04:52:27 marka Exp $
|
||||
|
||||
%file_types = ();
|
||||
%file_years = ();
|
||||
|
|
@ -82,6 +82,8 @@ while (<FILES>) {
|
|||
$file_types{$_} = "X";
|
||||
} elsif ($base =~ /\.rnc$/i) {
|
||||
$file_types{$_} = "RNC";
|
||||
} elsif ($base =~ /\.bat$/i) {
|
||||
$file_types{$_} = "BAT";
|
||||
} else {
|
||||
$file_types{$_} = "?";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue