From dfd8684aff035cb86a4b2a9ec8afcbf285365454 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Fri, 16 Dec 2016 13:35:10 +0000 Subject: [PATCH] ban License-2.0 as well --- autospec/license.py | 1 + 1 file changed, 1 insertion(+) diff --git a/autospec/license.py b/autospec/license.py index bc68d5f..13ac128 100644 --- a/autospec/license.py +++ b/autospec/license.py @@ -172,6 +172,7 @@ license_blacklist = { "domain": True, "Commercial": True, "ndg/httpsclient/LICENCE": True, + "License-2.0": True, "License(==-2.0)": True, }