Context:

Permissive licenses (commonly referred to as “cuck licenses”) like the MIT license allow others to modify your software and release it under an unfree license. Copyleft licenses (like the Gnu General Public License) mandate that all derivative works remain free.

Andrew Tanenbaum developed MINIX, a modular operating system kernel. Intel went ahead and used it to build Management Engine, arguably one of the most widespread and invasive pieces of malware in the world, without even as much as telling him. There’s nothing Tanenbaum could do, since the MIT license allows this.

Erik Andersen is one of the developers of Busybox, a minimal implementation of that’s suited for embedded systems. Many companies tried to steal his code and distribute it with their unfree products, but since it’s protected under the GPL, Busybox developers were able to sue them and gain some money in the process.

Interestingly enough, Tanenbaum doesn’t seem to mind what intel did. But there are some examples out there of people regretting releasing their work under a permissive license.

213 points

The MIT license guarantees freedom for developers. The GPL guarantees freedom for end users.

permalink
report
reply
90 points

The MIT license guarantees that businesses will use it because it’s free and they don’t have to think about releasing code or hiding their copyright infringement. The developers I’ve seen using that license, or at least those who put some thought into it, did do because they want companies to use it and therefore boost their credibility through use and bug reports, etc. They knowingly did free work for a bunch of companies as a way to build their CV, basically. Like your very own self-imposed unpaid internship.

The GPL license is also good for developers, as they know they can work on a substantial project and have some protections against others creating closed derived works off of it. It’s just a bit more difficult to get enterprise buy-in, which is not a bad thing for many projects.

permalink
report
parent
reply
51 points

Not all of us write code simply for monetary gain and some of us have philosophical differences on what you can and should own as far as the public commons goes. And not all of us view closed derivatives as a ontologically bad.

permalink
report
parent
reply
15 points

And not all of us view closed derivatives as a ontologically bad.

Please explain how allowing a third-party to limit computer users’ ability to control and modify their own property is anything other than ontologically bad?

permalink
report
parent
reply
3 points

Software licenses don’t change ownership. That requires transfer of copyright, like with contributor agreements.

Though I am aware that a small set of people seek less copyleft licenses because they think they’re better. They are usually wrong in their thinking, but they do exist.

I’m not sure what you are referring to about ontologically bad. Has someone said this?

permalink
report
parent
reply
15 points
*

You’re not seeing the whole picture: I’m paid by the government to do research, and in doing that research my group develops several libraries that can benefit not only other research groups, but also industry. We license these libraries under MIT, because otherwise industry would be far more hesitant to integrate our libraries with their proprietary production code.

I’m also an idealist of sorts. The way I see it, I’m developing publicly funded code that can be used by anyone, no strings attached, to boost productivity and make the world a better place. The fact that this gives us publicity and incentivises the industry to collaborate with us is just a plus. Calling it a self-imposed unpaid internship, when I’m literally hired full time to develop this and just happen to have the freedom to be able to give it out for free, is missing the mark.

Also, we develop these libraries primarily for our own in-house use, and see the adoption of the libraries by others as a great way to uncover flaws and improve robustness. Others creating closed-source derivatives does not harm us or anyone else in any way as far as I can see.

permalink
report
parent
reply
4 points

If the government is the US (federal), I think you are technically supposed to release your code in the public domain by default. Some people work around this but it’s the default.

But anyways, the example you’ve given is basically that you’re paid with government funds to do work to assist industry. This is fairly similar to the people that do the work for free for industry, only this time it’s basically taxpayersl money subsidizing industry. I’ve seen this many times. There is a whole science/engineering/standards + contractor complex that is basically one big grift, though the individual people writing the code are usually just doing their best.

I’m also an idealist of sorts. The way I see it, I’m developing publicly funded code that can be used by anyone, no strings attached, to boost productivity and make the world a better place. The fact that this gives us publicity and incentivises the industry to collaborate with us is just a plus.

Perhaps it makes the world a better place, perhaps it doesn’t. This part of the industry focuses a lot on identifying a “social good” that they are improving, but the actual impact can be quite different. One person’s climate project is another’s strategic military site selector. One person’s great new standard for transportation is another’s path to monopoly power and the draining of public funds that could have gone to infrastructure. This is the typical way it works. I’m sure there can be exceptions, though.

Anyways, I would recommend taking a skeptical eye to any position that sells you on its positive social impact. That is often a red flag for some kind of NGO industrial complex gig.

