200N/A/* * COPYRIGHT NOTICE: * */ 770N/A/* * Copyright (c) 2000-2007 Gerard Juyn (gerard@libmng.com) * */ 200N/A/* * [You may insert additional notices after this sentence if you modify * */ 200N/A/* * For the purposes of this copyright and license, "Contributing Authors" * */ 200N/A/* * is defined as the following set of individuals: * */ 200N/A/* * Glenn Randers-Pehrson * */ 200N/A/* * The MNG Library is supplied "AS IS". The Contributing Authors * */ 200N/A/* * disclaim all warranties, expressed or implied, including, without * */ 200N/A/* * limitation, the warranties of merchantability and of fitness for any * */ 200N/A/* * purpose. The Contributing Authors assume no liability for direct, * */ 200N/A/* * indirect, incidental, special, exemplary, or consequential damages, * */ 200N/A/* * which may result from the use of the MNG Library, even if advised of * */ 200N/A/* * the possibility of such damage. * */ 200N/A/* * Permission is hereby granted to use, copy, modify, and distribute this * */ 200N/A/* * source code, or portions hereof, for any purpose, without fee, subject * */ 200N/A/* * to the following restrictions: * */ 200N/A/* * 1. The origin of this source code must not be misrepresented; * */ 200N/A/* * you must not claim that you wrote the original software. * */ 200N/A/* * 2. Altered versions must be plainly marked as such and must not be * */ 200N/A/* * misrepresented as being the original source. * */ 200N/A/* * 3. This Copyright notice may not be removed or altered from any source * */ 200N/A/* * or altered source distribution. * */ 200N/A/* * The Contributing Authors specifically permit, without fee, and * */ 200N/A/* * encourage the use of this source code as a component to supporting * */ 200N/A/* * the MNG and JNG file format in commercial products. If you use this * */ 200N/A/* * source code in a product, acknowledgment would be highly appreciated. * */ 200N/A/* ************************************************************************** */ 200N/A/* * Parts of this software have been adapted from the libpng package. * */ 200N/A/* * Although this library supports all features from the PNG specification * */ 200N/A/* * (as MNG descends from it) it does not require the libpng package. * */ 200N/A/* * It does require the zlib library and optionally the IJG jpeg library, * */ 200N/A/* * and/or the "little-cms" library by Marti Maria (depending on the * */ 200N/A/* * inclusion of support for JNG and Full-Color-Management respectively. * */ 200N/A/* * This library's function is primarily to read and display MNG * */ 200N/A/* * animations. It is not meant as a full-featured image-editing * */ 200N/A/* * component! It does however offer creation and editing functionality * */ 200N/A/* * at the chunk level. * */ 200N/A/* * (future modifications may include some more support for creation * */ 200N/A/* * and or editing) * */