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: 103376,3debd0b7ab930abc X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: Ada 95 - the interpretation of the Gnu 'copy left' Date: 1997/10/29 Message-ID: #1/1 X-Deja-AN: 285887089 References: <19971020164100.MAA21408@ladder02.news.aol.com> <344BAAB5.21E5@rmc.ca> <3457601A.21D8@rmc.ca> X-Complaints-To: usenet@news.nyu.edu X-Trace: news.nyu.edu 878176199 7148 (None) 128.122.140.58 Organization: New York University Newsgroups: comp.lang.ada Date: 1997-10-29T00:00:00+00:00 List-Id: John Lindsay said <> I don't think a one paragraph summary would be likely to be helpful. I think most people understand quite clearly that the issue arises with runtime routines only (to think that the GPL somehow covers the *output* of the compiler makes no sense at all. Think by analogy, suppose I gave you a GPL'ed financial program, comparable to Quicken, do you think the fact that it was under the GPL means that you have to distribute your checking records to the world, certainly not. The fact that the output of a compiler is object code rather than checks makes no difference! The only issue is the runtime, but the runtime is not under the GPL, due to the special exception paragraph: -- 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. -- -- -- -- GNAT was originally developed by the GNAT team at New York University. -- -- It is now maintained by Ada Core Technologies Inc (http://www.gnat.com). -- Robert Dewar Ada Core Technologies