Hacker News new | ask | show | jobs
by ghaff 6 hours ago
It seems to be a somewhat murky area of law. In Europe (and, I guess Canada) you can't really have public domain because of moral rights that you can't waive. IANAL but I've talked with IP lawyers about this and they've been sortof "Yes this is often kinda true." So the broad public domain that is generally true of the US government and which individuals can release in the US isn't really true in Europe as I understand it.
2 comments

Europe is nearly 50 different jurisdictions, spanning multiple very different legal traditions.

But it is mostly not very murky. Moral rights and commercial rights are distinct in a wide range of jurisdictions. You can generally waive commercial rights, and that is for the most part sufficient for things to e.g. be "functionally" public domain in the ways most people care about.

What moral rights prevent is generally speaking usually things like for someone else to take your work and simply put their name on it, or keeping your name on it but making changes that might do harm to the creator in various ways.

There are nuances between jurisdictions, but it's generally not more difficult than being respectful of the effects (positive or negative) of attribution and integrity of a work.

I don't really disagree. Open source is generally recognized among European states and, from a practical perspective, permissive licenses are mostly indistinguishable from public domain other than preserving notice of the original authorship in some form. A permissive license does allow you to make pretty much any changes you want and sell it or use it in another product (or not).
That's pretty crazy, seems like a ticking time bomb to me. I assume the precise meaning of "moral rights" varies by jurisdiction, but if from the integrity part of the Canadian definition started being broadly applied it would seriously change how things like moderation need to be done. I'm not a lawyer but I wouldn't be comfortable making any kind of modifications to text submitted by a Canadian contributor, even basic stuff like PII redaction. I find the Flight Stop example here pretty chilling https://www.aci-iac.ca/art-books/michael-snow/key-works/flig...
As I say, a murky area. The MIT license was basically created because the X-Windows folks wanted to release it into the public domain but IBM would have nothing to do with it so the MIT lawyers came up with a permissive license.

https://opensource.com/article/19/4/history-mit-license

What is “X-Windows”?
The Wikipedia article you posted says:

> The term "X-Windows" (in the manner of the subsequently released "Microsoft Windows") is not officially endorsed – with X Consortium release manager Matt Landau stating in 1993, "There is no such thing as 'X Windows' or 'X Window', despite the repeated misuse of the forms by the trade rags"[60] – though it has been in common informal use since early in the history of X[61] and has been used deliberately for provocative effect, for example in the Unix-Haters Handbook.[8]

I'd just like to interject for a moment. What you're referring to as Linux, is in fact, GNU/Linux, or as I've recently taken to calling it, GNU plus Linux. Linux is not an operating system unto itself, but rather another free component of a fully functioning GNU system made useful by the GNU corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX. Many computer users run a modified version of the GNU system every day, without realizing it. Through a peculiar turn of events, the version of GNU which is widely used today is often called “Linux,” and many of its users are not aware that it is basically the GNU system, developed by the GNU Project. There really is a Linux, and these people are using it, but it is just a part of the system they use.

Linux is the kernel: the program in the system that allocates the machine's resources to the other programs that you run. The kernel is an essential part of an operating system, but useless by itself; it can only function in the context of a complete operating system. Linux is normally used in combination with the GNU operating system: the whole system is basically GNU with Linux added, or GNU/Linux. All the so-called “Linux” distributions are really distributions of GNU/Linux.

And MANY people involved with it and Unix for a very long time routinely use the term, officially endorsed or not. Understandably because it is/was a windowing system and just saying X out of context isn't especially clear.