Skip to content

Commit 6b1a7f0

Browse files
committed
Add new improved license detection rules
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 6890e4f commit 6b1a7f0

Some content is hidden

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

53 files changed

+395
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
license_expression: cc0-1.0 OR gpl-1.0-plus
3+
is_license_notice: yes
4+
referenced_filenames:
5+
- license.txt
6+
- Licenses/CC0-1.0.txt
7+
---
8+
9+
The following files are released into the public domain and can be distributed under the terms and conditions of the Creative Commons 0 license (See Licenses/CC0-1.0.txt). For any areas that do not legally accept the public domain or CC0 these files can be distributed under the terms and conditions of the GPL (See license.txt):
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
license_expression: gpl-1.0-plus
3+
is_license_notice: yes
4+
relevance: 100
5+
---
6+
7+
under terms and conditions of the GPL
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
license_expression: gpl-1.0-plus
3+
is_license_notice: yes
4+
relevance: 100
5+
---
6+
7+
Distributed under the terms and conditions of {{the GPL}}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
license_expression: gpl-1.0-plus
3+
is_license_notice: yes
4+
relevance: 100
5+
---
6+
7+
This program is distributed under the terms and conditions of the GPL
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
license_expression: gpl-1.0-plus
3+
is_license_notice: yes
4+
ignorable_urls:
5+
- http://www.gnu.org/copyleft/gpl.html
6+
---
7+
8+
This program is distributed under the terms and conditions of the GPL
9+
See http://www.gnu.org/copyleft/gpl.html for details
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
license_expression: gpl-1.0-plus
3+
is_license_notice: yes
4+
referenced_filenames:
5+
- README
6+
- LICENSE
7+
---
8+
9+
This program is distributed under the terms and conditions of the GPL
10+
See the README and LICENSE files for details
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
license_expression: gpl-1.0-plus
3+
is_license_notice: yes
4+
relevance: 100
5+
---
6+
7+
this script is distributed under the terms and conditions of the GPL.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
license_expression: gpl-1.0-plus
3+
is_license_notice: yes
4+
relevance: 100
5+
referenced_filenames:
6+
- lang/license.html
7+
---
8+
9+
Distributed under the terms and conditions of the GPL as stated in lang/license.html
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
license_expression: gpl-1.0-plus
3+
is_license_notice: yes
4+
relevance: 100
5+
referenced_filenames:
6+
- docs/license.txt
7+
---
8+
9+
Distributed under the terms and conditions of the GPL as stated in docs/license.txt
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
license_expression: gpl-1.0-plus
3+
is_license_notice: yes
4+
relevance: 100
5+
referenced_filenames:
6+
- LICENSE
7+
---
8+
9+
This program is distributed under the terms and conditions of the GPL
10+
See LICENSE file for details.

0 commit comments

Comments
 (0)