• devfuuu@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    4 hours ago

    Some years ago I think windows source was available to be studied in some universities? No sure how true that is and if any recent version is available. Sure would be fun if the slopmachine just ingested all of it…

    • Spice Hoarder@lemmy.zip
      link
      fedilink
      arrow-up
      11
      ·
      3 hours ago

      I think it was that the XP source was leaked. There was a huge deal because those who saw it were highly discouraged from contributing to wine.

      • AnUnusualRelic@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        42 minutes ago

        The source code for windows has always been fairly widely available among industrial actors (provided suitable NDAs were signed). So, nothing exceptional there.

      • TrickDacy@lemmy.world
        link
        fedilink
        arrow-up
        4
        ·
        3 hours ago

        those who saw it were highly discouraged from contributing to wine.

        Can you expand on that a little?

        • brandon@piefed.social
          link
          fedilink
          English
          arrow-up
          15
          ·
          3 hours ago

          The potential for copyright infringement (or at least the appearance of copyright infringement) would be too high. Better to keep a “clean room” approach in the wine project to avoid attracting Microsoft’s ire.

        • 4am@lemmy.zip
          link
          fedilink
          arrow-up
          8
          ·
          3 hours ago

          WINE is a compatibility layer (famously, WINE Is Not an Emulator) for Windows APIs on posix OSes; most notably this allows you to run Windows applications on Linux.

          Microsoft would truly love to beat WINE to death with a legal sledgehammer but so far they do not have the legal ground, as WINE is developed based on public knowledge and Microsoft famously keeps their source code closed.

          If you saw the Windows source code, and then you contributed to WINE, it is possible Microsoft could make the legal argument that WINE was using stolen trade secrets, even if the verbatim source code was added to the WINE codebase.

          Whether or not that would have worked for Microsoft is up in the air; but the WINE project didn’t want to find out the hard way.