From d9c00d3a230a1ca12d9181b8fb5a440576e6c0c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Tr=C3=A9panier?= Date: Tue, 2 May 2023 11:38:30 -0400 Subject: [PATCH 1/2] added the missing combinaisons --- private-distributed.yml | 1 + private-undistributed.yml | 1 + public.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/private-distributed.yml b/private-distributed.yml index 724a652..ba82fdf 100644 --- a/private-distributed.yml +++ b/private-distributed.yml @@ -8,6 +8,7 @@ allow-licenses: - 'BSD-2-Clause' - 'BSD-2-Clause-Patent' - 'BSD-2-Clause-Views' + - 'BSD-2-Clause AND MIT' - 'BSD-3-Clause' - 'BSD-3-Clause-Attribution' - 'BSD-3-Clause-Clear' diff --git a/private-undistributed.yml b/private-undistributed.yml index 9a89977..a258826 100644 --- a/private-undistributed.yml +++ b/private-undistributed.yml @@ -13,6 +13,7 @@ allow-licenses: - 'BSD-2-Clause-Patent' - 'BSD-2-Clause-Views' - 'BSD-2-Clause AND BSD-3-Clause' + - 'BSD-2-Clause AND MIT' - 'BSD-3-Clause' - 'BSD-3-Clause-Attribution' - 'BSD-3-Clause-Clear' diff --git a/public.yml b/public.yml index 357b2db..5a57434 100644 --- a/public.yml +++ b/public.yml @@ -8,6 +8,7 @@ allow-licenses: - 'BSD-2-Clause' - 'BSD-2-Clause-Patent' - 'BSD-2-Clause-Views' + - 'BSD-2-Clause AND MIT' - 'BSD-3-Clause' - 'BSD-3-Clause-Attribution' - 'BSD-3-Clause-Clear' From b273706e881dda3a0afd272755135057199cde7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20Robitaille?= Date: Tue, 2 May 2023 11:43:10 -0400 Subject: [PATCH 2/2] Adding fonttools license union --- private-undistributed.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/private-undistributed.yml b/private-undistributed.yml index 9a89977..60e41b9 100644 --- a/private-undistributed.yml +++ b/private-undistributed.yml @@ -4,6 +4,7 @@ allow-licenses: - 'AFL-2.1' - 'AFL-3.0' - 'Apache-2.0' + - 'Apache-2.0 AND BSD-3-Clause AND MIT AND OFL-1.1' - 'APL-1.0' - 'Artistic-2.0' - 'Beerware'