Licenses¶
Licenses inherit from betty.license.License.
Built-in licenses¶
betty.license.licenses.AllRightsReservedA license that does not permit the public any rights.
betty.license.licenses.PublicDomainA work is in the public domain <https://en.wikipedia.org/wiki/Public_domain>.
Additionally, all licenses from the SPDX License List are available. SPDX licenses IDs map to Betty license IDs by:
prefixing them with
spdx-making them lower case
replacing anything that is not a letter, digit, or hyphen (
-) with double hyphens (--)
Thus, the GPL-3.0+ SPDX license ID becomes the spdx-gpl-3--0-- Betty license plugin ID.