Explanation for newbies: The GNU/Linux copypasta is an argument made by Richard Stallman that the operating system should be referred to as “GNU/Linux” or “GNU+Linux” because linux is just the kernel and what makes it useful are the various GNU programs and libraries like coreutils and glibc.

Alpine Linux is a linux distribution that ships without any GNU software (though it can be installed using the package manager).

  • grue@lemmy.world
    link
    fedilink
    arrow-up
    9
    ·
    1 day ago

    Alpine and its components are fully open source, you can make whatever changes you want to them.

    Who is “you?” That’s the important question.

    There’s always this big debate about whether GPL or BSD licensing provides “more freedom,” but that’s the wrong way to look at it. The correct way to look at it is that copyleft licenses provide freedom for end users by prohibiting developers from obstructing their freedom, while permissive licenses provide freedom for developers by permitting them to restrict access to the code for downstream users.

    Using permissive licenses in Alpine doesn’t make Alpine itself not “fully open source,” but it does mean that Alpine helps facilitate non-Free downstream uses. In other words, somebody could take Alpine, customize it for a device, and then sell that device to the public without making any code available except for a kernel that they wouldn’t even be able to use on said device because of DRM. I’m not okay with that.