48 lines
2.2 KiB
Plaintext
48 lines
2.2 KiB
Plaintext
This package was dowloaded from http://www.stunnel.org/download/source.html
|
|
and debianized by Paolo Molaro <lupus@debian.org>.
|
|
|
|
Copyright (C) 1998-2012 Michal Trojnara <Michal.Trojnara@mirt.net>
|
|
|
|
src/pty.c is based on a Public Domain code by Tatu Ylonen <ylo@cs.hut.fi>
|
|
|
|
src/vc.mak contains modifications by David Gillingham <dgillingham@gmail.com>
|
|
|
|
src/mingw.mak contains modifications by Brian Hatch <bri@stunnel.org>
|
|
|
|
French documentation translation by Bernard Choppy <choppy@free.fr>
|
|
|
|
StunnelConf-0.1.pl is copyright (C) 2004 Sergio Rua <srua@debian.org>
|
|
|
|
The Debian packaging itself is
|
|
Copyright (C) 1998-2001 Paolo Molaro <lupus@debian.org>
|
|
Copyright (C) 2003-2007 Julien Lemoine <speedblue@debian.org>
|
|
Copyright (C) 2007-2012 Rodrigo Gallardo <rodrigo@debian.org>
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published by
|
|
* the Free Software Foundation; either version 2 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with this program; if not, write to the Free Software
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
*
|
|
* In addition, as a special exception, Michal Trojnara gives
|
|
* permission to link the code of this program with the OpenSSL
|
|
* library (or with modified versions of OpenSSL that use the same
|
|
* license as OpenSSL), and distribute linked combinations including
|
|
* the two. You must obey the GNU General Public License in all
|
|
* respects for all of the code used other than OpenSSL. If you modify
|
|
* this file, you may extend this exception to your version of the
|
|
* file, but you are not obligated to do so. If you do not wish to
|
|
* do so, delete this exception statement from your version.
|
|
|
|
On Debian systems, the complete text of the GNU General Public
|
|
License can be found in /usr/share/common-licenses/GPL file.
|
|
|