diff options
Diffstat (limited to 'feed/sse_fm.py')
-rwxr-xr-x | feed/sse_fm.py | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/feed/sse_fm.py b/feed/sse_fm.py index d46a8f2..befdf11 100755 --- a/feed/sse_fm.py +++ b/feed/sse_fm.py @@ -17,7 +17,8 @@ license_blacklist = [ "Other/Proprietary License", "Aladdin Free Public License (AFPL)", "Free For Home Use", - "Unknown" + "Unknown", + "Free For Educational Use" ] license_whitelist = [ @@ -39,7 +40,9 @@ license_whitelist = [ "The Apache License 2.0", "Perl License", "The PHP License", - "Python License" + "Python License", + "Eiffel Forum License (EFL)", + "QT Public License (QPL)" ] def process_record(meta): |