Skip to content

Commit 1bab112

Browse files
adds MIT detection rule 1055
This provides a rule that matches MIT notices of form (note: indent for highlight): License This project is licensed under the terms of the MIT license. Signed-off-by: Peter Gardfjäll <[email protected]>
1 parent daeb709 commit 1bab112

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
License
2+
3+
This project is licensed under the terms of the MIT license.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
license_expression: mit
2+
is_license_notice: yes
3+
relevance: 100
4+
minimum_coverage: 70

0 commit comments

Comments
 (0)