Calling it a self-imposed unpaid internship, when I’m literally hired full time to develop this and just happen to have the freedom to be able to give it out for free, is missing the mark.

Well you’re paid so of course it wouldn’t be that.

Also, we develop these libraries primarily for our own in-house use, and see the adoption of the libraries by others as a great way to uncover flaws and improve robustness. Others creating closed-source derivatives does not harm us or anyone else in any way as far as I can see.

Sometimes the industries will open bug reports for their free lunches, yes. A common story in community projects is that they realize they’re doing a lot of support work for companies that aren’t paying them. When they start to get burned out, they put out calls for funding so they can dedicate more time to the project. Sometimes this kind of works but usually the story goes the other way. They don’t get enough money and continue to burn out. You are paid so it’s a bit different, but it’s not those companies paying you, eh?

You aren’t harmed by closed source derivatives because that seems to be the point of your work. Providing government subsidy to private companies that enclose the derivative product and make money for their executives and shareholders off of it.

permalink
report
parent
reply
14 points

All my own OSS stuff I always release MIT licensed because I want to be able to use the libraries in my closed source job.

permalink
report
parent
reply
18 points

Be really careful with this.

Depending on how you contribute to your OSS code, commits you make on company time are considered property of the company. You could, unknowingly, be forcing your code to be closed source if your company ever decides to make a claim for it.

I prefer to keep things bifurcated. I never reuse my own library and if I do, I rewrite it whole cloth.

permalink
report
parent
reply
10 points

If you’re the copyright holder, nothing stops you from releasing your work under more than once license. It is not necessary to use permissive licensing; you are perfectly free to release your stuff to the general public with a copyleft license while also granting your company a separate license even with proprietary terms if you want.

permalink
report
parent
reply
5 points

This is the best way I’ve heard it said.

permalink
report
parent
reply

The MIT license guarantees freedom for developers proprietary software conglomerates to use FOSS code in their proprietary products. The GPL guarantees freedom for end users the entire FOSS community, both for users and developers.

permalink
report
parent
reply
4 points

I want to develop plugin for former MIT-licensed software. Now I can’t.

permalink
report
parent
reply
-5 points

Nah, it’s called the cuck license for a reason.

permalink
report
parent
reply
8 points

c/brandnewsentence

permalink
report
parent
reply
179 points
*

People seem to think that those who choose permissive licences don’t know what they’re doing. Software can be a gift to the world with no strings attached. A company “taking” your code is never taking it away from you, you still have all the code you wrote. Some people want this. MIT is not an incomplete GPL, it has its own reasons.

For example, OpenBSD has as a project goal: “We want to make available source code that anyone can use for ANY PURPOSE, with no restrictions. We strive to make our software robust and secure, and encourage companies to use whichever pieces they want to.

permalink
report
reply
62 points

I don’t get the whole MIT vs GPL rivalry. They both have their uses. If you want to use GPL, go for it. And if you want something like MIT that works too.

Thankfully both exist because I think we definitely need both.

permalink
report
parent
reply
-35 points
Removed by mod
permalink
report
parent
reply
9 points

Here we are again, in a big circle jerk over GPL. Is that like cucking for other licenses but without sex?

To use the above example, how is it cucky that a license allows something like OpenSSH to gain broad use?

permalink
report
parent
reply
2 points
Removed by mod
permalink
report
parent
reply

The GPL also makes code available for ANY PURPOSE. It just requires people who modify the code to do the same, which is fair.

permalink
report
parent
reply
7 points

It’s fair, but different people have different ideas about what they want, and in the end it’s the authors right to decide what is fair for their code. An unconditional gift is also fair.

permalink
report
parent
reply
4 points
*

People seem to think that those who choose permissive licences don’t know what they’re doing.

Most of them don’t. Lots of people say they use MIT because they want “no restrictions”, or call GPL terms “restrictive”. That’s an instant giveaway that they don’t understand what they’re talking about.

permalink
report
parent
reply
2 points

Indeed, I think it’s just two philosophies that don’t necessarily need to be at odds. Permissive licenses help speed the adoption of languages and libraries, which ultimately feeds into the slowly building momentum of the copyleft projects that use them.

permalink
report
parent
reply
144 points

Permissive licenses (commonly referred to as “cuck licenses”)

That’s where I stopped reading. 👎

permalink
report
reply
72 points

I mean, it’s funny for a couple of reasons

permalink
report
parent
reply
30 points

I guess they take things seriously even in a linuxmemes community

permalink
report
parent
reply
8 points

