2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

handle openssl patches

This commit is contained in:
Mark Andrews 2009-11-08 23:52:20 +00:00
parent 5c6c5669ec
commit 2d46d268cc

View 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.33 2009/06/11 23:47:56 tbox Exp $
# $Id: merge_copyrights,v 1.34 2009/11/08 23:52:20 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";
} elsif ($base =~ /\/openssl-[a-z0-9.]*-patch$/) {
$file_types{$_} = "X";
} elsif ($base =~ /\.(c|h|css)$/) {
$file_types{$_} = "C";
} elsif ($base =~ /\.y$/) {