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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Ada-WinRT bindings - Alpha release Date: Sat, 14 Apr 2018 08:13:52 +0100 Organization: A noiseless patient Spider Message-ID: References: <1388442297.545342755.856911.laguest-archeia.com@nntp.aioe.org> <5aea61e5-e795-4391-bcb6-4ba956cea394@googlegroups.com> <47b85c37-e84a-4b92-b1a2-ba7b11c49c3a@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: reader02.eternal-september.org; posting-host="6cc2563ffcce0f399cd300a0fddf1548"; logging-data="5457"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/sl5qKucSprZsVI7ZuM53rIPSn6KF5o3Y=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (darwin) Cancel-Lock: sha1:d+N0w5vbJ/cDUgaRUVnHoSnjZqY= sha1:5l9wyYttmRmBcjnt6hA9lwk8Qu0= Xref: reader02.eternal-september.org comp.lang.ada:51496 Date: 2018-04-14T08:13:52+01:00 List-Id: alby.gamper@gmail.com writes: > I am happy to change the licensing of the bindings to LGPL and will do > so over the weekend. There are clearly different arguments to be made here, but since GCC has deprecated the LGPL and instead allowed people who want to build proprietary software using GCC (and, therefore, the necessary included runtimes) by applying the GCC Runtime Library Exception[1] to their libraries[2], I follow their example [3]. [1] https://www.gnu.org/licenses/gcc-exception [2] https://github.com/gcc-mirror/gcc/blob/master/libgcc/dfp-bit.c#L16 [3] https://github.com/simonjwright/cortex-gnat-rts/blob/master/common/environment_task.adb#L11