/[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.9 - (hide annotations) (download) (as text)
Tue Oct 9 11:18:29 2001 UTC (22 years, 10 months ago) by lmiguel
Branch: MAIN
Changes since 1.8: +2 -1 lines
File MIME type: text/html
- Initial translation of free-sw.html into Galician.
- Linked from the English original

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

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