this post was submitted on 28 Aug 2024
798 points (97.8% liked)

linuxmemes

20707 readers
1424 users here now

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!

founded 1 year ago
MODERATORS
 
top 50 comments
sorted by: hot top controversial new old
[–] [email protected] 77 points 2 weeks ago (2 children)

Sometimes there's a benefit in getting open source code into proprietary software. Think libraries implementing interoperability APIs, communication protocols, file formats, etc

That's what permissive licenses are for.

If some company wants to keep their code closed and they have a choice between something interoperable or something proprietary that they will subsequently promote, and the licence is the only thing stopping them from going for the open source approach, that's worse.

Completely agree that a good breadth of everything else is suited to copyleft licensing though

[–] [email protected] 31 points 2 weeks ago (1 children)

If some company wants to keep their code closed

That's the whole point, you're leveraging the use of the commons so that it's less feasible to keep your code closed. If they want to keep their code closed, they can spend a lot more manhours building everything from scratch.

[–] [email protected] 11 points 2 weeks ago

Our man-hours come from leadership and architects so separated from code they can't agree on drawings or what constitutes a micro service architecture or... Any real pattern at all.

[–] [email protected] 6 points 2 weeks ago (1 children)

This is a hypothetical that has no clear bearing connection to common practice.

In other words, I could just reverse this to contradict it and have equal weight to my hypothetical: devs should always use GPL, because if their software gets widely adopted to the point where companies are forced to use it, it's better that it's copyleft.

[–] [email protected] 9 points 2 weeks ago

This is not a hypothetical and is in fact quite common. Say you're working for a non profit, write code for a standard specification that is better than all other open options. It is better for everyone that companies adopt this code for interoperability.

[–] [email protected] 59 points 2 weeks ago (1 children)

This seems like complaining that the BSD license does exactly what it intends to do.

[–] [email protected] 19 points 2 weeks ago (1 children)

Yeah, as if the authors had no idea what terms the license has....

[–] [email protected] 25 points 2 weeks ago (4 children)

ignorance is one thing, but it's a whole nother level of loser behaviour to intentionally do unpaid work for big tech companies in your free time

[–] [email protected] 18 points 2 weeks ago (1 children)

"Unpaid work" is pretty much all OSS development. "Here's a thing I made, anyone can use it for whatever they want as long as they give credit" is a very simple philosophy. Not everybody who works on OSS is opposed to the existence of closed source commercial software, and rather a lot of people don't like viral licenses like the GPL. Really out of line to call people who contribute their time and effort to making free software available to everyone losers just because you disagree with their choice of license.

load more comments (1 replies)
[–] [email protected] 12 points 2 weeks ago (1 children)

I take it that you’re in the first camp

You’re doing it for yourself/for fun/to better humanity

If some corporate fucks want to abuse that then it’s their problem not yours

[–] [email protected] 21 points 2 weeks ago (4 children)

Publishing it under GPL does benefit the humanity because any improvement on it will be also available to everyone. Letting corps take your work and put a monetary/legal block for people to use freely doesn't seem like benefiting humanity that much.

load more comments (4 replies)
[–] [email protected] 4 points 2 weeks ago

You're clearly someone who never contributed to open source.

[–] [email protected] 4 points 2 weeks ago (1 children)

You're making it for fun. You've achieved your desired fun, and lost nothing if some rando takes it and makes another fun project, or big mega corp uses it.

What's gonna stop them from just stealing it anyways? Why would they care about Joe Shmoe when they have infinite number the lawers you have? Also AI kinda makes this irrelevant because it will rewrite the code in a way that's probably not protected, or at least provide enough shielding that their 10000 lawyers will.

Also also, what about all the mega corps that already use linux? That's free an open source and they're free to run their proprietary code on it. If you've ever contributed to linux, or any tool that's built into a distro you're not this supposed loser who's done free work for a big tech company. It's silly to complain about this.

[–] [email protected] 6 points 2 weeks ago

GPL enforcement has, in fact, been very successful so far. I recommend this Wikipedia entry.

And then there is the very successful lawsuit from the Software Freedom Conservancy against Vizio.

[–] [email protected] 59 points 2 weeks ago (5 children)

Someone biulds a thing and puts it on the curb in front of his house with a sign:

I had fun building this and learnt a lot. Do with it whatever you want.  

Then someone else comes along, takes it, and sells it.
I fail to see how the inventor was taken advantage of. They presumably thought about which license they want to use and specifically chose this one.

[–] [email protected] 59 points 2 weeks ago (2 children)

Taking without giving is always viewed negatively in social settings.

Maybe "taking advantage of" is wrong but then again, it is a dick move anyway.

[–] [email protected] 33 points 2 weeks ago (4 children)

