Ticket #5479: add_peer_production_license.patch

File add_peer_production_license.patch, 930 bytes (added by Ben Sturmfels, 8 years ago)
  • mediagoblin/tools/licenses.py

    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 = [  
    4040    License("CC0 1.0",
    4141           "Creative Commons CC0 1.0 Universal",
    4242           "http://creativecommons.org/publicdomain/zero/1.0/"),
     43    License("Peer Production License","Peer Production License",
     44           "https://wiki.p2pfoundation.net/Peer_Production_License"),
    4345    License("Public Domain","Public Domain",
    4446           "http://creativecommons.org/publicdomain/mark/1.0/"),
    4547    ]