Skip to content

Commit e4f216e

Browse files
committed
Add new license detection rules
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 7aee267 commit e4f216e

19 files changed

Lines changed: 240 additions & 0 deletions
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
license_expression: epl-2.0
3+
is_license_tag: yes
4+
ignorable_urls:
5+
- https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt
6+
---
7+
8+
- name: Eclipse Public License v. 2.0
9+
url: https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
license_expression: epl-2.0
3+
is_license_tag: yes
4+
ignorable_urls:
5+
- https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt
6+
---
7+
8+
license
9+
<name>Eclipse Public License v. 2.0
10+
<url>https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
license_expression: epl-2.0 OR gpl-2.0 WITH classpath-exception-2.0
3+
is_license_tag: yes
4+
ignorable_urls:
5+
- https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt
6+
- https://www.gnu.org/software/classpath/license.html
7+
---
8+
9+
<name>Eclipse Public License v. 2.0</name>
10+
<url>https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt</url>
11+
<name>GNU General Public License, version 2 with the GNU Classpath Exception</name>
12+
<url>https://www.gnu.org/software/classpath/license.html</url>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
license_expression: epl-2.0 OR gpl-2.0 WITH classpath-exception-2.0
3+
is_license_tag: yes
4+
ignorable_urls:
5+
- https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt
6+
- https://www.gnu.org/software/classpath/license.html
7+
---
8+
9+
license
10+
<name>Eclipse Public License v. 2.0</name>
11+
<url>https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt</url>
12+
<name>GNU General Public License, version 2 with the GNU Classpath Exception</name>
13+
<url>https://www.gnu.org/software/classpath/license.html</url>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
license_expression: epl-2.0 OR gpl-2.0 WITH classpath-exception-2.0
3+
is_license_tag: yes
4+
ignorable_urls:
5+
- https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt
6+
- https://www.gnu.org/software/classpath/license.html
7+
---
8+
9+
license
10+
<name>Eclipse Public License v. 2.0
11+
<url>https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt
12+
<name>GNU General Public License, version 2 with the GNU Classpath Exception
13+
<url>https://www.gnu.org/software/classpath/license.html
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
license_expression: epl-2.0 OR gpl-2.0 WITH classpath-exception-2.0
3+
is_license_tag: yes
4+
ignorable_urls:
5+
- https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt
6+
- https://www.gnu.org/software/classpath/license.html
7+
---
8+
9+
- name: Eclipse Public License v. 2.0
10+
url: https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt
11+
- name: GNU General Public License, version 2 with the GNU Classpath Exception
12+
url: https://www.gnu.org/software/classpath/license.html
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
license_expression: (epl-2.0 OR gpl-2.0 WITH classpath-exception-2.0) AND bsd-new
3+
is_license_notice: yes
4+
ignorable_urls:
5+
- http://www.eclipse.org/legal/epl-2.0
6+
- http://www.eclipse.org/org/documents/edl-v10.php
7+
- https://www.gnu.org/software/classpath/license.html
8+
---
9+
10+
<name>EPL 2.0
11+
<url>http://www.eclipse.org/legal/epl-2.0
12+
<name>GPL2 w/ CPE
13+
<url>https://www.gnu.org/software/classpath/license.html
14+
<name>EDL 1.0
15+
<url>http://www.eclipse.org/org/documents/edl-v10.php
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
license_expression: gpl-2.0 WITH classpath-exception-2.0
3+
is_license_tag: yes
4+
ignorable_urls:
5+
- https://www.gnu.org/software/classpath/license.html
6+
---
7+
8+
- name: GNU General Public License, version 2 with the GNU Classpath Exception
9+
url: https://www.gnu.org/software/classpath/license.html
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
license_expression: gpl-2.0 WITH classpath-exception-2.0
3+
is_license_tag: yes
4+
ignorable_urls:
5+
- https://www.gnu.org/software/classpath/license.html
6+
---
7+
8+
license
9+
<name>GNU General Public License, version 2 with the GNU Classpath Exception
10+
<url>https://www.gnu.org/software/classpath/license.html
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
license_expression: lgpl-3.0
3+
is_license_tag: yes
4+
ignorable_urls:
5+
- http://www.gnu.org/licenses/lgpl.html
6+
---
7+
8+
<license>
9+
<name>GNU General Lesser Public License (LGPL) version 3.0</name>
10+
<url>http://www.gnu.org/licenses/lgpl.html</url>
11+
<distribution>repo</distribution>
12+
</license>

0 commit comments

Comments
 (0)