-
Notifications
You must be signed in to change notification settings - Fork 7
/
NOTICE
63 lines (48 loc) · 2.07 KB
/
NOTICE
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
Copyright 2017 Takeshi Yamamuro
Copyright 2009-2016 David Roberts <d@vidr.cc>
========================
This product contains a modified version of 'lljvm', which provides
a set of tools and libraries for running comparatively
low level languages (such as C) on the JVM:
* LICENSE:
* license/COPYING (MIT License)
* HOMEPAGE:
* https://github.com/davidar/lljvm
This product depends on 'LLVM' (formerly Low Level Virtual Machine),
which is a collection of modular and reusable compiler and toolchain technologies
used to develop compiler front ends and back ends:
* LICENSE:
* license/LICENSE.TXT (UIUC BSD-Style License)
* HOMEPAGE:
* https://llvm.org/
This product depends on 'Jasmin', a Java assembler to create class files
from human readable assembler-like syntax
using the Java Virtual Machine instruction sets:
* LICENSE:
* license/license-jasmin.txt (BSD License)
* HOMEPAGE:
* http://jasmin.sourceforge.net/
This product depends on 'zlib', which is a library used for data compression and
it employs the DEFLATE compression algorithm used in their gzip file compression program:
* LICENSE:
* https://zlib.net/zlib_license.html (zlib License)
* HOMEPAGE:
* https://zlib.net/
This product depends on 'ncurses', which is a library providing an application programming interface (API)
that allows the programmer to write text-based user interfaces in a terminal-independent manner:
* LICENSE:
* http://invisible-island.net/ncurses/ncurses-license.html (MIT License)
* HOMEPAGE:
* http://invisible-island.net/ncurses/
This product depends on 'python', which is an interpreted, high-level, general-purpose
programming language:
* LICENSE:
* https://docs.python.org/2.7/license.html (Python Software Foundation License)
* HOMEPAGE:
* https://www.python.org/
This product depends on 'numba', which is a JIT compiler to translate a subset of Python and
NumPy code into fast machine code:
* LICENSE:
* https://github.com/numba/numba/blob/master/LICENSE (BSD 2-Clause "Simplified" License)
* HOMEPAGE:
* http://numba.pydata.org/