Lines Matching refs:author
2638 my $author = '';
2956 $author = $1;
2959 $author .= $1;
2961 $author = encode("utf8", $author) if ($line =~ /=\?utf-8\?/i);
2962 $author =~ s/"//g;
2963 $author = reformat_email($author);
2970 if ($author ne '' && $authorsignoff != 1) {
2971 if (same_email_addresses($1, $author)) {
2976 my ($author_name, $author_comment, $author_address, $comment2) = parse_email($author);
3163 if ($email eq $author) {
3165 "Co-developed-by: should not be used to attribute nominal patch author '$author'\n" . $herecurr);
7696 my $sob_msg = "'From: $author' != 'Signed-off-by: $author_sob'";
7700 "Missing Signed-off-by: line by nominal patch author '$author'\n");