                       Face Detection Code
                  =============================

Copyright 1995    Kah-Kay Sung (sung@ai.mit.edu) and
                  MIT Artificial Intelligence Lab.

U.S. Patent pending for:
	Network-based System and Method for the Detection of
	Faces and the like.
MIT Technology Disclosure Ref:  #6741S

All rights reserved.

Permission to copy and modify this software and its documentation only
for internal use in your organization is hereby granted, provided that
this notice is retained thereon and on all copies.  We make no
representations as too the suitability and operability of this
software for any purpose.  It is provided "as is" without express or
implied warranty.

 ****  PLEASE DO NOT RE-DISTRIBUTE THIS CODE AS IT CONTAINS  ****
 ****      SOURCES FROM KHOROS, WHICH DOES NOT PERMIT        ****
 ****     RE-DISTRIBUTING WITHOUT A LISCENSE AGREEMENT       ****


Acknowledgements:
----------------
This code uses stuff from Khoros.  The Khoros sources, routines and 
headers are found in  the  khoros/  subdirectory.
They are included for the user's convenience.
I urge the user to obtain his/her own copy of the Khoros system, and to
remove everything under the   khoros/  subdirectory thereafter.
The Khoros  Copyright notice is given below:

/*
 *----------------------------------------------------------------------
 *
 * Copyright 1990, 1991, 1992 University of New Mexico.  All rights reserved.
 * Permission to copy and modify this software and its documen-
 * tation only for internal use in your organization is hereby
 * granted, provided that this notice is retained thereon and
 * on all copies.  UNM makes no representations as too the sui-
 * tability and operability of this software for any purpose.
 * It is provided "as is" without express or implied warranty.
 * 
 * UNM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
 * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FIT-
 * NESS.  IN NO EVENT SHALL UNM BE LIABLE FOR ANY SPECIAL,
 * INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY OTHER DAMAGES WHAT-
 * SOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
 * IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
 * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PER-
 * FORMANCE OF THIS SOFTWARE.
 * 
 * No other rights, including for example, the right to redis-
 * tribute this software and its documentation or the right to
 * prepare derivative works, are granted unless specifically
 * provided in a separate license agreement.
 *---------------------------------------------------------------------
 */
