@@ -, +, @@ --- misc/code_fixing/find-license-problems.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- a/misc/code_fixing/find-license-problems.pl +++ a/misc/code_fixing/find-license-problems.pl @@ -60,7 +60,7 @@ sub has_gpl2plus_and_current_fsf_address { ($hasgpl && $hasv2 && $hasorlater && $hasfranklinst); } - +push @ARGV, '.' unless @ARGV; find({ wanted => \&wanted, no_chdir => 1 }, @ARGV); foreach my $name (@files) { if (! has_gpl2plus_and_current_fsf_address($name)) { --