From 6a29e51b468175849db7e7c29e879703b8f18a02 Mon Sep 17 00:00:00 2001 From: Ivo Ugrina Date: Sat, 8 Oct 2011 00:23:29 +0200 Subject: [PATCH] added antiNonFreeDep --- README | 1 + common.py | 1 + 2 files changed, 2 insertions(+) diff --git a/README b/README index 14ede1a3..f10a9a3c 100644 --- a/README +++ b/README @@ -207,6 +207,7 @@ the following values, describing an AntiFeature the application has: "Tracking" - the application tracks and reports your activity to somewhere "NonFreeNet" - the application promotes a non-Free network service "NonFreeAdd" - the application promotes non-Free add-ons + "NonFreeDep" - the application depends on another non-Free application (e.g. Google Maps) ==Disabled== diff --git a/common.py b/common.py index d1d223ce..057ecc07 100644 --- a/common.py +++ b/common.py @@ -295,6 +295,7 @@ def parse_metadata(metafile, **kw): if (part != "Ads" and part != "Tracking" and part != "NonFreeNet" and + part != "NonFreeDep" and part != "NonFreeAdd"): print "Unrecognised antifeature '" + part + "' in " \ + metafile.name -- 2.30.2