Fixing issue #36

Thanks to @LogoiLab for the comment.
This commit is contained in:
tisf
2021-09-13 10:05:30 +03:00
parent b013182f34
commit d7a13e2c70
2 changed files with 9 additions and 1 deletions

View File

@@ -4,4 +4,6 @@
`theZoo` was written by us and is under GPLv3. `theZoo` was written by us and is under GPLv3.
## Samples ## Samples
The samples and codes in `theZoo` are not written or created by us and therefore are not under the same licensing. The samples and codes in `theZoo` are not written or created by us and therefore are not under the same licensing.
Any software/samples/code under the `malware` folder is not licensed under the GPLv3 as the rest of the `theZoo` code.
Components under GPLv3 license only contain components of `theZoo` with complete exclusion of any and all items which are considered as malicious samples.

View File

@@ -55,6 +55,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
You can also find more information in `LICENSE.md`. You can also find more information in `LICENSE.md`.
**License section does not apply to any of malicious samples in theZoo's repository which includes samples and source code, reversed or otherwise.**
## Documentation and Notes ## Documentation and Notes
### Background ### Background
@@ -134,3 +136,7 @@ Get the file you want to submit and just run `python prep_file.py file_tosubmit.
- [ ] Package releases. - [ ] Package releases.
If you have any suggestions or malware that you have indexed (in the manner laid out in the documentation) please send it to us to - thezoo-submissions [a-t] morirt [.d0t.] com - so we can add it for everyone's enjoyment. If you have any suggestions or malware that you have indexed (in the manner laid out in the documentation) please send it to us to - thezoo-submissions [a-t] morirt [.d0t.] com - so we can add it for everyone's enjoyment.
## Shout outs
- Thanks to @LogoiLab for the licensing change submission.