The joke in the OP stops at the beginning of the joke explanation. If you just share your honest opinion like that in a shitposting community, you can’t expect everyone to “play along” with your “joke”.

permalink
report
parent
reply
38 points

Yeah I don’t think I’ve ever heard that term before in my life and I’ve been doing this for a while.

And I don’t think I ever wanna hear it again.

permalink
report
parent
reply
14 points

It’s a term Trump cultists use.

permalink
report
parent
reply
8 points

Memes are srs bidness.

permalink
report
parent
reply
88 points
*

I published some packages under MIT a couple of years ago. It is difficult to understand at first, I was happy with the license because anyone could use it like they want.

Today, I understand that I want to use GPL. With GPL everyone can use the code like they want and I can use their code like I want.

permalink
report
reply
13 points

For writing an application GPL is fine if you don’t want anyone to profit from your work and if they make changes, contribute back.

Things are a little bit more complex if you are writing a library or code that is meant to be included in another application.

If you use GPL you might get rejected even by other open source applications, as GPL might be understandable as it will change license off the application or be outright incompatible.

This was the case with cursor library after author changed license everyone stopped using it: https://github.com/GijsTimmers/cursor/commit/885156333ac9ca335a587b1dd08964074313f026

The most ironic thing is that he created package from stack overflow answer:

https://github.com/GijsTimmers/cursor/blob/master/cursor/cursor.py

The original author never said they are releasing copyright or are making it public domain.

permalink
report
parent
reply
14 points

Isn’t this why LGPL exists?

permalink
report
parent
reply
2 points

It is

permalink
report
parent
reply
4 points

if you don’t want anyone to profit from your work

Technically you can. There are two popular models: Lua model and RedHat model. In first you are paid to develop requeated features, in second for support.

permalink
report
parent
reply
86 points

If I choose MIT it’s because I don’t care if people “steal” the code. This meme is stupid and condescending, if he didn’t mind that Intel used it’s code it’s because he didn’t mind, that why he chose MIT. Why is Intel beating him in the meme? It makes no sense. You are proyecting your thoughts onto him as if that’s how he felt, but then you show that he didn’t feel the same way you do. Why?

When I see a GPL license I don’t see freedom. I only see forced openness, which makes me immediately avoid that library, since I can’t statically link to it.

Freedom means that everyone can use your code. Yes, that means for-profit corporations. For free, without restrictions.

If I want to make a piece of software to improve people’s lives and I don’t care to do it for free, I’ll choose MIT. If it gets “stolen” by a for-profit corporation it only makes it better, because now my software has reached more people, thus (theoretically) improving their lives.

permalink
report
reply
34 points

If I want to make a piece of software to improve people’s lives

If that is your intention, GPL would make more sense, as every improvement and development would be forced to be made available to those people, thus helping them further.

I doubt that your code helps anyone who needs/deserves to be helped, after beeing processed by big corpo.

You could think about your definition of freedom. For me: My freedom ends, where it restricts others people freedom - I shouldn’t be free to rob people and call it restriction if someone forbids this.

permalink
report
parent
reply
11 points

GPL means big corporations just won’t use it. If they have to make their software open source, they will just search for an alternative or make their own.

permalink
report
parent
reply
30 points

GPL means big corporations just won’t use it.

Great. No corporation is working on software for the freedom of its users.

they will just search for an alternative or make their own.

Or pay the developer to dual license, which can and should be the preferred way for FOSS developers to fund their work?

permalink
report
parent
reply
20 points

Great, I’ll be a bit absolute and say that if a corporation doesn’t want to use my GPL code I see it as a good thing, corporations tend to be soulless leeches.

permalink
report
parent
reply
14 points

Freedom means that everyone can use your code. Yes, that means for-profit corporations. For free, without restrictions. If I want to make a piece of software to improve people’s lives and I don’t care to do it for free, I’ll choose MIT.

Why not put the code in public domain then? Why MIT?

permalink
report
parent
reply
26 points
*

Two reasons:

  1. public domain is not very well legally recognized, so code licensed under MIT is easier to use internationally than code in public domain.
  2. MIT includes disclaimer of liability, which as an author you want just to be safe.
permalink
report
parent
reply
3 points

See that’s the thing, all licenses want to draw up some boundaries. As far as I’m concerned MIT and GPL are just interested in different ones.

Licenses aren’t “restrictive”, they’re permissive. Without a license you can’t do anything with the content, a license gives you some rights instead of none.

