From 723ea6173e7bff7ab9b277a31a5ff4d5dad620e9 Mon Sep 17 00:00:00 2001
From: "J. Nick Koston" <nick@koston.org>
Date: Fri, 16 Aug 2024 05:04:57 -0500
Subject: [PATCH] Add Python-2.0.1 license to list of approved licenses
 (#124020)

https://spdx.org/licenses/Python-2.0.1.html
---
 script/licenses.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/script/licenses.py b/script/licenses.py
index 1e01fb6111b..9d7da912398 100644
--- a/script/licenses.py
+++ b/script/licenses.py
@@ -116,6 +116,7 @@ OSI_APPROVED_LICENSES = {
     "Unlicense",
     "Apache-2",
     "GPLv2",
+    "Python-2.0.1",
 }
 
 EXCEPTIONS = {
-- 
GitLab