this post was submitted on 02 Jul 2023
2 points (100.0% liked)

Open Source

30349 readers
2303 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 5 years ago
MODERATORS
 

I see a lot of people angry about redhat's decisions of not wanting to redistribute source code to others but I think that should be completely within their rights. The way I see it is like I am a developer of let's say a music player. I make my source code public because I want people to see what they're downloading and may be get advice what I can change to make it better. I charge $10 for my app. And then someone else downloads my code, compiles it and redistributes it in his name with few changes. Then why would people want to use my app when they get same app for free? I think then, it's completely within my right to make it closed source in that case as that's what I make money from. Sure, my app is based on a free and open source framework but then there's also such a thing as consent

They consented their framework to be used for development. I don't consent my app to be redistributed. Why is it an issue?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] qprimed@lemmy.ml 1 points 1 year ago (1 children)

this is a great analogy - and I am now hungry.

my only suggestion would be that the donut is the binary and the recipe is the source code (which is GPL'd and must come with the donut).

the person getting the donut is free to eat the donut and distribute the recipe (long live the GPL!), but the baker says, if you distribute the recipe, I wont sell you any more donuts (as is their right) and therefore you will not get updated recipes either.

totally garbage move by redhat, but arguably allowed by the GPL. this eventuality is one of many reasons why I chose the debian_way^tm^ decades ago when I seriously started with FLOSS.

[โ€“] cujo@sh.itjust.works 2 points 1 year ago

Agreed, that's a better way to put it. I thought about using the recipe as part of the analogy, but couldn't figure out the right way to word it. Thanks for that!