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 35 36 37 38 39 40 41 42 43 44 45 46 47
|
This package was debianized by Johnie Ingram (johnie@debian.org)
on Wed, 9 Jul 1997 00:29:58 -0400.
It was adopted by Edward Brocklesby <ejb@debian.org> on
Mon Sep 27 18:40:55 BST 1999
Sources may be obtained from:
ftp://ftp.eggheads.org/pub/eggdrop/GNU/
Copyright:
The eggdrop bot is copyright (c) by Robey Pointer. As of January 1997,
eggdrop is distributed according to the GNU General Public License.
There should be a copy of this license in the file COPYING. If not,
write to the Free Software Foundation, Inc., 59 Temple Place,
Suite 330, Boston, MA 02111-1307 USA.
Releases previous to 1.0m were made using a different licensing scheme.
You may, at your option, use the GNU General Public License on those
versions (instead of the license packaged with them) with my blessing.
For any versions bearing a copyright date of 1997 or later, you have
no choice -- you must use the GNU General Public License.
The files "match.c", "net.c", and "blowfish.c" are exempt from the above
restrictions. "match.c" is original code by Chris Fuller (email:
crf@cfox.bchs.uh.edu) and has been placed by him into the public domain.
"net.c" is by me and I also choose to place it in the public domain.
"blowfish.c" is by various sources and is in the public domain. All 3
files contain useful functions that could easily be ported to other
applications -- the other parts of the bot generally don't.
Tcl is by John Ousterhout and is in no way affiliated with eggdrop,
and has its own set of copyrights and whatnots, I'm sure.
There is no warranty, implied or whatever. You use this software at
your own risk, no matter what purpose you put it to. You didn't pay
for it, so don't expect magic.
Modifications for Debian are copyright (C) 1997-1999 Johnie Ingram,
Copyright (c) 1999 Edward Brocklesby,
and also released under the terms of the GPL -- version 2, or any
later version.
On Debian/GNU Linux systems, the text of the GPL can be found in
/usr/doc/copyright/GPL.
|