From 74f04a1ede2f797dd138a6695d026e507050ea0c Mon Sep 17 00:00:00 2001
From: Joost Lekkerkerker <joostlek@outlook.com>
Date: Mon, 15 Jul 2024 20:06:52 +0200
Subject: [PATCH] Move licenses to right list (#121986)

---
 script/licenses.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/script/licenses.py b/script/licenses.py
index fa8215721e3..c4fc14da0bc 100644
--- a/script/licenses.py
+++ b/script/licenses.py
@@ -134,6 +134,7 @@ EXCEPTIONS = {
     "apple_weatherkit",  # https://github.com/tjhorner/python-weatherkit/pull/3
     "asyncio",  # PSF License
     "chacha20poly1305",  # LGPL
+    "chacha20poly1305-reuseable",  # Apache 2.0 or BSD 3-Clause
     "commentjson",  # https://github.com/vaidik/commentjson/pull/55
     "crownstone-cloud",  # https://github.com/crownstone/crownstone-lib-python-cloud/pull/5
     "crownstone-core",  # https://github.com/crownstone/crownstone-lib-python-core/pull/6
@@ -156,6 +157,7 @@ EXCEPTIONS = {
     "nsw-fuel-api-client",  # https://github.com/nickw444/nsw-fuel-api-client/pull/14
     "pigpio",  # https://github.com/joan2937/pigpio/pull/608
     "pyEmby",  # https://github.com/mezz64/pyEmby/pull/12
+    "pymitv",  # MIT
     "pyTibber",  # https://github.com/Danielhiversen/pyTibber/pull/294
     "pybbox",  # https://github.com/HydrelioxGitHub/pybbox/pull/5
     "pyeconet",  # https://github.com/w1ll1am23/pyeconet/pull/41
@@ -184,7 +186,6 @@ TODO = {
     "asterisk_mbox": AwesomeVersion(
         "0.5.0"
     ),  # No license, integration is deprecated and scheduled for removal in 2024.9.0
-    "chacha20poly1305-reuseable": AwesomeVersion("0.12.1"),  # has 2 licenses
     "concord232": AwesomeVersion(
         "0.15"
     ),  # No license https://github.com/JasonCarter80/concord232/issues/19
@@ -195,7 +196,6 @@ TODO = {
         "1.2.3"
     ),  # No License https://github.com/jafar-atili/pyElectra/issues/3
     "pyflic": AwesomeVersion("2.0.3"),  # No OSI approved license CC0-1.0 Universal)
-    "pymitv": AwesomeVersion("1.4.3"),  # Not sure why pip-licenses doesn't pick this up
     "refoss_ha": AwesomeVersion(
         "1.2.1"
     ),  # No License https://github.com/ashionky/refoss_ha/issues/4
-- 
GitLab