X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=contrib%2Fpackage%2Fuhttpd%2Fsrc%2Fuhttpd.c;h=54c16a850725853f91cbcc07f2ce513122f82a45;hp=804d397b85f759b88158eda5dcd8d2ca991c403d;hb=35e6a59ef269829e4838aa748dfd93c5441083c2;hpb=c153eeaef2216f6e3a0b06f50661f4abda0699c6 diff --git a/contrib/package/uhttpd/src/uhttpd.c b/contrib/package/uhttpd/src/uhttpd.c index 804d397b8..54c16a850 100644 --- a/contrib/package/uhttpd/src/uhttpd.c +++ b/contrib/package/uhttpd/src/uhttpd.c @@ -1,3 +1,21 @@ +/* + * uhttpd - Tiny non-forking httpd - Main component + * + * 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-file.h"