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 toaudformat.Database
the correspondinglicense_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.
CC_BY_NC_4_0¶
- License.CC_BY_NC_4_0 = 'CC-BY-NC-4.0'¶
Creative Commons Attribution-NonCommercial 4.0.