Advertisement
Guest User

Untitled

a guest
Nov 24th, 2011
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.76 KB | None | 0 0
  1. snippet GPL2
  2. # ${1:One line to give the program's name and a brief description.}
  3. # Copyright (C) `strftime("%Y")` ${2:copyright holder}
  4. #
  5. # This program is free software; you can redistribute it and/or modify
  6. # it under the terms of the GNU General Public License as published by
  7. # the Free Software Foundation; either version 2 of the License, or
  8. # (at your option) any later version.
  9. #
  10. # This program is distributed in the hope that it will be useful,
  11. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. # GNU General Public License for more details.
  14. #
  15. # You should have received a copy of the GNU General Public License
  16. # along with this program; if not, write to the Free Software Foundation,
  17. # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  18.  
  19. ${3:#code}
  20. snippet LGPL2
  21. # ${1:One line to give the program's name and a brief description.}
  22. # Copyright (C) `strftime("%Y")` ${2:copyright holder}
  23. #
  24. # This library is free software; you can redistribute it and/or modify
  25. # it under the terms of the GNU Lesser General Public License as published
  26. # by the Free Software Foundation; either version 2.1 of the License, or
  27. # (at your option) any later version.
  28. #
  29. # This library is distributed in the hope that it will be useful,
  30. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  31. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  32. # GNU Lesser General Public License for more details.
  33. #
  34. # You should have received a copy of the GNU Lesser General Public License
  35. # along with this library; if not, write to the Free Software Foundation,
  36. # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  37.  
  38. ${3:#code}
  39. snippet GPL3
  40. # ${1:one line to give the program's name and a brief description.}
  41. # Copyright (C) `strftime("%Y")` ${2:copyright holder}
  42. #
  43. # This program is free software: you can redistribute it and/or modify
  44. # it under the terms of the GNU General Public License as published by
  45. # the Free Software Foundation, either version 3 of the License, or
  46. # (at your option) any later version.
  47. #
  48. # This program is distributed in the hope that it will be useful,
  49. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  50. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  51. # GNU General Public License for more details.
  52. #
  53. # You should have received a copy of the GNU General Public License
  54. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  55.  
  56. ${3:#code}
  57. snippet BSD2
  58. # ${1:one line to give the program's name and a brief description}
  59. # Copyright (C) `strftime("%Y")` ${2:copyright holder}
  60. # All rights reserved.
  61. #
  62. # Redistribution and use in source and binary forms, with or without
  63. # modification, are permitted provided that the following conditions are met:
  64. # 1. Redistributions of source code must retain the above copyright
  65. # notice, this list of conditions and the following disclaimer.
  66. # 2. Redistributions in binary form must reproduce the above copyright
  67. # notice, this list of conditions and the following disclaimer in the
  68. # documentation and/or other materials provided with the distribution.
  69. #
  70. # THIS SOFTWARE IS PROVIDED BY $2 ''AS IS'' AND ANY
  71. # EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  72. # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  73. # DISCLAIMED. IN NO EVENT SHALL $2 BE LIABLE FOR ANY
  74. # DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  75. # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  76. # LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  77. # ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  78. # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  79. # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  80. #
  81. #
  82. # The views and conclusions contained in the software and documentation
  83. # are those of the authors and should not be interpreted as representing
  84. # official policies, either expressedor implied, of $2.
  85.  
  86. ${4:code}
  87. snippet BSD3
  88. # ${1:one line to give the program's name and a brief description}
  89. # Copyright (C) `strftime("%Y")` ${2:copyright holder}
  90. # All rights reserved.
  91. #
  92. # Redistribution and use in source and binary forms, with or without
  93. # modification, are permitted provided that the following conditions are met:
  94. # 1. Redistributions of source code must retain the above copyright
  95. # notice, this list of conditions and the following disclaimer.
  96. # 2. Redistributions in binary form must reproduce the above copyright
  97. # notice, this list of conditions and the following disclaimer in the
  98. # documentation and/or other materials provided with the distribution.
  99. # 3. Neither the name of the ${3:organization} nor the
  100. # names of its contributors may be used to endorse or promote products
  101. # derived from this software without specific prior written permission.
  102. #
  103. # THIS SOFTWARE IS PROVIDED BY $2 ''AS IS'' AND ANY
  104. # EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  105. # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  106. # DISCLAIMED. IN NO EVENT SHALL $2 BE LIABLE FOR ANY
  107. # DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  108. # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  109. # LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  110. # ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  111. # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  112. # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  113.  
  114. ${4:code}
  115. snippet BSD4
  116. # ${1:one line to give the program's name and a brief description}
  117. # Copyright (C) `strftime("%Y")` ${2:copyright holder}
  118. # All rights reserved.
  119. #
  120. # Redistribution and use in source and binary forms, with or without
  121. # modification, are permitted provided that the following conditions are met:
  122. # 1. Redistributions of source code must retain the above copyright
  123. # notice, this list of conditions and the following disclaimer.
  124. # 2. Redistributions in binary form must reproduce the above copyright
  125. # notice, this list of conditions and the following disclaimer in the
  126. # documentation and/or other materials provided with the distribution.
  127. # 3. All advertising materials mentioning features or use of this software
  128. # must display the following acknowledgement:
  129. # This product includes software developed by the ${3:organization}.
  130. # 4. Neither the name of the $3 nor the
  131. # names of its contributors may be used to endorse or promote products
  132. # derived from this software without specific prior written permission.
  133. #
  134. # THIS SOFTWARE IS PROVIDED BY $2 ''AS IS'' AND ANY
  135. # EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  136. # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  137. # DISCLAIMED. IN NO EVENT SHALL $2 BE LIABLE FOR ANY
  138. # DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  139. # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  140. # LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  141. # ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  142. # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  143. # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  144.  
  145. ${4:code}
  146. snippet MIT
  147. # ${1:one line to give the program's name and a brief description}
  148. # Copyright (C) `strftime("%Y")` ${2:copyright holder}
  149. #
  150. # Permission is hereby granted, free of charge, to any person obtaining
  151. # a copy of this software and associated documentation files (the "Software"),
  152. # to deal in the Software without restriction, including without limitation
  153. # the rights to use, copy, modify, merge, publish, distribute, sublicense,
  154. # and/or sell copies of the Software, and to permit persons to whom the
  155. # Software is furnished to do so, subject to the following conditions:
  156. #
  157. # The above copyright notice and this permission notice shall be included
  158. # in all copies or substantial portions of the Software.
  159. #
  160. # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  161. # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  162. # OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  163. # IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
  164. # DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  165. # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
  166. # OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  167.  
  168. ${3:#code}
  169.  
  170.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement