5 ms·
I think this might be a violation of the GPL More discussion here: https://www.reddit.com/r/coding/comments/38vbme/13_15_yrs_old_nigerian_brothers_built_mobile
by aninteger 11y ago
I think this might be a violation of the GPL
More discussion here: https://www.reddit.com/r/coding/comments/38vbme/13_15_yrs_old_nigerian_brothers_built_mobile_web/ https://www.reddit.com/r/coding/comments/38vbme/13_15_yrs_ol...
- Osine_I 11y agoIt is not a violation of GPL because we referenced tint browser in the about section of the app.
- userbinator 11y agoIf you distribute a program based on GPL sources you have modified, you have to also distribute that source code. That is, unless the original authors gave you the sources under a different license.
- nickpsecurity 11y agoHe is right. If you modify and distribute GPL code, whatever changes you made have to be distributed with it in source code form. The BSD licensed code doesn't have this restriction, which is why it's used in place of GPL for those not wanting to redistribute their source. Maybe use that in the future for such things. For now, if you're app forks GPL code, you have to release the source, pull it, or hope nobody cares. Good to start noticing these little, but important, things early to develop good habits.