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:
parent
5c6c5669ec
commit
2d46d268cc
@ -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$/) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user