GNOME Bugzilla – Bug 766389
create-project: allow selecting a license during project creation
Last modified: 2016-05-14 16:09:30 UTC
Created attachment 327813 [details] [review] patch Allow selecting the following licenses: 1) GPL 3 2) GPL 2 3) LGPL 3 4) LGPL 2.1 5) AGPL 3 6) MIT/X11
Created attachment 327815 [details] [review] patch(fixed)
IANAL nor a GNOME developer, though I have some comments. As the License blurbs you added contains "or (at your option) any later version." It is better to name items in the list like this: "AGPL v3 or later", and so on. Also, It's always better to arrange the license in reverse chronological order. So this order may be better: 1. AGPL v3 or later 2. GPL v3 or later 3. GPL v2 or later 4. LGPL v3 or later 5. LGPL v2.1 or later 6. MIT/X11 Also, adding GNU in front of GNU licenses are preferred. eg: "GNU AGPL v3 or later" Take this just as a comment, not as an advice. chergert shall help you the best. Thank you.
Comment on attachment 327815 [details] [review] patch(fixed) pushed with some followup commits to handle multiple languages in the file headers. We can probably update the text names as mentioned in comment #2. I was wondering if we should change the default license based on template (libraries default to LGPL3 vs GPL3 for programs, for example)... But haven't decided. Either way, GPL-3 is now current default.
license naming and ordering updated. we can close this now.