Skip to content

Commit b490654

Browse files
committed
license cleanup work
1 parent 69d26eb commit b490654

5 files changed

Lines changed: 43 additions & 63 deletions

File tree

docs/1.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ Please do not exceed `128 characters` for the node value or it may be truncated
550550

551551
### Examples
552552
```xml
553-
<podcast:license>cc-by-4.0</podcast:license>
553+
<podcast:license>CC-BY-NC-ND-4.0</podcast:license>
554554
```
555555

556556
```xml

license/license.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This matter is very complex so this specification only intends to scratch its su
3131

3232
## Specification
3333

34-
- **\<podcast:license url="[url to license]" />[License Slug from SPDX List]</podcast:license>**
34+
- **\<podcast:license url="[url to license]" />[License Slug from [License List](/license/licenseslugs.txt) or Custom Liense name]</podcast:license>**
3535

3636
Channel (optional | single)
3737

@@ -49,6 +49,4 @@ This matter is very complex so this specification only intends to scratch its su
4949

5050
Discussion here:
5151
- (https://github.com/Podcastindex-org/podcast-namespace/issues/177)
52-
- (https://podcastindex.social/web/statuses/105839486748529374)
53-
- (https://spdx.org/licenses/)
54-
52+
- (https://podcastindex.social/web/statuses/105839486748529374)

license/licenses.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040
"link": "https://creativecommons.org/licenses/by-nc-nd/4.0/deed.en"
4141
},
4242
{
43-
"name": "V4V Podcast License",
44-
"shortname": "V4V-1.0",
43+
"name": "Podcast V4V License",
44+
"shortname": "POD-V4V-1.0",
4545
"version": "1.0",
4646
"description": "",
47-
"commercial": false,
47+
"commercial": true,
4848
"attribution": true,
4949
"derivatives": false,
5050
"link": "/license/v4v-4.0.md"

license/licenseslugs.txt

Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,5 @@
1-
afl-3.0 - Academic Free License v3.0
2-
apache-2.0 - Apache license 2.0
3-
artistic-2.0 - Artistic license 2.0
4-
bsl-1.0 - Boost Software License 1.0
5-
bsd-2-clause - BSD 2-clause "Simplified" license
6-
bsd-3-clause - BSD 3-clause "New" or "Revised" license
7-
bsd-3-clause-clear - BSD 3-clause Clear license
8-
cc - Creative Commons license family cc
9-
cc0-1.0 - Creative Commons Zero v1.0 Universal
10-
cc-by-4.0 - Creative Commons Attribution 4.0
11-
cc-by-sa-4.0 - Creative Commons Attribution Share Alike 4.0
12-
wtfpl - Do What The F*ck You Want To Public License
13-
ecl-2.0 - Educational Community License v2.0
14-
epl-1.0 - Eclipse Public License 1.0
15-
eupl-1.1 - European Union Public License 1.1
16-
agpl-3.0 - GNU Affero General Public License v3.0
17-
gpl - GNU General Public License family
18-
gpl-2.0 - GNU General Public License v2.0
19-
gpl-3.0 - GNU General Public License v3.0
20-
lgpl - GNU Lesser General Public License family
21-
lgpl-2.1 - GNU Lesser General Public License v2.1
22-
lgpl-3.0 - GNU Lesser General Public License v3.0
23-
unlicense - The Unlicense
1+
ARR
2+
CC-BY-4.0
3+
CC-BY-NC-4.0
4+
CC-BY-NC-ND-4.0
5+
POD-V4V-1.0

0 commit comments

Comments
 (0)