Hacker News new | ask | show | jobs
by firasd 3520 days ago
It's more about distribution. So if you make some changes and keep it on your server you don't have to show the code to everyone, but if you release a plugin for third parties to download, then everyone who gets the download should be able to read, modify and distribute the plugin code under the same license. In this case the app is distributed to phones.
1 comments

That gets a little iffy, though. If your custom plugin distributes CSS/JS/HTML to browsers, does that count?
If your custom plugin distributes its output, no. Generally speaking, the output of a GPL'd program is not also subject to the GPL (quines notwithstanding.)
WordPress's JS (and I'd argue its CSS/HTML) is much more integral part of the code for the system than mere "output", IMO.
Indeed. I was hoping to elicit some clarification and left out some of my own: if JS, CSS & HTML are part of the GPL'd product, I'd agree that those parts qualify as being 'distributed' to users.