LICENSE
上传用户:zhj2929
上传日期:2022-07-23
资源大小:28772k
文件大小:18k
源码类别:

游戏引擎

开发平台:

Visual C++

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