betty.license.licenses module

Provide betty.license.License plugins.

class betty.license.licenses.AllRightsReserved[source]

Bases: ShorthandPluginBase, License

A license that does not permit the public any rights.

property summary: Localizable

The license summary.

property text: Localizable

The full license text.

class betty.license.licenses.PublicDomain[source]

Bases: ShorthandPluginBase, License

A work is in the public domain <https://en.wikipedia.org/wiki/Public_domain>.

property summary: Localizable

The license summary.

property text: Localizable

The full license text.