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

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

  •  30-05-2022
  •  | 
  •  

Domanda

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 ?

È stato utile?

Soluzione

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
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top