This is the copyright for IMPS: /*************************************************************************** * * Copyright 1999 by the Massachusetts Institute of Technology. All * rights reserved. * * Developed by Kenneth B. Russell of the Synthetic Characters Group * at the Media Laboratory, MIT, Cambridge, Massachusetts. * * Permission to use, copy, or modify this software and its documentation * for educational and research purposes only and without fee is hereby * granted, provided that this copyright notice and the original authors's * names appear on all copies and supporting documentation. If individual * files are separated from this distribution directory structure, this * copyright notice must be included. For any other uses of this software, * in original or modified form, including but not limited to distribution * in whole or in part, specific prior permission must be obtained from * MIT. These programs shall not be used, rewritten, or adapted as the * basis of a commercial software or hardware product without first * obtaining appropriate licenses from MIT. MIT makes no representations * about the suitability of this software for any purpose. It is provided * "as is" without express or implied warranty. * **************************************************************************/ This distribution includes software packages without which IMPS could not have been built, including SGI's Standard Template Library (http://www.sgi.com/Technology/STL) and FLTK (http://fltk.easysw.com). The above copyright only applies to the files in the "imps" and "vrml" subdirectories (see below for notice about libvrmlapi). This is the copyright notice for SGI's STL: /* * * Copyright (c) 1994 * Hewlett-Packard Company * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereby granted without fee, * provided that the above copyright notice appear in all copies and * that both that copyright notice and this permission notice appear * in supporting documentation. Hewlett-Packard Company makes no * representations about the suitability of this software for any * purpose. It is provided "as is" without express or implied warranty. * * Copyright (c) 1997 * Silicon Graphics * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereby granted without fee, * provided that the above copyright notice appear in all copies and * that both that copyright notice and this permission notice appear * in supporting documentation. Silicon Graphics makes no * representations about the suitability of this software for any * purpose. It is provided "as is" without express or implied warranty. * */ The version of FLTK included with IMPS is version 1.0.1 and has been MODIFIED from the distribution. The modifications were to move GL/glut.h into a "compat" subdirectory to make it possible to use unmodified GLUT-based libraries with FLTK, although FLTK widgets can not be embedded into the OpenGL window in this configuration. The Visual C++ projects were also modified to use the "[Debug] Multithreaded DLL" C runtime because of problems encountered when using the static version of the runtime. FLTK is distributed under the GNU Library General Public License; see the file COPYING under the fltk subdirectory for more details. libvrmlapi is also covered under the Media Lab's academic license, as listed above, but libvrmlapi's parser is built on top of SGI's lex and yacc-based VRML 2 parser. This is the copyright for those sources: //******************************************************* // VRML 2.0 Parser // Copyright (C) 1996 Silicon Graphics, Inc. // // Author(s) : Gavin Bell // Daniel Woods (first port, minor fixes) //******************************************************* // IMPS uses a slightly modified version of gleem (http://www.media.mit.edu/~kbrussel/gleem) for its user interaction. The modifications from gleem's original distribution are restricted to changing of compiler options. gleem is covered under the GNU Library General Public License. See the file gleem/doc/LICENSE.txt for more information. Finally, some of the sources related to the integration of Digital Image Design Incorporated's Monkey (http://www.didi.com/) are copyright DIDI: /************************************ * monkey_channels.h * Monkey joint-channel assignments * * Inventor monkey utility * * Copyright (c)1994,1995 Digital Image Design Incorporated * All Right Reserved. * * This software contains unpublished, proprietary information * belonging to Digital Image Design Incorporated. Do not * disclose or distribute the contents of this file to third * parties without the prior consent of Digital Image Design * Incorporated. * * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. * * IN NO EVENT SHALL DIGITAL IMAGE DESIGN INCORPORATED BE LIABLE FOR * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY * KIND, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA * OR PROFITS, WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, * AND ON ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH * THE USE OR PERFORMANCE OF THIS SOFTWARE. * * * JueyChong Ong * Digital Image Design Incorporated * ong@didi.com * 72 Spring Street Sixth Floor * New York NY 10012 * Phone: +1 (212) 343 2442 * Fax: +1 (212) 343 0440 * E-mail: monkey@didi.com * URL: http://found.cs.nyu.edu/didi * ************************************/