1  ---------------------------------------------------------------------------
2
3      Copyright (c) 1998-2008 Greg Roelofs.  All rights reserved.
4
5      This software is provided "as is," without warranty of any kind,
6      express or implied.  In no event shall the author or contributors
7      be held liable for any damages arising in any way from the use of
8      this software.
9
10      The contents of this file are DUAL-LICENSED.  You may modify and/or
11      redistribute this software according to the terms of one of the
12      following two licenses (at your option):
13
14
15      LICENSE 1 ("BSD-like with advertising clause"):
16
17      Permission is granted to anyone to use this software for any purpose,
18      including commercial applications, and to alter it and redistribute
19      it freely, subject to the following restrictions:
20
21      1. Redistributions of source code must retain the above copyright
22         notice, disclaimer, and this list of conditions.
23      2. Redistributions in binary form must reproduce the above copyright
24         notice, disclaimer, and this list of conditions in the documenta-
25         tion and/or other materials provided with the distribution.
26      3. All advertising materials mentioning features or use of this
27         software must display the following acknowledgment:
28
29            This product includes software developed by Greg Roelofs
30            and contributors for the book, "PNG: The Definitive Guide,"
31            published by O'Reilly and Associates.
32
33
34      LICENSE 2 (GNU GPL v2 or later):
35
36      This program is free software; you can redistribute it and/or modify
37      it under the terms of the GNU General Public License as published by
38      the Free Software Foundation; either version 2 of the License, or
39      (at your option) any later version.
40
41      This program is distributed in the hope that it will be useful,
42      but WITHOUT ANY WARRANTY; without even the implied warranty of
43      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
44      GNU General Public License for more details.
45
46      You should have received a copy of the GNU General Public License
47      along with this program; if not, write to the Free Software Foundation,
48      Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
49
50  ---------------------------------------------------------------------------
51