Skip to content

Commit

Permalink
Add misc. license detection rules
Browse files Browse the repository at this point in the history
These are for Typo3 plugins at https://gitlab.sgalinski.de/typo3/sg_cookie_optin

Reported-by: Till Jaeger @LeChasseur
Signed-off-by: Philippe Ombredanne <[email protected]>
  • Loading branch information
pombredanne committed Nov 21, 2023
1 parent fecd055 commit 9171dd7
Show file tree
Hide file tree
Showing 10 changed files with 86 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/licensedcode/data/rules/commercial-license_92.RULE
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
license_expression: commercial-license
is_license_reference: yes
relevance: 100
---

* Commercial license
* You can buy a license key on the following site:
9 changes: 9 additions & 0 deletions src/licensedcode/data/rules/commercial-license_93.RULE
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
license_expression: commercial-license
is_license_notice: yes
---

# License

Some parts of this extension is under a commercial license.
You can buy a license key on the following site:
7 changes: 7 additions & 0 deletions src/licensedcode/data/rules/commercial-license_94.RULE
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
license_expression: commercial-license
is_license_notice: yes
relevance: 100
---

this extension is under a commercial license.
7 changes: 7 additions & 0 deletions src/licensedcode/data/rules/commercial-license_95.RULE
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
license_expression: commercial-license
is_license_notice: yes
relevance: 100
---

this is under a commercial license.
7 changes: 7 additions & 0 deletions src/licensedcode/data/rules/commercial-license_96.RULE
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
license_expression: commercial-license
is_license_notice: yes
relevance: 100
---

is under a commercial license.
7 changes: 7 additions & 0 deletions src/licensedcode/data/rules/gpl-2.0-plus_1121.RULE
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
license_expression: gpl-2.0-plus
is_license_notice: yes
relevance: 100
---

licensed under the {{TYPO3 GPL}}.
20 changes: 20 additions & 0 deletions src/licensedcode/data/rules/gpl-3.0-plus_584.RULE
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
license_expression: gpl-3.0-plus
is_license_notice: yes
ignorable_urls:
- http://www.gnu.org/copyleft/gpl.html
---

The project is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation; either version 3 of the License, or (at your option) any later
version.

The GNU General Public License can be found at
http://www.gnu.org/copyleft/gpl.html.

This script is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.

This copyright notice MUST APPEAR in all copies of the script!
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
license_expression: commercial-license
is_license_clue: yes
relevance: 100
---

Commercial license
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
license_expression: commercial-license
is_license_clue: yes
relevance: 100
---

Commercial licence
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
license_expression: proprietary-license
is_license_clue: yes
relevance: 100
---

proprietary licence

0 comments on commit 9171dd7

Please sign in to comment.