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