mirror of
https://github.com/curl/curl.git
synced 2026-08-05 15:36:15 +03:00
parent
66250c4d51
commit
7053c9138f
1 changed files with 1 additions and 1 deletions
|
|
@ -827,7 +827,7 @@ sub scanfile {
|
|||
# A rather more interesting, and correct, check would be to not test
|
||||
# only locally committed files but inspect all files wrt the year of
|
||||
# their last commit. Removing the `git rev-list origin/master..HEAD`
|
||||
# condition below will enfore copyright year checks against the year
|
||||
# condition below will enforce copyright year checks against the year
|
||||
# the file was last committed (and thus edited to some degree).
|
||||
my $commityear = undef;
|
||||
@copyright = sort {$$b{year} cmp $$a{year}} @copyright;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue