License

class audformat.define.License[source]

Common public licenses recommended to use with your data.

Specifies string values representing public licences that are recommended to use with the database. If those string values are provided as license argument to audformat.Database the corresponding license_url argument does not need to be provided but is set automatically. The exact string values are not part of the database specifications, and can be changed if desired.

__eq__()

License.__eq__(value, /)

Return self==value.

CC0_1_0

License.CC0_1_0 = 'CC0-1.0'

Creative Commons 1.0 Universal.

CC_BY_4_0

License.CC_BY_4_0 = 'CC-BY-4.0'

Creative Commons Attribution 4.0.

CC_BY_NC_4_0

License.CC_BY_NC_4_0 = 'CC-BY-NC-4.0'

Creative Commons Attribution-NonCommercial 4.0.

CC_BY_NC_SA_4_0

License.CC_BY_NC_SA_4_0 = 'CC-BY-NC-SA-4.0'

Creative Commons Attribution-NonCommercial-ShareAlike 4.0.

CC_BY_SA_4_0

License.CC_BY_SA_4_0 = 'CC-BY-SA-4.0'

Creative Commons Attribution-ShareAlike 4.0.