/text-mode/lgpl3

http://github.com/ridgetang/snippets · #! · 185 lines · 144 code · 41 blank · 0 comment · 0 complexity · c074f59470af732c178ba0fcabdc4502 MD5 · raw file

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