Lines Matching refs:authors
6 # Make sure we have the list of authors for git imports.
25 # Read in the list of known authors.
29 # Make sure that each of these users is in the set of known authors.
39 my $A_file = "$bk_root/BitKeeper/etc/authors.txt";
40 my %authors;
46 # Process the authors.txt file
52 $authors{$1} = "";
60 #print "\%authors = ", join(' ', sort keys %authors), "\n";
72 if (!defined($authors{$Name})) {