-*- mode: Text -*-

Flick is copyrighted by the University of Utah and the Computer Systems
Laboratory (CSL) at the University of Utah.  Except for the Flick runtime
header files and Flick runtime library files (described below), Flick is
distributed under the terms of the GNU General Public License (GPL):

/*
 * Copyright (c) The University of Utah and
 * the Computer Systems Laboratory at the University of Utah (CSL).
 *
 * This file is part of Flick, the Flexible IDL Compiler Kit.
 *
 * Flick 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.
 *
 * Flick 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.
 *
 * You should have received a copy of the GNU General Public License
 * along with Flick; see the file COPYING.  If not, write to
 * the Free Software Foundation, 59 Temple Place #330, Boston, MA 02111, USA.
 */

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

Flick's runtime header files and runtime library files are contained within the
`runtime' directory of the Flick source distribution and are distributed under
the terms of the following license:

/* 
 * Copyright (c) The University of Utah and
 * the Computer Systems Laboratory at the University of Utah (CSL).
 * All rights reserved.
 *
 * Permission to use, copy, modify and distribute this software is hereby
 * granted provided that (1) source code retains these copyright, permission,
 * and disclaimer notices, and (2) redistributions including binaries
 * reproduce the notices in supporting documentation.
 *
 * THE UNIVERSITY OF UTAH AND CSL ALLOW FREE USE OF THIS SOFTWARE IN ITS "AS
 * IS" CONDITION.  THE UNIVERSITY OF UTAH AND CSL DISCLAIM ANY LIABILITY OF
 * ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
 *
 * CSL requests users of this software to return to csl-dist@cs.utah.edu any
 * improvements that they make and grant CSL redistribution rights.
 */

Refer to the file `runtime/COPYING' for additional information.

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

The `support' directory of the Flick source distribution contains files that
are not part of Flick, but which you may need in order to compile and use Flick
in specific environments.  Different files within the `support' directory are
distributed under the terms of different licenses (e.g., GPL, GLPL, or BSD);
refer to the files themselves for details.

## End of file.

