Skip to content

Commit 656b19d

Browse files
committed
Add new misc. license detection rules
These are various rules to improve license detection Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 83d857c commit 656b19d

File tree

68 files changed

+909
-0
lines changed

Some content is hidden

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

68 files changed

+909
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
license_expression: agpl-3.0
3+
is_license_notice: yes
4+
---
5+
6+
* This program is free software; you can redistribute it and/or modify
7+
* it under the terms of the GNU Affero General Public License version 3.
8+
*
9+
* You should have received a copy of the GNU Affero General Public License
10+
* along with this program.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
license_expression: agpl-3.0
3+
is_license_notice: yes
4+
---
5+
6+
* Content outside of the above mentioned directories or restrictions above is available under the "AGPLv3" license as defined below.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
license_expression: agpl-3.0 WITH linking-exception-agpl-3.0
3+
is_license_notice: yes
4+
notes: https://github.com/FellowTraveler/Open-Transactions/blob/3c4908be5d4abf110f5c2fdaa1db4678bdd84644/docs/LICENSE-AND-CREDITS.txt#L1341
5+
---
6+
7+
ADDITIONAL PERMISSION under the GNU Affero GPL version 3 section 7:
8+
* This paragraph applies only to the LAGPLv3 components listed above.
9+
* If you modify this Program, or any covered work, by linking or
10+
* combining it with other code, such other code is not for that reason
11+
* alone subject to any of the requirements of the GNU Affero GPL
12+
* version 3.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
license_expression: agpl-3.0 WITH linking-exception-agpl-3.0
3+
is_license_notice: yes
4+
---
5+
6+
* This program is free software; you can redistribute it and/or modify
7+
* it under the terms of the GNU Affero General Public License version 3.
8+
*
9+
* You should have received a copy of the GNU Affero General Public License
10+
* along with this program.
11+
*
12+
* Additionally, the following linking exception is granted:
13+
*
14+
* If you modify this Program, or any covered work, by linking or
15+
* combining it with other code, such other code is not for that reason
16+
* alone subject to any of the requirements of the GNU Affero GPL
17+
* version 3.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
license_expression: agpl-3.0 WITH linking-exception-agpl-3.0 OR commercial-license
3+
is_license_notice: yes
4+
---
5+
6+
* This program is free software; you can redistribute it and/or modify
7+
* it under the terms of the GNU Affero General Public License version 3.
8+
*
9+
* You should have received a copy of the GNU Affero General Public License
10+
* along with this program.
11+
*
12+
* Additionally, the following linking exception is granted:
13+
*
14+
* If you modify this Program, or any covered work, by linking or
15+
* combining it with other code, such other code is not for that reason
16+
* alone subject to any of the requirements of the GNU Affero GPL
17+
* version 3.
18+
*
19+
* You can be released from the requirements of the license by purchasing
20+
* a commercial license.
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
license_expression: antlr-pd
3+
is_license_text: yes
4+
ignorable_authors:
5+
- Terence Parr
6+
ignorable_emails:
7+
8+
9+
---
10+
11+
SOFTWARE RIGHTS
12+
13+
ANTLR 1989-2004 Developed by Terence Parr
14+
Partially supported by University of San Francisco & jGuru.com
15+
16+
We reserve no legal rights to the ANTLR--it is fully in the
17+
public domain. An individual or company may do whatever
18+
they wish with source code distributed with ANTLR or the
19+
code generated by ANTLR, including the incorporation of
20+
ANTLR, or its output, into commerical software.
21+
22+
We encourage users to develop software with ANTLR. However,
23+
we do ask that credit is given to us for developing
24+
ANTLR. By "credit", we mean that if you use ANTLR or
25+
incorporate any source code into one of your programs
26+
(commercial product, research project, or otherwise) that
27+
you acknowledge this fact somewhere in the documentation,
28+
research report, etc... If you like ANTLR and have
29+
developed a nice tool with the output, please mention that
30+
you developed it using ANTLR. In addition, we ask that the
31+
headers remain intact in our source code. As long as these
32+
guidelines are kept, we expect to continue enhancing this
33+
system and expect to make other tools available as they are
34+
completed.
35+
36+
The primary ANTLR guy:
37+
38+
Terence Parr
39+
40+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
license_expression: antlr-pd OR bsd-new
3+
is_license_notice: yes
4+
relevance: 99
5+
referenced_filenames:
6+
- LICENSE.txt
7+
notes: the license varies based on the ANTLR version
8+
---
9+
10+
This file is part of ANTLR. See LICENSE.txt for licence
11+
details.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
license_expression: antlr-pd OR bsd-new
3+
is_license_notice: yes
4+
relevance: 99
5+
referenced_filenames:
6+
- LICENSE.txt
7+
notes: the license varies based on the ANTLR version
8+
---
9+
10+
## This file is part of ANTLR. See LICENSE.txt for license ##
11+
## details.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
license_expression: antlr-pd OR bsd-new
3+
is_license_notice: yes
4+
relevance: 99
5+
referenced_filenames:
6+
- LICENSE.txt
7+
notes: the license varies based on the ANTLR version
8+
---
9+
10+
This file is part of PyANTLR. See LICENSE.txt for license details. .
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
license_expression: antlr-pd OR bsd-new
3+
is_license_notice: yes
4+
relevance: 99
5+
referenced_filenames:
6+
- LICENSE.txt
7+
notes: the license varies based on the ANTLR version
8+
---
9+
10+
This file is part of PyANTLR. See LICENSE.txt for licence details. .

0 commit comments

Comments
 (0)