Skip to content

Commit 160e95b

Browse files
committed
Add new license detection rules
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 584e3d6 commit 160e95b

21 files changed

+171
-15
lines changed
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+
ignorable_urls:
5+
- http://www.apache.org/licenses/LICENSE-2.0.html
6+
---
7+
8+
source code is licensed under the Apache Licence, Version 2.0 [http://www.apache.org/licenses/LICENSE-2.0.html](http://www.apache.org/licenses/LICENSE-2.0.html)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
license_expression: apache-2.0
3+
is_license_notice: yes
4+
relevance: 100
5+
---
6+
7+
library under The Apache Licence, version 2.0
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
license_expression: apache-2.0
3+
is_license_notice: yes
4+
relevance: 100
5+
---
6+
7+
under the terms of the Apache Licence, Version 2.0
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
license_expression: apache-2.0
3+
is_license_notice: yes
4+
relevance: 100
5+
---
6+
7+
licensed under the Apache Licence, Version 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+
relevance: 100
5+
ignorable_urls:
6+
- https://github.com/gchq/CyberChef/blob/master/LICENSE
7+
---
8+
9+
License (Apache Licence, Version 2.0): https://github.com/gchq/CyberChef/blob/master/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_notice: yes
4+
relevance: 100
5+
ignorable_urls:
6+
- http://www.apache.org/licenses/LICENSE-2.0.html
7+
---
8+
9+
licensed under
10+
`Apache Licence, Version 2.0 <http://www.apache.org/licenses/LICENSE-2.0.html>`_.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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+
Licensed under the Apache Licence, Version 2.0 (the "Licence");
9+
you may not use this project except in compliance with the Licence.
10+
You may obtain a copy of the Licence at
11+
12+
http://www.apache.org/licenses/LICENSE-2.0
13+
14+
Unless required by applicable law or agreed to in writing, software
15+
distributed under the Licence is distributed on an "AS IS" BASIS,
16+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
See the Licence for the specific language governing permissions and
18+
limitations under the Licence.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
license_expression: cc-by-sa-3.0
3+
is_license_notice: yes
4+
ignorable_urls:
5+
- https://creativecommons.org/licenses/by-sa/3.0/legalcode
6+
---
7+
8+
licensed under {{Creative Commons Attribution-ShareAlike 3.0}} License as found
9+
at https://creativecommons.org/licenses/by-sa/3.0/legalcode
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
license_expression: cc-by-sa-4.0
3+
is_license_notice: yes
4+
ignorable_urls:
5+
- https://creativecommons.org/licenses/by-sa/4.0/legalcode
6+
---
7+
8+
licensed under {{Creative Commons Attribution-ShareAlike 4.0}} License as found
9+
at https://creativecommons.org/licenses/by-sa/4.0/legalcode
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
license_expression: gpl-3.0
3+
is_license_notice: yes
4+
relevance: 100
5+
---
6+
7+
This file is {{distributed under the same license as the samba}} package.

0 commit comments

Comments
 (0)