mirror of
https://github.com/curl/curl.git
synced 2025-09-18 10:02:45 +03:00
parent
66250c4d51
commit
7053c9138f
|
@ -827,7 +827,7 @@ sub scanfile {
|
||||||
# A rather more interesting, and correct, check would be to not test
|
# A rather more interesting, and correct, check would be to not test
|
||||||
# only locally committed files but inspect all files wrt the year of
|
# only locally committed files but inspect all files wrt the year of
|
||||||
# their last commit. Removing the `git rev-list origin/master..HEAD`
|
# 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).
|
# the file was last committed (and thus edited to some degree).
|
||||||
my $commityear = undef;
|
my $commityear = undef;
|
||||||
@copyright = sort {$$b{year} cmp $$a{year}} @copyright;
|
@copyright = sort {$$b{year} cmp $$a{year}} @copyright;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user