]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
travis: remove the .checksrc fiddling
authorDaniel Stenberg <daniel@haxx.se>
Wed, 13 May 2020 22:05:03 +0000 (00:05 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 15 May 2020 06:54:26 +0000 (08:54 +0200)
scripts/travis/script.sh

index 2b20a991097c3c12c0c3bdaab583a954deb168c0..b71f20a66b8d0c42a108c16e16ce71570200c1f0 100755 (executable)
@@ -85,8 +85,6 @@ if [ "$T" = "normal" ]; then
     make test-nonflaky
   fi
   if [ -n $CHECKSRC ]; then
-    echo "enable COPYRIGHTYEAR" > ./docs/examples/.checksrc
-    echo "enable COPYRIGHTYEAR" > ./include/curl/.checksrc
     make checksrc
   fi
 fi