LICENSE 7.6 KB

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