summaryrefslogtreecommitdiffstats
path: root/feed/sse_fm.py
diff options
context:
space:
mode:
Diffstat (limited to 'feed/sse_fm.py')
-rwxr-xr-xfeed/sse_fm.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/feed/sse_fm.py b/feed/sse_fm.py
index 45f6ce4..5efa2da 100755
--- a/feed/sse_fm.py
+++ b/feed/sse_fm.py
@@ -16,7 +16,8 @@ license_blacklist = [
"Other/Proprietary License with Source",
"Other/Proprietary License",
"Aladdin Free Public License (AFPL)",
- "Free For Home Use"
+ "Free For Home Use",
+ "Unknown"
]
license_whitelist = [
@@ -35,7 +36,10 @@ license_whitelist = [
"GNU Free Documentation License (FDL)",
"W3C License",
"Mozilla Public License (MPL)",
- "The Apache License 2.0"
+ "The Apache License 2.0",
+ "Perl License",
+ "The PHP License",
+ "Python License"
]
def process_record(meta):