|
|
1 | This program is released under the GPL with the additional exemption that |
|
|
2 | compiling, linking, and/or using OpenSSL is allowed. You may provide |
|
|
3 | binary packages linked to the OpenSSL libraries, provided that all other |
|
|
4 | requirements of the GPL are met. |
|
|
5 | |
|
|
6 | ----------------------------------------------------------------------------- |
|
|
7 | |
1 | GNU GENERAL PUBLIC LICENSE |
8 | GNU GENERAL PUBLIC LICENSE |
2 | Version 2, June 1991 |
9 | Version 2, June 1991 |
3 | |
10 | |
4 | Copyright (C) 1989, 1991 Free Software Foundation, Inc. |
11 | Copyright (C) 1989, 1991 Free Software Foundation, Inc. |
5 | 675 Mass Ave, Cambridge, MA 02139, USA |
12 | 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
6 | Everyone is permitted to copy and distribute verbatim copies |
13 | Everyone is permitted to copy and distribute verbatim copies |
7 | of this license document, but changing it is not allowed. |
14 | of this license document, but changing it is not allowed. |
8 | |
15 | |
9 | Preamble |
16 | Preamble |
10 | |
17 | |
… | |
… | |
277 | PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE |
284 | PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE |
278 | POSSIBILITY OF SUCH DAMAGES. |
285 | POSSIBILITY OF SUCH DAMAGES. |
279 | |
286 | |
280 | END OF TERMS AND CONDITIONS |
287 | END OF TERMS AND CONDITIONS |
281 | |
288 | |
282 | Appendix: How to Apply These Terms to Your New Programs |
289 | How to Apply These Terms to Your New Programs |
283 | |
290 | |
284 | If you develop a new program, and you want it to be of the greatest |
291 | If you develop a new program, and you want it to be of the greatest |
285 | possible use to the public, the best way to achieve this is to make it |
292 | possible use to the public, the best way to achieve this is to make it |
286 | free software which everyone can redistribute and change under these terms. |
293 | free software which everyone can redistribute and change under these terms. |
287 | |
294 | |
… | |
… | |
289 | to attach them to the start of each source file to most effectively |
296 | to attach them to the start of each source file to most effectively |
290 | convey the exclusion of warranty; and each file should have at least |
297 | convey the exclusion of warranty; and each file should have at least |
291 | the "copyright" line and a pointer to where the full notice is found. |
298 | the "copyright" line and a pointer to where the full notice is found. |
292 | |
299 | |
293 | <one line to give the program's name and a brief idea of what it does.> |
300 | <one line to give the program's name and a brief idea of what it does.> |
294 | Copyright (C) 19yy <name of author> |
301 | Copyright (C) <year> <name of author> |
295 | |
302 | |
296 | This program is free software; you can redistribute it and/or modify |
303 | This program is free software; you can redistribute it and/or modify |
297 | it under the terms of the GNU General Public License as published by |
304 | it under the terms of the GNU General Public License as published by |
298 | the Free Software Foundation; either version 2 of the License, or |
305 | the Free Software Foundation; either version 2 of the License, or |
299 | (at your option) any later version. |
306 | (at your option) any later version. |
… | |
… | |
303 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
310 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
304 | GNU General Public License for more details. |
311 | GNU General Public License for more details. |
305 | |
312 | |
306 | You should have received a copy of the GNU General Public License |
313 | You should have received a copy of the GNU General Public License |
307 | along with this program; if not, write to the Free Software |
314 | along with this program; if not, write to the Free Software |
308 | Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
315 | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
|
316 | |
309 | |
317 | |
310 | Also add information on how to contact you by electronic and paper mail. |
318 | Also add information on how to contact you by electronic and paper mail. |
311 | |
319 | |
312 | If the program is interactive, make it output a short notice like this |
320 | If the program is interactive, make it output a short notice like this |
313 | when it starts in an interactive mode: |
321 | when it starts in an interactive mode: |
314 | |
322 | |
315 | Gnomovision version 69, Copyright (C) 19yy name of author |
323 | Gnomovision version 69, Copyright (C) year name of author |
316 | Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. |
324 | Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. |
317 | This is free software, and you are welcome to redistribute it |
325 | This is free software, and you are welcome to redistribute it |
318 | under certain conditions; type `show c' for details. |
326 | under certain conditions; type `show c' for details. |
319 | |
327 | |
320 | The hypothetical commands `show w' and `show c' should show the appropriate |
328 | The hypothetical commands `show w' and `show c' should show the appropriate |