• @onlooker
        link
        21 year ago

        Out of curiosity, why AGPL specifically? Would licenses like GPL and BSD fail to achieve this?

        • ☆ Yσɠƚԋσʂ ☆OP
          link
          41 year ago

          AGPL closes the loophole where companies run projects as a service at which point they’re not distributing the source. Plain GPL only requires source modifications to be contributed back if the code is being distributed.

          • @onlooker
            link
            21 year ago

            So, if you woud hypothetically run software over a network, you wouldn’t have to disclose the source under GPL, but under AGPL you would have to? Is that right?