Mooix is Copyright  2001-2003 by Joey Hess <joey@mooix.net>. It consists
of several discrete components, with differing licenses, as explained
below.

Contributors include:

	Abraham Egnor	   ruby binding
	Clint Adams	   zsh binding
	Faried Nawaz	   FreeBSD support
	Brian D. Hicks	   fragile object class, consumables, mirror object,
	                   communicator, and telephone system
	David Robb	   combat system
	Nicholas D. Borko  python binding and embedding, and general maintenance
	Nolan J. Darilek   ruby embedding, details, ruby maintenance

Mooix's web site is <http://mooix.net/>.

-----------------------------------------------------------------------------

Components licensed under the BSD license:
	- all language bindings (Mooix::Thing, Mooix.rb, mooix.sh,
	  libmoomethod, etc) except the python binding
	- libmoocallstack
	- libmooproxy
	- all moo objects distributed with Mooix

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY ITS AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

-----------------------------------------------------------------------------

Components licensed under the GNU Lesser Public License:
	- the python language binding
	- small pieces of libmooproxy borrowed from GNU Libc
	  (Copyright (C) 1991,92,93,94,95,96,97,98,99,2000,2001,2002 Free
	   Software Foundation, Inc.)

This program is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 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 Lesser General Public
License for more details.

For the full text of the LGPL on a Debian system, see
/usr/share/common-licenses/LGPL. It is also included in mooix's source
tree, as doc/LGPL.

-----------------------------------------------------------------------------

Components licensed under the GNU General Public License:
	- mood
	- all documentation, except for object usage documentation and
	  online help
	- runmeth, moologin, and all other utility programs
	- python language binding
	- the website
	- anything else that I have not mentioned above

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.

For the full text of the GPL on a Debian system, see
/usr/share/common-licenses/GPL. It is also included in mooix's source
tree, as doc/GPL.

-----------------------------------------------------------------------------

It is hoped that this mixture of licenses will promote sharing of
enhancements to the core of mooix, while providing users and developers
with full freedom to create any type of system they like around it. If this
proves not to be the case, please contact the author; perhaps we can come
to a better arrangement.