permalink
report
parent
reply
13 points

When I see a GPL license I don’t see freedom. I only see forced openness, which makes me immediately avoid that library, since I can’t statically link to it.

One of the arguments in favor of GPL and other “forced openness” licenses is that users should have the right to understand what their own device is doing. You paid for your computer. You own it. You should dictate how it operates. You should at least have the option of understanding what is being done with your machine and modifying it to fit your needs. Closed source software may provide utility, but it doesn’t really further collective knowledge since you’re explicitly refusing to publicly release the code, and it provides obscurity for developers to hide undesirable functionality like data collection or more directly malicious activity.

I’m not personally sure how I feel about that argument myself, but I can at least readily acknowledge it as a valid one whether I agree with the decision to force openness or not.

permalink
report
parent
reply
4 points

Yes, of course GPL is good for some things. But it being called the pinnacle of freedom is just wrong. It claims that it’s freedom for the users, but that’s not true.

In the case of libraries, the users of the libraries are not the end users of the program. The users of the library are the developers. GPL is NOT freedom for developers.

I completely agree that programs having a GPL license is positive. You can even use them with complete freedom in commercial settings!

permalink
report
parent
reply
3 points

The one freedom the GPL removes is the freedom to be a leech. If you’re linking to GPL code, you are agreeing to follow the same rules as everybody else who has contributed to that code. Nobody gets a pass

permalink
report
parent
reply
2 points

In the case of libraries, the users of the libraries are not the end users of the program. The users of the library are the developers.

Except the end user does inevitably become the user of the library when they use the software the developer made with it. They run that library’s code on their machine.

It claims that it’s freedom for the users, but that’s not true.

In light of the above, this is incorrect. By using GPL, you preserve the end user’s freedom to understand, control, and modify the operation of their hardware. In no way does the end user suffer or lose any freedoms.

permalink
report
parent
reply
1 point

Forced openness is good for certain things, but not so good on others. That’s the reason why I licensed my game engine under BSL (whith some components of course under MIT, ZLib, and Apache), within the game development community things like that more accepted. It does have branding material, which anyone can use unless they were either behaved really badly, or being used for non-engine related material. Certain engine assets are under yet another license (public domain).

permalink
report
parent
reply
2 points

As you’ve phrased it, this seems to me to be a question of how to balance the rights of the developer versus those of the end user. The developer wants to monopolize commercial usage while the end user wants full control and authority on their machine.

Some would argue that the developer’s goals are unethical, but I think it’s an unfortunate consequence of a societal system that would see them starve on the streets if they didn’t earn with their work. In an ideal world, end users would prevail unquestionably, but so long as developers must operate under capitalism where ownership is critical, concessions will have to be made.

permalink
report
parent
reply
12 points

Intel Management Engine improve no one’s life.

It is very sad how you don’t see that “forced openness” is good for everyone.

permalink
report
parent
reply
12 points

Yes, end products licensed as GPL are good. I use many of them. Libraries, however, are just avoided by companies and they just develop their own.

I prefer my libraries MIT licensed because then there’s a chance that people out there use it to develop products. If I make a GPL library then only products that were already GPL would use it. And there are way more proprietary products than GPL.

permalink
report
parent
reply
9 points
*

If it gets “stolen” by a for-profit corporation it only makes it better, because now my software has reached more people, thus (theoretically) improving their lives.

well that’s a very idealistic, and capitalistic way of looking at this (i.e. for-profit corporation is making a profit only because it’s making people’s lives better). which just isn’t the case in real life.

realistically, when you release something in a permissive license, you are more likely to improve someone’s bottom line, than to improve people’s lives in general.

permalink
report
parent
reply
6 points

Well, it did improve someone’s live, didn’t it? I’m not claiming my library that has 3 stars on GitHub is gonna revolutionize all of humanity. But it’s a little improvement. That contributes to having a more complete software ecosystem.

That code is now available to everyone that wants it. If they need it, it’s there to use. Better than every company having to reimplements for the thousandth time the same closed software.

Which brings me to another point I didn’t mention before. If a company uses an open source library, even if they are not required to publish their improvements to the library, they might do anyway because it is easier than maintaining their own fork and migrating every upstream change.

permalink
report
parent
reply
5 points
*

I don’t care if people make money to use my code. I just want my name attached to it somehow, even if you make it closed sourced which is MIT and OpenBSD. I hope you do use my code and even if you heavily reference it to make something new, carry that forward so more can learn and benefit.

