-
Notifications
You must be signed in to change notification settings - Fork 70
/
attribution.html
103 lines (87 loc) · 3.71 KB
/
attribution.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta charset="utf-8" />
<title>Attribution</title>
<style>
pre {
white-space: pre-wrap;
}
ul.list-unstyled {
padding-left: 0;
list-style: none;
}
ul.list-unstyled > li {
line-height: 25px;
}
li.feature {
margin-top: 15px;
}
</style>
</head>
<body>
<h1>Attribution for ScanCode Workbench 4.0.3 by nexB</h1>
<p>
For instructions on how to obtain a copy of any source code being made
publicly available by nexB Inc. related to software used in ScanCode
Workbench you may send your request in writing to:<br /><br />
nexB Inc.<br />
</p>
<p>4966 El Camino Real, Suite 119,<br />Los Altos, CA 94022<br />USA</p>
<p></p>
<p>
Contact:
<a href="http://www.nexb.com/" rel="nofollow">http://www.nexb.com/</a>
</p>
<h2>About ScanCode Workbench 4.0.3:</h2>
<p>
ScanCode Workbench 4.0.3 is licensed under
<a href="#license_apache-2.0">Apache 2.0</a> AND
<a href="#license_mit">MIT License</a> AND
<a href="#license_cc0-1.0">CC0-1.0</a> AND
<a href="#license_ofl-1.1">OFL 1.1</a> AND
<a href="#license_mit">MIT License</a> AND
<a href="#license_cc-by-3.0">CC-BY-3.0</a> AND
<a href="#license_lgpl-2.1">LGPL 2.1</a> AND
<a href="#license_bsd-new">BSD-3-Clause</a> AND
<a href="#license_other-copyleft">Other Copyleft Licenses</a> AND
<a href="#license_other-permissive">Other Permissive Licenses</a> and the
third-party licenses listed below.
</p>
<pre> Copyright (c) nexB Inc. and others. All rights reserved.</pre>
<pre>
Software license
================
Copyright (c) nexB Inc. and others. All rights reserved.
https://nexb.com and https://github.com/aboutcode-org/scancode-workbench/
The ScanCode Workbench software is licensed under the Apache License version 2.0.
ScanCode is a trademark of nexB Inc.
You may not use this software except in compliance with the License.
You may obtain a copy of the License at: http://apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.
Third-party software licenses
=============================
ScanCode Workbench embeds third-party free and open source software packages under various
licenses including copyleft licenses. Some of the third-party software packages
are delivered as pre-built binaries. The origin and license of these packages is
documented by .ABOUT files.
You may also contact us to request the source code by email at [email protected] or
by postal mail at:
nexB Inc., ScanCode Workbench open source code request
4966 El Camino Real, Suite 119, Los Altos, CA 94022, USA
Please indicate in your communication the ScanCode Workbench version for which you are
requesting source code.
ScanCode Workbench was built using <a href="https://www.electronforge.io/templates/typescript-+-webpack-template">Webpack + Typescript</a> template officially provided
by electronforge that is dedicated to the Public Domain using the
Creative Commons CC0 1.0 Universal (CC0 1.0)
Public Domain Dedication: http://creativecommons.org/publicdomain/zero/1.0/</pre>
<!-- <h2>ScanCode Workbench contains the following software components:</h2> -->
<!-- <h3><a id="End">End</a></h3> -->
<br />
<br />
</body>
</html>