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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.8 - (hide annotations) (download) (as text)
Mon Aug 20 22:37:02 2001 UTC (23 years ago) by wkotwica
Branch: MAIN
Changes since 1.7: +2 -1 lines
File MIME type: text/html
links to Polish translations added

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

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