From 2aad67ae11d171e5c27c6b5b8a03bce8a90e16b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Mon, 20 Jan 2025 14:48:21 +0100 Subject: [PATCH] metadata/license-mapping.conf: Add GPL-2+-with-Pyinstaller-Bootloader-exception MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- metadata/license-mapping.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/metadata/license-mapping.conf b/metadata/license-mapping.conf index 8066827fd3f10..0a67f2dfdffd4 100644 --- a/metadata/license-mapping.conf +++ b/metadata/license-mapping.conf @@ -1,4 +1,4 @@ -# Copyright 2022-2024 Gentoo Authors +# Copyright 2022-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Mapping of SPDX-2.0 licenses to Gentoo repository licenses. @@ -117,6 +117,7 @@ GPL-2.0 = GPL-2 GPL-2.0+ = GPL-2+ GPL-2.0-only = GPL-2 GPL-2.0-or-later = GPL-2+ +GPL-2.0-or-later WITH Bootloader-exception = GPL-2+-with-Pyinstaller-Bootloader-exception GPL-2.0-with-classpath-exception = GPL-2-with-classpath-exception GPL-2.0 WITH Classpath-exception-2.0 = GPL-2-with-classpath-exception GPL-2.0-only WITH Classpath-exception-2.0 = GPL-2-with-classpath-exception