-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathlicense.html
More file actions
24 lines (19 loc) · 917 Bytes
/
license.html
File metadata and controls
24 lines (19 loc) · 917 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html>
<html>
<head>
<title>MX iDevice Mounter License</title>
</head>
<body>
<div style="text-align: center"><h1>MX iDevice Mounter License</h1></div>
<p>MX iDevice Mounter 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 2 of the License, or (at your option) any later version.<p>
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.<br>
See the GNU General Public License for more details. <br>
The full text can be found both <a href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.html">online</a> and onboard at: /usr/share/common-licenses/GPL-2.
<div class="footer">Version: 0.1.2<br />
Last updated Nov 2017</div>
</body>
</html>