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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,52a0bacbcdd2da17 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-08-15 18:59:21 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!nntp-server.caltech.edu!not-for-mail From: George Shapovalov Newsgroups: comp.lang.ada Subject: RE: Realtime/embedded project to help with employment. Date: Fri, 15 Aug 2003 18:58:24 -0700 Organization: Caltech Message-ID: References: NNTP-Posting-Host: ppp-36-222.caltech.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: naig.caltech.edu 1060999159 14804 131.215.36.222 (16 Aug 2003 01:59:19 GMT) X-Complaints-To: abuse@caltech.edu NNTP-Posting-Date: Sat, 16 Aug 2003 01:59:19 +0000 (UTC) User-Agent: KNode/0.7.2 Xref: archiver1.google.com comp.lang.ada:41547 Date: 2003-08-15T18:58:24-07:00 List-Id: Robert C. Leif wrote: > If one develops software that is specific for and based upon Linux, then > one is obliged to use a GNU license. The GNU license does not permit one Um, do you mean Linux - the kernel or Linux - the system composed of multiple packets working together (a superset of distribution is a sence)? Somehow your below comment makes me think of a second interpretation: > to stop others from giving away or selling one's work. This requirement is > more stringent than anything Microsoft requires of developers that use > Microsoft tools. Monopoly status is not limited to capitalists and tends > to be exploited wherever it exists. In this case you are grossly incorrect. Few examples, such as winex, Win4Lin, Star Office, Word Perfect, QT come to mind. Some of them even work on dual-licensing - "Use our GPL library if you develop Free Software or buy a commercial license (which allows building commercial rpoduct upon + usually some support is bundled) from us and earn money.." You only have to be careful about what do you link against, and even there LGPL stuff is fine, just as ACT's GMGPL is. You can even improve LGPL library, if you wish to have something in it and this is only that library that has to be open. Your app linking against it is fine.. Sure, it is not easy to plug into the kernel, but how often creator of high-level app wants to do so (glibc, with which you interact most of the time is LGPL, the kernel itself is the one which is GPL). Still even there people find they way around (NVidia binary drivers). George