From 974c81d4ff05e3f05f1b01fb8b125dac68fb4bd0 Mon Sep 17 00:00:00 2001 From: bkioshn <35752733+bkioshn@users.noreply.github.com> Date: Fri, 15 Mar 2024 15:04:06 +0700 Subject: [PATCH] fix: add cc0-1 license to rust std config (#204) * fix: add cc0-1 license to rust std config * fix: add cc0-1 license to rust example and dbviz --- earthly/rust/stdcfgs/deny.toml | 3 ++- examples/rust/deny.toml | 3 ++- utilities/dbviz/deny.toml | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/earthly/rust/stdcfgs/deny.toml b/earthly/rust/stdcfgs/deny.toml index 80eedc9a6..24ab10c6c 100644 --- a/earthly/rust/stdcfgs/deny.toml +++ b/earthly/rust/stdcfgs/deny.toml @@ -110,7 +110,8 @@ allow = [ "BSD-3-Clause", "BSD-2-Clause", "BlueOak-1.0.0", - "Apache-2.0 WITH LLVM-exception" + "Apache-2.0 WITH LLVM-exception", + "CC0-1.0" ] # List of explicitly disallowed licenses # See https://spdx.org/licenses/ for list of possible licenses diff --git a/examples/rust/deny.toml b/examples/rust/deny.toml index 623eb3ea9..884344a97 100644 --- a/examples/rust/deny.toml +++ b/examples/rust/deny.toml @@ -110,7 +110,8 @@ allow = [ "BSD-3-Clause", "BSD-2-Clause", "BlueOak-1.0.0", - "Apache-2.0 WITH LLVM-exception" + "Apache-2.0 WITH LLVM-exception", + "CC0-1.0" ] # List of explicitly disallowed licenses # See https://spdx.org/licenses/ for list of possible licenses diff --git a/utilities/dbviz/deny.toml b/utilities/dbviz/deny.toml index 623eb3ea9..884344a97 100644 --- a/utilities/dbviz/deny.toml +++ b/utilities/dbviz/deny.toml @@ -110,7 +110,8 @@ allow = [ "BSD-3-Clause", "BSD-2-Clause", "BlueOak-1.0.0", - "Apache-2.0 WITH LLVM-exception" + "Apache-2.0 WITH LLVM-exception", + "CC0-1.0" ] # List of explicitly disallowed licenses # See https://spdx.org/licenses/ for list of possible licenses