The smbclient extension is linked against libsmbclient which is GPLv3+
This license is BSD which is not compatible.
BTW, if re-licensed, is it ok to have a GPLv3 extension linked against PHP which is mostly BSD ?
https://www.gnu.org/licenses/license-list.en.html#PHP-3.01
Thanks, Remi
I am a bit confused. Are you saying that you believe BSD and GPLv3 to be incompatible?
The PHP license is arguably incompatible with GPLv3, but the normal BSD license should be compatible.
Thanks, Tom
On Tue, Mar 3, 2020 at 2:25 AM Remi Collet Fedora@famillecollet.com wrote:
The smbclient extension is linked against libsmbclient which is GPLv3+
This license is BSD which is not compatible.
BTW, if re-licensed, is it ok to have a GPLv3 extension linked against PHP which is mostly BSD ?
https://www.gnu.org/licenses/license-list.en.html#PHP-3.01
Thanks, Remi _______________________________________________ legal mailing list -- legal@lists.fedoraproject.org To unsubscribe send an email to legal-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/legal@lists.fedoraproject.org
So... the extension, which is BSD, is linked against both php (PHP license) and libsmbclient (GPLv3+)?
Thanks, Tom
On Tue, Mar 3, 2020 at 10:49 AM Remi Collet Fedora@famillecollet.com wrote:
Le 03/03/2020 à 15:37, Tom Callaway a écrit :
I am a bit confused.
In short.
The extension is linked against (use symbols from)
- libsmbclient which is GPLv3+
- PHP
What is the proper License to use for this extension ?
Remi _______________________________________________ legal mailing list -- legal@lists.fedoraproject.org To unsubscribe send an email to legal-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/legal@lists.fedoraproject.org
Le 03/03/2020 à 16:51, Tom Callaway a écrit :
So... the extension, which is BSD, is linked against both php (PHP license) and libsmbclient (GPLv3+)?
Yes
(Reported as https://bugzilla.redhat.com/1809406)
Given this situation, I do not think there is a license compatibility concern.
The license for the package containing the extension should be "License: BSD", as this reflects the license on the included code.
hth, Tom
On Tue, Mar 3, 2020 at 10:55 AM Remi Collet Fedora@famillecollet.com wrote:
Le 03/03/2020 à 16:51, Tom Callaway a écrit :
So... the extension, which is BSD, is linked against both php (PHP
license)
and libsmbclient (GPLv3+)?
Yes
(Reported as https://bugzilla.redhat.com/1809406) _______________________________________________ legal mailing list -- legal@lists.fedoraproject.org To unsubscribe send an email to legal-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/legal@lists.fedoraproject.org