From: Daniel Gustafsson Date: Thu, 10 Jan 2019 23:16:30 +0000 (+0100) Subject: travis: turn off copyright year checks in checksrc X-Git-Tag: curl-7_64_0~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90254d0d65a6a99d3c970e64ad396610d51f69af;p=curl travis: turn off copyright year checks in checksrc Invoking the maintainer intended COPYRIGHTYEAR check for everyone in the PR pipeline is too invasive, especially at the turn of the year when many files get affected. Remove and leave it as a tool for maintainers to verify patches before commits. This reverts f7bdf4b2e1d81b2652b81b9b3029927589273b41. After discussion with: Daniel Stenberg --- diff --git a/.travis.yml b/.travis.yml index d7e1cda5b..3102a474c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -327,9 +327,6 @@ script: make test-nonflaky fi if [ -n $CHECKSRC ]; then - echo "enable COPYRIGHTYEAR" > "lib/.checksrc" - echo "enable COPYRIGHTYEAR" > "src/.checksrc" - echo "enable COPYRIGHTYEAR" > "include/curl/.checksrc" make checksrc fi fi