diff --git a/deny.toml b/deny.toml index 488872a..7b004ab 100644 --- a/deny.toml +++ b/deny.toml @@ -75,10 +75,11 @@ version = 2 # See https://spdx.org/licenses/ for list of possible licenses # [possible values: any SPDX 3.11 short identifier (+ optional exception)]. allow = [ - "MIT", "Apache-2.0", - "Unicode-DFS-2016", "BSD-2-Clause", + "MIT", + "MPL-2.0", + "Unicode-DFS-2016", ] # The confidence threshold for detecting a license from license text. # The higher the value, the more closely the license text must be to the