Fix util/new-copyright-year.

This commit is contained in:
Daniel Nichter
2013-12-18 23:08:57 +00:00
parent cc8b4ad5e1
commit 540a625f6f

View File

@@ -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;