From 27b6ef10e107c13fcd3d4bdd91752a28b6835dd3 Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Fri, 3 Nov 2023 00:11:20 +0100 Subject: [PATCH] Correct license test expectation Introduce the corrected from recent new rules Signed-off-by: Philippe Ombredanne --- .../Dual-license/LGPL-2.1_or_MPL-1.1_and_MIT.txt.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/licensedcode/data/datadriven/external/fossology-tests/Dual-license/LGPL-2.1_or_MPL-1.1_and_MIT.txt.yml b/tests/licensedcode/data/datadriven/external/fossology-tests/Dual-license/LGPL-2.1_or_MPL-1.1_and_MIT.txt.yml index d0a562b88e4..84cead15b68 100644 --- a/tests/licensedcode/data/datadriven/external/fossology-tests/Dual-license/LGPL-2.1_or_MPL-1.1_and_MIT.txt.yml +++ b/tests/licensedcode/data/datadriven/external/fossology-tests/Dual-license/LGPL-2.1_or_MPL-1.1_and_MIT.txt.yml @@ -1,4 +1,2 @@ license_expressions: - - (lgpl-2.1 OR mpl-1.1) AND other-permissive - - mit - - gpl-1.0-plus + - lgpl-2.1 OR mpl-1.1