From 66069bcfa5d3d035f62d2c42f40988160987ee3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 21 Jun 2020 18:13:19 +0300 Subject: [PATCH] deny: Allow LGPL-2.0 license for the optional gstreamer-rs-lgpl-docs crate dependency This is only pulled in when documentation build is enabled and thus doesn't cause problems by pulling in an LGPL dependency. --- deny.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deny.toml b/deny.toml index 54f333860..2da5ff749 100644 --- a/deny.toml +++ b/deny.toml @@ -22,6 +22,10 @@ copyleft = "deny" allow-osi-fsf-free = "either" confidence-threshold = 0.8 +[[licenses.exceptions]] +allow = ["LGPL-2.0"] +name = "gstreamer-rs-lgpl-docs" + [bans] multiple-versions = "deny" highlight = "all"