Skip to content

Commit 3775292

Browse files
committed
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 <jayantmcom@gmail.com>
1 parent ed645a9 commit 3775292

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
license_expression: bsd-new
3+
is_license_notice: yes
4+
relevance: 100
5+
ignorable_copyrights:
6+
- Copyright (c) 2002-2020, the original author or authors
7+
ignorable_holders:
8+
- the original author or authors
9+
ignorable_urls:
10+
- https://opensource.org/licenses/BSD-3-Clause
11+
notes: License notice found in XML comments of JLine project POM files
12+
---
13+
14+
This software is distributable under the BSD license. See the terms of the
15+
BSD license in the documentation provided with this software.
16+
17+
https://opensource.org/licenses/BSD-3-Clause

0 commit comments

Comments
 (0)