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,f4f50970968de59d X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news2.google.com!npeer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail Newsgroups: comp.lang.ada Subject: Re: GNAT project and search directories References: From: Stephen Leake Date: Mon, 28 Dec 2009 21:11:29 -0500 Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (windows-nt) Cancel-Lock: sha1:aq4oy1QWbSb81NW3hOGntZW5ZAg= MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: 2f0444b396568e197caa711713 Xref: g2news1.google.com comp.lang.ada:8546 Date: 2009-12-28T21:11:29-05:00 List-Id: "Hibou57 (Yannick Duch�ne)" writes: > By the way, just because I feel inquisitive with it : did someone know > what is the license of the GPRBuild language ? The gprbuild and related tools are GPL (with or without the GNAT modification, depending on where you get it). I assume by "the GPRBuild language" you mean the language used to write GNAT Project files; *.gpr. I don't think the language is licensed separately. Normally, the way to license a language is to publish a language definition. The gpr language is not documented very clearly; partly in the GNAT Reference Manual, partly in the GNAT User guide (_not_ in the GPRBuild user guide!). Those documents are licensed under the GNU Free Documentation license. This is only a concern if you are considering doing an independent implementation of the language; is that the case? -- -- Stephe