public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mysql-connector-python] rawhide: [bugfix] Correct License to 'GPL-2.0-only WITH Universal-FOSS-exception-1.0'
@ 2026-09-22 11:55 Michal Schorm
0 siblings, 0 replies; only message in thread
From: Michal Schorm @ 2026-09-22 11:55 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/mysql-connector-python
Branch : rawhide
Commit : 7afafaad64d9113216890dbb97d7ecf08be184d8
Author : Michal Schorm <mschorm@redhat.com>
Date : 2026-09-22T11:22:33+02:00
Stats : +1/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/mysql-connector-python/c/7afafaad64d9113216890dbb97d7ecf08be184d8?branch=rawhide
Log:
[bugfix] Correct License to 'GPL-2.0-only WITH Universal-FOSS-exception-1.0'
The previous SPDX expression '(MIT OR GPL-2.0-only) AND GPL-2.0-only
AND BSD-2-Clause' was a mechanical Callaway conversion from the legacy
tag 'GPLv2 with exceptions'. The "exceptions" referred to Oracle's
Universal FOSS Exception — not MIT or BSD-2-Clause components.
Analysis of the 26.7.0 source (also applies to 8.0.33):
- 'LICENSE.txt' explicitly states "version 2 of the GNU General Public
License (GPLv2)" with an "Election of GPLv2" clause (GPL-2.0-only,
not -or-later) and "Universal FOSS Exception, version 1.0".
- All 275 source files (.py, .c, .cc, .h, .proto) carry the identical
Oracle header referencing GPL-2.0 + Universal FOSS Exception 1.0.
- No MIT, BSD, or Apache licensed code is shipped. The third-party
licenses listed in 'LICENSE.txt' (Cyrus SASL, DNSPython, protobuf,
GSSAPI, Kerberos5) are for external dependencies, not bundled code.
Co-Authored-By: Claude AI <noreply@anthropic.com>
---
diff --git a/mysql-connector-python.spec b/mysql-connector-python.spec
index 84900c0..6e6d7db 100644
--- a/mysql-connector-python.spec
+++ b/mysql-connector-python.spec
@@ -25,8 +25,7 @@ Version: 8.0.33
Release: %autorelease
Summary: MySQL Connector for Python 3
-# Automatically converted from old format: GPLv2 with exceptions - review is highly recommended.
-License: (MIT OR GPL-2.0-only) AND GPL-2.0-only AND BSD-2-Clause
+License: GPL-2.0-only WITH Universal-FOSS-exception-1.0
URL: http://dev.mysql.com/doc/connector-python/en/index.html
# You can get the original tarball from:
# http://dev.mysql.com/get/Downloads/Connector-python/8.0/%%{name}-%%{version}-src.tar.gz"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-22 11:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-22 11:55 [rpms/mysql-connector-python] rawhide: [bugfix] Correct License to 'GPL-2.0-only WITH Universal-FOSS-exception-1.0' Michal Schorm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox