diff options
Diffstat (limited to 'v4l/scripts')
-rwxr-xr-x | v4l/scripts/hghead.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l/scripts/hghead.pl b/v4l/scripts/hghead.pl index fdc9720c6..7a1dbacd2 100755 --- a/v4l/scripts/hghead.pl +++ b/v4l/scripts/hghead.pl @@ -111,7 +111,7 @@ while ($line = <IN>) { } - if ($line =~ m/^Acked-by:.*/) { + if ($line =~ m/^(Acked-by|acked-by|Thanks-to|cc|CC|Cc):.*/) { $signed="$signed$line"; next; } |