forked from datumbox/datumbox-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NOTICE
68 lines (49 loc) · 2.48 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
63
64
65
66
Datumbox Machine Learning Framework
Copyright (C) 2013 Vasilis Vryniotis <bbriniotis@datumbox.com>
The following libraries are included in packaged versions of this project:
* Apache Commons Lang
* COPYRIGHT: Copyright 2001 The Apache Software Foundation
* LICENSE: http://www.apache.org/licenses/LICENSE-2.0.txt (Apache License, Version 2.0)
* HOMEPAGE: https://commons.apache.org/proper/commons-lang/
* Apache Commons Math
* COPYRIGHT: Copyright 2003 The Apache Software Foundation
* LICENSE: http://www.apache.org/licenses/LICENSE-2.0.txt (Apache License, Version 2.0)
* HOMEPAGE: https://commons.apache.org/proper/commons-math/
* Apache Commons CSV
* COPYRIGHT: Copyright 2014 The Apache Software Foundation
* LICENSE: http://www.apache.org/licenses/LICENSE-2.0.txt (Apache License, Version 2.0)
* HOMEPAGE: http://commons.apache.org/proper/commons-csv/
* SLF4J API
* COPYRIGHT: Copyright 2004 QOS.ch
* LICENSE: http://www.slf4j.org/license.html (MIT License)
* HOMEPAGE: http://www.slf4j.org/
* LIBSVM
* COPYRIGHT: Copyright 2000 Chih-Chung Chang and Chih-Jen Lin
* LICENSE: http://www.csie.ntu.edu.tw/~cjlin/libsvm/COPYRIGHT (BSD 3-Clause License)
* HOMEPAGE: http://www.csie.ntu.edu.tw/~cjlin/libsvm/
* lp_solve Java wrapper
* COPYRIGHT: Copyright 2004 Juergen Ebert
* LICENSE: https://www.gnu.org/licenses/lgpl-2.1.html (GNU Lesser General Public License, version 2.1)
* HOMEPAGE: http://lpsolve.sourceforge.net/5.5/
* MapDB
* COPYRIGHT: Copyright 2012 Jan Kotek
* LICENSE: http://www.apache.org/licenses/LICENSE-2.0.txt (Apache License, Version 2.0)
* HOMEPAGE: http://www.mapdb.org/
Code from the following software is included in this project:
* Guava
* COPYRIGHT: Copyright 2007 Google Inc.
* LICENSE: http://www.apache.org/licenses/LICENSE-2.0.txt (Apache License, Version 2.0)
* HOMEPAGE: http://code.google.com/p/guava-libraries/
The following libraries are required for the tests of this project:
* JUnit
* COPYRIGHT: Copyright 2002 JUnit
* LICENSE: http://www.opensource.org/licenses/cpl.php (Common Public License Version 1.0)
* HOMEPAGE: http://www.junit.org/
* ClasspathSuite
* COPYRIGHT: Copyright 2006 Johannes Link
* LICENSE: http://www.apache.org/licenses/LICENSE-2.0.txt (Apache License, Version 2.0)
* HOMEPAGE: https://github.com/takari/takari-cpsuite
* Logback
* COPYRIGHT: Copyright 1999 QOS.ch
* LICENSE: http://logback.qos.ch/license.html (Eclipse Public License v1.0 / GNU Lesser General Public License version 2.1)
* HOMEPAGE: http://logback.qos.ch/