diff options
author | Ben Finney <ben@benfinney.id.au> | 2016-02-29 18:04:20 +1100 |
---|---|---|
committer | Ben Finney <ben@benfinney.id.au> | 2016-02-29 18:04:20 +1100 |
commit | dcb91c043f97db2bd9fb8d7737c1654f09043276 (patch) | |
tree | b62c9c6f23d6e92fa9d80441689524c7cfd03ac4 | |
parent | f613930deed004d5476770bd46137a19566e0c92 (diff) | |
download | infinitytier-dcb91c043f97db2bd9fb8d7737c1654f09043276.tar.gz infinitytier-dcb91c043f97db2bd9fb8d7737c1654f09043276.zip |
State which exact files constitute third-party works.
-rw-r--r-- | AUTHORS.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -21,22 +21,27 @@ * LZ4 compression algorithm by Yann Collet (BSD license)<br> + * Files: ext/lz4/* * Home page: http://code.google.com/p/lz4/ * http-parser by many authors (MIT license)<br> + * Files: ext/http-parser/* * Home page: https://github.com/joyent/http-parser/ * json-parser by James McLaughlin (BSD license)<br> + * Files: ext/json-parser/* * Home page: https://github.com/udp/json-parser/ * TunTapOSX by Mattias Nissler (BSD license)<br> + * Files: ext/tap-mac/tuntap/* * Home page: http://tuntaposx.sourceforge.net/ * tap-windows and tap-windows6 by the OpenVPN project (GPL)<br> + * Files: windows/TapDriver6/* * Home page: https://github.com/OpenVPN/tap-windows/ https://github.com/OpenVPN/tap-windows6/ @@ -45,8 +50,13 @@ digital signature algorithm, and Poly1305 MAC algorithm, all by Daniel J. Bernstein (public domain)<br> + * Files: + node/Salsa20.hpp + node/C25519.hpp + node/Poly1305.hpp * Home page: http://cr.yp.to/ * MiniUPNPC by Thomas Bernard [BSD] + * Files: ext/libnatpmp/* * Home page: http://miniupnp.free.fr/ |