Skip to content

Commit c754945

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. Signed-off-by: harpreet kaur gothra <harpreetk2146@gmail.com>
1 parent c05a13d commit c754945

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
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)