Bug 1520186

Summary: PyQt5 is GPL v3, but the metadata says BSD and GPLv2+ [fedora-all]
Product: [Fedora] Fedora Reporter: Miro Hrončok <mhroncok>
Component: python-qt5Assignee: Rex Dieter <rdieter>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: kde-sig, mkolman, projects.rg, rdieter, than
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-12-04 14:34:26 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Miro Hrončok 2017-12-03 21:41:40 UTC
Description of problem:
The license in the python-qt5 package is wrong. It clearly is GPLv3, it has a LICENSE file with GPL v3, all the sources says:

# Copyright (c) 2017 Riverbank Computing Limited <info>
# 
# This file is part of PyQt5.
# 
# This file may be used under the terms of the GNU General Public License
# version 3.0 as published by the Free Software Foundation and appearing in
# the file LICENSE included in the packaging of this file.  Please review the
# following information to ensure the GNU General Public License version 3.0
# requirements will be met: http://www.gnu.org/copyleft/gpl.html.
# 
# If you do not wish to use this file under the terms of the GPL version 3.0
# then you may purchase a commercial license.  For more information contact
# info.
# 
# This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
# WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

Version-Release number of selected component (if applicable):
5.9.2-2 and others

Steps to Reproduce:
1. head /usr/share/licenses/python3-qt5-base/LICENSE
2. rpm -qi python3-qt5 | grep License

Actual results:
$ head /usr/share/licenses/python3-qt5-base/LICENSE
                    GNU GENERAL PUBLIC LICENSE
                       Version 3, 29 June 2007
...
[~]$ rpm -qi python3-qt5 | grep License
License     : BSD and GPLv2+



Expected results:
$ head /usr/share/licenses/python3-qt5-base/LICENSE
                    GNU GENERAL PUBLIC LICENSE
                       Version 3, 29 June 2007
...
[~]$ rpm -qi python3-qt5 | grep License
License     : GPLv3

Comment 1 Rex Dieter 2017-12-04 14:34:26 UTC
%changelog
* Mon Dec 04 2017 Rex Dieter <rdieter> - 5.9.2-3
- License: GPLv3 (#1520186)


Thanks