X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=getcgi.c;h=203584149b1e38320b397916a7ea161aae7d6162;hb=8e0907be1d73011075a99a0c029c56664e12843e;hp=b15351cc28fc4baee252ec1486d72c73d024a7d2;hpb=ea9ac7c3b327dc0c69f7c770d26c3372065aa5f1;p=onak.git diff --git a/getcgi.c b/getcgi.c index b15351c..2035841 100644 --- a/getcgi.c +++ b/getcgi.c @@ -1,10 +1,23 @@ /* * getcgivars.c - routine to read CGI input variables into an array. * - * Jonathan McDowell + * Copyright 2002 Jonathan McDowell * * The x2c() and unescape_url() routines were lifted directly * from NCSA's sample program util.c, packaged with their HTTPD. + * + * 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 of the License. + * + * 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 Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include