From 33284e1bcbc6c4a9d69fd886f3e174c23fe2a960 Mon Sep 17 00:00:00 2001 From: Gergely Csatari Date: Mon, 16 Feb 2026 13:53:10 +0100 Subject: [PATCH 1/2] Adding rule for epl-2.0 OR lgpl-2.1 Signed-off-by: Gergely Csatari --- .../data/rules/epl-2.0_or_lgpl-2.1.RULE | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/licensedcode/data/rules/epl-2.0_or_lgpl-2.1.RULE diff --git a/src/licensedcode/data/rules/epl-2.0_or_lgpl-2.1.RULE b/src/licensedcode/data/rules/epl-2.0_or_lgpl-2.1.RULE new file mode 100644 index 0000000000..14b216ddfa --- /dev/null +++ b/src/licensedcode/data/rules/epl-2.0_or_lgpl-2.1.RULE @@ -0,0 +1,13 @@ +--- +license_expression: epl-2.0 OR lgpl-2.1 +is_license_notice: yes +--- + +* This program and the accompanying materials are dual-licensed under + * either the terms of the Eclipse Public License v2.0 as published by + * the Eclipse Foundation + * + * or (per the licensee's choosing) + * + * under the terms of the GNU Lesser General Public License version 2.1 + * as published by the Free Software Foundation. From 4891304c9211b4ad705cc0a2fa234245a3918909 Mon Sep 17 00:00:00 2001 From: Gergely Csatari Date: Tue, 30 Jun 2026 13:03:06 +0300 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Philippe Ombredanne Signed-off-by: Gergely Csatari --- src/licensedcode/data/rules/epl-2.0_or_lgpl-2.1.RULE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/licensedcode/data/rules/epl-2.0_or_lgpl-2.1.RULE b/src/licensedcode/data/rules/epl-2.0_or_lgpl-2.1.RULE index 14b216ddfa..d55f19afaf 100644 --- a/src/licensedcode/data/rules/epl-2.0_or_lgpl-2.1.RULE +++ b/src/licensedcode/data/rules/epl-2.0_or_lgpl-2.1.RULE @@ -4,10 +4,10 @@ is_license_notice: yes --- * This program and the accompanying materials are dual-licensed under - * either the terms of the Eclipse Public License v2.0 as published by + * either the terms of the {{Eclipse Public License v2.0}} as published by * the Eclipse Foundation * - * or (per the licensee's choosing) + * or {{(per the licensee's choosing)}} * - * under the terms of the GNU Lesser General Public License version 2.1 + * under the terms of the {{GNU Lesser General Public License version 2.1}} * as published by the Free Software Foundation.