]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
handle EXCLUDED
authorMark Andrews <marka@isc.org>
Thu, 3 Dec 2009 04:45:10 +0000 (04:45 +0000)
committerMark Andrews <marka@isc.org>
Thu, 3 Dec 2009 04:45:10 +0000 (04:45 +0000)
util/merge_copyrights

index 08854d82e368f424e5e2479d7fe307b28660da53..827b620fa5cd3e17633ad0bc772e8066736de759 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.34 2009/11/08 23:52:20 marka Exp $
+# $Id: merge_copyrights,v 1.35 2009/12/03 04:45:10 marka Exp $
 
 %file_types = ();
 %file_years = ();
@@ -84,6 +84,8 @@ while (<FILES>) {
            $file_types{$_} = "X";
        } elsif ($base =~ /\.rnc$/i) {
            $file_types{$_} = "RNC";
+       } elsif ($base =~ /^\.\/EXCLUDED$/i) {
+           $file_types{$_} = "X";
        } elsif ($base =~ /\.bat$/i) {
            $file_types{$_} = "BAT";
        } else {