]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
handle named.args
authorMark Andrews <marka@isc.org>
Tue, 11 Oct 2011 00:50:23 +0000 (00:50 +0000)
committerMark Andrews <marka@isc.org>
Tue, 11 Oct 2011 00:50:23 +0000 (00:50 +0000)
util/merge_copyrights

index c2abec8cb7a93e787ef2475629cae79d7eefaca8..e0950c4f83e8f03d03ef6f19c95135508546d9ae 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.31.322.8 2011/02/28 01:18:47 tbox Exp $
+# $Id: merge_copyrights,v 1.31.322.9 2011/10/11 00:50:23 marka Exp $
 
 %file_types = ();
 %file_years = ();
@@ -90,6 +90,8 @@ while (<FILES>) {
            $file_types{$_} = "X";
        } elsif ($base =~ /\.bat$/i) {
            $file_types{$_} = "BAT";
+       } elsif ($base =~ /\/named\.args$/i) {
+           $file_types{$_} = "X";
        } else {
            $file_types{$_} = "?";
        }