commit: 9eb36527960f713c1ea5e13d928aa8431601bc57 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Jul 5 06:31:20 2025 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Jul 5 06:46:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eb36527
metadata: Fix GPL with font exception There is no Font-exception-3.0 in SPDX's list of license exceptions. They have Font-exception-2.0 which is the GPL font exception: https://www.gnu.org/licenses/gpl-faq.html#FontException Note that the font exception (as listed by the FSF) is unversioned. No idea why SPDX would list it with a version; this looks like a recipe for confusion. Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> metadata/license-mapping.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/metadata/license-mapping.conf b/metadata/license-mapping.conf index c6d7c22e3003..a5e368358fd7 100644 --- a/metadata/license-mapping.conf +++ b/metadata/license-mapping.conf @@ -132,10 +132,10 @@ GPL-3.0 = GPL-3 GPL-3.0+ = GPL-3+ GPL-3.0-only = GPL-3 GPL-3.0-or-later = GPL-3+ -GPL-3.0 WITH Font-exception-3.0 = GPL-3-with-font-exception -GPL-3.0-only WITH Font-exception-3.0 = GPL-3-with-font-exception -GPL-3.0+ WITH Font-exception-3.0 = GPL-3+-with-font-exception -GPL-3.0-or-later WITH Font-exception-3.0 = GPL-3+-with-font-exception +GPL-3.0 WITH Font-exception-2.0 = GPL-3-with-font-exception +GPL-3.0-only WITH Font-exception-2.0 = GPL-3-with-font-exception +GPL-3.0+ WITH Font-exception-2.0 = GPL-3+-with-font-exception +GPL-3.0-or-later WITH Font-exception-2.0 = GPL-3+-with-font-exception HPND = HPND ICU = icu IJG = IJG
