Skip to content

Commit 0a28d3e

Browse files
Add license detection rules (#3568)
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent ae50248 commit 0a28d3e

File tree

3 files changed

+32
-0
lines changed

3 files changed

+32
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
license_expression: apache-2.0 OR epl-2.0
3+
is_license_tag: yes
4+
ignorable_urls:
5+
- https://opensource.org/licenses/Apache-2.0
6+
- https://opensource.org/licenses/EPL-2.0
7+
---
8+
9+
Apache-2.0
10+
description {{Apache License, Version 2.0}}
11+
link https://opensource.org/licenses/Apache-2.0
12+
EPL-2.0
13+
description {{Eclipse Public License, Version 2.0}}
14+
link https://opensource.org/licenses/EPL-2.0
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
license_expression: bsd-simplified
3+
is_license_tag: yes
4+
---
5+
6+
<licenses>
7+
<license>
8+
<name>BSD-license</name>
9+
<comments> {{Revised 2-clause BSD license}} </comments>
10+
</license>
11+
</licenses>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
license_expression: bsd-simplified
3+
is_license_tag: yes
4+
---
5+
6+
name: BSD-license
7+
comments: {{Revised 2-clause BSD license}}

0 commit comments

Comments
 (0)