X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=uploader%2Fdaemon.pl;h=7ae2968343a40517c70936ac59feb79db2d5f934;hb=15459c86d0996ab3037b1738a8be6efd378c1258;hp=e0e80006bb63d434986f97bb1152edf21d931376;hpb=ed5b82e026ec9a6f0fd844ba42fff3f268d949d3;p=wfpl.git diff --git a/uploader/daemon.pl b/uploader/daemon.pl index e0e8000..7ae2968 100755 --- a/uploader/daemon.pl +++ b/uploader/daemon.pl @@ -1,5 +1,18 @@ #!/usr/bin/perl +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + # FIXME rewrite to use non-blocking IO and put limits on waiting #use Fcntl;