aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>2014-01-24 11:42:01 -0800
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>2014-01-24 11:42:01 -0800
commit3df221af590b542a2e07597b6fddc10722ac826e (patch)
treeb87213623c5a5027e979525675d77b4df26e50f1
parenta6d29121767855e887081b6c3486d20b1f394b5d (diff)
downloadrel-html-3df221af590b542a2e07597b6fddc10722ac826e.tar.gz
rel-html: add copyleft-next URL reference
This lets us allow projects to specify the copyleft-next license and point to the license's home page. As per Richard this license is definitely ready to be used by projects. Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
-rwxr-xr-xrel-html.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/rel-html.py b/rel-html.py
index 95d4877..0a48ea0 100755
--- a/rel-html.py
+++ b/rel-html.py
@@ -1082,6 +1082,8 @@ def license_url(license):
return "http://opensource.org/licenses/ISC"
elif (license == 'AGPL'):
return "http://www.gnu.org/licenses/agpl-3.0.html"
+ elif (license == 'copyleft-next'):
+ return "http://copyleft-next.org/"
else:
return "http://opensource.org/licenses/alphabetical"