cppcheckdata.py: My intention is that it will be possible to use this module from any code no matter if it's open source or closed source etc. And for any purposes. Added a comment at the top.
This commit is contained in:
parent
d003a47826
commit
4a784ce2e9
|
@ -1,4 +1,5 @@
|
|||
# Module that loads a cppcheck dump
|
||||
# Python module that loads a cppcheck dump
|
||||
# License: No restrictions, use this as you need.
|
||||
|
||||
from lxml import etree
|
||||
|
||||
|
|
Loading…
Reference in New Issue