diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 1998-01-16 22:06:18 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-04-06 16:04:11 -0500 |
commit | c4a2ae6cace0459ef5d39b2601de75a145f9c08e (patch) | |
tree | 29f31a3fcec361d2c3cb9d481b50f6f640b4aee9 /pngrio.c | |
parent | 2687fcc7b5eb95ebeaaa70f3f9de6812727c2ab8 (diff) | |
download | libpng-c4a2ae6cace0459ef5d39b2601de75a145f9c08e.tar.gz |
Imported from libpng-0.98.tarv0.98
Diffstat (limited to 'pngrio.c')
-rw-r--r-- | pngrio.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,12 +1,12 @@ /* pngrio.c - functions for data input * - * libpng 0.97 + * libpng 0.98 * For conditions of distribution and use, see copyright notice in png.h * Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc. * Copyright (c) 1996, 1997 Andreas Dilger * Copyright (c) 1998, Glenn Randers-Pehrson - * January 7, 1998 + * January 16, 1998 * * This file provides a location for all input. Users which need * special handling are expected to write a function which has the same |