From 6889904ccaa0716407a9bee352c3c252675d74cd Mon Sep 17 00:00:00 2001 From: Felipe Rosa Date: Thu, 7 Dec 2023 20:36:21 -0300 Subject: [PATCH] chore: allow Blue Oak license --- earthly/rust/stdcfgs/deny.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/earthly/rust/stdcfgs/deny.toml b/earthly/rust/stdcfgs/deny.toml index b11e9e887..d28c1100d 100644 --- a/earthly/rust/stdcfgs/deny.toml +++ b/earthly/rust/stdcfgs/deny.toml @@ -105,7 +105,8 @@ allow = [ "MIT", "Apache-2.0", "Unicode-DFS-2016", - "BSD-3-Clause" + "BSD-3-Clause", + "BlueOak-1.0.0" ] # List of explicitly disallowed licenses # See https://spdx.org/licenses/ for list of possible licenses