If I'm putting BSD or MIT license on something, I'm explicitly saying you can use it however you want, you can change it however you want, you don't have to share back, I just ask for credit for my part in it

It's not taking so much as being given freely

[–] [email protected] 21 points 2 weeks ago (1 children)

Exactly this. I have a couple of small projects that are MIT licensed specifically because I don't care how people use them or what they use them for. If someone finds it useful then they're welcome to do whatever they want with it.

This idea that I'm being somehow hoodwinked or taken advantage of because the thing that I explicitly said could be used freely is being used in a way that doesn't align with the values of some other completely uninvolved third party is beyond absurd.

load more comments (1 replies)
load more comments (3 replies)
[–] [email protected] 29 points 2 weeks ago

With software there would be infinite copies of that free item for everyone to get. So the dick move is to sell it to people who are unaware that they could get it for free.

[–] C126 11 points 2 weeks ago

It's a little different than that, isn't it? More like: " look at what I built, here's a step by step guide that makes it work. Do with it whatever you want." Some people want to use it for their job. Others might use it for personal use, or to build more open source projects.

[–] [email protected] 9 points 2 weeks ago

This person takes advantage of people who are unaware that they could just get it for free as well.

However, if this person is putting in an effort to sell this item (like advertisement or creating a platform to distribute this item more easily) then I don't see anything wrong in charging money for that.

[–] merc 8 points 2 weeks ago

That's not really a common situation though. Sure, people might use the BSD license on something they did as a hobby, or just to learn things. But, the scenario described here is more like:

A group of people all have the same little problem, and they work together to come up with a solution for it. They solve the main problem, but their solution has a few rough edges and there are similar problems they didn't solve, but they're not motivated to keep working on it because what they have is good enough for their current needs. So, they put out some flyers describing how to do what they did, and inviting anybody who's interested to keep working on improving their fix.

A company comes along, sees the info, and builds a tool that solves the problem but not quite as well, and for a small fee. They spend tons of money promoting their solution, drowning out the little pamphlet that the original guys did. They use as much IP protection as possible, patenting their designs, trademarking the look and feel, copyrighting the instructions, etc. Often they accidentally(?) issue legal threats or takedown notices to people who are merely hosting the original design or original pamphlets.

Maybe the original inventor didn't get screwed in this scenario, but you could say that the public did.

load more comments (1 replies)
[–] [email protected] 54 points 2 weeks ago (2 children)

I feel like most people base their decision on license purely on anecdotes of a handful of cases where the outcome was not how they would have wanted it. Yet, most people will never be in that spot, because they don't have anything that anyone would want to consume.

If I had produced something of value I want to protect, I wouldn't make it open in the first place. Every piece of your code will be used to feed LLMs, regardless of your license.

It is perfectly fine to slap MIT on your JavaScript widget and let some junior in some shop use it to get their project done. Makes people's life easier, and you don't want to sue anyone anyway in case of license violations.

If you're building a kernel module for a TCP reimplementation which dramatically outperforms the current implementation, yeah, probably a different story

[–] [email protected] 20 points 2 weeks ago* (last edited 2 weeks ago) (2 children)

I once read that the license should be smaller than your code. Gives me a good baseline:

  • Permissive license for small projects and little tests

  • Copyleft license for big projects

load more comments (2 replies)
[–] [email protected] 19 points 2 weeks ago (2 children)

Well, ideally you're choosing your license based on the cases where it differs from others and not the majority of times where it doesn't make a difference.

Someone aiming to make Free software should use a copyleft license that protects the four freedoms, instead of hoping people abide by the honor system.

Also, no one can 100% accurately predict which of their projects will get big. Sure, a radical overhaul of TCP has good odds, but remember left-pad? Who could have foreseen that? Or maybe the TCP revision still never makes it big: QUIC and HTTP/3 are great ideas, and yet they are still struggling to unseat HTTP/2 as the worldwide standard.

[–] [email protected] 7 points 2 weeks ago

Seems like using a copyleft on the reference implementation of a new protocol is a great way to ensure the protocol is never widely adopted.

load more comments (1 replies)
[–] [email protected] 34 points 2 weeks ago (5 children)

I read a story of someone that contributed to a BSD project, including fixes over some period of time, but later they ended up having to use a proprietary UNIX for work, that included their code, in a an intermediate, buggy state, but they were legally forbidden from applying their own bug fixes!

At the very least the GPL guarantees that if I am ever downstream of myself, I has fix my own damn mistakes and don't have to suffer them.

I am still willing to contribute to BSD stuff, but vastly prefer something like the AGPLv3.

load more comments (5 replies)
[–] [email protected] 27 points 2 weeks ago (1 children)

