]> granicus.if.org Git - curl/commitdiff
travis: turn off copyright year checks in checksrc
authorDaniel Gustafsson <daniel@yesql.se>
Thu, 10 Jan 2019 23:16:30 +0000 (00:16 +0100)
committerDaniel Gustafsson <daniel@yesql.se>
Thu, 10 Jan 2019 23:21:27 +0000 (00:21 +0100)
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

.travis.yml

index d7e1cda5b43e58252598e3334d5c703ad616881d..3102a474c947c2f111cecf0204905474726740cb 100644 (file)
@@ -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