680
you are viewing a single comment's thread
view the rest of the comments
[-] MJBrune@beehaw.org -5 points 1 year ago

I don't like how it forces everything it touches to be GPL. Even if the works it touches are unrelated to the original functionality. It restricts what I can do with the code I wrote without the help of the GPL'ed code. For example, if I write an entire game: gameplay, physics, renderer, networking, etc., all myself. Then I need to include a snippet of GPL'ed code for any reason, all that work now no longer belongs to me. I, the worker, no longer have access to the fruit of my labor. Instead all of it, disproportionally, is given away to the collective world. I lose the fruits of my labor.

With others, I do not. You can give your code to the community, you can even adopt licenses to say if you improve the code you must also open source it and give it to the community but when you then say and you also have to give away any code it touches inconsequential to it's functionality. That feels too restrictive for me. I honestly would like to see people adopt a middle ground. LGPL does this afaik and it feels like a better choice than GPL or BSD if you are trying to keep just your creation and it's derivatives open.

[-] charje@lemmy.ml 14 points 1 year ago

You still own the code you release under GPL. the restriction you are describing is actually caused by the non-copyleft licences you claim to prefer. If you choose to use MIT, you are limiting which libraries you can use. If you had picked GPL to begin with, you can use any library.

[-] MJBrune@beehaw.org -4 points 1 year ago* (last edited 1 year ago)

I don't exclusively own my own works anymore. Which is different than just owning your own work. Exclusivity allows you to sell something. Without that ability, you can't convert a product into money as easily.

[-] charje@lemmy.ml 3 points 1 year ago

You can sell GPL licensed software. You don't have to publish the source code publicly online.

load more comments (1 replies)
load more comments (1 replies)
load more comments (12 replies)
this post was submitted on 28 Aug 2023
680 points (91.6% liked)

Programmer Humor

32050 readers
1518 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS