mirror of https://github.com/MISP/PyMISP
chg: [doc] add a reference to the license
parent
2e2cdbeb7e
commit
ba1e394d24
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue