From b61c6d1edd97719f1e2abb1426f35f44c46e6be8 Mon Sep 17 00:00:00 2001 From: Josef Zweck Date: Sun, 28 Dec 2025 18:18:29 +0100 Subject: [PATCH] CI fix: Exempt caio from license check (#159866) --- script/licenses.py | 1 + 1 file changed, 1 insertion(+) diff --git a/script/licenses.py b/script/licenses.py index 15d10643fec..64e0e2db822 100644 --- a/script/licenses.py +++ b/script/licenses.py @@ -181,6 +181,7 @@ EXCEPTIONS = { "PySwitchmate", # https://github.com/Danielhiversen/pySwitchmate/pull/16 "PyXiaomiGateway", # https://github.com/Danielhiversen/PyXiaomiGateway/pull/201 "chacha20poly1305", # LGPL + "caio", # Apache 2 https://github.com/mosquito/caio/?tab=Apache-2.0-1-ov-file#readme "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