I also don’t understand “better for the end user” arguments either. I have a library that people want to be included in another project, but that project is GPL. They won’t merge my code unless I change my code to be GPL. So everyone who wants them merged is out of luck. I can’t merge their code either with mine. What is supposed to happen is I freely give up my name to the code and restrict it to only being GPL and for GPL projects. Essentially, assimilate and join with the Borg. No, thanks.

And while that’s from my experience, I’ve also seen good projects get traction, have excitement over it, and fall off the earth because they end up making it GPL. Everyone interested in adopting it, personal or business, just disappear. Then something with less restrictions comes along and gets adopted.

End-users move to what’s better for them, and if you have a library that is only for GPL, you can end up limiting your options with a wasteful purity test. If you want it to be free you’d give freely with no restrictions. And if you think, “You can contact me to discuss licensing” that doesn’t happen. It’s still a restriction and almost nobody actually bothers.

permalink
report
parent
reply
4 points

They won’t merge my code unless I change my code to be GPL.

If you are the author of the code you want to merge, you can double-license it you know. Hand them a GPL license, they’ll be able to use your copy under the same terms, while you and everyone else use your current license.

permalink
report
parent
reply
3 points

GPL has no requirements for author attribution which is contrary to the entire point of an MIT license.

That’s why I described it as joining the Borg. You release individualism and freely give it to the collective. That’s cool, and I get the ethos behind all that, but I don’t want to add any of those constraints to my code. I just don’t want credit for my work or the others to get lost. I don’t think it’s a hard ask.

Regardless, we ended up ultimately being a full replacement for the other project.

permalink
report
parent
reply
4 points

Implying you can’t profit with open code.

permalink
report
parent
reply
3 points

You can, but for most software companies that would mean changing the business model.

If a company has to change its business model just to use a library, they just won’t use that library.

permalink
report
parent
reply
0 points
*

If I want to make a piece of software to improve people’s lives and I don’t care to do it for free, I’ll choose MIT. If it gets “stolen” by a for-profit corporation it only makes it better, because now my software has reached more people, thus (theoretically) improving their lives.

I’m not completely sure about this.

Suppose you write a library that a company like Facebook finds useful. Suppose that they incorporate it into their website. I’m sure I can skip the portion of this post where I extol the harms that Facebook has wrought on society. Do you think your software has improved people’s lives by enabling Facebook to do those sorts of things? They would not have been able to do them if you had used AGPL instead.

And I don’t want to make it seem like we should never do anything because someone might use the product of our work in a sinister way (because that would quickly devolve into nihilism). If 99 people use it for good and 1 for evil, that’s still a heavy net positive. But at the same time, I would be lying if I didn’t acknowledge that the 1 person using it for evil still would make me feel bad.

permalink
report
parent
reply
-4 points
Removed by mod
permalink
report
parent
reply
18 points

You seem angry at me because I don’t license my code as GPL. Is that what freedom means now? Freedom means everyone has to use the license I want or I’ll bully them!

It’s the code I wrote, let me license it however the fuck I want if I’m not using your code.

permalink
report
parent
reply
-2 points

You can eat wild berries too, noones stopping you, just people saying there are better options

permalink
report
parent
reply
-13 points
*
Removed by mod
permalink
report
parent
reply
7 points

Its like saying people enjoying a moment collectively in a park means forcing people to give up their smart phones to force communication

permalink
report
parent
reply
1 point
*
Removed by mod
permalink
report
parent
reply
-4 points
*

If it gets “stolen” by a for-profit corporation it only makes it better, because now my software has reached more people, thus (theoretically) improving their lives.

Or it could be “stolen” by Raytheon, and helping ruin lives better.

And I’m not poopoo’ing, what you’re saying, I just want you to consider all consequences, because it kinda seems like you haven’t.

permalink
report
parent
reply
4 points

How does GPL prevent Raytheon from using their software?

Open source is open source.

If I don’t want my software being used to make weapons I just won’t make weapon-related software. If they wanna use my 3D graphics library to display their missiles, cool, idgaf, that’s like putting ethical burden on a restaurant that serves food to soldiers because a military base was built nearby. The restaurant was there before the military base opened, and it’s not like they’re gonna use their food to kill people.

permalink
report
parent
reply

linuxmemes

!linuxmemes@lemmy.world

Create post

I use Arch btw


Sister communities:
Community rules
  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

Community stats

  • 8.2K

    Monthly active users

  • 1.1K

    Posts

  • 61K

    Comments