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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.182.240.233 with SMTP id wd9mr43838210obc.45.1438194232167; Wed, 29 Jul 2015 11:23:52 -0700 (PDT) X-Received: by 10.182.34.201 with SMTP id b9mr343399obj.22.1438194232145; Wed, 29 Jul 2015 11:23:52 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!feeder.erje.net!1.eu.feeder.erje.net!news.ripco.com!news.glorb.com!f3no4576187igg.0!news-out.google.com!a16ni32341ign.0!nntp.google.com!pg9no5113159igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 29 Jul 2015 11:23:51 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=74.203.194.21; posting-account=bXcJoAoAAAAWI5APBG37o4XwnD4kTuQQ NNTP-Posting-Host: 74.203.194.21 References: <2681e2fb-97b8-4910-82e9-28091ee793d5@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <4ca93a04-ed55-49bb-98bc-bc0d14ccd497@googlegroups.com> Subject: Re: ANN: GNAT GPL 2015 Atmel SAM4S Ravenscar patches From: Patrick Noffke Injection-Date: Wed, 29 Jul 2015 18:23:52 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:27136 Date: 2015-07-29T11:23:51-07:00 List-Id: On Wednesday, July 29, 2015 at 1:56:08 AM UTC-5, Simon Wright wrote: > Patrick Noffke writes: > > > A makefile and patches be found here: > > https://github.com/patricknoffke/ada-mcu > > > > I have added runtime support for various peripherals, with BSD > > 3-Clause license. > > It appears that you have (maybe not completely consistently) altered > AdaCore's copyright notices, added in an FSF copyright notice, and added > back the GCC Runtime Library Exception. I don't think you're entitled to > do those things. Well, technically I'm not conveying any covered works (it's a patch), so I can do anything I want to existing files. But there is one file that I altered and meant to put back. I'll do that. Patrick