The problem related to what kind of distribution you envision for your
program?.

If it's a program distributed separately from the Android system image (e.g.
through Market, or your own website), then you can do whatever you want
as long as you make the sources available under the GPL too.

If you want the program to be part of the Android system image, chances that
it will be accepted by the Android team as part of the standard platform are
extremely small (MIT / BSD / Apache licenses are strongly preferred).

On Tue, Jul 14, 2009 at 10:49 AM, Numaguchi Daisuke
<d.numagu...@gmail.com>wrote:

>
> Hello.
>
> I have a GPLv2 package which was originaly designed for PC and servers
> (and written by me). I want to make that package available on Android.
> Programs in that package are executed from /system/bin/sh or /init.rc
> and do not share memory with other applications.
> Information is passed via command line arguments and stdio.
>
> I can release that package for Android as GPLv2 if it is permitted to
> run GPLv2 programs on Android.
> Is it permitted to run GPLv2 programs on Android?
>
> (In other words, do I have to rewrite the package from the scratch in
> order to make the package not restricted by GPL?)
>
> Regards.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to