Skip to content

Commit 84e719a

Browse files
committed
Add new license detection rule for MIT
This new rule matches MIT in some npm's package.json files. See also #2523 Signed-off-by: Hanna Modica <[email protected]>
1 parent 90037b1 commit 84e719a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
licenses":
2+
"type": "MIT",
3+
"url": "http://opensource.org/licenses/MIT"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
license_expression: mit
2+
is_license_tag: yes
3+
relevance: 100
4+
ignorable_urls:
5+
- http://opensource.org/licenses/MIT

0 commit comments

Comments
 (0)