From 8dabce6ec7142319bc5c883ff53bf7302f0d83ce Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sun, 15 May 2011 13:00:52 -0700 Subject: [PATCH] It was pointed out we're missing attribution to NGINX --- LICENSE-MIT | 6 +++++- http_parser.c | 5 ++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/LICENSE-MIT b/LICENSE-MIT index 40ebce2a..58010b38 100644 --- a/LICENSE-MIT +++ b/LICENSE-MIT @@ -1,4 +1,8 @@ -Copyright Joyent, Inc. and other Node contributors. All rights reserved. +http_parser.c is based on src/http/ngx_http_parse.c from NGINX copyright +Igor Sysoev. + +Additional changes are licensed under the same terms as NGINX and +copyright Joyent, Inc. and other Node contributors. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/http_parser.c b/http_parser.c index 0fe0e8f1..5991cefc 100644 --- a/http_parser.c +++ b/http_parser.c @@ -1,4 +1,7 @@ -/* Copyright Joyent, Inc. and other Node contributors. All rights reserved. +/* Based on src/http/ngx_http_parse.c from NGINX copyright Igor Sysoev + * + * Additional changes are licensed under the same terms as NGINX and + * copyright Joyent, Inc. and other Node contributors. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to