Skip to content

Commit 9171dd7

Browse files
committed
Add misc. license detection rules
These are for Typo3 plugins at https://gitlab.sgalinski.de/typo3/sg_cookie_optin Reported-by: Till Jaeger @LeChasseur Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent fecd055 commit 9171dd7

10 files changed

+86
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
license_expression: commercial-license
3+
is_license_reference: yes
4+
relevance: 100
5+
---
6+
7+
* Commercial license
8+
* You can buy a license key on the following site:
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
license_expression: commercial-license
3+
is_license_notice: yes
4+
---
5+
6+
# License
7+
8+
Some parts of this extension is under a commercial license.
9+
You can buy a license key on the following site:
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
license_expression: commercial-license
3+
is_license_notice: yes
4+
relevance: 100
5+
---
6+
7+
this extension is under a commercial license.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
license_expression: commercial-license
3+
is_license_notice: yes
4+
relevance: 100
5+
---
6+
7+
this is under a commercial license.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
license_expression: commercial-license
3+
is_license_notice: yes
4+
relevance: 100
5+
---
6+
7+
is under a commercial license.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
license_expression: gpl-2.0-plus
3+
is_license_notice: yes
4+
relevance: 100
5+
---
6+
7+
licensed under the {{TYPO3 GPL}}.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
license_expression: gpl-3.0-plus
3+
is_license_notice: yes
4+
ignorable_urls:
5+
- http://www.gnu.org/copyleft/gpl.html
6+
---
7+
8+
The project is free software; you can redistribute it and/or modify it under the
9+
terms of the GNU General Public License as published by the Free Software
10+
Foundation; either version 3 of the License, or (at your option) any later
11+
version.
12+
13+
The GNU General Public License can be found at
14+
http://www.gnu.org/copyleft/gpl.html.
15+
16+
This script is distributed in the hope that it will be useful, but WITHOUT ANY
17+
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
18+
PARTICULAR PURPOSE. See the GNU General Public License for more details.
19+
20+
This copyright notice MUST APPEAR in all copies of the script!
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
license_expression: commercial-license
3+
is_license_clue: yes
4+
relevance: 100
5+
---
6+
7+
Commercial license
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
license_expression: commercial-license
3+
is_license_clue: yes
4+
relevance: 100
5+
---
6+
7+
Commercial licence
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
license_expression: proprietary-license
3+
is_license_clue: yes
4+
relevance: 100
5+
---
6+
7+
proprietary licence

0 commit comments

Comments
 (0)