From be10315eca6153a7c42c535fd35f9dc74e7ddb66 Mon Sep 17 00:00:00 2001 From: William Douglas Date: Sat, 14 Jan 2017 00:33:58 +0000 Subject: [PATCH] Add license translation for CC0 Translate CC0 -> CC0-1.0 --- autospec/license.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autospec/license.py b/autospec/license.py index 92265bb..38ea406 100644 --- a/autospec/license.py +++ b/autospec/license.py @@ -101,7 +101,8 @@ license_translations = { "BSD_2_clause": "BSD-2-Clause", "Expat": "MIT", "w3c": "W3C", - "VIM": "Vim" + "VIM": "Vim", + "CC0": "CC0-1.0" } license_blacklist = {