Blame deps/http-parser/LICENSE-MIT

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