We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c742d1d commit b9eb808Copy full SHA for b9eb808
src/tools/copyright.pl
@@ -46,7 +46,7 @@ sub wanted
46
{
47
48
# We only care about lines with a copyright notice.
49
- next unless $line =~ m/$cc . *$pgdg /;
+ next unless $line =~ m/$cc.*$pgdg/;
50
51
# We stop when we've done one substitution. This is both for
52
# efficiency and, at least in the case of this program, for
0 commit comments