1*9890ff83SToomas Soome/*
2*9890ff83SToomas Soome *  pnglite.h - Interface for pnglite library
3*9890ff83SToomas Soome *	Copyright (c) 2007 Daniel Karling
4*9890ff83SToomas Soome *
5*9890ff83SToomas Soome *	This software is provided 'as-is', without any express or implied
6*9890ff83SToomas Soome *	warranty. In no event will the authors be held liable for any damages
7*9890ff83SToomas Soome *	arising from the use of this software.
8*9890ff83SToomas Soome *
9*9890ff83SToomas Soome *	Permission is granted to anyone to use this software for any purpose,
10*9890ff83SToomas Soome *	including commercial applications, and to alter it and redistribute it
11*9890ff83SToomas Soome *	freely, subject to the following restrictions:
12*9890ff83SToomas Soome *
13*9890ff83SToomas Soome *	1. The origin of this software must not be misrepresented; you must not
14*9890ff83SToomas Soome *	   claim that you wrote the original software. If you use this software
15*9890ff83SToomas Soome *	   in a product, an acknowledgment in the product documentation would be
16*9890ff83SToomas Soome *	   appreciated but is not required.
17*9890ff83SToomas Soome *
18*9890ff83SToomas Soome *	2. Altered source versions must be plainly marked as such, and must not
19*9890ff83SToomas Soome *	   be misrepresented as being the original software.
20*9890ff83SToomas Soome *
21*9890ff83SToomas Soome *	3. This notice may not be removed or altered from any source
22*9890ff83SToomas Soome *	   distribution.
23*9890ff83SToomas Soome *
24*9890ff83SToomas Soome *	Daniel Karling
25*9890ff83SToomas Soome *	daniel.karling@gmail.com
26*9890ff83SToomas Soome */
27