Re: [Interest] Impact of QtWayland licensing on applications bundling OSS Qt?

2022-06-21 Thread Mike Rochefort
On 6/20/22 11:58 PM, Thiago Macieira wrote: Looks like a mistake, probably simple copy & paste one. I've submitted a licence fix for these two files: https://codereview.qt-project.org/c/qt/qtwayland/+/417519 I don't own the copyright on them. Let's see what Qt Company says. Thanks for submitti

Re: [Interest] Impact of QtWayland licensing on applications bundling OSS Qt?

2022-06-20 Thread Thiago Macieira
On Monday, 20 June 2022 16:24:43 PDT Mike Rochefort wrote: > Looking at the source, I did a quick scan of the repository to see what > was LGPL and GPL based. Your description of the situation was pretty > spot on, Thiago, though there are two files in the client project that > are GPL licensed. Th

Re: [Interest] Impact of QtWayland licensing on applications bundling OSS Qt?

2022-06-20 Thread Mike Rochefort
Looking at the source, I did a quick scan of the repository to see what was LGPL and GPL based. Your description of the situation was pretty spot on, Thiago, though there are two files in the client project that are GPL licensed. These files are new in Qt 6.3; they don't exist in any version of

Re: [Interest] Impact of QtWayland licensing on applications bundling OSS Qt?

2022-06-16 Thread Thiago Macieira
On Thursday, 16 June 2022 15:23:02 PDT Mike Rochefort wrote: > In terms of bundling with the rest of the Qt framework, you're saying > just the following artifacts from a build are needed? I don't know if > any other objects or resources from the QtWayland package are necessary. > > - libqwayland-

Re: [Interest] Impact of QtWayland licensing on applications bundling OSS Qt?

2022-06-16 Thread Mike Rochefort
On 6/16/22 5:52 PM, Thiago Macieira wrote: The Wayland *client* library API and the wayland QPA plugin, which are licensed LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only which is the same as qtbase, see https://code.qt.io/cgit/qt/qtbase.git/tree/src/corelib/global/qg

Re: [Interest] Impact of QtWayland licensing on applications bundling OSS Qt?

2022-06-16 Thread Thiago Macieira
On Thursday, 16 June 2022 11:20:55 PDT Mike Rochefort wrote: > Additionally, considering Wayland is becoming a core piece of the Linux > ecosystem is there a reason why the QtWayland module doesn't follow the > same licensing as QtBase where the other QPA plugins are provided? The module has two p