diff options
Diffstat (limited to 'feed')
-rwxr-xr-x | feed/sse_fm.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/feed/sse_fm.py b/feed/sse_fm.py index 0edb92d..2d79c8c 100755 --- a/feed/sse_fm.py +++ b/feed/sse_fm.py @@ -15,6 +15,7 @@ license_blacklist = [ "Shareware", "Other/Proprietary License with Source", "Other/Proprietary License", + "Aladdin Free Public License (AFPL)" ] license_whitelist = [ @@ -29,7 +30,9 @@ license_whitelist = [ "MIT/X Consortium License", "The Clarified Artistic License", "BSD License (revised)", - "DFSG approved" + "DFSG approved", + "GNU Free Documentation License (FDL)", + "W3C License" ] def process_record(meta): |