From 9e9c4a79cc038387251c823a4a59332110eda577 Mon Sep 17 00:00:00 2001 From: acepace Date: Wed, 2 Mar 2016 16:26:35 +0200 Subject: [PATCH] Included our dependent packages along with license in README.md --- README.md | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fb24d7af1..0fa984378 100644 --- a/README.md +++ b/README.md @@ -137,4 +137,37 @@ License ======= Copyright (c) 2016 Guardicore Ltd -See the [LICENSE](LICENSE) file for license rights and limitations (GPLv3). \ No newline at end of file +See the [LICENSE](LICENSE) file for license rights and limitations (GPLv3). + +Dependent packages +| Dependency | License | +|----------------------------|-----------------------------------------------------------------------------------------------------------------------------------| +| libffi-dev | https://github.com/atgreen/libffi/blob/master/LICENSE | +| PyCrypto | Public domain | +| upx | Custom license, http://upx.sourceforge.net/upx-license.html, according to it (IANL) we're fine as long as we're not modifying UPX | +| bson | BSD | +| enum34 | BSD | +| pyasn1 | BSD | +| psutil | BSD | +| flask | BSD | +| flask-Pymongo | BSD | +| Flask-Restful | BSD | +| python-dateutil | Simplified BSD | +| zope | ZPL 2.1 | +| Bootstrap | MIT | +| JSON Editor | MIT | +| Datatables | MIT | +| jQuery | MIT | +| cffi | MIT | +| twisted | MIT | +| typeahead.js | MIT | +| Font Awesome | MIT | +| vis.js | MIT/Apache 2.0 | +| impacket | Apache Modified | +| Start Bootstrap (UI Theme) | Apache 2.0 | +| requests | Apache 2.0 | +| odict | Python Software Foundation License | +| paramiko | LGPL | +| rdpy | GPL-3 | +| winbind | GPL-3 | +| pyinstaller | GPL | \ No newline at end of file