]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
atf source maintains it's own copyright
authorMark Andrews <marka@isc.org>
Mon, 28 Feb 2011 01:03:12 +0000 (01:03 +0000)
committerMark Andrews <marka@isc.org>
Mon, 28 Feb 2011 01:03:12 +0000 (01:03 +0000)
util/merge_copyrights

index dd438a8945eb64c379bf40f82466ebd3ac0338c3..2bd30486e0344ec154867af5d26570f4ad05817c 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.38 2010/12/08 23:47:25 marka Exp $
+# $Id: merge_copyrights,v 1.39 2011/02/28 01:03:12 marka Exp $
 
 %file_types = ();
 %file_years = ();
@@ -54,6 +54,8 @@ while (<FILES>) {
        # Contributed code should maintain its own copyright.
        if ($base =~ /\.\/contrib\//) {
             $file_types{$_} = "X";
+       } elseif ($base =~ /\.\/unit\/atf-src\//) {
+            $file_types{$_} = "X";
        } elsif ($base =~ /\/openssl-[a-z0-9.]*-patch$/) {
            $file_types{$_} = "X";
        } elsif ($base =~ /\.(c|h|css)$/) {