Skip to content

Commit 287de1a

Browse files
committed
Add misc. license detection rules
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent fa954a5 commit 287de1a

Some content is hidden

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

51 files changed

+408
-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: apache-2.0
3+
is_license_notice: yes
4+
ignorable_urls:
5+
- http://www.apache.org/licenses/LICENSE-2.0
6+
---
7+
8+
This program is licensed under the terms of the
9+
{{ Apache Software License }} (http://www.apache.org/licenses/LICENSE-2.0)
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_notice: yes
4+
ignorable_urls:
5+
- https://www.apache.org/licenses/LICENSE-2.0
6+
---
7+
8+
This program is licensed under the terms of the
9+
{{ Apache Software License }} (https://www.apache.org/licenses/LICENSE-2.0)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
license_expression: apache-2.0
3+
is_license_notice: yes
4+
relevance: 100
5+
---
6+
7+
This program is licensed under the terms of the
8+
{{ Apache Software License }}
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_reference: yes
4+
relevance: 100
5+
ignorable_urls:
6+
- https://www.apache.org/licenses/LICENSE-2.0
7+
---
8+
9+
[Apache 2](https://www.apache.org/licenses/LICENSE-2.0)
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_notice: yes
4+
referenced_filenames:
5+
- LICENSE
6+
---
7+
8+
## License
9+
The code in this project is licensed under the Apache 2.0 License - see the [LICENSE](LICENSE) file for details.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
license_expression: apache-2.0
3+
is_license_notice: yes
4+
referenced_filenames:
5+
- LICENSE
6+
---
7+
8+
The code in this project is licensed under the Apache 2.0 License - see the [LICENSE](LICENSE) file for details.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
license_expression: bigscience-rail-1.0
3+
is_license_reference: yes
4+
relevance: 100
5+
ignorable_urls:
6+
- https://bigscience.huggingface.co/blog/the-bigscience-rail-license
7+
---
8+
9+
[BigScience RAIL](https://bigscience.huggingface.co/blog/the-bigscience-rail-license)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
license_expression: bigscience-rail-1.0
3+
is_license_reference: yes
4+
relevance: 100
5+
---
6+
7+
[BigScience RAIL]
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
license_expression: bigscience-rail-1.0
3+
is_license_reference: yes
4+
relevance: 100
5+
ignorable_urls:
6+
- https://bigscience.huggingface.co/blog/the-bigscience-rail-license
7+
---
8+
9+
https://bigscience.huggingface.co/blog/the-bigscience-rail-license
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
license_expression: boost-1.0
3+
is_license_notice: yes
4+
relevance: 100
5+
referenced_filenames:
6+
- LICENSE.BSL
7+
---
8+
9+
taken from Boost and are licensed
10+
under the Boost Software License (see LICENSE.BSL).

0 commit comments

Comments
 (0)