license.txt 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. License of code:
  2. --------------------------------------
  3. Copyright (C) 2020 NetherEran
  4. GNU LESSER GENERAL PUBLIC LICENSE
  5. Version 3, 29 June 2007
  6. Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
  7. Everyone is permitted to copy and distribute verbatim copies
  8. of this license document, but changing it is not allowed.
  9. This version of the GNU Lesser General Public License incorporates
  10. the terms and conditions of version 3 of the GNU General Public
  11. License, supplemented by the additional permissions listed below.
  12. 0. Additional Definitions.
  13. As used herein, "this License" refers to version 3 of the GNU Lesser
  14. General Public License, and the "GNU GPL" refers to version 3 of the GNU
  15. General Public License.
  16. "The Library" refers to a covered work governed by this License,
  17. other than an Application or a Combined Work as defined below.
  18. An "Application" is any work that makes use of an interface provided
  19. by the Library, but which is not otherwise based on the Library.
  20. Defining a subclass of a class defined by the Library is deemed a mode
  21. of using an interface provided by the Library.
  22. A "Combined Work" is a work produced by combining or linking an
  23. Application with the Library. The particular version of the Library
  24. with which the Combined Work was made is also called the "Linked
  25. Version".
  26. The "Minimal Corresponding Source" for a Combined Work means the
  27. Corresponding Source for the Combined Work, excluding any source code
  28. for portions of the Combined Work that, considered in isolation, are
  29. based on the Application, and not on the Linked Version.
  30. The "Corresponding Application Code" for a Combined Work means the
  31. object code and/or source code for the Application, including any data
  32. and utility programs needed for reproducing the Combined Work from the
  33. Application, but excluding the System Libraries of the Combined Work.
  34. 1. Exception to Section 3 of the GNU GPL.
  35. You may convey a covered work under sections 3 and 4 of this License
  36. without being bound by section 3 of the GNU GPL.
  37. 2. Conveying Modified Versions.
  38. If you modify a copy of the Library, and, in your modifications, a
  39. facility refers to a function or data to be supplied by an Application
  40. that uses the facility (other than as an argument passed when the
  41. facility is invoked), then you may convey a copy of the modified
  42. version:
  43. a) under this License, provided that you make a good faith effort to
  44. ensure that, in the event an Application does not supply the
  45. function or data, the facility still operates, and performs
  46. whatever part of its purpose remains meaningful, or
  47. b) under the GNU GPL, with none of the additional permissions of
  48. this License applicable to that copy.
  49. 3. Object Code Incorporating Material from Library Header Files.
  50. The object code form of an Application may incorporate material from
  51. a header file that is part of the Library. You may convey such object
  52. code under terms of your choice, provided that, if the incorporated
  53. material is not limited to numerical parameters, data structure
  54. layouts and accessors, or small macros, inline functions and templates
  55. (ten or fewer lines in length), you do both of the following:
  56. a) Give prominent notice with each copy of the object code that the
  57. Library is used in it and that the Library and its use are
  58. covered by this License.
  59. b) Accompany the object code with a copy of the GNU GPL and this license
  60. document.
  61. 4. Combined Works.
  62. You may convey a Combined Work under terms of your choice that,
  63. taken together, effectively do not restrict modification of the
  64. portions of the Library contained in the Combined Work and reverse
  65. engineering for debugging such modifications, if you also do each of
  66. the following:
  67. a) Give prominent notice with each copy of the Combined Work that
  68. the Library is used in it and that the Library and its use are
  69. covered by this License.
  70. b) Accompany the Combined Work with a copy of the GNU GPL and this license
  71. document.
  72. c) For a Combined Work that displays copyright notices during
  73. execution, include the copyright notice for the Library among
  74. these notices, as well as a reference directing the user to the
  75. copies of the GNU GPL and this license document.
  76. d) Do one of the following:
  77. 0) Convey the Minimal Corresponding Source under the terms of this
  78. License, and the Corresponding Application Code in a form
  79. suitable for, and under terms that permit, the user to
  80. recombine or relink the Application with a modified version of
  81. the Linked Version to produce a modified Combined Work, in the
  82. manner specified by section 6 of the GNU GPL for conveying
  83. Corresponding Source.
  84. 1) Use a suitable shared library mechanism for linking with the
  85. Library. A suitable mechanism is one that (a) uses at run time
  86. a copy of the Library already present on the user's computer
  87. system, and (b) will operate properly with a modified version
  88. of the Library that is interface-compatible with the Linked
  89. Version.
  90. e) Provide Installation Information, but only if you would otherwise
  91. be required to provide such information under section 6 of the
  92. GNU GPL, and only to the extent that such information is
  93. necessary to install and execute a modified version of the
  94. Combined Work produced by recombining or relinking the
  95. Application with a modified version of the Linked Version. (If
  96. you use option 4d0, the Installation Information must accompany
  97. the Minimal Corresponding Source and Corresponding Application
  98. Code. If you use option 4d1, you must provide the Installation
  99. Information in the manner specified by section 6 of the GNU GPL
  100. for conveying Corresponding Source.)
  101. 5. Combined Libraries.
  102. You may place library facilities that are a work based on the
  103. Library side by side in a single library together with other library
  104. facilities that are not Applications and are not covered by this
  105. License, and convey such a combined library under terms of your
  106. choice, if you do both of the following:
  107. a) Accompany the combined library with a copy of the same work based
  108. on the Library, uncombined with any other library facilities,
  109. conveyed under the terms of this License.
  110. b) Give prominent notice with the combined library that part of it
  111. is a work based on the Library, and explaining where to find the
  112. accompanying uncombined form of the same work.
  113. 6. Revised Versions of the GNU Lesser General Public License.
  114. The Free Software Foundation may publish revised and/or new versions
  115. of the GNU Lesser General Public License from time to time. Such new
  116. versions will be similar in spirit to the present version, but may
  117. differ in detail to address new problems or concerns.
  118. Each version is given a distinguishing version number. If the
  119. Library as you received it specifies that a certain numbered version
  120. of the GNU Lesser General Public License "or any later version"
  121. applies to it, you have the option of following the terms and
  122. conditions either of that published version or of any later version
  123. published by the Free Software Foundation. If the Library as you
  124. received it does not specify a version number of the GNU Lesser
  125. General Public License, you may choose any version of the GNU Lesser
  126. General Public License ever published by the Free Software Foundation.
  127. If the Library as you received it specifies that a proxy can decide
  128. whether future versions of the GNU Lesser General Public License shall
  129. apply, that proxy's public statement of acceptance of any version is
  130. permanent authorization for you to choose that version for the
  131. Library.
  132. License of media (textures, schematics, models)
  133. ---------------------------------------
  134. Copyright (C) 2020 NetherEran
  135. Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
  136. This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
  137. You are free to:
  138. Share — copy and redistribute the material in any medium or format
  139. Adapt — remix, transform, and build upon the material
  140. for any purpose, even commercially.
  141. This license is acceptable for Free Cultural Works.
  142. The licensor cannot revoke these freedoms as long as you follow the license terms.
  143. Under the following terms:
  144. Attribution — You must give appropriate credit, provide a link to the
  145. license, and indicate if changes were made. You may do so in any
  146. reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  147. ShareAlike — If you remix, transform, or build upon the material,
  148. you must distribute your contributions under the same license as the original.
  149. No additional restrictions — You may not apply legal terms or
  150. technological measures that legally restrict others from
  151. doing anything the license permits.
  152. Notices:
  153. You do not have to comply with the license for elements of the material
  154. in the public domain or where your use is permitted by an applicable exception or limitation.
  155. No warranties are given. The license may not give you all of the
  156. permissions necessary for your intended use. For example, other
  157. rights such as publicity, privacy, or moral rights may limit how you use the material.
  158. Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
  159. Copyright (C) 2020 paramat
  160. You are free to:
  161. Share — copy and redistribute the material in any medium or format
  162. Adapt — remix, transform, and build upon the material for any purpose, even
  163. commercially.
  164. The licensor cannot revoke these freedoms as long as you follow the license
  165. terms.
  166. Under the following terms:
  167. Attribution — You must give appropriate credit, provide a link to the license,
  168. and indicate if changes were made. You may do so in any reasonable manner, but
  169. not in any way that suggests the licensor endorses you or your use.
  170. ShareAlike — If you remix, transform, or build upon the material, you must
  171. distribute your contributions under the same license as the original.
  172. No additional restrictions — You may not apply legal terms or technological
  173. measures that legally restrict others from doing anything the license permits.
  174. Notices:
  175. You do not have to comply with the license for elements of the material in the
  176. public domain or where your use is permitted by an applicable exception or
  177. limitation.
  178. No warranties are given. The license may not give you all of the permissions
  179. necessary for your intended use. For example, other rights such as publicity,
  180. privacy, or moral rights may limit how you use the material.
  181. For more details:
  182. http://creativecommons.org/licenses/by-sa/3.0/