diff options
-rwxr-xr-x | feed/sse_fm.py | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/feed/sse_fm.py b/feed/sse_fm.py index e2bc11d..3bbdd07 100755 --- a/feed/sse_fm.py +++ b/feed/sse_fm.py @@ -18,7 +18,11 @@ license_blacklist = [ "Aladdin Free Public License (AFPL)", "Free For Home Use", "Unknown", - "Free For Educational Use" + "Free For Educational Use", + "SUN Community Source License", + "Free World Licence", + "SUN Binary Code License", + "Voxel Public License (VPL)" ] license_whitelist = [ @@ -44,7 +48,14 @@ license_whitelist = [ "Eiffel Forum License (EFL)", "QT Public License (QPL)", "Common Public License", - "GNAT Modified GPL (GMGPL)" + "GNAT Modified GPL (GMGPL)", + "Zope Public License (ZPL)", + "Open Software License", + "IBM Public License", + "zlib/libpng License", + "SUN Public License", + "Academic Free License (AFL)", + "Common Development and Distribution License (CDDL)" ] def process_record(meta): |