LICENSE 8.3 KB

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