mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-10-22 19:04:30 +00:00
Fix util/new-copyright-year.
This commit is contained in:
@@ -6,7 +6,7 @@ use English qw(-no_match_vars);
|
|||||||
|
|
||||||
eval {
|
eval {
|
||||||
my ($year, $copyright) = @ARGV;
|
my ($year, $copyright) = @ARGV;
|
||||||
my ($years) = $copyright =~ m/(\S+) Percona Ireland Ltd/;
|
my ($years) = $copyright =~ m/(\S+) Percona LLC and\/or its affiliates/;
|
||||||
my ($first_year, $last_year) = split /-/, $years;
|
my ($first_year, $last_year) = split /-/, $years;
|
||||||
|
|
||||||
my $new_copyright;
|
my $new_copyright;
|
||||||
|
Reference in New Issue
Block a user