48
submitted 6 days ago* (last edited 6 days ago) by some@programming.dev to c/opensource@lemmy.ml

I often see Rust mentioned at the same time as MIT-type licenses.

Is it just a cultural thing that people who write Rust dislike ~~Libre~~ copyleft licenses? Or is it baked in to the language somehow?

Edit: It has been pointed out that I meant to say "copyleft", not "libre", so edited the title and body likewise.

you are viewing a single comment's thread
view the rest of the comments
[-] 2xsaiko@discuss.tchncs.de 4 points 6 days ago

FWIW static linking is also fine with LGPL (see my comment).

[-] 3h5Hne7t1K@lemmy.world 5 points 5 days ago* (last edited 5 days ago)

Yes, but this comes with restrictions on distribution of your binary/code/artifacts.

I see the value in these restrictions, but i also see why these libraries are avoided in commercial settings. These terms often come as a suprise from my understanding.

The EUPL solves this by only making claims of the actual modifications to the EUPL licensed components, not any third party user code.

This license (EUPL) was designed with cooperarion as the primary motive, and this is very valuable in my opinion.

I believe the reason we see so much permissive code is because of said suprises with the GPL's, it defeats the utility of the license itself. I say this as an avid GPL lover, but i have also seen projects like libopencm3, which desperately needs EUPL.

On the other hand we have projects like Linux and VESC, where we absolutely positively need to kill user-exploatation dead in its tracks, mostly since it is an end-user product. The GPL serves its purpose perfectly here.

Also, you might note that the MPL is a valid choice here, but it does not offer the same protection in the case of third party extension of the licensed code, since it is file-based, in essence.

Ive actually spent a good amount of time looking into licenses, would love to hear more of your thoughts.

Here is a discussion and Here is the original author (i think) of the EUPL.

this post was submitted on 26 Mar 2025
48 points (92.9% liked)

Open Source

35359 readers
226 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