OLD | NEW |
1 /* $Header: /cvs/maptools/cvsroot/libtiff/libtiff/tif_version.c,v 1.3 2010-03-10
18:56:49 bfriesen Exp $ */ | 1 /* $Header: /cvs/maptools/cvsroot/libtiff/libtiff/tif_version.c,v 1.3 2010-03-10
18:56:49 bfriesen Exp $ */ |
2 /* | 2 /* |
3 * Copyright (c) 1992-1997 Sam Leffler | 3 * Copyright (c) 1992-1997 Sam Leffler |
4 * Copyright (c) 1992-1997 Silicon Graphics, Inc. | 4 * Copyright (c) 1992-1997 Silicon Graphics, Inc. |
5 * | 5 * |
6 * Permission to use, copy, modify, distribute, and sell this software and | 6 * Permission to use, copy, modify, distribute, and sell this software and |
7 * its documentation for any purpose is hereby granted without fee, provided | 7 * its documentation for any purpose is hereby granted without fee, provided |
8 * that (i) the above copyright notices and this permission notice appear in | 8 * that (i) the above copyright notices and this permission notice appear in |
9 * all copies of the software and related documentation, and (ii) the names of | 9 * all copies of the software and related documentation, and (ii) the names of |
10 * Sam Leffler and Silicon Graphics may not be used in any advertising or | 10 * Sam Leffler and Silicon Graphics may not be used in any advertising or |
(...skipping 20 matching lines...) Expand all Loading... |
31 { | 31 { |
32 return (TIFFVersion); | 32 return (TIFFVersion); |
33 } | 33 } |
34 /* | 34 /* |
35 * Local Variables: | 35 * Local Variables: |
36 * mode: c | 36 * mode: c |
37 * c-basic-offset: 8 | 37 * c-basic-offset: 8 |
38 * fill-column: 78 | 38 * fill-column: 78 |
39 * End: | 39 * End: |
40 */ | 40 */ |
41 | |
OLD | NEW |