From 6e39a2eb1dc06cd399155796bdafa2ed5fd5240a Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Fri, 2 Jun 2023 10:11:53 +0200 Subject: [PATCH] chore: update license checker (#10301) --- tools/third_party/validate-licenses.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/third_party/validate-licenses.ts b/tools/third_party/validate-licenses.ts index 4d1c05497b9..56964854bdd 100644 --- a/tools/third_party/validate-licenses.ts +++ b/tools/third_party/validate-licenses.ts @@ -43,6 +43,7 @@ const allowedLicenses = [ 'Apache-2.0', 'Python-2.0', 'Artistic-2.0', + 'BlueOak-1.0.0', 'BSD-2-Clause', 'BSD-3-Clause',