Skip to content

Commit 8c5ca67

Browse files
committed
Add new license detection rules
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 9867a71 commit 8c5ca67

File tree

8 files changed

+89
-0
lines changed

8 files changed

+89
-0
lines changed
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_notice: yes
4+
ignorable_urls:
5+
- https://www.apache.org/licenses/LICENSE-2.0
6+
---
7+
8+
All rights reserved. This program and the accompanying materials
9+
are made available under the terms of the Apache Software License v2.0
10+
which accompanies this distribution, and is available at
11+
https://www.apache.org/licenses/LICENSE-2.0
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_notice: yes
4+
ignorable_urls:
5+
- https://www.apache.org/licenses/LICENSE-2.0
6+
---
7+
8+
This program and the accompanying materials
9+
are made available under the terms of the Apache Software License v2.0
10+
which accompanies this distribution, and is available at
11+
https://www.apache.org/licenses/LICENSE-2.0
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
license_expression: epl-1.0
3+
is_license_notice: yes
4+
ignorable_urls:
5+
- https://www.eclipse.org/legal/epl-v10.html
6+
---
7+
8+
All rights reserved. This program and the accompanying materials
9+
are made available under the terms of the Eclipse Public License v1.0
10+
which accompanies this distribution, and is available at
11+
https://www.eclipse.org/legal/epl-v10.html
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
license_expression: epl-1.0
3+
is_license_tag: yes
4+
ignorable_urls:
5+
- https://www.eclipse.org/legal/epl-v10.html
6+
---
7+
8+
<licenses>
9+
<license>
10+
<name>The Eclipse Public License, Version 1.0</name>
11+
<url>https://www.eclipse.org/legal/epl-v10.html</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: epl-1.0
3+
is_license_tag: yes
4+
ignorable_urls:
5+
- https://www.eclipse.org/legal/epl-v10.html
6+
---
7+
8+
<license>
9+
<name>The Eclipse Public License, Version 1.0</name>
10+
<url>https://www.eclipse.org/legal/epl-v10.html</url>
11+
<distribution>repo</distribution>
12+
</license>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
license_expression: epl-1.0
3+
is_license_tag: yes
4+
ignorable_urls:
5+
- https://www.eclipse.org/legal/epl-v10.html
6+
---
7+
8+
<license>
9+
<name>The Eclipse Public License, Version 1.0</name>
10+
<url>https://www.eclipse.org/legal/epl-v10.html</url>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
license_expression: epl-1.0
3+
is_license_tag: yes
4+
ignorable_urls:
5+
- https://www.eclipse.org/legal/epl-v10.html
6+
---
7+
8+
<license>
9+
<name>The Eclipse Public License, Version 1.0
10+
<url>https://www.eclipse.org/legal/epl-v10.html
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
license_expression: epl-1.0
3+
is_license_tag: yes
4+
relevance: 100
5+
ignorable_urls:
6+
- https://www.eclipse.org/legal/epl-v10.html
7+
---
8+
9+
<name>The Eclipse Public License, Version 1.0
10+
<url>https://www.eclipse.org/legal/epl-v10.html

0 commit comments

Comments
 (0)