Java – use the Library under GPL in my program How should I refer to them?

I want to distribute a Java application that uses a library under another GPL

Solution

If the application contains any GPL code, all code of the application must be distributed in accordance with the GPL terms The only exception is (in this case, Java) part of the platform itself

This does not mean that the code must be covered by the GPL, but it must be covered by a license that allows distribution under the terms of the GPL (LGPL, MIT, BSD revision, Apache, etc.)

You must link to all libraries and the location of the description acquisition source This may be the installation instructions If you distribute through commercial channels, you must (on request) distribute the complete source, including the library

I'm not a lawyer

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>