mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-02 02:34:19 +00:00
Fix util/new-copyright-year.
This commit is contained in:
@@ -6,7 +6,7 @@ use English qw(-no_match_vars);
|
||||
|
||||
eval {
|
||||
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 $new_copyright;
|
||||
|
Reference in New Issue
Block a user