All Questions
4 questions
3
votes
2
answers
491
views
Dalvik + Java licensing question
This is a licensing question about the Dalvik and J2SE core libraries. In particular the license governing java.util.concurrent.SynchronousQueue.
The license header of the class in the JDK source ...
1
vote
1
answer
438
views
Android apps and GPLv2 classpath exception
My Android app needs javax.activation and javax.mail (both GPLv2 licensed). However, I don't want to make my app GPL-licensed. What are the possibilities to not break the license requirements ...
3
votes
1
answer
978
views
GPL - Writing an exception for a plugin interface under section 7 of GPLv3
The problem
I've written a application for Android licensed under GPLv3 which needs to use Google Play Services, a proprietary library, as a plugin to the app.
Now I'd also like to add libspotify as ...
0
votes
1
answer
600
views
Compile GPL-code into a JNI-capable shared library and use it in commercial software [closed]
I am developing an application for Android in JAVA which calls GPLed C-code via JNI.
I have modified & capsulated a GPL-software under a JNI-interface and compile it as a shared library (.so) ...