1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
This package was debianized by Mats Rynge <mats@rynge.net> on
Sun, 04 Jan 2004 18:15:11 -0800
It was downloaded from http://p3scan.sourceforge.net/
Upstream Author: Jack S. Lai <laitcg@cox.net>
Copyright: GPL, Jack S. Lai, 2004
See /usr/share/common-licenses/GPL-2, and the OpenSSL exception:
/*
* (C) 2005 by Jack S. Lai <laitcg@cox.net>
*
* This program is released under the GPL with the additional exemption that
* compiling, linking, and/or using OpenSSL is allowed.
* (http://www.openssl.org/support/faq.html#LEGAL2)
*
* This program is released under the GPL with the additional exemption that
* compiling, linking, and/or using OpenSSL is allowed."
* (http://www.openssl.org/support/faq.html#LEGAL2)
*
*/
LICENSE ISSUES
==============
The OpenSSL toolkit stays under a dual license, i.e. both the conditions of
the OpenSSL License and the original SSLeay license apply to the toolkit.
See below for the actual license texts. Actually both licenses are BSD-style
Open Source licenses. In case of any license issues related to OpenSSL
please contact openssl-core@openssl.org.
|