Fokko commented on code in PR #1370: URL: https://github.com/apache/iceberg-rust/pull/1370#discussion_r2103452156
########## deny.toml: ########## @@ -31,8 +31,13 @@ allow = [ ] exceptions = [ + # Boost Software License Version 1.0 is allowed (Category-A): + # https://www.apache.org/legal/resolved.html#category-a + { allow = ["BSL-1.0"], crate = "clipboard-win" }, Review Comment: We can add `BSL-1.0` to the allow list above, since it is category A. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org