this post was submitted on 07 Sep 2026
69 points (98.6% liked)
Linux
67456 readers
177 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 7 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
And the GPL has less legal garbage? One of the goals of the EUPL was that it can be understood by laymen, which doesn't really hold true for the GPL. Those "simple" licenses like the MIT license don't work in the EU btw, since you cannot completely renounce liability or copyright.
You may be right about liability, I don't know. But public domain is a thing in the EU and it applies to expired copyright, things that cannot be copyrighted, explicit attribution etc.
Besides, the MIT license does not renounce copyright, on the contrary.
Public domain is a thing in the EU but not releasing anything into public domain.
In Germany, I cannot renounce my copyright to anything. I can give you an indefinite, unrestricted license to do whatever but I still own the copyright. It will only ever become public domain 70 years after my death, not a day sooner or later.
Isn't this distinction academic?
Not quite, this does have certain legal implications. Check out the CC0 license's "Public License Fallback" text: https://creativecommons.org/publicdomain/zero/1.0/legalcode.en#fallback
The "license to do whatever" is more like a "license to do whatever except for whatever a court ruled I cannot give a license for".
Didn't know about liability, you are refering to this recent change?
https://www.ibanet.org/European-Product-Liability-Directive-liability-for-software
Maybe it's not the EU as a whole? But interestingly, your article says that FLOSS is exempt from these rules, which is great!
Generally, what we have in the EU is strict liability for commercial products, but not for things like gifts or FOSS software developed in a non-commercial manner. Except when damages are caused on purpose or because of gross negligence.
Some examples (German law, which is quite strict about personal liability):
You cause an accident -> you are liable.
Your small kid causes an accident -> you are liable.
Your unleashed dog runs over the street, causes a truck to steer into a shop -> you are liable.
Your car does not work because of improper maintenance, and causes an accident -> you are liable.
Your dishwasher floods the flat below you with water while you are away -> you are liable.
Your car's assisted braking system goes out of control because of defective software delivered by the manufacturer -> the manufacturer is liable.
You gift somebody a car with a minor defect which you are not aware of, he has an accident -> no liability for you.
You knowingly gift somebody a car with defective brakes, without telling him, he has an accident -> you are liable.
Your physician uses some X-Ray device software which has a catastrophic bug and causes that you have radioactive burns all over your body -> the manufacturer of the software is liable.
(and here is where EU law probably differs form US law: In the US, software vendors can and do disclaim all liability. THIS IS NOT POSSIBLE IN THE EU, and thus such a contractual clause is probably invalid in its entirety, while leaving the contract valid. (And that is why you should NOT write your own licenses.))
What is interesting is: The EU has now decent security to the expectations which manufacturers of software or mechatronic systems are liable for.