Blame README

Packit Service 2594b8
$Header: /cvs/maptools/cvsroot/libtiff/README,v 1.7 2012-02-18 21:53:27 bfriesen Exp $
Packit Service 2594b8
Packit Service 2594b8
Packit Service 2594b8
TIFF Software Distribution
Packit Service 2594b8
--------------------------
Packit Service 2594b8
This file is just a placeholder; all the documentation is now in
Packit Service 2594b8
HTML in the html directory.  To view the documentation point your
Packit Service 2594b8
favorite WWW viewer at html/index.html; 
Packit Service 2594b8
Packit Service 2594b8
e.g.
Packit Service 2594b8
Packit Service 2594b8
    firefox html/index.html
Packit Service 2594b8
Packit Service 2594b8
If you don't have an HTML viewer then you can read the HTML source
Packit Service 2594b8
or fetch a PostScript version of this documentation from the directory
Packit Service 2594b8
Packit Service 2594b8
    ftp://ftp.remotesensing.org/pub/libtiff/
Packit Service 2594b8
Packit Service 2594b8
If you can't hack either of these options then basically what you
Packit Service 2594b8
want to do is:
Packit Service 2594b8
Packit Service 2594b8
    % ./configure
Packit Service 2594b8
    % make
Packit Service 2594b8
    % su
Packit Service 2594b8
    # make install
Packit Service 2594b8
Packit Service 2594b8
More information, email contacts, and mailing list information can be 
Packit Service 2594b8
found online at http://www.remotesensing.org/libtiff/.
Packit Service 2594b8
Packit Service 2594b8
Packit Service 2594b8
Use and Copyright
Packit Service 2594b8
-----------------
Packit Service 2594b8
Silicon Graphics has seen fit to allow us to give this work away.  It
Packit Service 2594b8
is free.  There is no support or guarantee of any sort as to its
Packit Service 2594b8
operations, correctness, or whatever.  If you do anything useful with
Packit Service 2594b8
all or parts of it you need to honor the copyright notices.   I would
Packit Service 2594b8
also be interested in knowing about it and, hopefully, be acknowledged.
Packit Service 2594b8
Packit Service 2594b8
The legal way of saying that is:
Packit Service 2594b8
Packit Service 2594b8
Copyright (c) 1988-1997 Sam Leffler
Packit Service 2594b8
Copyright (c) 1991-1997 Silicon Graphics, Inc.
Packit Service 2594b8
Packit Service 2594b8
Permission to use, copy, modify, distribute, and sell this software and 
Packit Service 2594b8
its documentation for any purpose is hereby granted without fee, provided
Packit Service 2594b8
that (i) the above copyright notices and this permission notice appear in
Packit Service 2594b8
all copies of the software and related documentation, and (ii) the names of
Packit Service 2594b8
Sam Leffler and Silicon Graphics may not be used in any advertising or
Packit Service 2594b8
publicity relating to the software without the specific, prior written
Packit Service 2594b8
permission of Sam Leffler and Silicon Graphics.
Packit Service 2594b8
Packit Service 2594b8
THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, 
Packit Service 2594b8
EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY 
Packit Service 2594b8
WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  
Packit Service 2594b8
Packit Service 2594b8
IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
Packit Service 2594b8
ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
Packit Service 2594b8
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
Packit Service 2594b8
WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF 
Packit Service 2594b8
LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 
Packit Service 2594b8
OF THIS SOFTWARE.