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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy