X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=uploader%2Fdaemon.pl;h=f500b10e4ebbec6b00e8826466e832df7539ebd5;hb=HEAD;hp=e0e80006bb63d434986f97bb1152edf21d931376;hpb=ed5b82e026ec9a6f0fd844ba42fff3f268d949d3;p=wfpl.git diff --git a/uploader/daemon.pl b/uploader/daemon.pl index e0e8000..f500b10 100755 --- a/uploader/daemon.pl +++ b/uploader/daemon.pl @@ -1,5 +1,14 @@ #!/usr/bin/perl +# This program is in the public domain within the United States. Additionally, +# we waive copyright and related rights in the work worldwide through the CC0 +# 1.0 Universal public domain dedication, which can be found at +# http://creativecommons.org/publicdomain/zero/1.0/ + +# WARNING: This is an old hack to get the server to report download progress +# through a side channel. You almost definitely don't need this these days, as +# modern browsers give access to this information on any upload via javascript. + # FIXME rewrite to use non-blocking IO and put limits on waiting #use Fcntl;