I know Luke Smith is controversial, but this Blogpost of him is kinda funny and fits the topic:

Why I Use the GPL and Not Cuck Licenses

[–] [email protected] 19 points 2 weeks ago (2 children)

To an extent I agree with this, but "Once upon a time, this guy licensed his code under BSD instead of GPL and basically it's his fault the Intel Management Engine exists" is definitely a step too far

[–] [email protected] 12 points 2 weeks ago (6 children)

Tanenbaum is right, they obviously could've taken the time and money to write an OS themselves if they had to, but they didn't have tobecause a BSD license cuck wrote it for them. Thanks a lot, sucker!

I have no issues with this point.

But what’s up with the CIA “a bunch of n****rs” image above that? WTF?

[–] [email protected] 8 points 2 weeks ago

holy fuck i didn't even notice the chin text on that glowing emoji

WTF

When i wrote my comment i typed "i know Luke Smith is a bigot" at first, but then toned it down to "controversial" because i haven't really watched or read a lot of him to know for sure. But that image basically confirmed what I thought I knew about him.

[–] [email protected] 4 points 2 weeks ago

What the fuck.

This is your brain on racism.

load more comments (4 replies)
load more comments (1 replies)
[–] [email protected] 18 points 2 weeks ago (1 children)

In some cases it works, in some it doesn't. PostgreSQL for example for huge support after Oracle got control of MySQL, despite the license.

[–] [email protected] 13 points 2 weeks ago

Yes. But it's despite.

[–] [email protected] 11 points 2 weeks ago (1 children)

Something I don't get paid enough to understand - what constitutes contributions, and what's the definition of selling the software?

For instance, I don't think I've worked on a project where we have made changes to the source code for security policies (much quicker path to update immediately if something gets flagged). But I don't think I know of an instance where we sell our software as a service - as far as I know it's largely used to support other services we sell.

Except now that I say that, that's not entirely true, we DO have a review board that we have to submit every third party library to and it takes forever to hear back but we have occasionally gotten a "no can't use that" or "contract is pending." So maybe I'm just super unaware of who reviews the third party software and they review the licenses.

[–] [email protected] 7 points 2 weeks ago* (last edited 2 weeks ago)

We have a scanner that does that on every build.

It blocks builds for dependencies with

  • licenses not acceptable to Legal
  • serious or critical vulnerabilities.
  • political messages, even if you agree with them
  • we may also add a criteria to block non-release dependencies.

As a developer, you’re free to use anything that works

I have yet to figure out how my company views contributing back to open source. I don’t know of anyone actively doing that, but it turns out we host a few originals of open source. I’ve been trying to improve development processes, get tools and dependencies up to date ….. but then I ran into things where it’s a bigger change because of the downstream opensource dependencies and because it’s not really owned by the company

[–] [email protected] 10 points 2 weeks ago (2 children)

Can someone help me? I have been licencing my code under BSD2Clause, I wish to switch to gplv3. How do I switch?

  1. Do I have to put the licence at the top of every file?
  2. Where do I put my name ie Copyright

Thank you

[–] [email protected] 19 points 2 weeks ago (2 children)
load more comments (2 replies)
[–] [email protected] 4 points 2 weeks ago* (last edited 2 weeks ago) (2 children)

Delete the current LICENSE file in your repository and replace it with the new one.

You don't have to put your name, year etc anywhere, the license is valid for the entire repo. You are not filing for an IP, it's just a usage license.

Note that all the legal jargon is not necessary, you can write one yourself as long as you make it clear what you allow and what you don't allow.

I.e. "don't be a dick" requires elaboration, "do not use my code if you intend to make money off of it or parts of it" is clear and legally binding.

load more comments (2 replies)
[–] [email protected] 9 points 2 weeks ago
[–] [email protected] 8 points 2 weeks ago

No one brought up ai yet? No, srsly …..

My opinion on these licenses is theoretical since I haven’t actually developed any open source.

However an analogous scenario which DOES affect me, and most people here ….

  • I’ve posted my opinion online in various places. Offered freely to the public to do as they please.
  • I’m fine with companies making money off providing the aggregate of such efforts to the public, such as by advertising. However my pseudonym retains credit and the audience is open

All well and good until AI came along and everyone sees a potential jackpot. And there’s Reddit, wanting a bigger share of that jackpot. They’ve taken the idea a step farther and I’m not ok with it. I guess I don’t like the restrictions and I don’t like the extra levels of profiteering: Reddit makes money off providing my content in a limited form to private companies. They in turn make money off AI trained by my content, to a limited audience and there is no longer a portion credited to my pseudonym. Technically they’re in the right since I never thought to prevent this scenario, but they’re not using it in the way I expected/intended/ was told

load more comments
view more: next ›