From 24bf5db0b7aac82ca1896bda5a4437bc80c5eb92 Mon Sep 17 00:00:00 2001
From: Ben Sturmfels <ben@sturm.com.au>
Date: Tue, 27 Sep 2016 10:03:29 +1000
Subject: [PATCH] Add Peer Production License to licenses list (not to be
merged).
---
mediagoblin/tools/licenses.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/mediagoblin/tools/licenses.py b/mediagoblin/tools/licenses.py
index a964980..fb66203 100644
a
|
b
|
SORTED_LICENSES = [
|
40 | 40 | License("CC0 1.0", |
41 | 41 | "Creative Commons CC0 1.0 Universal", |
42 | 42 | "http://creativecommons.org/publicdomain/zero/1.0/"), |
| 43 | License("Peer Production License","Peer Production License", |
| 44 | "https://wiki.p2pfoundation.net/Peer_Production_License"), |
43 | 45 | License("Public Domain","Public Domain", |
44 | 46 | "http://creativecommons.org/publicdomain/mark/1.0/"), |
45 | 47 | ] |