From 7ad47f24840f3184f7d0cd3d7b18f9ae47f1eb4c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 25 Nov 2005 15:43:16 +0000 Subject: add a bunch of new licenses git-svn-id: file:///home/lennart/svn/public/sse/trunk@59 5fbabb74-0606-0410-a5e4-b5cc6a42724e --- feed/sse_fm.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'feed') diff --git a/feed/sse_fm.py b/feed/sse_fm.py index 3bbdd07..ec3cb75 100755 --- a/feed/sse_fm.py +++ b/feed/sse_fm.py @@ -55,7 +55,11 @@ license_whitelist = [ "zlib/libpng License", "SUN Public License", "Academic Free License (AFL)", - "Common Development and Distribution License (CDDL)" + "Common Development and Distribution License (CDDL)", + "Affero General Public License", + "The Latex Project Public License (LPPL)", + "WTFPL", + "Guile license" ] def process_record(meta): -- cgit