Update seed_db as WTFPL is no longer an allowed license
authorSverre Rabbelier <srabbelier@gmail.com>
Sat, 21 Feb 2009 15:57:02 +0000
changeset 1429 cfa0c3f2dc19
parent 1428 36a0ebe0c868
child 1430 ff8cc6b15e6a
Update seed_db as WTFPL is no longer an allowed license Patch by: Sverre Rabbelier
app/soc/models/seed_db.py
--- a/app/soc/models/seed_db.py	Sat Feb 21 11:14:44 2009 +0000
+++ b/app/soc/models/seed_db.py	Sat Feb 21 15:57:02 2009 +0000
@@ -181,7 +181,7 @@
     'why_applying': 'Because we can',
     'member_criteria': 'They need to be awesome',
     'status': 'pre-accepted',
-    'license_name': 'WTFPL',
+    'license_name': 'Apache License, 2.0',
     'ideas': 'http://code.google.com/p/soc/issues',
     'contrib_disappears': 'We use google to find them',
     'member_disappears': 'See above',