This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project. See the Cygwin home page for more information.
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index] [Subject Index] [Author Index] [Thread Index]

Re: Cygwin license




OK, massive legal arguments (from both sides) aside, it is Cygnus's
intent that any programs that are linked with libcygwin.a must be
distributed under the terms of the GPL.

RMS's opinion on DLLs (and shared libraries in Unix) is that the mere
fact that they exist in a separate file does not in itself make them a
separate program in the eyes of the GPL (which has itself been subject
to lengthy legal review).  Since the two (your exe and cygwin's dll)
are inseparable for the purpose of running your program, they are
legally (according to the GPL) considered *one* program.  This means
that the GPL on the dll *does* apply to programs that require it.

If your program can operate *without* a cygwin dll available, then I
would probably agree that the libcygwin.a code *may* fall into that
"interoperability" regime (although, at the moment, any program that
uses libcygwin.a usually does so in such a way that it will not
operate without cygwin1.dll) if they avoid anything in libccrt0,
libcmain, getopt, dll_entry, or dll_main, which aren't in the dll at
all (the remainder of the objects are dll thunks, which can easily be
regenerated from cygwin1.dll itself with microsoft tools).

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com