This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Question about GPL


Amir Bukhari wrote:

If I have writen a java program (based on java.* javax.* packages) and at
the end compiled it with GCJ to produce executable, should I make the
program also GPL, or just I should mentioned that software is compiled using
GCJ?


The libgcj license contains an exception which allows you to link any code against it, regardless of the license of that code. Therefore, you are not required to license your own software under the GPL in order to distribute it with libgcj.

There is also no requirement to mention that your software uses GCJ, however, if you wish to do so, we welcome the publicity!

Bryce


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]