From 194ae5897f90c7d3ddd43bf132f8905271671584 Mon Sep 17 00:00:00 2001 From: Ben Langfeld Date: Tue, 9 Jan 2024 11:08:57 -0300 Subject: [PATCH] Allow nio4r's complex license 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 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/license_rules.yml b/license_rules.yml index e071d46..78856ba 100644 --- a/license_rules.yml +++ b/license_rules.yml @@ -125,3 +125,9 @@ :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: + :why: + :versions: [] + :when: 2024-01-09 14:04:08.408459000 Z