diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2024-03-26 10:20:58 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2024-03-26 10:44:44 +0100 |
| commit | d3596f679a4e39d00f276f3a80c6e18a7bc88fa5 (patch) | |
| tree | 6b5a9c22c1b3a06891e3f6a53fde439122f82e59 /test | |
| parent | 236059ef71ae666f4d7064fab0a77f390b531fc4 (diff) | |
| download | mullvadvpn-d3596f679a4e39d00f276f3a80c6e18a7bc88fa5.tar.xz mullvadvpn-d3596f679a4e39d00f276f3a80c6e18a7bc88fa5.zip | |
Update [licenses] section of deny.toml to version 2
Diffstat (limited to 'test')
| -rw-r--r-- | test/deny.toml | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/test/deny.toml b/test/deny.toml index ae67c48da8..9fda6e8d09 100644 --- a/test/deny.toml +++ b/test/deny.toml @@ -31,27 +31,22 @@ ignore = [ [licenses] version = 2 # https://github.com/EmbarkStudios/cargo-deny/pull/611 -# Adding a license here has to be done carefully. Should not be changed -# by individual developers. +# Adding a license here has to be done carefully. Should only be done by team leads. allow = [ "GPL-3.0", "Apache-2.0", "MIT", + "MPL-2.0", "WTFPL", "ISC", "BSD-3-Clause", "BSD-2-Clause", "CC0-1.0", - "MPL-2.0", # https://github.com/briansmith/ring/issues/902 "LicenseRef-ring", "Unicode-DFS-2016" ] -confidence-threshold = 0.8 - -exceptions = [] - [[licenses.clarify]] name = "ring" expression = "LicenseRef-ring" @@ -61,7 +56,6 @@ license-files = [ [licenses.private] ignore = false -registries = [] # This section is considered when running `cargo deny check bans`. # More documentation about the 'bans' section can be found here: |
