From 33284e1bcbc6c4a9d69fd886f3e174c23fe2a960 Mon Sep 17 00:00:00 2001 From: Gergely Csatari Date: Mon, 16 Feb 2026 13:53:10 +0100 Subject: [PATCH] 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.