Commit 7316f11b authored by Bruce Momjian's avatar Bruce Momjian

tools/copyright.pl: skip copyright changes for *.key files

Reported-by: Alvaro Herrera

Discussion: https://postgr.es/m/20200102184059.GA25435@alvherre.pgsql

Backpatch-through: master
parent 32973082
......@@ -41,7 +41,7 @@ sub wanted
# skip file names with binary extensions
# How are these updated? bjm 2012-01-02
return if ($_ =~ m/\.(ico|bin|po)$/);
return if ($_ =~ m/\.(ico|bin|po|key)$/);
my @lines;
tie @lines, "Tie::File", $File::Find::name;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment