Can I publish an open source android app that is licensed under GPLv2? [closed]

StackOverflow https://stackoverflow.com/questions/16763785

  •  30-05-2022
  •  | 
  •  

I have download some android apps and especially games, and modified them by changing textures,pictures,...etc

Can I publish them to Google Play Store if they are licensed under GPLv2 ?

有帮助吗?

解决方案

This means you have to make your code free as well:

GPL 2.0 FAQ

MIT license allows you to change and do anything you want with it.

Here are some resources on licenses:

  1. http://www.gnu.org/licenses/license-list.html
  2. https://stackoverflow.com/questions/805387/what-do-licenses-mean-gpl-mit-cc-etc
  3. http://www.gnu.org/licenses/quick-guide-gplv3.html
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top