Skip to content

Commit 20430c4

Browse files
More licenses (#3570)
* Add new license detection rules Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com> Co-authored-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 0a28d3e commit 20430c4

File tree

60 files changed

+1227
-65
lines changed

Some content is hidden

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

60 files changed

+1227
-65
lines changed

src/licensedcode/data/rules/agpl-3.0_with_agpl-generic-additional-terms_1.RULE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ When a user clicks on the "Download the modified version of the source code"
114114
(or the equivalent localized language version of the sentence) it must direct
115115
the user to an archive file containing the modified version of the source code
116116
or to an intermediate web page containing a hyperlink to directly download an
117-
archive file of the modified source code from a Web browser.
117+
archive file of the modified source code from a Web browser.
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
license_expression: apache-1.0
3+
is_license_text: yes
4+
relevance: 99
5+
notes: a rare Apache 1.0 variant with essentially the same terms. This is the same as lucre
6+
which in turn is mostly similar to the OpenSSL license.
7+
ignorable_authors:
8+
- the Apache Group
9+
ignorable_urls:
10+
- http://www.apache.org/
11+
---
12+
13+
Redistribution and use in source and binary forms, with or without
14+
modification, are permitted provided that the following conditions
15+
are met:
16+
17+
1. Redistributions of source code must retain the above copyright
18+
notice, this list of conditions and the following disclaimer.
19+
20+
2. Redistributions in binary form must reproduce the above copyright
21+
notice, this list of conditions and the following disclaimer in
22+
the documentation and/or other materials provided with the
23+
distribution.
24+
25+
3. All advertising materials mentioning features or use of this
26+
software must display the following acknowledgment:
27+
"This product includes software developed by the Apache Group
28+
for use in the Apache HTTP server project (http://www.apache.org/)."
29+
30+
4. The names "Apache Server" and "Apache Group" must not be used to
31+
endorse or promote products derived from this software without
32+
prior written permission.
33+
34+
5. Redistributions of any form whatsoever must retain the following
35+
acknowledgment:
36+
"This product includes software developed by the Apache Group
37+
for use in the Apache HTTP server project (http://www.apache.org/)."
38+
39+
THIS SOFTWARE IS PROVIDED BY THE APACHE GROUP ``AS IS'' AND ANY
40+
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
41+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
42+
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE APACHE GROUP OR
43+
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
44+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
45+
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
46+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
47+
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
48+
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
49+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50+
OF THE POSSIBILITY OF SUCH DAMAGE.
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
---
2+
license_expression: apache-1.0
3+
is_license_text: yes
4+
relevance: 99
5+
notes: https://github.com/chrissicool/l4openbsd/blob/077177814444e08500e47bc2488502f11469bc60/usr.sbin/httpd/src/modules/example/Makefile#L25
6+
ignorable_authors:
7+
- the Apache Group
8+
ignorable_urls:
9+
- http://www.apache.org/
10+
---
11+
12+
Redistribution and use in source and binary forms, with or without
13+
modification, are permitted provided that the following conditions
14+
are met:
15+
16+
1. Redistributions of source code must retain the above copyright
17+
notice, this list of conditions and the following disclaimer.
18+
19+
2. Redistributions in binary form must reproduce the above copyright
20+
notice, this list of conditions and the following disclaimer in
21+
the documentation and/or other materials provided with the
22+
distribution.
23+
24+
3. All advertising materials mentioning features or use of this
25+
software must display the following acknowledgment:
26+
"This product includes software developed by the Apache Group
27+
for use in the Apache HTTP server project (http://www.apache.org/)."
28+
29+
4. The names "Apache Server" and "Apache Group" must not be used to
30+
endorse or promote products derived from this software without
31+
prior written permission.
32+
33+
5. Redistributions of any form whatsoever must retain the following
34+
acknowledgment:
35+
"This product includes software developed by the Apache Group
36+
for use in the Apache HTTP server project (http://www.apache.org/)."
37+
38+
THIS SOFTWARE IS PROVIDED BY THE APACHE GROUP ``AS IS'' AND ANY
39+
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
40+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
41+
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE APACHE GROUP OR
42+
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
43+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
44+
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
45+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
46+
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
47+
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
48+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49+
OF THE POSSIBILITY OF SUCH DAMAGE.
50+
====================================================================
51+
52+
This software consists of voluntary contributions made by many
53+
individuals on behalf of the Apache Group and was originally based
54+
on public domain software written at the National Center for
55+
Supercomputing Applications, University of Illinois, Urbana-Champaign.
56+
For more information on the Apache Group and the Apache HTTP server
57+
project, please see <http://www.apache.org/>.
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_tag: yes
4+
ignorable_urls:
5+
- http://www.apache.org/licenses/LICENSE-2.0.txt
6+
---
7+
8+
name: {{Apache License, Version 2.0}}
9+
url: http://www.apache.org/licenses/LICENSE-2.0.txt
10+
comments: A business-friendly OSS license
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
license_expression: apache-2.0 OR epl-2.0
3+
is_license_tag: yes
4+
ignorable_urls:
5+
- https://opensource.org/licenses/Apache-2.0,https:/opensource.org/licenses/EPL-2.0
6+
---
7+
8+
<licenses>
9+
<license>
10+
<name>{{(Apache-2.0 OR EPL-2.0)}}</name>
11+
<url>https://opensource.org/licenses/Apache-2.0,https://opensource.org/licenses/EPL-2.0</url>
12+
<distribution>repo</distribution>
13+
<comments>This program and the accompanying materials are made available under the terms of the Apache License, Version 2.0, or the Eclipse Public License 2.0.</comments>
14+
</license>
15+
</licenses>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
license_expression: apache-2.0 OR epl-2.0
3+
is_license_tag: yes
4+
ignorable_urls:
5+
- https://opensource.org/licenses/Apache-2.0,https:/opensource.org/licenses/EPL-2.0
6+
---
7+
8+
<license>
9+
<name>{{(Apache-2.0 OR EPL-2.0)}}</name>
10+
<url>https://opensource.org/licenses/Apache-2.0,https://opensource.org/licenses/EPL-2.0</url>
11+
<distribution>repo</distribution>
12+
<comments>This program and the accompanying materials are made available under the terms of the Apache License, Version 2.0, or the Eclipse Public License 2.0.</comments>
13+
</license>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
license_expression: apache-2.0 OR epl-2.0
3+
is_license_tag: yes
4+
ignorable_urls:
5+
- https://opensource.org/licenses/Apache-2.0,https:/opensource.org/licenses/EPL-2.0
6+
---
7+
8+
<license>
9+
<name>{{(Apache-2.0 OR EPL-2.0)}}</name>
10+
<url>https://opensource.org/licenses/Apache-2.0,https://opensource.org/licenses/EPL-2.0</url>
11+
<distribution>repo</distribution>
12+
<comments>This program and the accompanying materials are made available under the terms of the Apache License, Version 2.0, or the Eclipse Public License 2.0.</comments>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
license_expression: apache-2.0 OR epl-2.0
3+
is_license_tag: yes
4+
ignorable_urls:
5+
- https://opensource.org/licenses/Apache-2.0,https:/opensource.org/licenses/EPL-2.0
6+
---
7+
8+
<license>
9+
<name>{{(Apache-2.0 OR EPL-2.0)}}</name>
10+
<url>https://opensource.org/licenses/Apache-2.0,https://opensource.org/licenses/EPL-2.0</url>
11+
<comments>This program and the accompanying materials are made available under the terms of the Apache License, Version 2.0, or the Eclipse Public License 2.0.</comments>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
license_expression: apache-2.0 OR epl-2.0
3+
is_license_tag: yes
4+
ignorable_urls:
5+
- https://opensource.org/licenses/Apache-2.0,https:/opensource.org/licenses/EPL-2.0
6+
---
7+
8+
<license>
9+
<name>{{(Apache-2.0 OR EPL-2.0)}}
10+
<url>https://opensource.org/licenses/Apache-2.0,https://opensource.org/licenses/EPL-2.0
11+
<comments>This program and the accompanying materials are made available under the terms of the Apache License, Version 2.0, or the Eclipse Public License 2.0.
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 OR epl-2.0
3+
is_license_tag: yes
4+
ignorable_urls:
5+
- https://opensource.org/licenses/Apache-2.0,https:/opensource.org/licenses/EPL-2.0
6+
---
7+
8+
<license>
9+
<name>{{(Apache-2.0 OR EPL-2.0)}}
10+
<url>https://opensource.org/licenses/Apache-2.0,https://opensource.org/licenses/EPL-2.0

0 commit comments

Comments
 (0)