this post was submitted on 29 Nov 2023
41 points (97.7% liked)

Open Source

29114 readers
203 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 4 years ago
MODERATORS
 

Suppose I want my project to have as many contributors as possible. Generally do you think more people are inclined to contribute (upstream) if the code is permissive or copyleft or do you think it doesn't really matter?

top 9 comments
sorted by: hot top controversial new old
[–] fafff@lemmy.ml 33 points 7 months ago* (last edited 7 months ago) (1 children)

I am happier when I see copyleft but let’s be honest, I would contribute to an interesting, useful project regardless of their choice between MIT and GPL. Same for companies: some prefer MIT, but there is no way they are not going to contribute to the Linux Kernel just because of copyleft. So bottom line is: make something that people enjoy/find useful and see contributors flocking.

CLAs are a different matter: I do not contribute to projects which ask you to assign them copyright unless I 100% trust the organisation behind them.

[–] TootSweet@lemmy.world 21 points 7 months ago

I'm just me, but I'd rather contribute to GPL projects than MIT ones, all else being equal.

That said, I've not really done any significant amount of "contributing" to other folks' projects. Mostly the open source code I publish is my own single-handed thing. So far, anyway. (Maybe I don't play well with others. 🤔 )

[–] robotdna@toast.ooo 18 points 7 months ago

GPL is the only good license out there. MIT just leaves too many opportunities for abuse because corporations won't ever do what is in the best interest of humanity.

[–] h3ndrik@feddit.de 17 points 7 months ago* (last edited 7 months ago)

I don't think it matters if you target hobbyists. But maybe for commercial use. Or if it's a library. Or if you're within a specific ecosystem like Android where people mostly have agreed on one specific license.

[–] detalferous@lemm.ee 8 points 7 months ago (1 children)

GPL with a paid commercial option for companies that need closed source derivatives.

[–] true_blue@lemmy.comfysnug.space 2 points 7 months ago* (last edited 7 months ago) (1 children)

The paid option would require a CLA, wouldn't it?

[–] detalferous@lemm.ee 1 points 7 months ago* (last edited 7 months ago)

Not if the authors don't offer it.

Which might mean there won't be a purchase, but the copyright holders (authors) can make any terms they want, and offer those terms right along with the GPL license option.

It's baffling why so many choose MIT instead of going this route.