mirror of
https://github.com/nodejs/http-parser.git
synced 2025-10-16 23:33:42 +08:00

The boilerplate included attribution to NGINX that created confusion because NGINX is distributed under a different license (BSD, not MIT.) To the best of everyone's knowledge, no actual NGINX code remains. Remove the attribution to clear up the confusion. Fixes: https://github.com/nodejs/http-parser/issues/389 PR-URL: https://github.com/nodejs/http-parser/pull/390 Reviewed-By: Fedor Indutny <fedor@indutny.com>