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-Thread: a07f3367d7,a5a6fdad0f42430 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!feeder.news-service.com!newsfeed0.kamp.net!newsfeed.kamp.net!newsfeed.freenet.de!newsfeed1.swip.net!newsfeed1.funet.fi!newsfeeds.funet.fi!feeder1.news.elisa.fi!uutiset.elisa.fi!7564ea0f!not-for-mail From: Tero Koskinen Newsgroups: comp.lang.ada Subject: Re: GPL license version of GNAT GPL Message-Id: <20091029215256.53aa6864.tero.koskinen@iki.fi> References: X-Newsreader: Sylpheed 2.5.0 (GTK+ 2.14.7; i386-unknown-openbsd4.5) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Date: Thu, 29 Oct 2009 21:52:56 +0200 NNTP-Posting-Host: 80.186.42.148 X-Complaints-To: newsmaster@saunalahti.com X-Trace: uutiset.elisa.fi 1256845978 80.186.42.148 (Thu, 29 Oct 2009 21:52:58 EET) NNTP-Posting-Date: Thu, 29 Oct 2009 21:52:58 EET Organization: Elisa Customer Xref: g2news2.google.com comp.lang.ada:8851 Date: 2009-10-29T21:52:56+02:00 List-Id: On Thu, 29 Oct 2009 09:22:24 -0700 (PDT) Maciej Sobczak wrote: > Could you please point me to the information on the license versioin > (v2 or v3) of GNAT GPL 2009? > I searched, but could not find anything in files after installation. I don't know about binary versions, but source code distribution has following file: gnat-gpl-2009-src/COPYING3 which is GPLv3 and headers point to that file. For example, gnat-gpl-2009-src/src/ada/lib-xref.adb: -- 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 3, 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 COPYING3. If not, go to -- -- http://www.gnu.org/licenses for a complete copy of the license. -- However, it seems that GPLv2 license file is also distributed: gnat-gpl-2009-src/COPYING -- Tero Koskinen - http://iki.fi/tero.koskinen/