Does anyone know a good way to download the #OpenSource licenses as a text file? As far as I can recall, the @osi used to have a place to download the license in text format, but now I cannot find that on their website.
Post
Does anyone know a good way to download the #OpenSource licenses as a text file? As far as I can recall, the @osi used to have a place to download the license in text format, but now I cannot find that on their website.
@lxsameer Thanks, but that is still an HTML page with styling and CSS. Take this license for instance and try to get plain-text format:
https://spdx.org/licenses/Artistic-2.0.html
Also as a general complaint, it is not well maintained. For instance the link above points to the wrong URL on OSI website. The correct link is:
https://opensource.org/license/artistic-2-0
I would have sent a PR or patch if their pages was managed on a git forge/platform.
@Mehrad @lxsameer REUSE (https://reuse.software/) can download all kinds of licenses for you, maybe that helps
https://reuse.readthedocs.io/en/stable/man/reuse-download.html