Skip to content

Commit ae50248

Browse files
Add more license rules (#3567)
* Add new license detection rules These are misc. rules, mostly seen in Maven POMs Also deprecate a few LGPL-3.0 rules that were incorrect and replace by LGPL-2.1 rules Signed-off-by: Philippe Ombredanne <[email protected]> Signed-off-by: Ayan Sinha Mahapatra <[email protected]> Co-authored-by: Ayan Sinha Mahapatra <[email protected]>
1 parent c9d76f4 commit ae50248

File tree

106 files changed

+1408
-211
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+1408
-211
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
license_expression: apache-2.0
3+
is_license_tag: yes
4+
ignorable_urls:
5+
- http://www.apache.org/licenses/LICENSE-2.0.txt
6+
---
7+
8+
<licenses>
9+
<license>
10+
<name>Apache License, Version 2.0</name>
11+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
12+
<distribution>repo</distribution>
13+
<comments>A business-friendly OSS license</comments>
14+
</license>
15+
</licenses>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
license_expression: apache-2.0
3+
is_license_tag: yes
4+
ignorable_urls:
5+
- http://www.apache.org/licenses/LICENSE-2.0.txt
6+
---
7+
8+
<license>
9+
<name>Apache License, Version 2.0</name>
10+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
11+
<distribution>repo</distribution>
12+
<comments>A business-friendly OSS license</comments>
13+
</license>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
license_expression: apache-2.0
3+
is_license_tag: yes
4+
relevance: 100
5+
ignorable_urls:
6+
- http://www.apache.org/licenses/LICENSE-2.0.txt
7+
---
8+
9+
<license>
10+
<name>Apache License, Version 2.0
11+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt
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
3+
is_license_tag: yes
4+
ignorable_urls:
5+
- http://www.apache.org/license/LICENSE-2.0.txt
6+
---
7+
8+
<licenses>
9+
<license>
10+
<name>The Apache Software License, Version 2.0</name>
11+
<url>http://www.apache.org/license/LICENSE-2.0.txt</url>
12+
<distribution>repo</distribution>
13+
</license>
14+
</licenses>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
license_expression: apache-2.0
3+
is_license_tag: yes
4+
ignorable_urls:
5+
- http://www.apache.org/license/LICENSE-2.0.txt
6+
---
7+
8+
<license>
9+
<name>The Apache Software License, Version 2.0</name>
10+
<url>http://www.apache.org/license/LICENSE-2.0.txt</url>
11+
<distribution>repo</distribution>
12+
</license>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
license_expression: apache-2.0
3+
is_license_tag: yes
4+
ignorable_urls:
5+
- http://www.apache.org/license/LICENSE-2.0.txt
6+
---
7+
8+
<license>
9+
<name>The Apache Software License, Version 2.0</name>
10+
<url>http://www.apache.org/license/LICENSE-2.0.txt</url>
11+
</license>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
license_expression: apache-2.0
3+
is_license_tag: yes
4+
ignorable_urls:
5+
- http://www.apache.org/license/LICENSE-2.0.txt
6+
---
7+
8+
<license>
9+
<name>The Apache Software License, Version 2.0</name>
10+
<url>http://www.apache.org/license/LICENSE-2.0.txt</url>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
license_expression: apache-2.0
3+
is_license_tag: yes
4+
ignorable_urls:
5+
- http://www.apache.org/license/LICENSE-2.0.txt
6+
---
7+
8+
<license>
9+
<name>The Apache Software License, Version 2.0
10+
<url>http://www.apache.org/license/LICENSE-2.0.txt
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
license_expression: apache-2.0
3+
is_license_tag: yes
4+
ignorable_urls:
5+
- http://www.apache.org/license/LICENSE-2.0.txt
6+
---
7+
8+
<name>The Apache Software License, Version 2.0
9+
<url>http://www.apache.org/license/LICENSE-2.0.txt
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
license_expression: apache-2.0
3+
is_license_tag: yes
4+
ignorable_urls:
5+
- https://opensource.org/licenses/Apache-2.0
6+
---
7+
8+
<license>
9+
<name>Apache-2.0
10+
<url>https://opensource.org/licenses/Apache-2.0
11+
<comments>Apache License, Version 2.0

0 commit comments

Comments
 (0)