|
|
|
|
|
by yakubin
1926 days ago
|
|
The article doesn't mention GPL. It's unlikely that this code is GPL-licensed. Moreover, yeah, probably the customer can modify the code, but can they resell it or share it with someone else for free? If not, it's not open source. From "The Open Source Definition"[1]: > The license shall not restrict any party from selling or giving away the software as a component of an aggregate software distribution containing programs from several different sources. The license shall not require a royalty or other fee for such sale. [1]: <https://opensource.org/osd> UPDATE: it seems it is licensed under AGPLv3. So it is open source. Interesting. |
|