summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-11-24 13:23:57 +0000
committerLennart Poettering <lennart@poettering.net>2005-11-24 13:23:57 +0000
commit216d13fccd218e8c76854578a1d1ae42d4590f27 (patch)
tree372efbd149e7834da4871aae37dffe215a915dde
parent639da53e418c987c51e3e0c4c3a6ce5ab4cddb31 (diff)
add a bunch of more licenses
git-svn-id: file:///home/lennart/svn/public/sse/trunk@52 5fbabb74-0606-0410-a5e4-b5cc6a42724e
-rwxr-xr-xfeed/sse_fm.py15
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):