/[www]/www/philosophy/free-sw.html
ViewVC logotype

Contents of /www/philosophy/free-sw.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.14 - (show annotations) (download) (as text)
Sun Mar 3 23:12:18 2002 UTC (22 years, 5 months ago) by guido_arnold
Branch: MAIN
Changes since 1.13: +3 -1 lines
File MIME type: text/html
add german translation

1 <!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN">
2 <HTML>
3 <HEAD>
4 <TITLE>The Free Software Definition - GNU Project - Free Software Foundation (FSF)</TITLE>
5 <LINK REV="made" HREF="mailto:webmasters@www.gnu.org">
6 </HEAD>
7 <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#1F00FF" ALINK="#FF0000" VLINK="#9900DD">
8 <H3>The Free Software Definition</H3>
9
10 <A HREF="/graphics/philosophicalgnu.html"><IMG SRC="/graphics/philosophical-gnu-sm.jpg"
11 ALT=" [image of a Philosophical Gnu] "
12 WIDTH="160" HEIGHT="200"></A>
13
14 [
15 <!-- Please keep this list alphabetical -->
16 <!-- PLEASE UPDATE THE LIST AT THE BOTTOM (OR TOP) OF THE PAGE TOO! -->
17 <A HREF="/philosophy/free-sw.hr.html">Croatian</A>
18 | <A HREF="/philosophy/free-sw.nl.html">Dutch</A>
19 | <A HREF="/philosophy/free-sw.html">English</A>
20 | <A HREF="/philosophy/free-sw.fr.html">French</A>
21 | <A HREF="/philosophy/free-sw.gl.html">Galician</A>
22 | <A HREF="/philosophy/free-sw.de.html">German</A>
23 | <A HREF="/philosophy/free-sw.hu.html">Hungarian</A>
24 | <A HREF="/philosophy/free-sw.id.html">Indonesian</A>
25 | <A HREF="/philosophy/free-sw.it.html">Italian</A>
26 | <A HREF="/philosophy/free-sw.ja.html">Japanese</A>
27 | <A HREF="/philosophy/free-sw.ko.html">Korean</A>
28 | <A HREF="/philosophy/free-sw.no.html">Norwegian</A>
29 | <A HREF="/philosophy/free-sw.pl.html">Polish</A>
30 | <A HREF="/philosophy/free-sw.pt.html">Portuguese</A>
31 | <A HREF="/philosophy/free-sw.ru.html">Russian</A>
32 | <A HREF="/philosophy/free-sw.sl.html">Slovenian</A>
33 | <A HREF="/philosophy/free-sw.es.html">Spanish</A>
34 | <A HREF="/philosophy/free-sw.tr.html">Turkish</A>
35 <!-- Please keep this list alphabetical -->
36 <!-- PLEASE UPDATE THE LIST AT THE BOTTOM (OR TOP) OF THE PAGE TOO! -->
37 ]
38 <P>
39
40 We maintain this free software definition to show clearly what must be
41 true about a particular software program for it to be considered
42 free software.
43
44 <P>
45
46 ``Free software'' is a matter of liberty, not price. To understand the
47 concept, you should think of ``free'' as in ``free speech,'' not as in
48 ``free beer.''
49 <P>
50 Free software is a matter of the users' freedom to run, copy,
51 distribute, study, change and improve the software. More precisely,
52 it refers to four kinds of freedom, for the users of the software:
53 <P>
54
55 <UL>
56 <LI>The freedom to run the program, for any purpose (freedom 0).
57 <LI>The freedom to study how the program works, and adapt it to your needs
58 (freedom 1). Access to the source code is a precondition for this.
59 <LI>The freedom to redistribute copies so you can help your neighbor
60 (freedom 2).
61 <LI>The freedom to improve the program, and release your improvements
62 to the public, so that the whole community benefits.
63 (freedom 3). Access to the source code is a precondition for this.
64 </UL>
65
66 <P>
67 A program is free software if users have all of these freedoms.
68 Thus, you should be free to redistribute copies, either with or
69 without modifications, either gratis or charging a fee for
70 distribution, to <A HREF="#exportcontrol">anyone anywhere</A>. Being
71 free to do these things means (among other things) that you do not
72 have to ask or pay for permission.
73
74 <P>
75 You should also have the freedom to make modifications and use them
76 privately in your own work or play, without even mentioning that they
77 exist. If you do publish your changes, you should not be required to
78 notify anyone in particular, or in any particular way.
79
80 <P>
81 The freedom to use a program means the freedom for any kind of person
82 or organization to use it on any kind of computer system, for any kind
83 of overall job, and without being required to communicate subsequently
84 with the developer or any other specific entity.
85
86 <P>
87 The freedom to redistribute copies must include binary or executable
88 forms of the program, as well as source code, for both modified and
89 unmodified versions. It is ok if there is no way to produce a binary
90 or executable form (since some languages don't support that feature),
91 but you must have the freedom to redistribute such forms should you
92 find or develop a way to make them.
93
94 <P>
95 In order for the freedoms to make changes, and to publish improved
96 versions, to be meaningful, you must have access to the source code of
97 the program. Therefore, accessibility of source code is a necessary
98 condition for free software.
99
100 <P>
101 In order for these freedoms to be real, they must be irrevocable as
102 long as you do nothing wrong; if the developer of the software has the
103 power to revoke the license, without your doing anything to give
104 cause, the software is not free.
105
106 <P>
107 However, certain kinds of rules about the manner of distributing free
108 software are acceptable, when they don't conflict with the central
109 freedoms. For example, copyleft (very simply stated) is the rule that
110 when redistributing the program, you cannot add restrictions to deny
111 other people the central freedoms. This rule does not conflict with
112 the central freedoms; rather it protects them.
113
114 <P>
115 Thus, you may have paid money to get copies of GNU software, or you
116 may have obtained copies at no charge. But regardless of how you got
117 your copies, you always have the freedom to copy and change the
118 software, even to <A HREF="/philosophy/selling.html">sell copies</A>.
119 <P>
120
121 ``Free software'' does not mean ``non-commercial''. A free program
122 must be available for commercial use, commercial development, and
123 commercial distribution. Commercial development of free software is
124 no longer unusual; such free commercial software is very important.
125
126 <P>
127 Rules about how to package a modified version are acceptable, if they
128 don't effectively block your freedom to release modified versions.
129 Rules that ``if you make the program available in this way, you must
130 make it available in that way also'' can be acceptable too, on the
131 same condition. (Note that such a rule still leaves you the choice of
132 whether to publish the program or not.) It is also acceptable for the
133 license to require that, if you have distributed a modified version
134 and a previous developer asks for a copy of it, you must send one.
135
136 <P>
137 In the GNU project, we use <A HREF="/copyleft/copyleft.html">
138 ``copyleft''</A> to protect these freedoms legally for everyone. But
139 <A HREF="/philosophy/categories.html#Non-CopyleftedFreeSoftware">
140 non-copylefted free software</A> also exists. We believe there are
141 important reasons why <A HREF="/philosophy/pragmatic.html"> it is
142 better to use copyleft</A>, but if your program is non-copylefted free
143 software, we can still use it.
144
145 <P>
146 See <A HREF="/philosophy/categories.html">Categories of Free Software
147 (18k characters)</A>
148 for a description of how ``free software,'' ``copylefted software'' and
149 other categories of software relate to each other.
150
151 <P>
152 Sometimes government <A NAME="exportcontrol">export control
153 regulations</A> and trade sanctions can constrain your freedom to
154 distribute copies of programs internationally. Software developers do
155 not have the power to eliminate or override these restrictions, but
156 what they can and must do is refuse to impose them as conditions of
157 use of the program. In this way, the restrictions will not affect
158 activities and people outside the jurisdictions of these governments.
159
160 <P>
161 When talking about free software, it is best to avoid using terms like
162 ``give away'' or ``for free'', because those terms imply that the
163 issue is about price, not freedom. Some common terms such as
164 ``piracy'' embody opinions we hope you won't endorse. See <A
165 HREF="/philosophy/words-to-avoid.html">Confusing Words and Phrases
166 that are Worth Avoiding</A> for a discussion of these terms.
167 We also have a list of <A HREF="/philosophy/fs-translations.html">translations
168 of "free software"</A> into various languages.
169
170 <P>
171
172 Finally, note that criteria such as those stated in this free software
173 definition require careful thought for their interpretation. To
174 decide whether a specific software license qualifies as a free
175 software license, we judge it based on these criteria to determine
176 whether it fits their spirit as well as the precise words. If a
177 license includes unconscionable restrictions, we reject it, even if we
178 did not anticipate the issue in these criteria. Sometimes a license
179 requirement raises an issue that calls for extensive thought,
180 including discussions with a lawyer, before we can decide if the
181 requirement is acceptable. When we reach a conclusion about a new
182 issue, we often update these criteria to make it easier to see why
183 certain licenses do or don't qualify.
184
185 <P>
186
187 If you are interested in whether a specific license qualifies as a
188 free software license, see our <A
189 HREF="/licenses/license-list.html">list of licenses</A>. If the
190 license you are concerned with is not listed there, you can ask us
191 about it by sending us email at <A
192 HREF="mailto:licensing@gnu.org">&lt;licensing@gnu.org&gt;</A>.
193
194 <HR>
195
196 <H4><A HREF="/philosophy/philosophy.html">Other Texts to Read</A></H4>
197
198 <P>
199 Another group has started using the term "open source" to mean
200 something close (but not identical) to "free software". We prefer the
201 term "free software" because, once you have heard it refers to freedom
202 rather than price, <A HREF="free-software-for-freedom.html">it calls
203 to mind freedom</A>.
204
205 <HR>
206 [
207 <!-- Please keep this list alphabetical -->
208 <!-- PLEASE UPDATE THE LIST AT THE BOTTOM (OR TOP) OF THE PAGE TOO! -->
209 <A HREF="/philosophy/free-sw.hr.html">Croatian</A>
210 | <A HREF="/philosophy/free-sw.nl.html">Dutch</A>
211 | <A HREF="/philosophy/free-sw.html">English</A>
212 | <A HREF="/philosophy/free-sw.fr.html">French</A>
213 | <A HREF="/philosophy/free-sw.gl.html">Galician</A>
214 | <A HREF="/philosophy/free-sw.de.html">German</A>
215 | <A HREF="/philosophy/free-sw.hu.html">Hungarian</A>
216 | <A HREF="/philosophy/free-sw.id.html">Indonesian</A>
217 | <A HREF="/philosophy/free-sw.it.html">Italian</A>
218 | <A HREF="/philosophy/free-sw.ja.html">Japanese</A>
219 | <A HREF="/philosophy/free-sw.ko.html">Korean</A>
220 | <A HREF="/philosophy/free-sw.no.html">Norwegian</A>
221 | <A HREF="/philosophy/free-sw.pl.html">Polish</A>
222 | <A HREF="/philosophy/free-sw.pt.html">Portuguese</A>
223 | <A HREF="/philosophy/free-sw.ru.html">Russian</A>
224 | <A HREF="/philosophy/free-sw.sl.html">Slovenian</A>
225 | <A HREF="/philosophy/free-sw.es.html">Spanish</A>
226 | <A HREF="/philosophy/free-sw.tr.html">Turkish</A>
227 <!-- Please keep this list alphabetical -->
228 <!-- PLEASE UPDATE THE LIST AT THE BOTTOM (OR TOP) OF THE PAGE TOO! -->
229 ]
230 <P>
231 Return to <A HREF="/home.html">GNU's home page</A>.
232 <P>
233
234 Please send FSF &amp; GNU inquiries &amp; questions to
235
236 <A HREF="mailto:gnu@gnu.org"><EM>gnu@gnu.org</EM></A>.
237 There are also <A HREF="/home.html#ContactInfo">other ways to
238 contact</A> the FSF.
239 <P>
240
241 Please send comments on these web pages to
242
243 <A HREF="mailto:webmasters@gnu.org"><EM>webmasters@gnu.org</EM></A>,
244 send other questions to
245 <A HREF="mailto:gnu@gnu.org"><EM>gnu@gnu.org</EM></A>.
246 <P>
247 Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.,
248 59 Temple Place - Suite 330, Boston, MA 02111, USA
249 <P>
250 Verbatim copying and distribution of this entire article is
251 permitted in any medium, provided this notice is preserved.
252 <P>
253 Updated:
254 <!-- timestamp start -->
255 $Date: 2002/02/24 19:41:26 $ $Author: wkotwica $
256 <!-- timestamp end -->
257 <HR>
258 </BODY>
259 </HTML>
260

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26