This commit is contained in:
Adam Ierymenko 2017-01-19 15:20:55 -08:00
commit b67b370dba
3 changed files with 3 additions and 6 deletions

View file

@ -29,9 +29,9 @@ These are included in ext/ for platforms that do not have them available in comm
* LZ4 compression algorithm by Yann Collet
* Files: ext/lz4/*
* Files: node/Packet.cpp (bundled within anonymous namespace)
* Home page: http://code.google.com/p/lz4/
* License grant: BSD attribution
* License grant: BSD 2-clause
* http-parser by Joyent, Inc. (many authors)