this post was submitted on 03 Jan 2024
353 points (96.8% liked)
Technology
59030 readers
3004 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This sounds cool, but troubling because of its license. Trying to write a linux compatible kernel and licensing as MIT is basically asking to get railroaded by gigantic organizations. I hope they reconsider in the future.
Thanks :)
Its a bit if an issue with the rust ecosystem in general tbh. Wish more stuff was copyleft >.<
Could someone detail why? Why is MIT license troublibg?
MIT is basically "do anything you want with it, I don't care". I means some company can reuse it in its closed source projects freely and without notice or royalty.
There are plenty of other licenses that require you to also go open source if you include and/or modify it. Basically "you can use ot however you want, but if you modify it, it has to be open source as well"