This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: pcre
Tom Tromey writes:
> >>>>> "Michael" == Michael Koch <konqueror@gmx.de> writes:
>
> Michael> This makes me think he is not really interested. I thought about an
> Michael> alternative. I found pcre [1]. I would like to link it dynamically
> Michael> into libgcj. The problem is that I'm no lawyer and dont know about
> Michael> the license implications. PCRE has a special license [2] and I dont
> Michael> know if its compatible. Can someone enlighten me about this ?
>
> The usual thing in this case is to ask RMS.
4. If PCRE is embedded in any software that is released under the GNU
General Purpose Licence (GPL), or Lesser General Purpose Licence (LGPL),
then the terms of that licence shall supersede any condition above with
which it is incompatible.
seems pretty clear. The trouble is that libgcj is neither GPL nor
LGPL, is it?
Andrew.