-
Notifications
You must be signed in to change notification settings - Fork 0
/
license.html
125 lines (110 loc) · 5.73 KB
/
license.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Debt App</title>
<style>
body {
margin: 2%;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}
.license-box {
padding: 1%;
background-color: #eeeeee;
font-size: small;
}
.title-library {
font-size: large;
font-weight: bold;
color: darkmagenta;
}
</style>
</head>
<body>
<h2>Open Source Library</h2>
<p>The following sets forth attribution notices for third party software that may be contained in portions of the Debt app. We thank the open source community for all of their contributions.</p>
<p class="title-library">CurrencyEditText</p>
<div class="license-box">
<p>The following software may be included in this product: CurrencyEditText. This software contains the following license and notice below:</p>
<p>Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at</p>
<p>http://www.apache.org/licenses/LICENSE-2.0</p>
<p>Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.</p>
<p><strong>Copyright (c) 2019 Cotta & Cush Limited.</strong></p>
</div>
<p class="title-library">Gson</p>
<div class="license-box">
<p>The following software may be included in this product: Gson. This software contains the following license and notice below:</p>
<p>Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at</p>
<p>http://www.apache.org/licenses/LICENSE-2.0</p>
<p>Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.</p>
<p><strong>Copyright 2008 Google Inc.</strong></p>
</div>
<p class="title-library">Glide</p>
<div class="license-box">
<p>The following software may be included in this product: Glide. This software contains the following license and notice below:</p>
<p>BSD, part MIT and Apache 2.0. See the LICENSE file for details.</p>
<p><strong>Copyright (c) Bumptech.</strong></p>
</div>
<p class="title-library">MPAndroidChart</p>
<div class="license-box">
<p>Licensed under the Apache License, Version 2.0 (the "License");
you may not use this software except in compliance with the License.
You may obtain a copy of the License at</p>
<p>http://www.apache.org/licenses/LICENSE-2.0</p>
<p>Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.</p>
<p><strong>Copyright 2020 Philipp Jahoda</strong></p>
</div>
<p class="title-library">CircleImageView</p>
<div class="license-box">
<p>Copyright 2014 - 2020 Henning Dodenhof</p>
<p>Licensed under the Apache License, Version 2.0 (the "License");
you may not use this software except in compliance with the License.
You may obtain a copy of the License at</p>
<p>http://www.apache.org/licenses/LICENSE-2.0</p>
<p>Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.</p>
</div>
<p class="title-library">Calculator Dialog</p>
<div class="license-box">
<p>Licensed under the Apache License, Version 2.0 (the "License");
you may not use this software except in compliance with the License.
You may obtain a copy of the License at</p>
<p>http://www.apache.org/licenses/LICENSE-2.0</p>
<p>Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.</p>
<p><strong>Copyright maltaisn</strong></p>
</div>
<p class="title-library">Zoom Layout</p>
<div class="license-box">
<p>Licensed under the Apache License, Version 2.0 (the "License");
you may not use this software except in compliance with the License.
You may obtain a copy of the License at</p>
<p>http://www.apache.org/licenses/LICENSE-2.0</p>
<p>Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.</p>
<p><strong>Copyright (C) 2020 Mattia Iavarone</strong></p>
</div>
</body>
</html>