-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCopyright
executable file
·95 lines (73 loc) · 3.72 KB
/
Copyright
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
SmartQuake - Interactive Simulation of 2D Structures in Earthquakes for Android
Copyright (C) 2016 Chair of Scientific Computing in Computer Science (SCCS) at Technical University of Munich (TUM)
<http://www5.in.tum.de>
All copyrights remain with the respective authors.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILLANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING
ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF
THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS
OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR
THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.
CREDITS
This program uses the following third-party software. Their copyright and
license information is listed below:
AndroidSliderPreference
Copyright (c) 2012 Jay Weisskopf
https://github.com/jayschwa/AndroidSliderPreference
MIT License. https://github.com/jayschwa/AndroidSliderPreference/blob/master/LICENSE.txt
BLAS
Copyright (c) L. S. Blackford, J. Demmel, J. Dongarra, I. Duff,
S. Hammarling, G. Henry, M. Heroux, L. Kaufman, A. Lumsdaine, A. Petitet,
R. Pozo, K. Remington, R. C. Whaley
http://www.netlib.org/blas/
EJML
Copyright (c) 2009-2015 Peter Abeles
http://ejml.org
Apache License v2.0. https://www.apache.org/licenses/LICENSE-2.0
FloatingActionButton
Copyright (c) 2015 Dmytro Tarianyk
https://github.com/Clans/FloatingActionButton
Apache License v2.0. https://www.apache.org/licenses/LICENSE-2.0
GraphView
Copyright (c) 2016 Jonas Gehring
https://github.com/jjoe64/GraphView
Apache License v2.0. https://www.apache.org/licenses/LICENSE-2.0
JUnit
Copyright (c) 2002-2016 JUnit
http://junit.org/junit4
Eclipse Public License 1.0. https://www.eclipse.org/legal/epl-v10.html
LAPACK
Copyright (c) 1992-2013 The University of Tennessee and The University of Tennessee Research Foundation
Copyright (c) 2000-2013 The University of California Berkeley
Copyright (c) 2006-2013 The University of Colorado Denver
http://www.netlib.org/lapack
Modified BSD. http://www.netlib.org/lapack/LICENSE.txt
MPAndroidChart
Copyright (c) 2016 Philipp Jahoda
https://github.com/PhilJay/MPAndroidChart
Apache License v2.0. https://www.apache.org/licenses/LICENSE-2.0
Hamcrest
Copyright (C) 2012 hamcrest.org
http://hamcrest.org/JavaHamcrest/javadoc/1.3/
BSD License. https://opensource.org/licenses/BSD-3-Clause