Lines Matching refs:author
2376 my $author = '';
2692 $author = $1;
2695 $author .= $1;
2697 $author = encode("utf8", $author) if ($line =~ /=\?utf-8\?/i);
2698 $author =~ s/"//g;
2699 $author = reformat_email($author);
2706 if ($author ne '' && $authorsignoff != 1) {
2707 if (same_email_addresses($1, $author, 1)) {
2712 my ($author_name, $author_comment, $author_address, $comment2) = parse_email($author);
2822 if ($email eq $author) {
2824 "Co-developed-by: should not be used to attribute nominal patch author '$author'\n" . "$here\n" . $rawline);
6994 my $sob_msg = "'From: $author' != 'Signed-off-by: $author_sob'";
6998 "Missing Signed-off-by: line by nominal patch author '$author'\n");