forked from MX-Linux/mx-findshares
-
Notifications
You must be signed in to change notification settings - Fork 0
/
license.html
31 lines (24 loc) · 2.19 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
<!doctype html>
<html>
<head>
<title>MX Findshares License</title>
<link href="custom.css" rel="stylesheet" type="text/css">
</head>
<body>
<div style="text-align: center"><h1>MX Findshares License</h1></div>
<p>MX Find Shares unites a) a command-line program, and b) a GUI. These two components have different authors.
<br><br>
a) The command-line program was developed by Richard Rost, and carries the following copyright:
<br><br>
findshares version 1.06 Mar 11, 2014<br>
Copyright Richard A. Rost April 23, 2011
<br><br>
The developer's license requires that no fee will be charged for this program as is or modified.
<p>b) The GUI was developed by MX Linux developers and is released under the GNU GPL v. 3 license, released under the GNU GPL v. 3 license, whose full text can be found both <a href="https://www.gnu.org/licenses/gpl.html">online</a> and onboard at: /usr/share/common-licenses/GPL-3. The core statement is as follows:
<p><i>Basic Permissions.
All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you.</i></p>
<div class="footer">Version: 0.2<br />
Last updated 2015-07-09</div>
</body>
</html>