home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / new / util / edit / jade / copying < prev    next >
Text File  |  1994-04-16  |  18KB  |  348 lines

  1.  
  2. Jade is distributed under the terms of the GPL, I reserve the right to
  3. change this in future releases. Also note that the regexp code is
  4. originally by Henry Spencer and is subject to his conditions, not the GPL.
  5.  
  6. John Harper.
  7. ------
  8.  
  9.             GNU GENERAL PUBLIC LICENSE
  10.                Version 2, June 1991
  11.  
  12.  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
  13.                           675 Mass Ave, Cambridge, MA 02139, USA
  14.  Everyone is permitted to copy and distribute verbatim copies
  15.  of this license document, but changing it is not allowed.
  16.  
  17.                 Preamble
  18.  
  19.   The licenses for most software are designed to take away your
  20. freedom to share and change it.  By contrast, the GNU General Public
  21. License is intended to guarantee your freedom to share and change free
  22. software--to make sure the software is free for all its users.  This
  23. General Public License applies to most of the Free Software
  24. Foundation's software and to any other program whose authors commit to
  25. using it.  (Some other Free Software Foundation software is covered by
  26. the GNU Library General Public License instead.)  You can apply it to
  27. your programs, too.
  28.  
  29.   When we speak of free software, we are referring to freedom, not
  30. price.  Our General Public Licenses are designed to make sure that you
  31. have the freedom to distribute copies of free software (and charge for
  32. this service if you wish), that you receive source code or can get it
  33. if you want it, that you can change the software or use pieces of it
  34. in new free programs; and that you know you can do these things.
  35.  
  36.   To protect your rights, we need to make restrictions that forbid
  37. anyone to deny you these rights or to ask you to surrender the rights.
  38. These restrictions translate to certain responsibilities for you if you
  39. distribute copies of the software, or if you modify it.
  40.  
  41.   For example, if you distribute copies of such a program, whether
  42. gratis or for a fee, you must give the recipients all the rights that
  43. you have.  You must make sure that they, too, receive or can get the
  44. source code.  And you must show them these terms so they know their
  45. rights.
  46.  
  47.   We protect your rights with two steps: (1) copyright the software, and
  48. (2) offer you this license which gives you legal permission to copy,
  49. distribute and/or modify the software.
  50.  
  51.   Also, for each author's protection and ours, we want to make certain
  52. that everyone understands that there is no warranty for this free
  53. software.  If the software is modified by someone else and passed on, we
  54. want its recipients to know that what they have is not the original, so
  55. that any problems introduced by others will not reflect on the original
  56. authors' reputations.
  57.  
  58.   Finally, any free program is threatened constantly by software
  59. patents.  We wish to avoid the danger that redistributors of a free
  60. program will individually obtain patent licenses, in effect making the
  61. program proprietary.  To prevent this, we have made it clear that any
  62. patent must be licensed for everyone's free use or not licensed at all.
  63.  
  64.   The precise terms and conditions for copying, distribution and
  65. modification follow.
  66.  
  67.             GNU GENERAL PUBLIC LICENSE
  68.    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  69.  
  70.   0. This License applies to any program or other work which contains
  71. a notice placed by the copyright holder saying it may be distributed
  72. under the terms of this General Public License.  The "Program", below,
  73. refers to any such program or work, and a "work based on the Program"
  74. means either the Program or any derivative work under copyright law:
  75. that is to say, a work containing the Program or a portion of it,
  76. either verbatim or with modifications and/or translated into another
  77. language.  (Hereinafter, translation is included without limitation in
  78. the term "modification".)  Each licensee is addressed as "you".
  79.  
  80. Activities other than copying, distribution and modification are not
  81. covered by this License; they are outside its scope.  The act of
  82. running the Program is not restricted, and the output from the Program
  83. is covered only if its contents constitute a work based on the
  84. Program (independent of having been made by running the Program).
  85. Whether that is true depends on what the Program does.
  86.  
  87.   1. You may copy and distribute verbatim copies of the Program's
  88. source code as you receive it, in any medium, provided that you
  89. conspicuously and appropriately publish on each copy an appropriate
  90. copyright notice and disclaimer of warranty; keep intact all the
  91. notices that refer to this License and to the absence of any warranty;
  92. and give any other recipients of the Program a copy of this License
  93. along with the Program.
  94.  
  95. You may charge a fee for the physical act of transferring a copy, and
  96. you may at your option offer warranty protection in exchange for a fee.
  97.  
  98.   2. You may modify your copy or copies of the Program or any portion
  99. of it, thus forming a work based on the Program, and copy and
  100. distribute such modifications or work under the terms of Section 1
  101. above, provided that you also meet all of these conditions:
  102.  
  103.     a) You must cause the modified files to carry prominent notices
  104.     stating that you changed the files and the date of any change.
  105.  
  106.     b) You must cause any work that you distribute or publish, that in
  107.     whole or in part contains or is derived from the Program or any
  108.     part thereof, to be licensed as a whole at no charge to all third
  109.     parties under the terms of this License.
  110.  
  111.     c) If the modified program normally reads commands interactively
  112.     when run, you must cause it, when started running for such
  113.     interactive use in the most ordinary way, to print or display an
  114.     announcement including an appropriate copyright notice and a
  115.     notice that there is no warranty (or else, saying that you provide
  116.     a warranty) and that users may redistribute the program under
  117.     these conditions, and telling the user how to view a copy of this
  118.     License.  (Exception: if the Program itself is interactive but
  119.     does not normally print such an announcement, your work based on
  120.     the Program is not required to print an announcement.)
  121.  
  122. These requirements apply to the modified work as a whole.  If
  123. identifiable sections of that work are not derived from the Program,
  124. and can be reasonably considered independent and separate works in
  125. themselves, then this License, and its terms, do not apply to those
  126. sections when you distribute them as separate works.  But when you
  127. distribute the same sections as part of a whole which is a work based
  128. on the Program, the distribution of the whole must be on the terms of
  129. this License, whose permissions for other licensees extend to the
  130. entire whole, and thus to each and every part regardless of who wrote it.
  131.  
  132. Thus, it is not the intent of this section to claim rights or contest
  133. your rights to work written entirely by you; rather, the intent is to
  134. exercise the right to control the distribution of derivative or
  135. collective works based on the Program.
  136.  
  137. In addition, mere aggregation of another work not based on the Program
  138. with the Program (or with a work based on the Program) on a volume of
  139. a storage or distribution medium does not bring the other work under
  140. the scope of this License.
  141.  
  142.   3. You may copy and distribute the Program (or a work based on it,
  143. under Section 2) in object code or executable form under the terms of
  144. Sections 1 and 2 above provided that you also do one of the following:
  145.  
  146.     a) Accompany it with the complete corresponding machine-readable
  147.     source code, which must be distributed under the terms of Sections
  148.     1 and 2 above on a medium customarily used for software interchange; or,
  149.  
  150.     b) Accompany it with a written offer, valid for at least three
  151.     years, to give any third party, for a charge no more than your
  152.     cost of physically performing source distribution, a complete
  153.     machine-readable copy of the corresponding source code, to be
  154.     distributed under the terms of Sections 1 and 2 above on a medium
  155.     customarily used for software interchange; or,
  156.  
  157.     c) Accompany it with the information you received as to the offer
  158.     to distribute corresponding source code.  (This alternative is
  159.     allowed only for noncommercial distribution and only