===============================================================================
POV-Ray 3.6 for UNIX/Linux - COPYING
===============================================================================

This file references the licenses covering the source code contained in
this distribution of POV-Ray for UNIX.


POV-Ray licenses
----------------

As of version 3.6, POV-Ray comes with 3 different licenses, which can be
found in the ./doc directory:

1) POV-Ray End-User License: povlegal.doc (plain text) or povlegal.html

  This is the POV-Ray Licence Agreement suitable for personal use of POV-Ray.

2) POV-Ray Distribution License: distribution-license.txt

  This license is intended for redistribution of POV-Ray.

3) POV-Ray Source License: source-license.txt

  This license is covering the modification and redistribution of modified
  versions of POV-Ray.


Third-party libraries
---------------------

The source distribution of POV-Ray for UNIX is bundled with all third-party
libraries required to build POV-Ray from sources.  These support libraries
are NOT part of the POV-Ray source code and are NOT covered by the POV-Ray
License Agreement (see above).  Refer to their specific licenses for details:

./libraries/jpeg/libjpeg.doc (or README)
./libraries/png/LICENSE
./libraries/tiff/COPYRIGHT
./libraries/zlib/README


Configuration and installation scripts
--------------------------------------

POV-Ray for UNIX is configured and installed with the aid of several shell
scripts in the ./config directory.  Some of these scripts are also found
under the ./libraries/png and ./libraries/zlib directories as part of the
build system used in POV-Ray (see INSTALL for details).

The files below are not covered by the POV-Ray licenses:


- config.guess
- config.sub
- depcomp
- missing

These files are Copyrighted by the Free Software Foundation, Inc.
and contain the following license details:

# This file 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.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
# As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a
# configuration script generated by Autoconf, you may include it under
# the same distribution terms that you use for the rest of that program.


- install-sh

This file is Copyrighted by the X Consortium and is distributed under
the terms described below:

# This originates from X11R5 (mit/util/scripts/install.sh), which was
# later released in X11R6 (xc/config/util/install.sh) with the
# following copyright and license.
#
# Copyright (C) 1994 X Consortium
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
# deal in the Software without restriction, including without limitation the
# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
# sell copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#
# Except as contained in this notice, the name of the X Consortium shall not
# be used in advertising or otherwise to promote the sale, use or other deal-
# ings in this Software without prior written authorization from the X Consor-
# tium.
#
#
# FSF changes to this file are in the public domain.


- mkinstalldirs

This file is written by Noah Friedman, who has placed it in the public domain:

# Original author: Noah Friedman <friedman@prep.ai.mit.edu>
# Created: 1993-05-16
# Public domain.
