Skip to content

Commit

Permalink
Update for the last copyright update.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwalenz committed Nov 4, 2019
1 parent 4384120 commit 1a3aff3
Show file tree
Hide file tree
Showing 2 changed files with 764 additions and 0 deletions.
5 changes: 5 additions & 0 deletions addCopyrights-BuildData.pl
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
$stoppingCommits{"9e9bd674b705f89817b07ff30067210c2d180f42"} = 1; # 14 AUG 2017
$stoppingCommits{"0fff8a511fd7d74081d94ff9e0f6c0351650ae2e"} = 1; # 27 FEB 2018 - v1.7
$stoppingCommits{"fcc3fe19eb635abd735486d215fbf65c56bcf4ee"} = 1; # 22 OCT 2018 - v1.8
$stoppingCommits{"438412092d4470c63323f20780252b48ec132d44"} = 1; # 04 NOV 2019 - v1.9

open(F, "< logs") or die "Failed to open 'logs': $!\n";

Expand Down Expand Up @@ -68,6 +69,10 @@
$author = "Brian P. Walenz";
} elsif (m/koren/i) {
$author = "Sergey Koren";
} elsif (m/nurk/i) {
$author = "Sergey Nurk";
} elsif (m/rhie/i) {
$author = "Arang Rhie";
} else {
print STDERR "Skipping commit from '$_'\n";
$author = undef;
Expand Down
Loading

0 comments on commit 1a3aff3

Please sign in to comment.