Skip to content

Commit 405273a

Browse files
committed
Add license rule for LGPL-3.0-or-later notice pattern
Fixes #3935 Adds detection rule for the license notice pattern: 'Distributed under the terms of the GNU Lesser General Public License, either version 3 of the License, or (at your option) any later version.' This pattern was previously misdetected due to partial matching.
1 parent c05a13d commit 405273a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
license_expression: lgpl-3.0-plus
3+
is_license_notice: yes
4+
relevance: 100
5+
---
6+
Distributed under the terms of the GNU Lesser General Public License,
7+
either version 3 of the License, or (at your option) any later version.

0 commit comments

Comments
 (0)