240
How the Signal Knockoff App TeleMessage Got Hacked in 20 Minutes
(www.wired.com)
This is a most excellent place for technology news and articles.
Not to mention TeleMessage violated the terms of the GPL. Signal is under gpl and I can't find TeleMessage's code anywhere.
Edit: it appears it is online somewhere just not in a github repo or anything
https://micahflee.com/heres-the-source-code-for-the-unofficial-signal-app-used-by-trump-officials/
I'm pretty sure that the licence also requires that you link to the source code. You can't just have it up "somewhere" and just expect people to find it.
Yep. Relevant sentence bolded by me below
"yeah my code is open source, it's somewhere on this site I'm just not gonna tell you where it is."
The requirement in the licence is that the source code or a link to it is distributed along with the binaries
Well we don't know that, the terms say that you need to make the source available to people who got the binary. Either ship them together or ship a written offer for obtaining the source with the binary. You do not have to make the source available to the public (but any of your customers later could).
To verify your claim we would have to get the binary from them, and check if source or an offer for it was included.
Edit: The above is true for GPL2, but it seems Signal is under GPL3, in which distribution of offers of source have been curtailed a bit compared to GPL2, if I'm reading Section 6 here right