home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / misc / discuss / 4315 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  6.0 KB

  1. Xref: sparky gnu.misc.discuss:4315 talk.philosophy.misc:3213 misc.legal:22206
  2. Path: sparky!uunet!dtix!darwin.sura.net!news.udel.edu!me.udel.edu!johnston
  3. From: johnston@me.udel.edu (Bill Johnston)
  4. Newsgroups: gnu.misc.discuss,talk.philosophy.misc,misc.legal
  5. Subject: Re: Fund raising at the FSF
  6. Message-ID: <C0Jtvr.Bsr@news.udel.edu>
  7. Date: 8 Jan 93 18:55:03 GMT
  8. References: <1993Jan7.230129.19091@husc3.harvard.edu> <FRIEDMAN.93Jan8024448@nutrimat.gnu.ai.mit.edu> <1993Jan8.115714.19103@husc3.harvard.edu>
  9. Sender: usenet@news.udel.edu
  10. Organization: University of Delaware
  11. Lines: 139
  12. Nntp-Posting-Host: me.udel.edu
  13.  
  14. In article <1993Jan8.115714.19103@husc3.harvard.edu> zeleny@husc10.harvard.edu (Michael Zeleny) writes:
  15.  
  16. >[...]    With regard to the ownership issue, my reference is to the
  17. >Paragraph 5 of the Version 1, as was discussed in the preceding article;
  18. >I will not bother pointing it out in the text posted on the net.  
  19.  
  20. OK.  I'll make it even easier.  Here is paragraph 5 of version 1.0
  21. of the GNU General Public License, from the file "COPYING-1.0"
  22. available on prep.ai.mit.edu and other gnu archive sites.
  23.  
  24. --- begin included text --- 
  25.  
  26.    We protect your rights with two steps: (1) copyright the software, and
  27.  (2) offer you this license which gives you legal permission to copy,
  28.  distribute and/or modify the software.
  29.  
  30. --- end included text ---
  31.  
  32. Strictly speaking, this paragraph is contained in the Preamble to 
  33. the license text, which explains how the GPL works.  It is not
  34. part of the GPL itself, which begins after the preamble with the 
  35. words:
  36.  
  37.              GNU GENERAL PUBLIC LICENSE
  38.    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  39.  
  40. etc.
  41.  
  42. What is meant by Paragraph 5 is that the FSF "COPYING" terms have
  43. two essential parts, both of which must be present if their "evil
  44. scheme" ;-) is to work.  The first part is that the software must
  45. be released with an explicit copyright statement such as:
  46.  
  47.       Copyright (C) 19yy  <name of author>
  48.  
  49. The second part of the scheme is to attach the license, which
  50. describes the terms under which the copyright owner, "<name of 
  51. author>", permits others to "copy, distribute and/or modify 
  52. the software."
  53.  
  54. That my interpretation of Paragraph 5 is indeed the one intended
  55. by its author(s) should be obvious after reading the Appendix of 
  56. the file "COPYING", which follows the line 
  57.  
  58.              END OF TERMS AND CONDITIONS
  59.  
  60. which marks the end of the license proper.
  61.  
  62. Here is the text of that Appendix to "COPYING 1.0", to be consistent
  63. with Mr. Zeleny's reference to v.1.0.  A similar Appendix is present in 
  64. "COPYING-2.0", which I posted earlier.  It should be readily apparent
  65. that the Appendix describes a procedure by which an author/owner can
  66. apply the terms of the GPL to work copyrighted in his or her name.
  67.  
  68. --- begin included text ---
  69.  
  70.     Appendix: How to Apply These Terms to Your New Programs
  71.  
  72.   If you develop a new program, and you want it to be of the greatest
  73. possible use to humanity, the best way to achieve this is to make it
  74. free software which everyone can redistribute and change under these
  75. terms.
  76.  
  77.   To do so, attach the following notices to the program.  It is safest to
  78. attach them to the start of each source file to most effectively convey
  79. the exclusion of warranty; and each file should have at least the
  80. "copyright" line and a pointer to where the full notice is found.
  81.  
  82.     <one line to give the program's name and a brief idea of what it does.>
  83.     Copyright (C) 19yy  <name of author>
  84.  
  85.     This program is free software; you can redistribute it and/or modify
  86.     it under the terms of the GNU General Public License as published by
  87.     the Free Software Foundation; either version 1, or (at your option)
  88.     any later version.
  89.  
  90.     This program is distributed in the hope that it will be useful,
  91.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  92.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  93.     GNU General Public License for more details.
  94.  
  95.     You should have received a copy of the GNU General Public License
  96.     along with this program; if not, write to the Free Software
  97.     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  98.  
  99. Also add information on how to contact you by electronic and paper mail.
  100.  
  101. If the program is interactive, make it output a short notice like this
  102. when it starts in an interactive mode:
  103.  
  104.     Gnomovision version 69, Copyright (C) 19xx name of author
  105.     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
  106.     This is free software, and you are welcome to redistribute it
  107.     under certain conditions; type `show c' for details.
  108.  
  109. The hypothetical commands `show w' and `show c' should show the
  110. appropriate parts of the General Public License.  Of course, the
  111. commands you use may be called something other than `show w' and `show
  112. c'; they could even be mouse-clicks or menu items--whatever suits your
  113. program.
  114.  
  115. You should also get your employer (if you work as a programmer) or your
  116. school, if any, to sign a "copyright disclaimer" for the program, if
  117. necessary.  Here a sample; alter the names:
  118.  
  119.   Yoyodyne, Inc., hereby disclaims all copyright interest in the
  120.   program `Gnomovision' (a program to direct compilers to make passes
  121.   at assemblers) written by James Hacker.
  122.  
  123.   <signature of Ty Coon>, 1 April 1989
  124.   Ty Coon, President of Vice
  125.  
  126. That's all there is to it!
  127.  
  128. --- end included text ---
  129.  
  130. Returning to the article posted by Mr. Zeleny:
  131.  
  132. MZ:
  133. >The
  134. >question is precisely, to what extent the GPL attempts to supersede the
  135. >legal ownership rights attached to the copyright; I shall not presume to
  136. >judge the extent of its success in this attempt.
  137.  
  138. The answer, precisely, is "none".
  139.  
  140. To paraphrase two earlier bits from Mr. Zeleny's contribution
  141. to this discussion:
  142.  
  143.  1)  Now would be a good time for Mr. Zeleny to admit his error.
  144.  
  145.  2)  Are you going to be a man or a mouse about it, Mr. Zeleny?
  146.  
  147. Please note that I am not accusing you Mr. Zeleny of "prevaricating" 
  148. in repeatedly making false statements about the GPL;  I merely
  149. point out his error.  Readers can draw their own conclusions.
  150. -- 
  151. -- Bill Johnston (johnston@me.udel.edu)
  152. -- 38 Chambers Street; Newark, DE 19711; (302)368-1949
  153.