You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

186 lines
8.5 KiB

  1. This software is licensed under the LGPLv3, included below.
  2. As a special exception to the GNU Lesser General Public License version 3
  3. ("LGPL3"), the copyright holders of this Library give you permission to
  4. convey to a third party a Combined Work that links statically or dynamically
  5. to this Library without providing any Minimal Corresponding Source or
  6. Minimal Application Code as set out in 4d or providing the installation
  7. information set out in section 4e, provided that you comply with the other
  8. provisions of LGPL3 and provided that you meet, for the Application the
  9. terms and conditions of the license(s) which apply to the Application.
  10. Except as stated in this special exception, the provisions of LGPL3 will
  11. continue to comply in full to this Library. If you modify this Library, you
  12. may apply this exception to your version of this Library, but you are not
  13. obliged to do so. If you do not wish to do so, delete this exception
  14. statement from your version. This exception does not (and cannot) modify any
  15. license terms which apply to the Application, with which you must still
  16. comply.
  17. GNU LESSER GENERAL PUBLIC LICENSE
  18. Version 3, 29 June 2007
  19. Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
  20. Everyone is permitted to copy and distribute verbatim copies
  21. of this license document, but changing it is not allowed.
  22. This version of the GNU Lesser General Public License incorporates
  23. the terms and conditions of version 3 of the GNU General Public
  24. License, supplemented by the additional permissions listed below.
  25. 0. Additional Definitions.
  26. As used herein, "this License" refers to version 3 of the GNU Lesser
  27. General Public License, and the "GNU GPL" refers to version 3 of the GNU
  28. General Public License.
  29. "The Library" refers to a covered work governed by this License,
  30. other than an Application or a Combined Work as defined below.
  31. An "Application" is any work that makes use of an interface provided
  32. by the Library, but which is not otherwise based on the Library.
  33. Defining a subclass of a class defined by the Library is deemed a mode
  34. of using an interface provided by the Library.
  35. A "Combined Work" is a work produced by combining or linking an
  36. Application with the Library. The particular version of the Library
  37. with which the Combined Work was made is also called the "Linked
  38. Version".
  39. The "Minimal Corresponding Source" for a Combined Work means the
  40. Corresponding Source for the Combined Work, excluding any source code
  41. for portions of the Combined Work that, considered in isolation, are
  42. based on the Application, and not on the Linked Version.
  43. The "Corresponding Application Code" for a Combined Work means the
  44. object code and/or source code for the Application, including any data
  45. and utility programs needed for reproducing the Combined Work from the
  46. Application, but excluding the System Libraries of the Combined Work.
  47. 1. Exception to Section 3 of the GNU GPL.
  48. You may convey a covered work under sections 3 and 4 of this License
  49. without being bound by section 3 of the GNU GPL.
  50. 2. Conveying Modified Versions.
  51. If you modify a copy of the Library, and, in your modifications, a
  52. facility refers to a function or data to be supplied by an Application
  53. that uses the facility (other than as an argument passed when the
  54. facility is invoked), then you may convey a copy of the modified
  55. version:
  56. a) under this License, provided that you make a good faith effort to
  57. ensure that, in the event an Application does not supply the
  58. function or data, the facility still operates, and performs
  59. whatever part of its purpose remains meaningful, or
  60. b) under the GNU GPL, with none of the additional permissions of
  61. this License applicable to that copy.
  62. 3. Object Code Incorporating Material from Library Header Files.
  63. The object code form of an Application may incorporate material from
  64. a header file that is part of the Library. You may convey such object
  65. code under terms of your choice, provided that, if the incorporated
  66. material is not limited to numerical parameters, data structure
  67. layouts and accessors, or small macros, inline functions and templates
  68. (ten or fewer lines in length), you do both of the following:
  69. a) Give prominent notice with each copy of the object code that the
  70. Library is used in it and that the Library and its use are
  71. covered by this License.
  72. b) Accompany the object code with a copy of the GNU GPL and this license
  73. document.
  74. 4. Combined Works.
  75. You may convey a Combined Work under terms of your choice that,
  76. taken together, effectively do not restrict modification of the
  77. portions of the Library contained in the Combined Work and reverse
  78. engineering for debugging such modifications, if you also do each of
  79. the following:
  80. a) Give prominent notice with each copy of the Combined Work that
  81. the Library is used in it and that the Library and its use are
  82. covered by this License.
  83. b) Accompany the Combined Work with a copy of the GNU GPL and this license
  84. document.
  85. c) For a Combined Work that displays copyright notices during
  86. execution, include the copyright notice for the Library among
  87. these notices, as well as a reference directing the user to the
  88. copies of the GNU GPL and this license document.
  89. d) Do one of the following:
  90. 0) Convey the Minimal Corresponding Source under the terms of this
  91. License, and the Corresponding Application Code in a form
  92. suitable for, and under terms that permit, the user to
  93. recombine or relink the Application with a modified version of
  94. the Linked Version to produce a modified Combined Work, in the
  95. manner specified by section 6 of the GNU GPL for conveying
  96. Corresponding Source.
  97. 1) Use a suitable shared library mechanism for linking with the
  98. Library. A suitable mechanism is one that (a) uses at run time
  99. a copy of the Library already present on the user's computer
  100. system, and (b) will operate properly with a modified version
  101. of the Library that is interface-compatible with the Linked
  102. Version.
  103. e) Provide Installation Information, but only if you would otherwise
  104. be required to provide such information under section 6 of the
  105. GNU GPL, and only to the extent that such information is
  106. necessary to install and execute a modified version of the
  107. Combined Work produced by recombining or relinking the
  108. Application with a modified version of the Linked Version. (If
  109. you use option 4d0, the Installation Information must accompany
  110. the Minimal Corresponding Source and Corresponding Application
  111. Code. If you use option 4d1, you must provide the Installation
  112. Information in the manner specified by section 6 of the GNU GPL
  113. for conveying Corresponding Source.)
  114. 5. Combined Libraries.
  115. You may place library facilities that are a work based on the
  116. Library side by side in a single library together with other library
  117. facilities that are not Applications and are not covered by this
  118. License, and convey such a combined library under terms of your
  119. choice, if you do both of the following:
  120. a) Accompany the combined library with a copy of the same work based
  121. on the Library, uncombined with any other library facilities,
  122. conveyed under the terms of this License.
  123. b) Give prominent notice with the combined library that part of it
  124. is a work based on the Library, and explaining where to find the
  125. accompanying uncombined form of the same work.
  126. 6. Revised Versions of the GNU Lesser General Public License.
  127. The Free Software Foundation may publish revised and/or new versions
  128. of the GNU Lesser General Public License from time to time. Such new
  129. versions will be similar in spirit to the present version, but may
  130. differ in detail to address new problems or concerns.
  131. Each version is given a distinguishing version number. If the
  132. Library as you received it specifies that a certain numbered version
  133. of the GNU Lesser General Public License "or any later version"
  134. applies to it, you have the option of following the terms and
  135. conditions either of that published version or of any later version
  136. published by the Free Software Foundation. If the Library as you
  137. received it does not specify a version number of the GNU Lesser
  138. General Public License, you may choose any version of the GNU Lesser
  139. General Public License ever published by the Free Software Foundation.
  140. If the Library as you received it specifies that a proxy can decide
  141. whether future versions of the GNU Lesser General Public License shall
  142. apply, that proxy's public statement of acceptance of any version is
  143. permanent authorization for you to choose that version for the
  144. Library.