From 216d13fccd218e8c76854578a1d1ae42d4590f27 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 24 Nov 2005 13:23:57 +0000 Subject: add a bunch of more licenses git-svn-id: file:///home/lennart/svn/public/sse/trunk@52 5fbabb74-0606-0410-a5e4-b5cc6a42724e --- feed/sse_fm.py | 15 +++++++++++++-- 1 file 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): -- cgit