this post was submitted on 17 Nov 2024
81 points (91.8% liked)

Linux

48216 readers
723 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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] cqst@lemmy.blahaj.zone 4 points 2 hours ago* (last edited 2 hours ago) (1 children)

but their “final goal” is to switch the kernel to BSD (i.e. away from copyleft)?

HyperbolaBSD is a hard fork, that relicenses the OpenBSD kernel as GPL (as permitted by permissive licenses.)

HyperbolaBSD has already dug into the OpenBSD source tree and discovered numerous licensing issues.

https://git.hyperbola.info:50100/~team/documentation/todo.git/tree/openbsd_kernel-file-list-with-license-issues.md

HyperbolaBSD will be a truly libre distro that takes advantage of copyleft, while moving away from the major issues Linux is stepping into too.

[–] grue@lemmy.world 1 points 13 minutes ago

Ah, that's different then!

Hmm...

From https://wiki.hyperbola.info/doku.php?id=en%3Amanual%3Acontrib%3Ahyperbolabsd_faq:

HyperbolaBSD is under a progressive migration by replacing all non GPL-compatible code. It will be replaced with new compatible code under Simplified BSD License. We do this in order to incorporate GPL code from other projects such as ReactOS, as well new code from scratch.

It's not clear to me that relicensing the existing code to GPL is what they're planning on doing; it sounds more like they're going to mix in GPL code but not change the existing files to GPL en masse after they finish harmonizing them to two-clause BSD.

Frankly, IMO that's too bad: I'd love to see them make the whole shebang GPLv3-or-later


Related question: is all Linux kernel code required to be licensed GPLv2-only, or are individual contributions allowed to be GPLv2-or-later? I'd be nice to see if that project (and stuff like HURD and ReactOS) could benefit from at least some Linux contributions, even if they can't copy it wholesale.