Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7316f11

Browse files
committed
tools/copyright.pl: skip copyright changes for *.key files
Reported-by: Alvaro HerreraDiscussion:https://postgr.es/m/20200102184059.GA25435@alvherre.pgsqlBackpatch-through: master
1 parent3297308 commit7316f11

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-
returnif ($_ =~m/\.(ico|bin|po)$/);
44+
returnif ($_ =~m/\.(ico|bin|po|key)$/);
4545

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp