]> git.sesse.net Git - webpdf/blobdiff - createpdf.pl
Add copyright and license.
[webpdf] / createpdf.pl
index 78ed00ecddc923625db0ac49e0e0d3d59b67e6b1..bd39e9c386e4958de35aa3f891de92a4e1efe34c 100755 (executable)
@@ -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 <sgunderson@bigfoot.com>. 
+#
+# 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;