Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7316f11

Browse files
committed
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
1 parent 3297308 commit 7316f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/copyright.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ sub wanted
4141

4242
# skip file names with binary extensions
4343
# How are these updated? bjm 2012-01-02
44-
return if ($_ =~ m/\.(ico|bin|po)$/);
44+
return if ($_ =~ m/\.(ico|bin|po|key)$/);
4545

4646
my @lines;
4747
tie @lines, "Tie::File", $File::Find::name;

0 commit comments

Comments
 (0)