Skip to content
Snippets Groups Projects
Commit 6dfcadaf authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Fix problem with regex in copyright test.

Report and fix by Kris Jurka
parent 272c289a
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ use warnings; ...@@ -13,7 +13,7 @@ use warnings;
use File::Find; use File::Find;
my $pgdg = 'PostgreSQL Global Development Group'; my $pgdg = 'PostgreSQL Global Development Group';
my $cc = 'Copyright (c) '; my $cc = 'Copyright \(c\) ';
# year-1900 is what localtime(time) puts in element 5 # year-1900 is what localtime(time) puts in element 5
my $year = 1900 + ${[localtime(time)]}[5]; my $year = 1900 + ${[localtime(time)]}[5];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment