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
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