summaryrefslogtreecommitdiff
path: root/ios/iosremote/licenses.html
blob: 6900ecac604d1aacf37711b8024c8d5c4215e7b0 (plain)
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
<!--  -*- Mode: ObjC; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */

 This file is part of the LibreOffice project.

 This Source Code Form is subject to the terms of the Mozilla Public
 License, v. 2.0. If a copy of the MPL was not distributed with this
 file, You can obtain one at http://mozilla.org/MPL/2.0/. -->

<html>
<head>
	<title>LibreOffice iOS remote for Impress</title>
    <style>
        * {
            font-family: Helvetica Neue;
            text-align: center;
            font-size: 100%;
        }

        #externals p {
            font-family: Helvetica Neue;
            text-align: left-side;
            font-size: 100%;
            font-style: italic;
        }
    </style>
</head>
<body>
	<img width="100%" src="./libreoffice_logo.png">
        <div id="self">
            <h1>Impress Remote for iOS</h1>
            <p>Version: 1.0.0 Impress Remote<br>
            (Build ID: 1)</p>

            <p>Copyright 2013, 2014 LibreOffice contributors.
            <br>
            One of the LibreOffice - Google Summer of Code 2013 products
            <br>
            <a href="www.libreoffice.org">www.libreoffice.org</a>
            </p>

            <p>This app is released under Mozilla Public License, v. 2.0.</p>
            <hr>
        </div>

        <div id="externals">
            <p>This app uses InAppSettingKits, which is released under BSD license that is available <a href="http://www.opensource.org/licenses/bsd-license.php">here</a>.</p>
            <p>This app uses SWRevealViewController by Joan Lluch, which is released under BSD license that is available <a href="http://www.opensource.org/licenses/bsd-license.php">here</a>.</p>
            <p>This app uses PopoverView by Runway 20 Inc., which is released under MIT license that is available <a href="http://opensource.org/licenses/MIT">here</a>.</p>
        </div>
</body>
</html>