lgpl-3.0-standalone.html 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html><head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  4. <title>GNU Lesser General Public License v3.0 - GNU Project - Free Software Foundation (FSF)</title>
  5. <link rel="alternate" type="application/rdf+xml" href="http://www.gnu.org/licenses/lgpl-3.0.rdf">
  6. </head>
  7. <body>
  8. <h3 style="text-align: center;">GNU LESSER GENERAL PUBLIC LICENSE</h3>
  9. <p style="text-align: center;">Version 3, 29 June 2007</p>
  10. <p>Copyright © 2007 Free Software Foundation, Inc.
  11. &lt;<a href="http://fsf.org/">http://fsf.org/</a>&gt;</p><p>
  12. Everyone is permitted to copy and distribute verbatim copies
  13. of this license document, but changing it is not allowed.</p>
  14. <p>This version of the GNU Lesser General Public License incorporates
  15. the terms and conditions of version 3 of the GNU General Public
  16. License, supplemented by the additional permissions listed below.</p>
  17. <h4><a name="section0"></a>0. Additional Definitions.</h4>
  18. <p>As used herein, “this License” refers to version 3 of the GNU Lesser
  19. General Public License, and the “GNU GPL” refers to version 3 of the GNU
  20. General Public License.</p>
  21. <p>“The Library” refers to a covered work governed by this License,
  22. other than an Application or a Combined Work as defined below.</p>
  23. <p>An “Application” is any work that makes use of an interface provided
  24. by the Library, but which is not otherwise based on the Library.
  25. Defining a subclass of a class defined by the Library is deemed a mode
  26. of using an interface provided by the Library.</p>
  27. <p>A “Combined Work” is a work produced by combining or linking an
  28. Application with the Library. The particular version of the Library
  29. with which the Combined Work was made is also called the “Linked
  30. Version”.</p>
  31. <p>The “Minimal Corresponding Source” for a Combined Work means the
  32. Corresponding Source for the Combined Work, excluding any source code
  33. for portions of the Combined Work that, considered in isolation, are
  34. based on the Application, and not on the Linked Version.</p>
  35. <p>The “Corresponding Application Code” for a Combined Work means the
  36. object code and/or source code for the Application, including any data
  37. and utility programs needed for reproducing the Combined Work from the
  38. Application, but excluding the System Libraries of the Combined Work.</p>
  39. <h4><a name="section1"></a>1. Exception to Section 3 of the GNU GPL.</h4>
  40. <p>You may convey a covered work under sections 3 and 4 of this License
  41. without being bound by section 3 of the GNU GPL.</p>
  42. <h4><a name="section2"></a>2. Conveying Modified Versions.</h4>
  43. <p>If you modify a copy of the Library, and, in your modifications, a
  44. facility refers to a function or data to be supplied by an Application
  45. that uses the facility (other than as an argument passed when the
  46. facility is invoked), then you may convey a copy of the modified
  47. version:</p>
  48. <ul>
  49. <li>a) under this License, provided that you make a good faith effort to
  50. ensure that, in the event an Application does not supply the
  51. function or data, the facility still operates, and performs
  52. whatever part of its purpose remains meaningful, or</li>
  53. <li>b) under the GNU GPL, with none of the additional permissions of
  54. this License applicable to that copy.</li>
  55. </ul>
  56. <h4><a name="section3"></a>3. Object Code Incorporating Material from Library Header Files.</h4>
  57. <p>The object code form of an Application may incorporate material from
  58. a header file that is part of the Library. You may convey such object
  59. code under terms of your choice, provided that, if the incorporated
  60. material is not limited to numerical parameters, data structure
  61. layouts and accessors, or small macros, inline functions and templates
  62. (ten or fewer lines in length), you do both of the following:</p>
  63. <ul>
  64. <li>a) Give prominent notice with each copy of the object code that the
  65. Library is used in it and that the Library and its use are
  66. covered by this License.</li>
  67. <li>b) Accompany the object code with a copy of the GNU GPL and this license
  68. document.</li>
  69. </ul>
  70. <h4><a name="section4"></a>4. Combined Works.</h4>
  71. <p>You may convey a Combined Work under terms of your choice that,
  72. taken together, effectively do not restrict modification of the
  73. portions of the Library contained in the Combined Work and reverse
  74. engineering for debugging such modifications, if you also do each of
  75. the following:</p>
  76. <ul>
  77. <li>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.</li>
  80. <li>b) Accompany the Combined Work with a copy of the GNU GPL and this license
  81. document.</li>
  82. <li>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.</li>
  86. <li>d) Do one of the following:
  87. <ul>
  88. <li>0) Convey the Minimal Corresponding Source under the terms of this
  89. License, and the Corresponding Application Code in a form
  90. suitable for, and under terms that permit, the user to
  91. recombine or relink the Application with a modified version of
  92. the Linked Version to produce a modified Combined Work, in the
  93. manner specified by section 6 of the GNU GPL for conveying
  94. Corresponding Source.</li>
  95. <li>1) Use a suitable shared library mechanism for linking with the
  96. Library. A suitable mechanism is one that (a) uses at run time
  97. a copy of the Library already present on the user's computer
  98. system, and (b) will operate properly with a modified version
  99. of the Library that is interface-compatible with the Linked
  100. Version.</li>
  101. </ul></li>
  102. <li>e) Provide Installation Information, but only if you would otherwise
  103. be required to provide such information under section 6 of the
  104. GNU GPL, and only to the extent that such information is
  105. necessary to install and execute a modified version of the
  106. Combined Work produced by recombining or relinking the
  107. Application with a modified version of the Linked Version. (If
  108. you use option 4d0, the Installation Information must accompany
  109. the Minimal Corresponding Source and Corresponding Application
  110. Code. If you use option 4d1, you must provide the Installation
  111. Information in the manner specified by section 6 of the GNU GPL
  112. for conveying Corresponding Source.)</li>
  113. </ul>
  114. <h4><a name="section5"></a>5. Combined Libraries.</h4>
  115. <p>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:</p>
  120. <ul>
  121. <li>a) Accompany the combined library with a copy of the same work based
  122. on the Library, uncombined with any other library facilities,
  123. conveyed under the terms of this License.</li>
  124. <li>b) Give prominent notice with the combined library that part of it
  125. is a work based on the Library, and explaining where to find the
  126. accompanying uncombined form of the same work.</li>
  127. </ul>
  128. <h4><a name="section6"></a>6. Revised Versions of the GNU Lesser General Public License.</h4>
  129. <p>The Free Software Foundation may publish revised and/or new versions
  130. of the GNU Lesser General Public License from time to time. Such new
  131. versions will be similar in spirit to the present version, but may
  132. differ in detail to address new problems or concerns.</p>
  133. <p>Each version is given a distinguishing version number. If the
  134. Library as you received it specifies that a certain numbered version
  135. of the GNU Lesser General Public License “or any later version”
  136. applies to it, you have the option of following the terms and
  137. conditions either of that published version or of any later version
  138. published by the Free Software Foundation. If the Library as you
  139. received it does not specify a version number of the GNU Lesser
  140. General Public License, you may choose any version of the GNU Lesser
  141. General Public License ever published by the Free Software Foundation.</p>
  142. <p>If the Library as you received it specifies that a proxy can decide
  143. whether future versions of the GNU Lesser General Public License shall
  144. apply, that proxy's public statement of acceptance of any version is
  145. permanent authorization for you to choose that version for the
  146. Library.</p>
  147. </body></html>