-
Notifications
You must be signed in to change notification settings - Fork 4
/
CREDITS.html
74 lines (69 loc) · 2.9 KB
/
CREDITS.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
<!DOCTYPE html>
<html lang=en>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>JLS credits</title>
</head>
<body>
<p>JLS is
Copyright © 2017-2021 Jetperch LLC and licensed under the permissive
<a href="https://github.com/jetperch/pyjoulescope/blob/master/LICENSE.txt">
Apache 2.0 License</a>.</p>
<p>This application uses other Open Source components. We gratefully
acknowledge the countless developers who made contributions the these
Open Source components used by this application:</p>
<table>
<tr><th>Package</th><th>License</th></tr>
<tr>
<td><a href="https://github.com/mgedmin/check-manifest">check-manifest</a></td>
<td><a href="https://github.com/mgedmin/check-manifest/blob/master/LICENSE.rst">MIT</a>
<br/>Copyright © 2013 Marius Gedminas and contributors</td>
</tr>
<tr>
<td><a href="https://cmocka.org/">cmocka</a></td>
<td><a href="https://git.cryptomilk.org/projects/cmocka.git/tree/COPYING">Apache 2.0</a>
<br/>Copyright 2008 Google Inc.
<br/>Copyright 2014-2018 Andreas Schneider
<br/>Copyright 2015 Jakub Hrozek</td>
</tr>
<tr>
<td><a href="https://github.com/htot/crc32c">crc32c</a></td>
<td><a href="https://github.com/htot/crc32c/blob/master/crc32c/LICENSE">BSD</a>
<br/>Copyright (c) 2004-2006 Intel Corporation - All Rights Reserved
<br/>Copyright 2008,2009,2010 Massachusetts Institute of Technology.</td>
</tr>
<tr>
<td><a href="https://github.com/nedbat/coveragepy">coverage</a></td>
<td><a href="https://github.com/nedbat/coveragepy/blob/master/LICENSE.txt">Apache 2.0</a>
<br/>Copyright 2001 Gareth Rees. All rights reserved.
<br/>Copyright 2004-2019 Ned Batchelder. All rights reserved.</td>
</tr>
<tr>
<td><a href="https://cython.org/">Cython</a></td>
<td><a href="https://github.com/cython/cython/blob/master/LICENSE.txt">Apache 2.0</a>
<br/>compiler, output not a derivative work.</td>
</tr>
<tr>
<td><a href="https://www.numpy.org/">numpy</a></td>
<td><a href="https://www.numpy.org/license.html#license">BSD 3-clause</a>
<br/>Copyright © 2005-2021, NumPy Developers.</td>
</tr>
<tr>
<td><a href="https://www.python.org/">Python</a></td>
<td><a href="https://docs.python.org/3/license.html#psf-license-agreement-for-python-release">PSF</a>
<br/>Copyright © 2001-2021 Python Software Foundation</td>
</tr>
<tr>
<td><a href="https://github.com/pypa/wheel">wheel</a></td>
<td><a href="https://github.com/pypa/wheel/blob/master/LICENSE.txt">MIT</a>
<br/>Copyright © 2012-2014 Daniel Holth and contributors.</td>
</tr>
<tr>
<td><a href=""></a></td>
<td><a href=""></a>
<br/></td>
</tr>
</table>
</body>
</html>