From 86782029e272b38e78ece1b4ae3481cc76d4bb16 Mon Sep 17 00:00:00 2001 From: Jayant Saxena Date: Thu, 29 Jan 2026 11:26:57 +0530 Subject: [PATCH] Fix BSD license detection for JLine XML comments (#4681) Add proper BSD detection rule for JLine style XML comments. Detects BSD-3-Clause in POM files. Includes validation fixes and correct metadata fields. Signed-off-by: Jayant Saxena --- .../data/rules/bsd-new_jline_xml.RULE | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/licensedcode/data/rules/bsd-new_jline_xml.RULE diff --git a/src/licensedcode/data/rules/bsd-new_jline_xml.RULE b/src/licensedcode/data/rules/bsd-new_jline_xml.RULE new file mode 100644 index 0000000000..129b4ed475 --- /dev/null +++ b/src/licensedcode/data/rules/bsd-new_jline_xml.RULE @@ -0,0 +1,17 @@ +--- +license_expression: bsd-new +is_license_notice: yes +relevance: 100 +ignorable_copyrights: + - Copyright (c) 2002-2020, the original author or authors +ignorable_holders: + - the original author or authors +ignorable_urls: + - https://opensource.org/licenses/BSD-3-Clause + +--- + +This software is distributable under the BSD license. See the terms of the +BSD license in the documentation provided with this software. + +https://opensource.org/licenses/BSD-3-Clause