Skip to content

Commit ae9e82b

Browse files
committed
Implement showing libraries and licenses
1 parent a70b38a commit ae9e82b

12 files changed

Lines changed: 1871 additions & 23 deletions

File tree

app/src/main/assets/apache2.html

Lines changed: 162 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,162 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5+
<title>Apache License - Version 2.0, January 2004</title>
6+
</head>
7+
<body>
8+
<p>Apache License<br>Version 2.0, January 2004<br>
9+
<a href="http://www.apache.org/licenses/">http://www.apache.org/licenses/</a> </p>
10+
<p>TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION</p>
11+
<p><strong><a name="definitions">1. Definitions</a></strong>.</p>
12+
<p>"License" shall mean the terms and conditions for use, reproduction, and
13+
distribution as defined by Sections 1 through 9 of this document.</p>
14+
<p>"Licensor" shall mean the copyright owner or entity authorized by the
15+
copyright owner that is granting the License.</p>
16+
<p>"Legal Entity" shall mean the union of the acting entity and all other
17+
entities that control, are controlled by, or are under common control with
18+
that entity. For the purposes of this definition, "control" means (i) the
19+
power, direct or indirect, to cause the direction or management of such
20+
entity, whether by contract or otherwise, or (ii) ownership of fifty
21+
percent (50%) or more of the outstanding shares, or (iii) beneficial
22+
ownership of such entity.</p>
23+
<p>"You" (or "Your") shall mean an individual or Legal Entity exercising
24+
permissions granted by this License.</p>
25+
<p>"Source" form shall mean the preferred form for making modifications,
26+
including but not limited to software source code, documentation source,
27+
and configuration files.</p>
28+
<p>"Object" form shall mean any form resulting from mechanical transformation
29+
or translation of a Source form, including but not limited to compiled
30+
object code, generated documentation, and conversions to other media types.</p>
31+
<p>"Work" shall mean the work of authorship, whether in Source or Object form,
32+
made available under the License, as indicated by a copyright notice that
33+
is included in or attached to the work (an example is provided in the
34+
Appendix below).</p>
35+
<p>"Derivative Works" shall mean any work, whether in Source or Object form,
36+
that is based on (or derived from) the Work and for which the editorial
37+
revisions, annotations, elaborations, or other modifications represent, as
38+
a whole, an original work of authorship. For the purposes of this License,
39+
Derivative Works shall not include works that remain separable from, or
40+
merely link (or bind by name) to the interfaces of, the Work and Derivative
41+
Works thereof.</p>
42+
<p>"Contribution" shall mean any work of authorship, including the original
43+
version of the Work and any modifications or additions to that Work or
44+
Derivative Works thereof, that is intentionally submitted to Licensor for
45+
inclusion in the Work by the copyright owner or by an individual or Legal
46+
Entity authorized to submit on behalf of the copyright owner. For the
47+
purposes of this definition, "submitted" means any form of electronic,
48+
verbal, or written communication sent to the Licensor or its
49+
representatives, including but not limited to communication on electronic
50+
mailing lists, source code control systems, and issue tracking systems that
51+
are managed by, or on behalf of, the Licensor for the purpose of discussing
52+
and improving the Work, but excluding communication that is conspicuously
53+
marked or otherwise designated in writing by the copyright owner as "Not a
54+
Contribution."</p>
55+
<p>"Contributor" shall mean Licensor and any individual or Legal Entity on
56+
behalf of whom a Contribution has been received by Licensor and
57+
subsequently incorporated within the Work.</p>
58+
<p><strong><a name="copyright">2. Grant of Copyright License</a></strong>. Subject to the
59+
terms and conditions of this License, each Contributor hereby grants to You
60+
a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable
61+
copyright license to reproduce, prepare Derivative Works of, publicly
62+
display, publicly perform, sublicense, and distribute the Work and such
63+
Derivative Works in Source or Object form.</p>
64+
<p><strong><a name="patent">3. Grant of Patent License</a></strong>. Subject to the terms
65+
and conditions of this License, each Contributor hereby grants to You a
66+
perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable
67+
(except as stated in this section) patent license to make, have made, use,
68+
offer to sell, sell, import, and otherwise transfer the Work, where such
69+
license applies only to those patent claims licensable by such Contributor
70+
that are necessarily infringed by their Contribution(s) alone or by
71+
combination of their Contribution(s) with the Work to which such
72+
Contribution(s) was submitted. If You institute patent litigation against
73+
any entity (including a cross-claim or counterclaim in a lawsuit) alleging
74+
that the Work or a Contribution incorporated within the Work constitutes
75+
direct or contributory patent infringement, then any patent licenses
76+
granted to You under this License for that Work shall terminate as of the
77+
date such litigation is filed.</p>
78+
<p><strong><a name="redistribution">4. Redistribution</a></strong>. You may reproduce and
79+
distribute copies of the Work or Derivative Works thereof in any medium,
80+
with or without modifications, and in Source or Object form, provided that
81+
You meet the following conditions:</p>
82+
<ol style="list-style: lower-latin;">
83+
<li>You must give any other recipients of the Work or Derivative Works a
84+
copy of this License; and</li>
85+
86+
<li>You must cause any modified files to carry prominent notices stating
87+
that You changed the files; and</li>
88+
89+
<li>You must retain, in the Source form of any Derivative Works that You
90+
distribute, all copyright, patent, trademark, and attribution notices from
91+
the Source form of the Work, excluding those notices that do not pertain to
92+
any part of the Derivative Works; and</li>
93+
94+
<li>If the Work includes a "NOTICE" text file as part of its distribution,
95+
then any Derivative Works that You distribute must include a readable copy
96+
of the attribution notices contained within such NOTICE file, excluding
97+
those notices that do not pertain to any part of the Derivative Works, in
98+
at least one of the following places: within a NOTICE text file distributed
99+
as part of the Derivative Works; within the Source form or documentation,
100+
if provided along with the Derivative Works; or, within a display generated
101+
by the Derivative Works, if and wherever such third-party notices normally
102+
appear. The contents of the NOTICE file are for informational purposes only
103+
and do not modify the License. You may add Your own attribution notices
104+
within Derivative Works that You distribute, alongside or as an addendum to
105+
the NOTICE text from the Work, provided that such additional attribution
106+
notices cannot be construed as modifying the License.
107+
<br/>
108+
<br/>
109+
You may add Your own copyright statement to Your modifications and may
110+
provide additional or different license terms and conditions for use,
111+
reproduction, or distribution of Your modifications, or for any such
112+
Derivative Works as a whole, provided Your use, reproduction, and
113+
distribution of the Work otherwise complies with the conditions stated in
114+
this License.
115+
</li>
116+
117+
</ol>
118+
119+
<p><strong><a name="contributions">5. Submission of Contributions</a></strong>. Unless You
120+
explicitly state otherwise, any Contribution intentionally submitted for
121+
inclusion in the Work by You to the Licensor shall be under the terms and
122+
conditions of this License, without any additional terms or conditions.
123+
Notwithstanding the above, nothing herein shall supersede or modify the
124+
terms of any separate license agreement you may have executed with Licensor
125+
regarding such Contributions.</p>
126+
<p><strong><a name="trademarks">6. Trademarks</a></strong>. This License does not grant
127+
permission to use the trade names, trademarks, service marks, or product
128+
names of the Licensor, except as required for reasonable and customary use
129+
in describing the origin of the Work and reproducing the content of the
130+
NOTICE file.</p>
131+
<p><strong><a name="no-warranty">7. Disclaimer of Warranty</a></strong>. Unless required by
132+
applicable law or agreed to in writing, Licensor provides the Work (and
133+
each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT
134+
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including,
135+
without limitation, any warranties or conditions of TITLE,
136+
NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You
137+
are solely responsible for determining the appropriateness of using or
138+
redistributing the Work and assume any risks associated with Your exercise
139+
of permissions under this License.</p>
140+
<p><strong><a name="no-liability">8. Limitation of Liability</a></strong>. In no event and
141+
under no legal theory, whether in tort (including negligence), contract, or
142+
otherwise, unless required by applicable law (such as deliberate and
143+
grossly negligent acts) or agreed to in writing, shall any Contributor be
144+
liable to You for damages, including any direct, indirect, special,
145+
incidental, or consequential damages of any character arising as a result
146+
of this License or out of the use or inability to use the Work (including
147+
but not limited to damages for loss of goodwill, work stoppage, computer
148+
failure or malfunction, or any and all other commercial damages or losses),
149+
even if such Contributor has been advised of the possibility of such
150+
damages.</p>
151+
<p><strong><a name="additional">9. Accepting Warranty or Additional Liability</a></strong>.
152+
While redistributing the Work or Derivative Works thereof, You may choose
153+
to offer, and charge a fee for, acceptance of support, warranty, indemnity,
154+
or other liability obligations and/or rights consistent with this License.
155+
However, in accepting such obligations, You may act only on Your own behalf
156+
and on Your sole responsibility, not on behalf of any other Contributor,
157+
and only if You agree to indemnify, defend, and hold each Contributor
158+
harmless for any liability incurred by, or claims asserted against, such
159+
Contributor by reason of your accepting any such warranty or additional
160+
liability.</p>
161+
</body>
162+
</html>

0 commit comments

Comments
 (0)