code placed in directory libcftp/ is licensed under LGPL. it encapsulates
protocol from its client side, and can be used by outside apps.
there can be exceptions from this rule -- examine comments at bottom
of file if you wanna be sure.

rest of code is licensed under GPL.

client/ 		contains example client implementation using libcftp

server/ 		is inetd like server

libcftp/gmp/		GNU MP sources are licensed under LGPL

libcftp/zlib/		files there are taken from linux kernel source, which 
			is copyrighted under GPL, zlib sources however have 
			differnt licensing terms ... (less restrictive)

libcftp/ciphers/	files there are mainly public domain, only cipher 
			i wrote	(mdc-md5) is licensed under LGPL, be warned:
			IDEA IS PATENT ENCUMBERED (idea.c)

glossary:
	
	GPL 	- GNU General Public License, file COPYING.GPL
	LGPL 	- GNU Library General Public License, file COPYING.LIB
	GNU 	- GNU's Not Unix ;)
