Hi, thank you for this library.
We have recently been FOSS audited and this package was flagged with potential licensing issues.
Code copied/distributed and/or adapted from Stackoverflow requires:
- attribution and
- licensing under the same license as the original (CC-BY-SA-3.0 or CC-BY-SA-4.0).
This repositories MIT License is not compatible with CC-BY-SA.
The code that is causing issue:
|
def deprecated(message, stacklevel=2): |
|
def _get_stack_depth(size=2): |
Consider changing the implementation of the function such that the attribution isn't required.
Hi, thank you for this library.
We have recently been FOSS audited and this package was flagged with potential licensing issues.
Code copied/distributed and/or adapted from Stackoverflow requires:
This repositories MIT License is not compatible with CC-BY-SA.
The code that is causing issue:
markdown/markdown/util.py
Line 103 in faf73b0
markdown/markdown/util.py
Line 161 in faf73b0
Consider changing the implementation of the function such that the attribution isn't required.