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: propose to rename natPlainSocketImpl to natPosixPlainSocketImpl


Brian Jones wrote:
> Although GNU does not have one that I know of, Mozilla includes NSPR
> and Apache 2.0 now has APR.  Both of these are platform agnostic APIs
> for I/O, threading, etc.  I'm somewhat interested in making APR an
> option for Classpath's JNI code.  The Apache license should not cause
> any issues with Classpath though it may be for GCJ.

Last I heard, the Apache license was considered incompatible with the
GPL.

Classpath is a GNU library.

I don't believe it is acceptable for a GNU library to be incompatible
with the GPL, or to depend on code that is incompatible with the GPL.
Even making it an option is problematic.
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/per/


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