X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=createpdf.pl;fp=createpdf.pl;h=bd39e9c386e4958de35aa3f891de92a4e1efe34c;hb=90da2fb88dc17a6c44962e3cab3c2f3be5347f39;hp=78ed00ecddc923625db0ac49e0e0d3d59b67e6b1;hpb=3b8b42d3275ec91a2030cc59d259dfddea0ec062;p=webpdf diff --git a/createpdf.pl b/createpdf.pl index 78ed00e..bd39e9c 100755 --- a/createpdf.pl +++ b/createpdf.pl @@ -1,4 +1,23 @@ #! /usr/bin/perl +# +# webpdf -- small set of scripts to make PDF files automatically from various +# formats, via a web interface. +# +# Copyright 2005 Steinar H. Gunderson . +# +# 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, version 2. +# +# 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, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# use CGI; use POSIX; use strict;