I want to include the text of software licenses (MIT, Apache, etc) in my report.
Is there a package to package to do this?
Basically i'm looking for something similar to lipsum, where i can:
\usepackage{lipsum}
...
\begin{document}
\lipsum
\end{document}
UPDATE:
If there's no such package, is it a good idea to create a tex package and submit to CTAN?
doclicense(https://www.ctan.org/pkg/doclicense) does what you want? – Marijn Mar 09 '18 at 14:19Currently, only Creative Commons is supported, but this package is designed to handle all kinds of licenses.– XoXo Mar 09 '18 at 14:35doclicensepoints to this question – XoXo Mar 09 '18 at 14:37