diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2025-05-30 10:46:32 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2025-06-04 13:43:47 +0200 |
| commit | dcfc84913f1a452a36e284ea14ca98f4524ff2a3 (patch) | |
| tree | 61aa7c426225edd714d4c6525f1927fde36a9f3b | |
| parent | 820015f87957fe403402509839306a89baf35a0b (diff) | |
| download | mullvadvpn-dcfc84913f1a452a36e284ea14ca98f4524ff2a3.tar.xz mullvadvpn-dcfc84913f1a452a36e284ea14ca98f4524ff2a3.zip | |
Remove custom license allowance for ring
Ring switched over to Apache-2.0 AND ISC, so they are now compatible
with our regular list of allowed licenses
| -rw-r--r-- | deny.toml | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -51,20 +51,11 @@ allow = [ "BSD-3-Clause", "BSD-2-Clause", "CC0-1.0", - # https://github.com/briansmith/ring/issues/902 - "LicenseRef-ring", "Unicode-DFS-2016", "Zlib", "Unicode-3.0" ] -[[licenses.clarify]] -name = "ring" -expression = "LicenseRef-ring" -license-files = [ - { path = "LICENSE", hash = 0xbd0eed23 } -] - [licenses.private] ignore = false |
