X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=contrib%2Fpackage%2Fuhttpd%2Fsrc%2Fuhttpd-cgi.c;fp=contrib%2Fpackage%2Fuhttpd%2Fsrc%2Fuhttpd-cgi.c;h=7b3337d74811588d5f71237e182bdc1d0d6a57f6;hp=6bab9a40963eb2ed2ca54dce4708e09d4d057102;hb=35e6a59ef269829e4838aa748dfd93c5441083c2;hpb=c153eeaef2216f6e3a0b06f50661f4abda0699c6 diff --git a/contrib/package/uhttpd/src/uhttpd-cgi.c b/contrib/package/uhttpd/src/uhttpd-cgi.c index 6bab9a409..7b3337d74 100644 --- a/contrib/package/uhttpd/src/uhttpd-cgi.c +++ b/contrib/package/uhttpd/src/uhttpd-cgi.c @@ -1,3 +1,21 @@ +/* + * uhttpd - Tiny non-forking httpd - CGI handler + * + * Copyright (C) 2010 Jo-Philipp Wich + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + #include "uhttpd.h" #include "uhttpd-utils.h" #include "uhttpd-cgi.h"