From d8b39c37db7a46d353ecabbf811974a98144b655 Mon Sep 17 00:00:00 2001 From: Swissky Date: Sat, 27 May 2017 21:05:28 +0200 Subject: [PATCH] License added --- LICENSE | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ index.py | 1 - 2 files changed, 69 insertions(+), 1 deletion(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..1578002 --- /dev/null +++ b/LICENSE @@ -0,0 +1,69 @@ +VulnyCode Public Source License + +The VulnyCode software (henceforth referred to simply as "VulnyCode") is dual-licensed - Copyright 2017 VulnyCode Team. + +Cases that include commercialization of VulnyCode require a commercial, non-free license. Otherwise, VulnyCode can be used without charge under the terms set out below. + +1. Definitions + +1.1 “License” means this document. +1.2 “Contributor” means each individual or legal entity that creates, contributes to the creation of, or owns VulnyCode. +1.3 “VulnyCode Team” means VulnyCode’s core developers, an updated list of whom can be found within the CREDITS file. + +2. Commercialization + +A commercial use is one intended for commercial advantage or monetary compensation. + +Example cases of commercialization are: + + - Using VulnyCode to provide commercial managed/Software-as-a-Service services. + - Distributing VulnyCode as a commercial product or as part of one. + - Using VulnyCode as a value added service/product. + +Example cases which do not require a commercial license, and thus fall under the terms set out below, include (but are not limited to): + + - Penetration testers (or penetration testing organizations) using VulnyCode as part of their assessment toolkit. + - Using VulnyCode to test your own systems. + - Any non-commercial use of VulnyCode. + +If you need to purchase a commercial license or are unsure whether you need to purchase a commercial license contact us on twitter @pentest_swissky + +We may grant commercial licenses at no monetary cost at our own discretion if the commercial usage is deemed by the VulnyCode Team to significantly benefit VulnyCode. + +Free-use Terms and Conditions; + +3. Redistribution + +Redistribution is permitted under the following conditions: + + - Unmodified License is provided with VulnyCode. + - Unmodified Copyright notices are provided with VulnyCode. + - Does not conflict with the commercialization clause. + +4. Copying + +Copying is permitted so long as it does not conflict with the Redistribution clause. + +5. Modification + +Modification is permitted so long as it does not conflict with the Redistribution clause. + +6. Contributions + +Any Contributions assume the Contributor grants the VulnyCode Team the unlimited, non-exclusive right to reuse, modify and relicense the Contributor's content. + +7. Support + +VulnyCode is provided under an AS-IS basis and without any support, updates or maintenance. Support, updates and maintenance may be given according to the sole discretion of the VulnyCode Team. + +8. Disclaimer of Warranty + +VulnyCode is provided under this License on an “as is” basis, without warranty of any kind, either expressed, implied, or statutory, including, without limitation, warranties that the VulnyCode is free of defects, merchantable, fit for a particular purpose or non-infringing. + +9. Limitation of Liability + +To the extent permitted under Law, VulnyCode is provided under an AS-IS basis. The VulnyCode Team shall never, and without any limit, be liable for any damage, cost, expense or any other payment incurred as a result of VulnyCode's actions, failure, bugs and/or any other interaction between VulnyCode and end-equipment, computers, other software or any 3rd party, end-equipment, computer or services. + +10. Disclaimer + +Running VulnyCode against websites source code without prior mutual consent may be illegal in your country. The VulnyCode Team accept no liability and are not responsible for any misuse or damage caused by VulnyCode. diff --git a/index.py b/index.py index 134aea8..27db1a7 100644 --- a/index.py +++ b/index.py @@ -6,7 +6,6 @@ # Educational purpose only ! # TODO afficher toutes les modifications de la variable - -# BUG & TODO variable multiple (check en recursif dans vuln) # BUG color var['something'] import sys