top | item 28961891

(no title)

aazaa | 4 years ago

> I and my colleagues at Software Freedom Conservancy are experts at investigating non-compliance with copyleft license and enforcing those licenses once we confirm the violations. We will be following this issue very closely and demanding that Trump's Group give the Corresponding Source to all who use the site.

What standing does the Software Freedom Conservancy have to do pursue this in court themselves? Are they authors of Mastodon?

AFAICT, unless one of the Mastodon authors gets involved, this is not going to amount to much.

https://en.wikipedia.org/wiki/Standing_(law)

This article doesn't even establish whether a commercial license to Mastodon (which would render the AGPL moot) had been obtained by Truth Social or not.

discuss

order

Jtsummers|4 years ago

> AFAICT, unless one of the Mastodon authors gets involved, this is not going to amount to much.

That's actually irrelevant as I understand the FOSS license issues around GPL and AGPL. You, as an individual, are entitle to the source code of GPL'd and AGPL'd software (under various circumstances). Suppose I sell or otherwise provide you a program that's based on GPL'd code but only in compiled form. You can request the source from me and I'm obligated to provide it, the original programmers never have to get involved.

aazaa|4 years ago

Not from what I understand. Your copyright (by default) gives you standing. If you hold no copyright, you have no standing to claim copyright infringement.

newacct583|4 years ago

One of the goals of the Affero GPL, in fact, was to close exactly that loophole with respect to hosted software. The rights granted by the license are expressly granted to the users of the software. So in theory SFC can sue for the source code themselves under the AGPLv3. I'm not aware that that has been tested, but it seems reasonable.

aazaa|4 years ago

I'd be interested in a link to this legal theory and its application under US Law.

Barring that, what sections of the AGPL are you looking at to make that claim?

gpm|4 years ago

The 30 day clause they are invoking can explicitly only be triggered by a copyright holder as I understand the license. So either they are one, are representing one, or (very unlikely) are somehow flat out wrong despite being lawyers.

Assuming it's not the last case, they would also be aware of any commercial licenses.

whateveracct|4 years ago

> What standing does the Software Freedom Conservancy have to do pursue this in court themselves? Are they authors of Mastodon?

They are users of software built on AGPL (Mastodon) and therefore have a right to have access to that source code.

ayende|4 years ago

Not as I understand it. In this case, you have two parties, the open source project (Mastodon) and the site itself.

If the site is using the project, it should do so under the license. You, as a user of the site, have rights under that license.

However, the fact that the license terms are violated does not give _you_ a cause of action. The site didn't enter into any contract with you. For there to be a standing, you need the authors of the project to say something.

Even then, note that the issue is the use of copyrighted code, not the fact that the users didn't get the code.

If you complied with the license, and the copyright holder came to you and said, give me money, you could point to the license and say that you are in good standing.

But that doesn't work the other way around, but IANAL.