Does a license like this exist?

  • Alex@lemmy.ml
    link
    fedilink
    arrow-up
    6
    ·
    4 days ago

    Freedom 1 of the four software freedoms is:

    The freedom to study how the program works, and change it to make it do what you wish (freedom 1). Access to the source code is a precondition for this.

    • Tempy@programming.dev
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 days ago

      Right, but I don’t see a 'and you can feed it to a neural network on demand such that it can reproduce code that a user can then have plausible deniability that it was licensed on a certain way and be able to redistribute it under an incompatible license"

      • Alex@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        3 days ago

        Free software licenses generally don’t restrict what kind of study or what kind of changes you can make. A lot of licences explicitly say “for any purpose”. There are licences that add additional restrictions, for example restricting the field of use to non-military, but they are not free software licenses.

        ETA: the question of where liability lies for infringing terms of a source license occur should a LLM model launder for example GPL code into a propriety code base is something that will have to be decided by the courts.