From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,a6975ef46c052458 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!t-online.de!feeder.news-service.com!feed.xsnews.nl!border-3.ams.xsnews.nl!eweka.nl!hq-usenetpeers.eweka.nl!68.142.88.75.MISMATCH!hwmnpeer01.ams!news.highwinds-media.com!feeder5.cambrium.nl!feed.tweaknews.nl!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: Runtime versions (GPL vs Modified GPL) References: <482e3a88$0$6552$9b4e6d93@newsspool3.arcor-online.net> Date: Sat, 17 May 2008 09:51:57 +0200 Message-ID: <87od75v04i.fsf@ludovic-brenta.org> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:6iMbY27aO8TBNmtHmbefsLoI+t0= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Organization: Tele2 X-Trace: DXC=Q5naZ;TnBfLfbiEcRj4TL^6hVN^^Z_ZC Xref: g2news1.google.com comp.lang.ada:145 Date: 2008-05-17T09:51:57+02:00 List-Id: tmoran@acm.org writes: >>The FSF also explains why they have linking exceptions >>etc. go with some of their software, > If my program uses calls on proprietary Microsoft SDKs, or calls > subroutines in a library supplied with the compiler, that's OK. But > I understand that if my program uses anything from some other proprietary > library (a binding to something, or device drivers, say), then I cannot > sell, give, or in any way distribute a binary copy of my program, since it > clearly could not contain complete source. Correct? If you distribute any program in binary form, you must do so under terms compatible with the licenses of *all* libraries it uses. If the terms are incompatible, then you may not distribute your program at all. The details, of course, are what matters here; you should check the specific licenses of the libraries you mean to use. -- Ludovic Brenta.