this post was submitted on 03 Mar 2026
76 points (94.2% liked)
Programming
25896 readers
253 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Oh, yes it can. The license only changes what other people than the owner may do. It's the rights and conditions they give you.
For most projects that doesn't matter because there are several owners of the code base. Every single person who contributed can enforce these rights on their part. However, to contribute to Zed you have to sign a cla. Signing away all rights and ownership of your contribution. So they have all the rights and can do whatever they want.
They could close source everything tomorrow without any consequence and sell you a feature you made yourself.
That's all true except for that last paragraph - the rights and conditions they gave you to existing code are irrevocable, so you'll continue to be able to use the last open source version indefinitely, including the feature you made yourself. It's just that they can release new versions and not publish the source code of their additions, even if that new release also includes a feature you made yourself.
(I'm not a lawyer, but still.)