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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 1025b4,1d8ab55e71d08f3d X-Google-Attributes: gid1025b4,public X-Google-Thread: 103376,1efdd369be089610 X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: GLADE and GPL (was: what DOES the GPL really say?) Date: 1997/06/27 Message-ID: #1/1 X-Deja-AN: 253109121 References: <33B2B5C8.41A0@does.not.exist.com> <5ousck$6rj@kiwi.ics.uci.edu> <5p0eum$1293$1@prime.imagin.net> <5p1s2l$2a2$1@news.nyu.edu> Organization: New York University Newsgroups: comp.lang.ada,gnu.misc.discuss Date: 1997-06-27T00:00:00+00:00 List-Id: Richard said <> That's not correct, it is an exception to the GPL (at least in the case of GNAT), and in addition, the wording is NOT copied from the run-time functions used in GCC, because it spefcifically handles generics. Here once again is the wording of this exception (which is an exception to the standard GPL paragraph. In fact here they both are together: -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 2, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -- -- for more details. You should have received a copy of the GNU General -- -- Public License distributed with GNAT; see file COPYING. If not, write -- -- to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, -- -- MA 02111-1307, USA. -- -- -- -- As a special exception, if other files instantiate generics from this -- -- unit, or you link this unit with other files to produce an executable, -- -- this unit does not by itself cause the resulting executable to be -- -- covered by the GNU General Public License. This exception does not -- -- however invalidate any other reasons why the executable file might be -- -- covered by the GNU Public License. --