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

index fb3096280fdf7b4fb2d2f37d6a09ba00a132e1f4..2e9b906c9b575b7d6c05e151e99285e69093fd9d 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.41 2011/03/01 23:48:07 tbox Exp $
+# $Id: merge_copyrights,v 1.42 2011/10/11 00:46:46 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{$_} = "?";
        }