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,31849c839c76fbc5 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-17 18:56:40 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!nntp.abs.net!newsfeed.cwix.com!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: editors - open source - written in ADA? Date: 17 Nov 2001 20:56:17 -0600 Organization: LJK Software Message-ID: <1fLkmUwU74fK@eisner.encompasserve.org> References: <20011115154401.6637e73f.tonygair@btinternet.com> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1006052180 19158 192.135.80.34 (18 Nov 2001 02:56:20 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Sun, 18 Nov 2001 02:56:20 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:16664 Date: 2001-11-17T20:56:17-06:00 List-Id: In article , "David Botton" writes: > Typically an editor and other tool would be released under the GPL since > these are end products. Take a look at the FSF site for the "why"s on the > GPL. On VMS the standard for editors is to make them "callable", so they can be activated in a uniform fashion by either the (minimal) EDIT program or any other application that needs an editor. So the user gets their choice of editor with their choice of program. >From what I have read here, neither GPL nor other "open source" licenses place any restrictions on interactions between components in this sort of situation, since they are in separate images.