this post was submitted on 06 Sep 2024
301 points (99.7% liked)

Linux

56408 readers
720 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 6 years ago
MODERATORS
 

From: Alejandro Colomar <alx-AT-kernel.org>

Hi all,

As you know, I've been maintaining the Linux man-pages project for the last 4 years as a voluntary. I've been doing it in my free time, and no company has sponsored that work at all. At the moment, I cannot sustain this work economically any more, and will temporarily and indefinitely stop working on this project. If any company has interests in the future of the project, I'd welcome an offer to sponsor my work here; if so, please let me know.

Have a lovely day! Alex

you are viewing a single comment's thread
view the rest of the comments
[–] Findmysec@infosec.pub 42 points 10 months ago (3 children)

Everything needs to be slapped with the AGPL. Fuck corporate America

[–] QuazarOmega@lemy.lol 7 points 10 months ago

AGPL on documentation? What would that do?

[–] CosmicTurtle0@lemmy.dbzer0.com 6 points 10 months ago (1 children)

Creative Commons-BY-NC would be better.

[–] Findmysec@infosec.pub 4 points 10 months ago

Alright we should use that then

[–] matcha_addict@lemy.lol -4 points 10 months ago (1 children)

AGPL doesn't help. AGPL authors are explicitly pro-corporate use

[–] Findmysec@infosec.pub 14 points 10 months ago (3 children)

I thought AGPL was the more restrictive version of GPL? Which license should we use so that corporates need to pay?

[–] starshipwinepineapple@programming.dev 9 points 10 months ago* (last edited 10 months ago) (1 children)

AGPL is the most restrictive OSI approved license (of the commonly used ones), but it is still a free (libre) open source license. My understanding is just that the AGPL believes in the end-users rights to access to the open source needs to be maintained and therefore places some burden to make the source available if it it's being run on a server.

In general, companies run away from anything AGPL, however, some companies will get creative with it and make their source available but in a way that is useless without the backend. And even if they don't maliciously comply with the license, they can still charge for their services.

As far as documentation goes, you could license documentation under AGPL, and people could still charge for it. It would just need to be kept available for end-users which i don't think is really a barrier to use for documentation.

[–] Buckshot@programming.dev 7 points 10 months ago

It is my understanding that the only difference applies to hosted software. For example, Lemmy is AGPL. If it were GPL, then a company could take the source code, modify it and host their own version without open sourcing their modifications. AGPL extends to freedoms of GPL to users of hosted software as well.

A real example of this would be truth social which is modified Mastodon and as AGPL those modifications are required to be open source as well.

[–] matcha_addict@lemy.lol 6 points 10 months ago

Unfortunately it is still not enough. There have been many instances of people using these licenses and still corporations using their software without giving back, and developers being upset about it.

And unfortunately there are no popular licenses that limit that. I've seen a few here and there, but doesn't seem to be a standard.