-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCOPYRIGHT.txt
48 lines (30 loc) · 2.08 KB
/
COPYRIGHT.txt
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
JEP and JEP Extensions copyright information
All source code in this package except some generated code is written by
Nathan Funk and Richard Morris. The generated code is output of JavaCC.
The package includes the binary libraries Jama and JUnit.
The copyright information for JavaCC, JAMA and JUnit is included below.
-------------------------------------------------------------------------------
JavaCC https://javacc.dev.java.net/
-------------------------------------------------------------------------------
The Java Compiler Compiler (JavaCC) is a parser generator used for creating
some of the source code in this package. This package only includes source
code generated by JavaCC, but not the JavaCC source code itself.
Java CC is released under the Berkeley Software Distribution (BSD) License
(http://www.opensource.org/licenses/bsd-license.html)
-------------------------------------------------------------------------------
JAMA http://math.nist.gov/javanumerics/jama/
-------------------------------------------------------------------------------
Jama is authored by members of the MathWorks (http://www.mathworks.com/) and
NIST (http://www.nist.gov/). It has been released to the public domain.
The following is the official Copyright Noticed as posted on the JAMA web site.
Copyright Notice: This software is a cooperative product of The MathWorks and
the National Institute of Standards and Technology (NIST) which has been
released to the public domain. Neither The MathWorks nor NIST assumes any
responsibility whatsoever for its use by other parties, and makes no
guarantees, expressed or implied, about its quality, reliability, or any
other characteristic.
-------------------------------------------------------------------------------
JUnit http://www.junit.org/
-------------------------------------------------------------------------------
JUnit is licensed under the Common Public License Version 1.0
http://www.opensource.org/licenses/cpl.php