From 5a6f12104b902e8b75c054350974e818f411753b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 26 Nov 2005 03:10:48 +0000 Subject: add more licenses git-svn-id: file:///home/lennart/svn/public/sse/trunk@69 5fbabb74-0606-0410-a5e4-b5cc6a42724e --- feed/sse_fm.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'feed') diff --git a/feed/sse_fm.py b/feed/sse_fm.py index ec3cb75..19f8a3c 100755 --- a/feed/sse_fm.py +++ b/feed/sse_fm.py @@ -59,7 +59,12 @@ license_whitelist = [ "Affero General Public License", "The Latex Project Public License (LPPL)", "WTFPL", - "Guile license" + "Guile license", + "Eclipse Public License", + "Apple Public Source License (APSL)", + "The CeCILL License", + "Copyback License", + "Adaptive Public License" ] def process_record(meta): -- cgit