> I don't know, I'm not a lawer. It looks like I have to include a notice
> about openssl in manual page.
It should be an adition to the license. So I think it should be done where
the license is, i.e. in each file. Something like this:
/*
* lftp and utils
*
* Copyright (c) 1996-1997 by Alexander V. Lukyanov ([EMAIL PROTECTED])
*
* 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.
*
* As an exception, you may distribute binaries of this program
* linked with the OpenSSL library.
*
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
IANAL, so everuthing is IMHO =).