home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / useful / disk / cdrom / mkisofs / copying < prev    next >
Text File  |  1994-05-29  |  18KB  |  346 lines

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