Skip to content

Commit b2968dc

Browse files
Add new Apache or MIT license rule #3738 (#3750)
* Fix false positive license detection #3738 Signed-off-by: Vasily Pozdnyakov <vasily.pozdnyakov@tngtech.com>
1 parent 8f5daf7 commit b2968dc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
license_expression: mit OR apache-2.0
3+
is_license_notice: yes
4+
relevance: 100
5+
referenced_filenames:
6+
- LICENSE_MIT
7+
- LICENSE_APACHE
8+
---
9+
10+
This source code is licensed under both the {{MIT}} license found in the
11+
LICENSE_MIT file in the root directory of this source tree and the {{Apache}}
12+
License, Version 2.0 found in the LICENSE_APACHE file in the root directory
13+
of this source tree.

0 commit comments

Comments
 (0)