added antiNonFreeDep

This commit is contained in:
Ivo Ugrina 2011-10-08 00:23:29 +02:00
parent c722f06a8a
commit 6a29e51b46
2 changed files with 2 additions and 0 deletions

1
README
View file

@ -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==

View file

@ -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