mirror of https://github.com/kurisufriend/Clover
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
1.8 KiB
63 lines
1.8 KiB
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Open Source Licences</title>
|
|
<style type="text/css">
|
|
body {
|
|
margin: 0;
|
|
padding: 10px;
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
pre {
|
|
background-color: #F0F0F0;
|
|
padding: 12px;
|
|
white-space: pre-wrap;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h3>PhotoView</h3>
|
|
<a href="https://github.com/chrisbanes/PhotoView">https://github.com/chrisbanes/PhotoView</a>
|
|
<pre>
|
|
<code>
|
|
Copyright 2011, 2012 Chris Banes
|
|
|
|
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
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
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.
|
|
</code>
|
|
</pre>
|
|
<br>
|
|
|
|
<h3>This software includes several Android classes from the Android Open Source Project.</h3>
|
|
<pre>
|
|
<code>
|
|
Copyright (C) 2012 The Android Open Source Project
|
|
|
|
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
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
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.
|
|
</code>
|
|
</pre>
|
|
<br>
|
|
|
|
</body>
|
|
</html>
|
|
|
|
|