This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch ring-license in repository https://gitbox.apache.org/repos/asf/opendal.git
commit 4b4b392b51261cae39a0edccbc439e7e8c0c3288 Author: tison <[email protected]> AuthorDate: Sat Nov 22 21:50:39 2025 +0800 chore: ring has been migrated to new license Signed-off-by: tison <[email protected]> --- deny.toml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/deny.toml b/deny.toml index 52aa70077..1df6a3b4a 100644 --- a/deny.toml +++ b/deny.toml @@ -25,24 +25,3 @@ allow = [ "ISC", "CC0-1.0", ] -exceptions = [ - { allow = [ - "OpenSSL", - ], name = "ring" }, - { allow = [ - "Unicode-DFS-2016", - ], name = "unicode-ident" }, -] -version = 2 - -[[licenses.clarify]] -name = "ring" -# SPDX considers OpenSSL to encompass both the OpenSSL and SSLeay licenses -# https://spdx.org/licenses/OpenSSL.html -# ISC - Both BoringSSL and ring use this for their new files -# MIT - "Files in third_party/ have their own licenses, as described therein. The MIT -# license, for third_party/fiat, which, unlike other third_party directories, is -# compiled into non-test libraries, is included below." -# OpenSSL - Obviously -expression = "ISC AND MIT AND OpenSSL" -license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]
