|
| 1 | +# The "podcast:license" Specification |
| 2 | + |
| 3 | +<small>Version 1.0 by Benjamin Bellamy - 2021.03.05</small> |
| 4 | + |
| 5 | +<br> |
| 6 | + |
| 7 | +## Purpose |
| 8 | + |
| 9 | +Podcasting is an open ecosystem where information travel freely from platform to platform, but that does not mean that podcasts are free. |
| 10 | +The fact that podcast files are available for anyone to download does not mean that anyone is allowed to do anything with them. |
| 11 | +But how can one know what is permitted? It is often difficult, or even impossible, to know - even more if you want to manage that automatically. |
| 12 | +This situation creates awkward conflicts where everyone acts in good faith, everyone shares the same goal (growing audiences for podcasts) but everyone disagrees on what is acceptable. |
| 13 | + |
| 14 | +- Can the podcast be locally copied? Then can the copy be shared? Should it be fetched from the original location only? |
| 15 | +- Can the podcast be shared/played for free? |
| 16 | +- Can the podcast be shared/played for a fixed fee? For a subscription fee? |
| 17 | +- Can the podcast be used to display ads on it? |
| 18 | +- Can it be used for audio insertion? Pre-roll, mid-roll, post-roll? |
| 19 | +- Can it be trimmed, cut, edited? Translated? Dubbed? |
| 20 | +- Can the shownotes be trimmed, cut, edited? Converted from HTML to plain text? |
| 21 | + |
| 22 | +We have seen in the past Podcasters demanding to have their podcast removed from a platform because they felt they were being stolen from, even if that would mean less audience for them. |
| 23 | +If we can provide a way to make what is allowed and what is forbidden crystal clear, we will avoid such conflicts. |
| 24 | + |
| 25 | +Please note that this document is about what can be done after the podcast is published, not before. |
| 26 | +(For instance, using copyrighted music or copyrighted material in a podcast is not the subject here.) |
| 27 | + |
| 28 | +You may read [PODCASTING LEGAL GUIDE: RULES FOR THE REVOLUTION](https://wiki.creativecommons.org/wiki/Podcasting_Legal_Guide) for more information. |
| 29 | + |
| 30 | +This matter is very complex so this specification only intends to scratch its surface in its current version. |
| 31 | + |
| 32 | +## Specification |
| 33 | + |
| 34 | +- **\<podcast:license url="[url to license]" />[License Slug from SPDX List]</podcast:license>** |
| 35 | + |
| 36 | + Channel (optional | single) |
| 37 | + |
| 38 | + Item (optional | single) |
| 39 | + |
| 40 | + This element allows a podcaster to specify a license for a podcast or an episode. |
| 41 | + |
| 42 | + - `url` (required): This is the url to the license file. |
| 43 | + |
| 44 | + Examples: |
| 45 | + - `<podcast:license url="http://creativecommons.org/licenses/by-nd/4.0/">(CC BY-ND 4.0)</podcast:license>` |
| 46 | + - `<podcast:license url="http://creativecommons.org/licenses/by-nc-nd/4.0/">(CC BY-NC-ND 4.0)</podcast:license>` |
| 47 | + - `<podcast:license url="http://domain.tld/license.txt">© My Company 2021 - All Rights Reserved</podcast:license>` |
| 48 | + |
| 49 | + |
| 50 | + Discussion here: |
| 51 | + - (https://github.com/Podcastindex-org/podcast-namespace/issues/177) |
| 52 | + - (https://podcastindex.social/web/statuses/105839486748529374) |
| 53 | + - (https://spdx.org/licenses/) |
| 54 | + |
0 commit comments