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,565d6a6c6ff7cb37 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-05-02 01:34:43 PST Path: newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!195.158.233.21!news1.ebone.net!news.ebone.net!newsfeed2.news.nl.uu.net!sun4nl!lnewspeer00.lnd.ops.eu.uu.net!emea.uu.net!cass.news.pipex.net!pipex!warm.news.pipex.net!pipex!news.kvaerner.com!news@kvaerner.com From: "Tarjei T. Jensen" Newsgroups: comp.lang.ada Subject: Re: GPL and Plug-INs and XML\Ada Date: Wed, 2 May 2001 10:31:13 +0200 Organization: Kvaerner Group IT Message-ID: <9cogkn$b2916@news.kvaerner.com> References: NNTP-Posting-Host: 155.209.159.40 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Newsreader: Microsoft Outlook Express 4.72.2120.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2120.0 Xref: newsfeed.google.com comp.lang.ada:7079 Date: 2001-05-02T10:31:13+02:00 List-Id: David Botton >For example, If I wrote an application that had a closed lic. and it allowed >features to be plugged-in. One such group of features was for file "import". >So, I throw together a GPL'd plug-in that included XML\Ada and dropped that >dll in the dir and it is picked up at run time by the closed lic. >application. As long as you do not link with the GPL library you should be safe. To be on the safe side you could add a non-XML dll in order to demonstrate that it is not a way to rip off the library. Greetings,