summaryrefslogtreecommitdiff
path: root/freedoms/index.html
blob: 2c9b719557a1a96313dfa500239d078ada557cb4 (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
<!DOCTYPE html>
<html lang="en">
	<head>
		<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
		<meta name="keywords" content="linux, gnu, FOSS, free software, gnu/linux, gnu plus linux">
		<meta name="description" content="GNU Plus Linux">
		<meta name="author" content="daniel_j">
		<meta name="viewport" content="width=device-width, initial-scale=1.0">
		<meta http-equiv="Cache-control" content="public">
		<link rel="icon" type="image/png" href="favicon.png">
		<title>GNU plus Linux</title>
		<style>
		body{/* background-color:#222; color: #eee; */ margin-right: 5%; margin-left: 5%; font-family: Verdana}
		.content
		{
		}
		.middle{text-align: center; font-size: 70%}
		.footnote{font-size: 70%}
		</style>
	</head>
	<body>
		<div class="content">
			<h1>The four essential freedoms</h1>

			A program is free software if the program's users have the four essential freedoms: <br> <br>
			<ul>
				<li>The freedom to run the program as you wish, for any purpose (freedom 0).</li>
				<li>The freedom to study how the program works, and change it so it does your computing as you wish (freedom 1). Access to the source code is a precondition for this.</li>
				<li>The freedom to redistribute copies so you can help others (freedom 2).</li>
				<li>The freedom to distribute copies of your modified versions to others (freedom 3). By doing this you can give the whole community a chance to benefit from your changes. Access to the source code is a precondition for this.</li>
			</ul>
			<br>
			A program is free software if it gives users adequately all of these freedoms. Otherwise, it is nonfree. While we can distinguish various nonfree distribution schemes in terms of how far they fall short of being free, we consider them all equally unethical.
			<br>
			<a href="https://www.gnu.org/philosophy/free-sw.html">source</a>
		</div>
		<div class="footnote">
		</div>
	</body>
</html>