diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-07-04 16:56:19 -0400 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-07-04 16:56:19 -0400 |
commit | 150850b80012f852521c9935145cf966946334d5 (patch) | |
tree | c082369f2fef2515cfa2e4acf1b83250a3963158 /AUTHORS.txt | |
download | infinitytier-150850b80012f852521c9935145cf966946334d5.tar.gz infinitytier-150850b80012f852521c9935145cf966946334d5.zip |
New git repository for release - version 0.2.0 tagged
Diffstat (limited to 'AUTHORS.txt')
-rw-r--r-- | AUTHORS.txt | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/AUTHORS.txt b/AUTHORS.txt new file mode 100644 index 00000000..1bc6215a --- /dev/null +++ b/AUTHORS.txt @@ -0,0 +1,32 @@ +This file will track authors and contributors to ZeroTier's code base. +People who contribute code that is accepted into the master (trunk) branch +will be credited here. + +-- + +Adam Ierymenko [adam.ierymenko@zerotier.com] + * Principal author and maintainer of ZeroTier One, author of all + code prior to ZeroTier's open source release. + * Maintainer of master branch, release manager. + +-- + +ZeroTier One includes or links with the following third party software: + + * LZ4 compression algorithm by Yann Collet (BSD license) + http://code.google.com/p/lz4/ + + * JsonCPP by Baptiste Lepilleur (public domain) + http://jsoncpp.sourceforge.net + + * http-parser, a simple C http parser library (MIT license) + https://github.com/joyent/http-parser + + * OpenSSL libcrypto (BSD-style OpenSSL license) + http://www.openssl.org/ + + * TunTapOSX by Mattias Nissler (with tiny modifications) (BSD license) + http://tuntaposx.sourceforge.net + + * Salsa20 stream cipher by D. J. Bernstein (public domain) + http://cr.yp.to/snuffle.html |