From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1710954-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 7757915813A
	for <garchives@archives.gentoo.org>; Mon, 20 Jan 2025 13:52:32 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 91BECE07DB;
	Mon, 20 Jan 2025 13:52:31 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 4395EE07DB
	for <gentoo-commits@lists.gentoo.org>; Mon, 20 Jan 2025 13:52:31 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 7E453340C77
	for <gentoo-commits@lists.gentoo.org>; Mon, 20 Jan 2025 13:52:30 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id AAD7C22FF
	for <gentoo-commits@lists.gentoo.org>; Mon, 20 Jan 2025 13:52:28 +0000 (UTC)
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" <ulm@gentoo.org>
Message-ID: <1737381142.2aad67ae11d171e5c27c6b5b8a03bce8a90e16b9.ulm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: metadata/
X-VCS-Repository: repo/gentoo
X-VCS-Files: metadata/license-mapping.conf
X-VCS-Directories: metadata/
X-VCS-Committer: ulm
X-VCS-Committer-Name: Ulrich Müller
X-VCS-Revision: 2aad67ae11d171e5c27c6b5b8a03bce8a90e16b9
X-VCS-Branch: master
Date: Mon, 20 Jan 2025 13:52:28 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: a5c6f19c-689b-4c42-af66-077fc136e876
X-Archives-Hash: 448fcbd43e5c407c095e72ee9acce34e

commit:     2aad67ae11d171e5c27c6b5b8a03bce8a90e16b9
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 20 13:48:21 2025 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Jan 20 13:52:22 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aad67ae

metadata/license-mapping.conf: Add GPL-2+-with-Pyinstaller-Bootloader-exception

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 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 8066827fd3f1..0a67f2dfdffd 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