1 snippet GPL2 "GPL2 License" b
2 ${1:One line to give the program's name and a brief description.}
3 Copyright `&enc[:2] == "utf" ? "©" : "(c)"` `strftime("%Y")` ${2:`g:snips_author`}
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.
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.
15 You should have received a copy of the GNU General Public License
16 along with this program; if not, see <http://www.gnu.org/licenses/>.
20 snippet LGPL2 "LGPL2 License" b
21 ${1:One line to give the program's name and a brief description.}
22 Copyright `&enc[:2] == "utf" ? "©" : "(c)"` `strftime("%Y")` ${2:`g:snips_author`}
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.
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.
34 You should have received a copy of the GNU Lesser General Public License
35 along with this library; if not, see <http://www.gnu.org/licenses/>.
39 snippet GPL3 "GPL3 License" b
40 ${1:one line to give the program's name and a brief description.}
41 Copyright `&enc[:2] == "utf" ? "©" : "(c)"` `strftime("%Y")` ${2:`g:snips_author`}
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.
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.
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/>.
58 snippet LGPL3 "LGPL3 License" b
59 ${1:One line to give the program's name and a brief description.}
60 Copyright `&enc[:2] == "utf" ? "©" : "(c)"` `strftime("%Y")` ${2:`g:snips_author`}
62 This library is free software; you can redistribute it and/or modify
63 it under the terms of the GNU Lesser General Public License as published
64 by the Free Software Foundation; either version 3 of the License, or
65 (at your option) any later version.
67 This library is distributed in the hope that it will be useful,
68 but WITHOUT ANY WARRANTY; without even the implied warranty of
69 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
70 GNU Lesser General Public License for more details.
72 You should have received a copy of the GNU Lesser General Public License
73 along with this library; if not, see <http://www.gnu.org/licenses/>.
77 snippet AGPL3 "AGPL3 License" b
78 ${1:one line to give the program's name and a brief description.}
79 Copyright `&enc[:2] == "utf" ? "©" : "(c)"` `strftime("%Y")` ${2:`g:snips_author`}
81 This program is free software: you can redistribute it and/or modify
82 it under the terms of the GNU Affero General Public License as
83 published by the Free Software Foundation, either version 3 of the
84 License, or (at your option) any later version.
86 This program is distributed in the hope that it will be useful,
87 but WITHOUT ANY WARRANTY; without even the implied warranty of
88 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
89 GNU Affero General Public License for more details.
91 You should have received a copy of the GNU Affero General Public License
92 along with this program. If not, see <http://www.gnu.org/licenses/>.
96 snippet GMGPL linking exception "GMGPL linking exception License" b
97 As a special exception, if other files instantiate generics from
98 this unit, or you link this unit with other files to produce an
99 executable, this unit does not by itself cause the resulting
100 executable to be covered by the GNU General Public License.
101 This exception does not however invalidate any other reasons why the
102 executable file might be covered by the GNU Public License.
107 snippet BSD2 "BSD2 License" b
108 ${1:one line to give the program's name and a brief description}
109 Copyright `&enc[:2] == "utf" ? "©" : "(c)"` `strftime("%Y")` ${2:`g:snips_author`}
112 Redistribution and use in source and binary forms, with or without
113 modification, are permitted provided that the following conditions are met:
114 1. Redistributions of source code must retain the above copyright
115 notice, this list of conditions and the following disclaimer.
116 2. Redistributions in binary form must reproduce the above copyright
117 notice, this list of conditions and the following disclaimer in the
118 documentation and/or other materials provided with the distribution.
120 THIS SOFTWARE IS PROVIDED BY $2 ''AS IS'' AND ANY
121 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
122 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
123 DISCLAIMED. IN NO EVENT SHALL $2 BE LIABLE FOR ANY
124 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
125 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
126 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
127 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
128 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
129 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
132 The views and conclusions contained in the software and documentation
133 are those of the authors and should not be interpreted as representing
134 official policies, either expressedor implied, of $2.
138 snippet BSD3 "BSD3 License" b
139 ${1:one line to give the program's name and a brief description}
140 Copyright `&enc[:2] == "utf" ? "©" : "(c)"` `strftime("%Y")` ${2:`g:snips_author`}
143 Redistribution and use in source and binary forms, with or without
144 modification, are permitted provided that the following conditions are met:
145 1. Redistributions of source code must retain the above copyright
146 notice, this list of conditions and the following disclaimer.
147 2. Redistributions in binary form must reproduce the above copyright
148 notice, this list of conditions and the following disclaimer in the
149 documentation and/or other materials provided with the distribution.
150 3. Neither the name of the ${3:organization} nor the
151 names of its contributors may be used to endorse or promote products
152 derived from this software without specific prior written permission.
154 THIS SOFTWARE IS PROVIDED BY $2 ''AS IS'' AND ANY
155 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
156 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
157 DISCLAIMED. IN NO EVENT SHALL $2 BE LIABLE FOR ANY
158 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
159 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
160 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
161 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
162 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
163 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
167 snippet BSD4 "BSD4 License" b
168 ${1:one line to give the program's name and a brief description}
169 Copyright `&enc[:2] == "utf" ? "©" : "(c)"` `strftime("%Y")` ${2:`g:snips_author`}
172 Redistribution and use in source and binary forms, with or without
173 modification, are permitted provided that the following conditions are met:
174 1. Redistributions of source code must retain the above copyright
175 notice, this list of conditions and the following disclaimer.
176 2. Redistributions in binary form must reproduce the above copyright
177 notice, this list of conditions and the following disclaimer in the
178 documentation and/or other materials provided with the distribution.
179 3. All advertising materials mentioning features or use of this software
180 must display the following acknowledgement:
181 This product includes software developed by the ${3:organization}.
182 4. Neither the name of the $3 nor the
183 names of its contributors may be used to endorse or promote products
184 derived from this software without specific prior written permission.
186 THIS SOFTWARE IS PROVIDED BY $2 ''AS IS'' AND ANY
187 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
188 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
189 DISCLAIMED. IN NO EVENT SHALL $2 BE LIABLE FOR ANY
190 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
191 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
192 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
193 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
194 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
195 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
199 snippet MIT "MIT License" b
200 ${1:one line to give the program's name and a brief description}
201 Copyright `&enc[:2] == "utf" ? "©" : "(c)"` `strftime("%Y")` ${2:`g:snips_author`}
203 Permission is hereby granted, free of charge, to any person obtaining
204 a copy of this software and associated documentation files (the "Software"),
205 to deal in the Software without restriction, including without limitation
206 the rights to use, copy, modify, merge, publish, distribute, sublicense,
207 and/or sell copies of the Software, and to permit persons to whom the
208 Software is furnished to do so, subject to the following conditions:
210 The above copyright notice and this permission notice shall be included
211 in all copies or substantial portions of the Software.
213 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
214 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
215 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
216 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
217 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
218 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
219 OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
223 snippet APACHE "APACHE License" b
224 ${1:one line to give the program's name and a brief description}
225 Copyright `strftime("%Y")` ${2:`g:snips_author`}
227 Licensed under the Apache License, Version 2.0 (the "License");
228 you may not use this file except in compliance with the License.
229 You may obtain a copy of the License at
231 http://www.apache.org/licenses/LICENSE-2.0
233 Unless required by applicable law or agreed to in writing, software
234 distributed under the License is distributed on an "AS IS" BASIS,
235 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
236 See the License for the specific language governing permissions and
237 limitations under the License.
241 snippet BEERWARE "BEERWARE License" b
242 ${1:one line to give the program's name and a brief description}
243 Copyright `strftime("%Y")` ${2:`g:snips_author`}
245 Licensed under the "THE BEER-WARE LICENSE" (Revision 42):
246 $2 wrote this file. As long as you retain this notice you
247 can do whatever you want with this stuff. If we meet some day, and you think
248 this stuff is worth it, you can buy me a beer or coffee in return
252 snippet WTFPL "WTFPL License" b
253 DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
254 Version 2, December 2004
256 Copyright `strftime("%Y")` ${0:`g:snips_author`}
258 Everyone is permitted to copy and distribute verbatim or modified
259 copies of this license document, and changing it is allowed as long
260 as the name is changed.
262 DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
263 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
265 0. You just DO WHAT THE FUCK YOU WANT TO.
270 snippet MPL2 "MPL2 License" b
271 This Source Code Form is subject to the terms of the Mozilla Public
272 License, v. 2.0. If a copy of the MPL was not distributed with this
273 file, You can obtain one at http://mozilla.org/MPL/2.0/.
277 snippet AGPL "AGPL License" b
278 ${1:One line to give the program's name and a brief description.}
279 Copyright `&enc[:2] == "utf" ? "©" : "(c)"` `strftime("%Y")` ${2:`g:snips_author`}
281 This program is free software: you can redistribute it and/or modify
282 it under the terms of the GNU Affero General Public License as
283 published by the Free Software Foundation, either version 3 of the
284 License, or (at your option) any later version.
286 This program is distributed in the hope that it will be useful,
287 but WITHOUT ANY WARRANTY; without even the implied warranty of
288 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
289 GNU Affero General Public License for more details.
291 You should have received a copy of the GNU Affero General Public License
292 along with this program. If not, see <http://www.gnu.org/licenses/>.