From 98194f7ee65f76deeda8a42a35713d966fd9b110 Mon Sep 17 00:00:00 2001 From: Aditya Patwardhan Date: Thu, 24 Feb 2022 18:37:53 +0530 Subject: [PATCH] Update allowed licenses for asio component --- tools/ci/check_copyright_config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tools/ci/check_copyright_config.yaml b/tools/ci/check_copyright_config.yaml index 250b9a6035..2b252d3d1a 100644 --- a/tools/ci/check_copyright_config.yaml +++ b/tools/ci/check_copyright_config.yaml @@ -75,6 +75,13 @@ lwip_component: - BSD-3-Clause license_for_new_files: Apache-2.0 +asio_component: + include: + - 'components/asio/port/**' + allowed_licenses: + - Apache-2.0 + - BSL-1.0 + freertos_component: include: - 'components/freertos/**'