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