mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 18:02:05 -04:00
elseif -> elsif
This commit is contained in:
parent
f5cfcbf2f7
commit
12a3ab37fe
1 changed files with 2 additions and 2 deletions
|
|
@ -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.39 2011/02/28 01:03:12 marka Exp $
|
||||
# $Id: merge_copyrights,v 1.40 2011/02/28 01:09:45 marka Exp $
|
||||
|
||||
%file_types = ();
|
||||
%file_years = ();
|
||||
|
|
@ -54,7 +54,7 @@ while (<FILES>) {
|
|||
# Contributed code should maintain its own copyright.
|
||||
if ($base =~ /\.\/contrib\//) {
|
||||
$file_types{$_} = "X";
|
||||
} elseif ($base =~ /\.\/unit\/atf-src\//) {
|
||||
} elsif ($base =~ /\.\/unit\/atf-src\//) {
|
||||
$file_types{$_} = "X";
|
||||
} elsif ($base =~ /\/openssl-[a-z0-9.]*-patch$/) {
|
||||
$file_types{$_} = "X";
|
||||
|
|
|
|||
Loading…
Reference in a new issue