Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygentif_version.c
Go to the documentation of this file.
00001 /* $Header: /cvs/maptools/cvsroot/libtiff/libtiff/tif_version.c,v 1.2.2.1 2010-06-08 18:50:43 bfriesen Exp $ */ 00002 /* 00003 * Copyright (c) 1992-1997 Sam Leffler 00004 * Copyright (c) 1992-1997 Silicon Graphics, Inc. 00005 * 00006 * Permission to use, copy, modify, distribute, and sell this software and 00007 * its documentation for any purpose is hereby granted without fee, provided 00008 * that (i) the above copyright notices and this permission notice appear in 00009 * all copies of the software and related documentation, and (ii) the names of 00010 * Sam Leffler and Silicon Graphics may not be used in any advertising or 00011 * publicity relating to the software without the specific, prior written 00012 * permission of Sam Leffler and Silicon Graphics. 00013 * 00014 * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, 00015 * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY 00016 * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. 00017 * 00018 * IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR 00019 * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, 00020 * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 00021 * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF 00022 * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 00023 * OF THIS SOFTWARE. 00024 */ 00025 #include "tiffiop.h" 00026 00027 static const char TIFFVersion[] = TIFFLIB_VERSION_STR; 00028 00029 const char* 00030 TIFFGetVersion(void) 00031 { 00032 return (TIFFVersion); 00033 } 00034 /* 00035 * Local Variables: 00036 * mode: c 00037 * c-basic-offset: 8 00038 * fill-column: 78 00039 * End: 00040 */ Generated on Sat May 26 2012 04:18:25 for ReactOS by
1.7.6.1
|