home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / doc / mir / 05licens < prev    next >
Text File  |  1992-06-29  |  20KB  |  459 lines

  1.  
  2.  
  3.               ══════════════════════════════════════
  4.  
  5.                  5.    GNU GENERAL PUBLIC LICENSE
  6.  
  7.               ══════════════════════════════════════
  8.  
  9.                       Version 2, June 1991
  10.  
  11. Copyright (C) 1989, 1991    Free Software Foundation, Inc.
  12.                             675 Mass Ave, Cambridge, MA 02139, USA
  13.  
  14.             Everyone is permitted to copy and distribute verbatim
  15. copies of this license document, but changing it is not allowed.
  16.  
  17.  
  18.         ════════════════════
  19.               Preamble
  20.         ════════════════════
  21.  
  22.             The licenses for most software are designed to take
  23. away your freedom to share and change it.  By contrast, the GNU
  24. General Public License is intended to guarantee your freedom to
  25. share and change free software -- to make sure the software is free
  26. for all its users.  This General Public License applies to most of
  27. the Free Software Foundation's software and to any other program
  28. whose authors commit to using it.  (Some other Free Software
  29. Foundation software is covered by the GNU Library General Public
  30. License instead.)  You can apply it to your programs, too.
  31.  
  32.             When we speak of free software, we are referring to
  33. freedom, not price.  Our General Public Licenses are designed to
  34. make sure that you have the freedom to distribute copies of free
  35. software (and charge for this service if you wish), that you
  36. receive source code or can get it if you want it, that you can
  37. change the software or use pieces of it in new free programs; and
  38. that you know you can do these things.
  39.  
  40.             To protect your rights, we need to make restrictions
  41. that forbid anyone to deny you these rights or to ask you to
  42. surrender the rights.  These restrictions translate to certain
  43. responsibilities for you if you distribute copies of the software,
  44. or if you modify it.
  45.  
  46.             For example, if you distribute copies of such a
  47. program, whether gratis or for a fee, you must give the recipients
  48. all the rights that you have.  You must make sure that they, too,
  49. receive or can get the source code.  And you must show them these
  50. terms so they know their rights.
  51.  
  52.             We protect your rights with two steps: (1) copyright
  53. the software, and (2) offer you this license which gives you legal
  54. permission to copy, distribute and/or modify the software.
  55.  
  56.             Also, for each author's protection and ours, we want to
  57. make certain that everyone understands that there is no warranty
  58. for this free software.  If the software is modified by someone
  59. else and passed on, we want its recipients to know that what they
  60. have is not the original, so that any problems introduced by others
  61. will not reflect on the original authors' reputations.
  62.  
  63.             Finally, any free program is threatened constantly by
  64. software patents.  We wish to avoid the danger that redistributors
  65. of a free program will individually obtain patent licenses, in
  66. effect making the program proprietary.  To prevent this, we have
  67. made it clear that any patent must be licensed for everyone's free
  68. use or not licensed at all.
  69.  
  70.             The precise terms and conditions for copying,
  71. distribution and modification follow.
  72.  
  73.  
  74.              ═════════════════════════════════════════
  75.  
  76.                  GNU GENERAL PUBLIC LICENSE
  77.                  TERMS AND CONDITIONS FOR COPYING,
  78.                  DISTRIBUTION AND MODIFICATION
  79.  
  80.              ═════════════════════════════════════════
  81.  
  82. ══════════
  83.     0.
  84. ══════════
  85.             This License applies to any program or other work which
  86. contains a notice placed by the copyright holder saying it may be
  87. distributed under the terms of this General Public License.  The
  88. "Program", below, refers to any such program or work, and a "work
  89. based on the Program" means either the Program or any derivative
  90. work under copyright law: that is to say, a work containing the
  91. Program or a portion of it, either verbatim or with modifications
  92. and/or translated into another language.  (Hereinafter, translation
  93. is included without limitation in the term "modification".)  Each
  94. licensee is addressed as "you".
  95.  
  96.             Activities other than copying, distribution and
  97. modification are not covered by this License; they are outside its
  98. scope.  The act of running the Program is not restricted, and the
  99. output from the Program is covered only if its contents constitute
  100. a work based on the Program (independent of having been made by
  101. running the Program).  Whether that is true depends on what the
  102. Program does.
  103.  
  104. ══════════
  105.     1.
  106. ══════════
  107.  
  108.             You may copy and distribute verbatim copies of the
  109. Program's source code as you receive it, in any medium, provided
  110. that you conspicuously and appropriately publish on each copy an
  111. appropriate copyright notice and disclaimer of warranty; keep
  112. intact all the notices that refer to this License and to the
  113. absence of any warranty; and give any other recipients of the
  114. Program a copy of this License along with the Program.
  115.  
  116.             You may charge a fee for the physical act of
  117. transferring a copy, and you may at your option offer warranty
  118. protection in exchange for a fee.
  119.  
  120. ══════════
  121.     2.
  122. ══════════
  123.             You may modify your copy or copies of the Program or
  124. any portion of it, thus forming a work based on the Program, and
  125. copy and distribute such modifications or work under the terms of
  126. Section 1 above, provided that you also meet all of these
  127. conditions:
  128.  
  129.         a)        You must cause the modified files to carry
  130.         prominent notices stating that you changed the files and
  131.         the date of any change.
  132.  
  133.         b)        You must cause any work that you distribute or
  134.         publish, that in whole or in part contains or is derived
  135.         from the Program or any part thereof, to be licensed as a
  136.         whole at no charge to all third parties under the terms of
  137.         this License.
  138.  
  139.         c)        If the modified program normally reads commands
  140.         interactively when run, you must cause it, when started
  141.         running for such interactive use in the most ordinary way,
  142.         to print or display an announcement including an
  143.         appropriate copyright notice and a notice that there is no
  144.         warranty (or else, saying that you provide a warranty) and
  145.         that users may redistribute the program under these
  146.         conditions, and telling the user how to view a copy of this
  147.         License.  (Exception: if the Program itself is interactive
  148.         but does not normally print such an announcement, your work
  149.         based on the Program is not required to print an
  150.         announcement.)
  151.  
  152.             These requirements apply to the modified work as a
  153. whole.  If identifiable sections of that work are not derived from
  154. the Program, and can be reasonably considered independent and
  155. separate works in themselves, then this License, and its terms, do
  156. not apply to those sections when you distribute them as separate
  157. works.  But when you distribute the same sections as part of a
  158. whole which is a work based on the Program, the distribution of the
  159. whole must be on the terms of this License, whose permissions for
  160. other licensees extend to the entire whole, and thus to each and
  161. every part regardless of who wrote it.
  162.  
  163.             Thus, it is not the intent of this section to claim
  164. rights or contest your rights to work entirely written by you;
  165. rather, the intent is to exercise the right to control the
  166. distribution of derivative or collective works based on the
  167. Program.
  168.  
  169.             In addition, mere aggregation of another work not based
  170. on the Program with the Program (or with a work based on the
  171. Program) on a volume of a storage or distribution medium does not
  172. bring the other work under the scope of this License.
  173.  
  174. ══════════
  175.     3.
  176. ══════════
  177.             You may copy and distribute the Program (or a work
  178. based on it, under Section 2) in object code or executable form
  179. under the terms of Sections 1 and 2 above provided you also do one
  180. of the following:
  181.  
  182.         a)        Accompany it with the complete corresponding
  183.         machine-readable source code, which must be distributed
  184.         under the terms of Sections 1 and 2 above on a medium
  185.         customarily used for software interchange; or,
  186.  
  187.         b)        Accompany it with a written offer, valid for at
  188.         least three years, to give any third party, for a charge no
  189.         more than your cost of physically performing source
  190.         distribution, a complete machine-readable copy of the
  191.         corresponding source code, to be distributed under the
  192.         terms of Sections 1 and 2 above on a medium customarily
  193.         used for software interchange; or,
  194.  
  195.         c)        Accompany it with the information you received as
  196.         to the offer to distribute corresponding source code. 
  197.         (This alternative is allowed only for noncommercial
  198.         distribution and only if you received the program in object
  199.         code or executable form with such an offer, in accord with
  200.         Subsection b above.)
  201.  
  202.             The source code for a work means the preferred form of
  203. the work for making modifications to it.  For an executable work,
  204. complete source code means all the source code for all modules it
  205. contains, plus any associated interface definition files, plus the
  206. scripts used to control compilation and installation of the
  207. executable.  However, as a special exception, the source code
  208. distributed need not include anything that is normally distributed
  209. (in either source or binary form) with the major components
  210. (compiler, kernel, and so on) of the operating system on which the
  211. executable runs, unless that component itself accompanies the
  212. executable.
  213.  
  214.             If distribution of executable or object code is made by
  215. offering access to copy from a designated place, then offering
  216. equivalent access to copy the source code from the same place
  217. counts as distribution of the source code, even though third
  218. parties are not compelled to copy the source along with the object
  219. code.
  220.  
  221.  
  222. ══════════
  223.     4.
  224. ══════════
  225.             You may not copy, modify, sublicense, or distribute the
  226. Program except as expressly provided under this License.  Any
  227. attempt otherwise to copy, modify, sublicense or distribute the
  228. Program is void, and will automatically terminate your rights under
  229. this License.  However, parties who have received copies, or
  230. rights, from you under this License will not have their licenses
  231. terminated so long as such parties remain in full compliance.
  232.  
  233.  
  234. ══════════
  235.     5.
  236. ══════════
  237.             You are not required to accept this License, since you
  238. have not signed it.  However, nothing else grants you permission to
  239. modify or distribute the Program or its derivative works.  These
  240. actions are prohibited by law if you do not accept this License. 
  241. Therefore, by modifying or distributing the Program (or any work
  242. based on the Program), you indicate your acceptance of this License
  243. to do so, and all its terms and conditions for copying,
  244. distributing or modifying the Program or works based on it.
  245.  
  246.  
  247. ══════════
  248.     6.
  249. ══════════
  250.             Each time you redistribute the Program (or any work
  251. based on the Program), the recipient automatically receives a
  252. license from the original licensor to copy, distribute or modify
  253. the Program subject to these terms and conditions.  You may not
  254. impose any further restrictions on the recipients' exercise of the
  255. rights granted herein.  You are not responsible for enforcing
  256. compliance by third parties to this License.
  257.  
  258.  
  259. ══════════
  260.     7.
  261. ══════════
  262.             If, as a consequence of a court judgment or allegation
  263. of patent infringement or for any other reason (not limited to
  264. patent issues), conditions are imposed on you (whether by court
  265. order, agreement or otherwise) that contradict the conditions of
  266. this License, they do not excuse you from the conditions of this
  267. License.  If you cannot distribute so as to satisfy simultaneously
  268. your obligations under this License and any other pertinent
  269. obligations, then as a consequence you may not distribute the
  270. Program at all.  For example, if a patent license would not permit
  271. royalty-free redistribution of the Program by all those who receive
  272. copies directly or indirectly through you, then the only way you
  273. could satisfy both it and this License would be to refrain entirely
  274. from distribution of the Program.
  275.  
  276.             If any portion of this section is held invalid or
  277. unenforceable under any particular circumstance, the balance of the
  278. section is intended to apply and the section as a whole is intended
  279. to apply in other circumstances.
  280.  
  281.             It is not the purpose of this section to induce you to
  282. infringe any patents or other property right claims or to contest
  283. validity of any such claims; this section has the sole purpose of
  284. protecting the integrity of the free software distribution system,
  285. which is implemented by public license practices.  Many people have
  286. made generous contributions to the wide range of software
  287. distributed through that system in reliance on consistent
  288. application of that system; it is up to the author/donor to decide
  289. if he or she is willing to distribute software through any other
  290. system and a licensee cannot impose that choice.
  291.  
  292.             This section is intended to make thoroughly clear what
  293. is believed to be a consequence of the rest of this License.
  294.  
  295.  
  296. ══════════
  297.     8.
  298. ══════════
  299.             If the distribution and/or use of the Program is
  300. restricted in certain countries either by patents or by copyrighted
  301. interfaces, the original copyright holder who places the Program
  302. under this License may add an explicit geographical distribution
  303. limitation excluding those countries, so that distribution is
  304. permitted only in or among countries not thus excluded.  In such
  305. case, this License incorporates the limitation as if written in the
  306. body of this License.
  307.  
  308.  
  309. ══════════
  310.     9.
  311. ══════════
  312.             The Free Software Foundation may publish revised and/or
  313. new versions of the General Public License from time to time.  Such
  314. new versions will be similar in spirit to the present version, but
  315. may differ in detail to address new problems or concerns.
  316.  
  317.             Each version is given a distinguishing version number. 
  318. If the Program specifies a version number of this License which
  319. applies to it and "any later version", you have the option of
  320. following the terms and conditions either of that version or of any
  321. later version published by the Free Software Foundation.  If the
  322. Program does not specify a version number of this License, you may
  323. choose any version ever published by the Free Software Foundation.
  324.  
  325.  
  326. ═══════════
  327.     10.
  328. ═══════════
  329.             If you wish to incorporate parts of the Program into
  330. other free programs whose distribution conditions are different,
  331. write to the author to ask for permission.  For software which is
  332. copyrighted by the Free Software Foundation, write to the Free
  333. Software Foundation; we sometimes make exceptions for this.  Our
  334. decision will be guided by the two goals of preserving the free
  335. status of all derivatives of our free software and of promoting the
  336. sharing and reuse of software generally.
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345.         ═══════════════════════
  346.               NO WARRANTY
  347.         ═══════════════════════
  348.  
  349. ═══════════
  350.     11.
  351. ═══════════
  352.             BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE
  353. IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
  354. APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE
  355. COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS"
  356. WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
  357. INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  358. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE
  359. RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. 
  360. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL
  361. NECESSARY SERVICING, REPAIR OR CORRECTION.
  362.  
  363. ═══════════
  364.     12.
  365. ═══════════
  366.             IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED
  367. TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY
  368. MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE
  369. LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL,
  370. INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR
  371. INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
  372. DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU
  373. OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY
  374. OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN
  375. ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
  376.  
  377.                    END OF TERMS AND CONDITIONS
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.             ═══════════════════════════════════
  387.                          Appendix:
  388.                  How to Apply These Terms
  389.                    To Your New Programs
  390.             ═══════════════════════════════════
  391.  
  392.  
  393.             If you develop a new program, and you want it to be of
  394. the greatest possible use to the public, the best way to achieve
  395. this is to make it free software which everyone can redistribute
  396. and change under these terms.
  397.  
  398.             To do so, attach the following notices to the program. 
  399. It is safest to attach them to the start of each source file to
  400. most effectively convey the exclusion of warranty; and each file
  401. should have at least the "copyright" line and a pointer to where
  402. the full notice is found.
  403.  
  404.         <one line to give the program's name and a brief idea of
  405.         what it does.>  Copyright (C) 19yy  <name of author>
  406.  
  407.         This program is free software; you may redistribute it
  408.         and/or modify it under the terms of the GNU General Public
  409.         License as published by the Free Software Foundation;
  410.         either version 2 of the License, or (at your option) any
  411.         later version.
  412.  
  413.         This program is distributed in the hope that it will be
  414.         useful, but WITHOUT ANY WARRANTY; without even the implied
  415.         warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  416.         PURPOSE.  See the GNU General Public License for more
  417.         details.
  418.  
  419.         You should have received a copy of the GNU General Public
  420.         License along with this program; if not, write to the Free
  421.         Software Foundation, Inc., 675 Mass Ave, Cambridge, MA
  422.         02139, USA.
  423.  
  424.             Also add information on how to contact you by
  425. electronic and paper mail.
  426.  
  427.             If the program is interactive, make it output a short
  428. notice like this when it starts in an interactive mode:
  429.  
  430.         Gnomovision version 69, Copyright (C) 19yy name of author
  431.         Gnomovision comes with ABSOLUTELY NO WARRANTY; for details
  432.         type 'show w'.  This is free software and you are welcome
  433.         to redistribute it under certain conditions; type 'show c'
  434.         for details.
  435.  
  436.             The hypothetical commands 'show w' and 'show c' should
  437. show the appropriate parts of the General Public License.  Of
  438. course, the commands you may use may be called something other than
  439. 'show w' and 'show c'; they could even be mouse-clicks or menu
  440. items -- whatever suits your program.
  441.  
  442.             You should also get your employer (if you work as a
  443. programmer) or your school, if any, to sign a "copyright
  444. disclaimer" for the program, if necessary.  Here is a sample; alter
  445. the names:
  446.  
  447.         Yoyodyne, Inc., hereby disclaims all copyright interest in
  448.         the program 'Gnomovision' (which makes passes at compilers)
  449.         written by James Hacker.
  450.  
  451.         <signature of Ty Coon>, 1 April 1989
  452.         Ty Coon, President of Vice
  453.  
  454.             This General Public License does not permit
  455. incorporating your program into proprietary programs.  If your
  456. program is a subroutine library, you may consider it useful to
  457. permit linking proprietary applications with the library.  If this
  458. is what you want to do, use the GNU Library General Public License
  459. instead of this License.