It was pointed out we're missing attribution to NGINX

v0.6
Ryan Dahl 14 years ago
parent 32c0e11583
commit 8dabce6ec7

@ -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

@ -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

Loading…
Cancel
Save