Date: Tue, 2 May 2000 20:46:24 -0500 (CDT) From: rmtodd@servalan.servalan.com (Richard Todd) To: blk@skynet.be, freebsd-current@freebsd.org Subject: Re: db 1.85 --> 2.x or 3.x? Message-ID: <m12moF6-004MwqC@servalan.servalan.com> References: <servalan.mailinglist.fbsd-current/v0422080ab53464df3042@[195.238.1.121]> <servalan.mailinglist.fbsd-current/10849.957266163@critter.freebsd.dk> <servalan.mailinglist.fbsd-current/200005021424.KAA73367@khavrinen.lcs.mit.edu> <servalan.mailinglist.fbsd-current/20000502104034.G3818@drama.navipath.com> <servalan.mailinglist.fbsd-current/20000502100020.B29588@dan.emsphone.com> <servalan.mailinglist.fbsd-current/v04220803b534a302a835@[195.238.1.121]>
next in thread | previous in thread | raw e-mail | index | archive | help
In servalan.mailinglist.fbsd-current Brad Knowles writes: > Besides, don't we use gcc as the system-standard compiler, and >doesn't this likewise infect everything compiled on FreeBSD with the >GPL? No, because none of the gcc code appears in the resulting binary. The binary does include the "libgcc" code, but that code is specifically exempted from the GPL. Programs that link against the Berkeley DB 2.x library, however, will end up including the DB code, and thus end up including code covered by the 2.x licence. [Note: of course, if you link against a shared library, the actual code from the library doesn't appear in your binary. It seems to be the general consensus opinion that the courts would treat this the same as the static linking case, i.e. your binary would be covered under the licence "as if" you had statically linked against the relevant library, but I don't know if this has ever been tested in court anywhere. If you're in a situation where the legalities really matter, you should probably ask a real lawyer instead of relying on the semi-informed opinion of people posting to mailing lists.] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?m12moF6-004MwqC>