From 6349027e16fb8401b2fe804965079893c9608620 Mon Sep 17 00:00:00 2001 From: Ben Langfeld Date: Tue, 9 Jan 2024 11:12:34 -0300 Subject: [PATCH] Allow nio4r's complex license (#16) Each of these licenses is permitted, but license_finder is unable to understand the expression, so we'll explicitly allow it. See: * https://github.com/powerhome/power-tools/pull/217 * https://github.com/pivotal/LicenseFinder/issues/1012 --- license_rules.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/license_rules.yml b/license_rules.yml index e071d46..bed4712 100644 --- a/license_rules.yml +++ b/license_rules.yml @@ -125,3 +125,10 @@ :why: 'Permitted for all use cases: https://tech.powerhrg.com/oss-guide/docs/using/permitted-licenses.html\#permitted-licenses' :versions: [] :when: 2023-08-15 01:13:00.000000000 Z +- - :permit + - MIT AND (BSD-2-Clause OR GPL-2.0-or-later) + - :who: Ben Langfeld + :why: Each of these licenses is permitted, but license_finder is unable to understand + the expression. See https://github.com/pivotal/LicenseFinder/issues/1012. + :versions: [] + :when: 2024-01-09 14:11:44.344657000 Z