Lines Matching refs:author
2671 my $author = '';
2989 $author = $1;
2992 $author .= $1;
2994 $author = encode("utf8", $author) if ($line =~ /=\?utf-8\?/i);
2995 $author =~ s/"//g;
2996 $author = reformat_email($author);
3003 if ($author ne '' && $authorsignoff != 1) {
3004 if (same_email_addresses($1, $author)) {
3009 my ($author_name, $author_comment, $author_address, $comment2) = parse_email($author);
3206 if ($email eq $author) {
3208 … "Co-developed-by: should not be used to attribute nominal patch author '$author'\n" . $herecurr);
7832 my $sob_msg = "'From: $author' != 'Signed-off-by: $author_sob'";
7836 "Missing Signed-off-by: line by nominal patch author '$author'\n");