• hersh@literature.cafe
    link
    fedilink
    English
    arrow-up
    0
    ·
    5 months ago

    Apple: builds their entire software ecosystem on free, open-source foundations.

    Also Apple: better have a million euros if you want to even start distributing software.

    The best use case for an external app store is free open-source software, like we have on the Android side with F-Droid. Apple stopped that before it even started. Jeez.

    • /home/pineapplelover@lemm.ee
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      5 months ago

      This is why copyleft licenses like gpl, agpl, mit, creative commons exist. If they use those projects then the derivatives would also need to be open source.

      Edit: mit is not copyleft

      • 9point6@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        5 months ago

        MIT is free for commercial use and just requires attribution, you aren’t required to open source software derived from MIT licensed code.

        • abhibeckert@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          edit-2
          5 months ago

          GPL is also free for commercial use… all open source licenses are. The rendering engines used by Safari (and Chrome/Edge) are GPL.

          • ourob@discuss.tchncs.de
            link
            fedilink
            English
            arrow-up
            0
            ·
            5 months ago

            GPL can be used for commercial purposes, but it requires all software derived from it to also be open source and GPL compatible. So no one whose commercial business relies on selling software will use GPL because their customers can copy and distribute the code.

            Neither Safari nor Chrome’s rendering engine is GPL. Safari’s engine is LGPL, which means the binary library can be linked into a closed source program, but modifications to the library’s code must remain open.

            Chromium is BSD, which doesn’t even require modifications to remain open. So I can take chromium’s source, change it however I want for my own browser, and never distribute that code.

            If Safari’s and Chrome’s engines were GPL, Safari and Chrome would be forced to be open source, and they very much are not.

            • Aux@lemmy.world
              link
              fedilink
              English
              arrow-up
              0
              arrow-down
              1
              ·
              5 months ago

              The thing is that source code is just a small part of an application. For example, Quake games are open sourced, but their assets like textures, models and music are not. Thus you can’t just compile the game and call it a day. Another example is all kinds of certificates, they are never part of the source. You can compile the app, but it won’t work.

              Source code, GPL or otherwise, doesn’t matter.