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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.27 by canderson, Fri Jul 2 00:36:09 2004 UTC revision 1.44 by hicham, Sat May 20 09:35:17 2006 UTC
# Line 81  versions, to be meaningful, you must hav Line 81  versions, to be meaningful, you must hav
81  the program.  Therefore, accessibility of source code is a necessary  the program.  Therefore, accessibility of source code is a necessary
82  condition for free software.</p>  condition for free software.</p>
83  <p>  <p>
84    One important way to modify a program is by merging in available free
85    subroutines and modules.  If the program's license says that you
86    cannot merge in an existing module, such as if it requires you to be
87    the copyright holder of any code you add, then the license is too
88    restrictive to qualify as free.</p>
89    <p>
90  In order for these freedoms to be real, they must be irrevocable as  In order for these freedoms to be real, they must be irrevocable as
91  long as you do nothing wrong; if the developer of the software has the  long as you do nothing wrong; if the developer of the software has the
92  power to revoke the license, without your doing anything to give  power to revoke the license, without your doing anything to give
# Line 93  when redistributing the program, you can Line 99  when redistributing the program, you can
99  other people the central freedoms.  This rule does not conflict with  other people the central freedoms.  This rule does not conflict with
100  the central freedoms; rather it protects them.</p>  the central freedoms; rather it protects them.</p>
101  <p>  <p>
102  Thus, you may have paid money to get copies of free software, or you  You may have paid money to get copies of free software, or you
103  may have obtained copies at no charge.  But regardless of how you got  may have obtained copies at no charge.  But regardless of how you got
104  your copies, you always have the freedom to copy and change the  your copies, you always have the freedom to copy and change the
105  software, even to <a href="/philosophy/selling.html">sell copies</a>.</p>  software, even to <a href="/philosophy/selling.html">sell copies</a>.</p>
# Line 104  commercial distribution.  Commercial dev Line 110  commercial distribution.  Commercial dev
110  no longer unusual; such free commercial software is very important.</p>  no longer unusual; such free commercial software is very important.</p>
111  <p>  <p>
112  Rules about how to package a modified version are acceptable, if they  Rules about how to package a modified version are acceptable, if they
113  don't effectively block your freedom to release modified versions.  don't substantively block your freedom to release modified versions,
114  Rules that ``if you make the program available in this way, you must  or your freedom to make and use modified versions privately.  Rules
115  make it available in that way also'' can be acceptable too, on the  that ``if you make your version available in this way, you must make
116  same condition.  (Note that such a rule still leaves you the choice of  it available in that way also'' can be acceptable too, on the same
117  whether to publish the program or not.)  It is also acceptable for the  condition.  (Note that such a rule still leaves you the choice of
118  license to require that, if you have distributed a modified version  whether to publish your version at all.)  Rules that require release
119  and a previous developer asks for a copy of it, you must send one.</p>  of source code to the users for versions that you put into public use
120    are also acceptable.  It is also acceptable for the license to require
121    that, if you have distributed a modified version and a previous
122    developer asks for a copy of it, you must send one, or that you
123    identify yourself on your modifications.
124    </p>
125  <p>  <p>
126  In the GNU project, we use <a href="/copyleft/copyleft.html">``copyleft''</a>  In the GNU project, we use <a href="/copyleft/copyleft.html">``copyleft''</a>
127  to protect these freedoms legally for everyone.  But  to protect these freedoms legally for everyone.  But
# Line 142  impose a much larger range of possible r Line 153  impose a much larger range of possible r
153  are many possible ways such a license could be unacceptably  are many possible ways such a license could be unacceptably
154  restrictive and non-free.</p>  restrictive and non-free.</p>
155  <p>  <p>
156  We can't possibly list all the possible contract restrictions that  We can't possibly list all the ways that might happen.  If a
157  would be unacceptable.  If a contract-based license restricts the user  contract-based license restricts the user in an unusual way that
158  in an unusual way that copyright-based licenses cannot, and which  copyright-based licenses cannot, and which isn't mentioned here as
159  isn't mentioned here as legitimate, we will have to think about it,  legitimate, we will have to think about it, and we will probably
160  and we will probably decide it is non-free.</p>  conclude it is non-free.</p>
161  <p>  <p>
162  When talking about free software, it is best to avoid using terms like  When talking about free software, it is best to avoid using terms like
163  ``give away'' or ``for free'', because those terms imply that the  ``give away'' or ``for free'', because those terms imply that the
# Line 171  issue, we often update these criteria to Line 182  issue, we often update these criteria to
182  certain licenses do or don't qualify.</p>  certain licenses do or don't qualify.</p>
183  <p>  <p>
184  If you are interested in whether a specific license qualifies as a  If you are interested in whether a specific license qualifies as a
185  free software license, see our <a href="/licenses/license-list.html">list  free software license, see our <a
186  of licenses</a>.  If the  href="/licenses/license-list.html">list of licenses</a>.  If the
187  license you are concerned with is not listed there, you can ask us  license you are concerned with is not listed there, you can ask us
188  about it by sending us email  about it by sending us email at <a
189  at <a href="mailto:licensing@gnu.org">&lt;licensing@gnu.org&gt;</a>.</p>  href="mailto:licensing@gnu.org">&lt;licensing@gnu.org&gt;</a>.</p> <p>
190    If you are contemplating writing a new license, please contact the FSF
191    by writing to that address. The proliferation of different free
192    software licenses means increased work for users in understanding the
193    licenses; we may be able to help you find an existing Free Software
194    license that meets your needs.
195    </p>
196    
197    <p>
198    If that isn't possible, if you really need a new license, with our
199    help you can ensure that the license really is a Free Software license
200    and avoid various practical problems.
201    </p>
202  <hr />  <hr />
203    
204  <p>  <p>
# Line 184  Another group has started using the term Line 206  Another group has started using the term
206  something close (but not identical) to "free software".  We prefer the  something close (but not identical) to "free software".  We prefer the
207  term "free software" because, once you have heard it refers to freedom  term "free software" because, once you have heard it refers to freedom
208  rather than price, <a href="free-software-for-freedom.html">it calls  rather than price, <a href="free-software-for-freedom.html">it calls
209  to mind freedom</a>.</p>  to mind freedom</a>.  The word "open" never does that.</p>
210    
211  <hr />  <hr />
212  <h4><a href="/philosophy/philosophy.html">Other Texts to Read</a></h4>  <h4><a href="/philosophy/philosophy.html">Other Texts to Read</a></h4>
# Line 204  to mind freedom</a>.</p> Line 226  to mind freedom</a>.</p>
226  <!-- language if possible, otherwise default to English -->  <!-- language if possible, otherwise default to English -->
227  <!-- If you do not have it English, please comment what the -->  <!-- If you do not have it English, please comment what the -->
228  <!-- English is.  If you add a new language here, please -->  <!-- English is.  If you add a new language here, please -->
229  <!-- advise web-trans@gnu.org and add it to -->  <!-- advise web-translators@gnu.org and add it to -->
230  <!--    - in /home/www/bin/nightly-vars either TAGSLANG or WEBLANG -->  <!--    - in /home/www/bin/nightly-vars either TAGSLANG or WEBLANG -->
231  <!--    - in /home/www/html/server/standards/README.translations.html -->  <!--    - in /home/www/html/server/standards/README.translations.html -->
232  <!--      one of the lists under the section "Translations Underway" -->  <!--      one of the lists under the section "Translations Underway" -->
# Line 213  to mind freedom</a>.</p> Line 235  to mind freedom</a>.</p>
235  <!-- Please also check you have the 2 letter language code right versus -->  <!-- Please also check you have the 2 letter language code right versus -->
236  <!--     http://www.w3.org/WAI/ER/IG/ert/iso639.htm -->  <!--     http://www.w3.org/WAI/ER/IG/ert/iso639.htm -->
237  [  [
238    <a href="/philosophy/free-sw.cs.html">&#x010c;esky</a>        <!-- Czech -->    <a href="/philosophy/free-sw.ar.html">&#1575;&#1604;&#1593;&#1585;&#1576;&#1610;&#1577;</a> |<!-- Arabic -->
239      <a href="/philosophy/free-sw.ca.html">Catal&#x00e0;</a>       <!-- Catalan -->
240    
241    <!-- Chinese (Simplified) -->
242    | <a href="/philosophy/free-sw.cn.html">&#x7b80;&#x4f53;&#x4e2d;&#x6587;</a>
243    
244    <!-- Chinese (Traditional) -->
245    | <a href="/philosophy/free-sw.zh.html">&#x7e41;&#x9ad4;&#x4e2d;&#x6587;</a>
246    
247    | <a href="/philosophy/free-sw.cs.html">&#x010c;esky</a>        <!-- Czech -->
248  | <a href="/philosophy/free-sw.da.html">Dansk</a>       <!-- Danish -->  | <a href="/philosophy/free-sw.da.html">Dansk</a>       <!-- Danish -->
249  | <a href="/philosophy/free-sw.de.html">Deutsch</a>     <!-- German -->  | <a href="/philosophy/free-sw.de.html">Deutsch</a>     <!-- German -->
250  | <a href="/philosophy/free-sw.html">English</a>  | <a href="/philosophy/free-sw.html">English</a>
251    | <a href="/philosophy/free-sw.el.html">Ελληνικά</a>  <!--Greek-->
252  | <a href="/philosophy/free-sw.es.html">Espa&#x00f1;ol</a>      <!-- Spanish -->  | <a href="/philosophy/free-sw.es.html">Espa&#x00f1;ol</a>      <!-- Spanish -->
253    | <a href="/philosophy/free-sw.eo.html">Esperanto</a>
254    
255    <!-- Persian/Farsi -->
256    | <a href="/philosophy/free-sw.fa.html">&#x0641;&#x0627;&#x0631;&#x0633;&#x06cc;</a>
257    
258  | <a href="/philosophy/free-sw.fr.html">Fran&#x00e7;ais</a>     <!-- French -->  | <a href="/philosophy/free-sw.fr.html">Fran&#x00e7;ais</a>     <!-- French -->
259  | <a href="/philosophy/free-sw.gl.html">Galego</a>      <!-- Galician -->  | <a href="/philosophy/free-sw.gl.html">Galego</a>      <!-- Galician -->
260  | <a href="/philosophy/free-sw.he.html">&#x05e2;&#x05d1;&#x05e8;&#x05d9;&#x05ea;</a>    <!-- Hebrew -->  | <a href="/philosophy/free-sw.he.html">&#x05e2;&#x05d1;&#x05e8;&#x05d9;&#x05ea;</a>    <!-- Hebrew -->
# Line 231  to mind freedom</a>.</p> Line 268  to mind freedom</a>.</p>
268  | <a href="/philosophy/free-sw.no.html">Norsk</a>       <!-- Norwegian -->  | <a href="/philosophy/free-sw.no.html">Norsk</a>       <!-- Norwegian -->
269  | <a href="/philosophy/free-sw.pl.html">Polski</a>      <!-- Polish -->  | <a href="/philosophy/free-sw.pl.html">Polski</a>      <!-- Polish -->
270  | <a href="/philosophy/free-sw.pt.html">Portugu&#x0ea;s</a>     <!-- Portuguese -->  | <a href="/philosophy/free-sw.pt.html">Portugu&#x0ea;s</a>     <!-- Portuguese -->
271  | <a href="/philosophy/free-sw.ro.html">Rom&#x00e2;n&#x00e3;</a>        <!-- Romanian -->  | <a href="/philosophy/free-sw.ro.html">Rom&#x00e2;n&#x0103;</a>        <!-- Romanian -->
272  | <a href="/philosophy/free-sw.ru.html">&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081;</a> <!-- Russian -->  | <a href="/philosophy/free-sw.ru.html">&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081;</a> <!-- Russian -->
273  | <a href="/philosophy/free-sw.sl.html">Slovinsko</a>   <!--- Slovenian -->  | <a href="/philosophy/free-sw.sl.html">Slovinsko</a>   <!--- Slovenian -->
274    | <a href="/philosophy/free-sw.sr.html">&#x0421;&#x0440;&#x043f;&#x0441;&#x043a;&#x0438;</a> <!-- Serbian -->
275    | <a href="/philosophy/free-sw.tl.html">Tagalog</a>     <!-- Tagalog -->
276  | <a href="/philosophy/free-sw.tr.html">T&#x00fc;rk&#x00e7;e</a>        <!-- Turkish -->  | <a href="/philosophy/free-sw.tr.html">T&#x00fc;rk&#x00e7;e</a>        <!-- Turkish -->
277  ]  ]
278  </p>  </p>
# Line 262  translations of this article. Line 301  translations of this article.
301  </p>  </p>
302    
303  <p>  <p>
304  Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, Free  Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free
305  Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
306  02111,  USA  02110,  USA
307  <br />  <br />
308  Verbatim copying and distribution of this entire article is  Verbatim copying and distribution of this entire article is
309  permitted in any medium without royalty provided this notice is  permitted in any medium without royalty provided this notice is

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.44

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