aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/tools/copyright.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/copyright.pl b/src/tools/copyright.pl
index a55228d6ec8..26343af97de 100755
--- a/src/tools/copyright.pl
+++ b/src/tools/copyright.pl
@@ -46,7 +46,7 @@ sub wanted
{
# We only care about lines with a copyright notice.
- next unless $line =~ m/$cc . *$pgdg /;
+ next unless $line =~ m/$cc.*$pgdg/;
# We stop when we've done one substitution. This is both for
# efficiency and, at least in the case of this program, for