chg: [doc] add a reference to the license

pull/633/head
Alexandre Dulaunoy 2020-09-16 15:07:38 +02:00
parent 2e2cdbeb7e
commit ba1e394d24
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 5 additions and 0 deletions

View File

@ -148,3 +148,8 @@ Creating a new MISP object generator should be done using a pre-defined template
Your new MISPObject generator must generate attributes and add them as class properties using `add_attribute`. Your new MISPObject generator must generate attributes and add them as class properties using `add_attribute`.
When the object is sent to MISP, all the class properties will be exported to the JSON export. When the object is sent to MISP, all the class properties will be exported to the JSON export.
# License
PyMISP is distributed under an [open source license](./LICENSE). A simplified 2-BSD license.