From be112e545bf68ba6df19ec63ab594d7030728e3a Mon Sep 17 00:00:00 2001 From: William Douglas Date: Fri, 13 Jan 2017 19:13:50 +0000 Subject: [PATCH] Update license translation for GPL-3+ --- autospec/license.py | 1 + 1 file changed, 1 insertion(+) diff --git a/autospec/license.py b/autospec/license.py index 47d0837..92265bb 100644 --- a/autospec/license.py +++ b/autospec/license.py @@ -62,6 +62,7 @@ license_translations = { "GPLv3": "GPL-3.0", "gplv3": "GPL-3.0", "GPL-3": "GPL-3.0", + "GPL-3+": "GPL-3.0", "LGPL-3": "LGPL-3.0", "zlib": "Zlib", "ZLIB": "Zlib",