Warning, /maui/mauikit-documents/src/code/epub/qhttpserver/http-parser/LICENSE-MIT is written in an unsupported language. File is not indexed.

0001 http_parser.c is based on src/http/ngx_http_parse.c from NGINX copyright
0002 Igor Sysoev.
0003 
0004 Additional changes are licensed under the same terms as NGINX and
0005 copyright Joyent, Inc. and other Node contributors. All rights reserved.
0006 
0007 Permission is hereby granted, free of charge, to any person obtaining a copy
0008 of this software and associated documentation files (the "Software"), to
0009 deal in the Software without restriction, including without limitation the
0010 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
0011 sell copies of the Software, and to permit persons to whom the Software is
0012 furnished to do so, subject to the following conditions:
0013 
0014 The above copyright notice and this permission notice shall be included in
0015 all copies or substantial portions of the Software.
0016 
0017 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
0018 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
0019 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
0020 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
0021 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
0022 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
0023 IN THE SOFTWARE.