From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.9 required=3.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.6 Path: eternal-september.org!reader02.eternal-september.org!aioe.org!grdUeD8qE6rCj5B5kHjeYQ.user.46.165.242.91.POSTED!not-for-mail From: Manuel Gomez Newsgroups: comp.lang.ada Subject: Re: Announce: AdaStudio-2021 release 01/10/2021 free edition Date: Tue, 5 Oct 2021 20:46:12 +0200 Organization: Aioe.org NNTP Server Message-ID: References: <7aff9139-3a18-4c98-bdc0-5d587912d880n@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Info: gioia.aioe.org; logging-data="55578"; posting-host="grdUeD8qE6rCj5B5kHjeYQ.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org"; User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 Content-Language: en-GB X-Notice: Filtered by postfilter v. 0.9.2 Xref: reader02.eternal-september.org comp.lang.ada:62943 List-Id: Am 2/10/21 um 16:00 schrieb Fernando Oleo Blanco: > Hi Leonid, > > I have been following your work for a few years. I like the Qt ecosystem > (even with their change of heart) and very specially VTK. Thank you for > your work. I hope to use it in the future for my projects. > > I first wanted to say that the webpage that is indicated on your CV and > where QtAda has been living is unreachable. Google says it has been > blocked since it is suspicious. Do you receive the same message? > [https://r3fowwcolhrzycn2yzlzzw-on.drv.tw/AdaStudio/adastudio.html] > >> Qt6Ada is built under  GNU GPLv3 license >> https://www.gnu.org/licenses/lgpl-3.0.html. >> > > Is it GPLv3 or LGPLv3? I am asking since you mention GPLv3 but link LGPLv3. > > Once again, thank you for maintaining this lovely software suite! > Hi Leonid, Last time I checked qt5ada I was surprised by the fact that it doesn't include the source code for the C intermediate layer that you are using to import the Qt classes (libqtc.so), and after a quick check now, I think it is still not included. I don't know if this is an intended omission or an oversight, but in any case, if you want to distribute it as open source and under the GPL or LGPL licenses, you have to distribute all the sources, so anyone can recompile the library and use their own compilation. I am not a lawyer, but it seems that you are infringing the license with your own distribution of your binding. If this cannot be solved, I wouldn't recommend using this library. It's unfortunate, because works like yours are highly needed in the Ada ecosystem. Best regards