diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 1998-02-28 07:00:24 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-04-06 16:04:15 -0500 |
commit | cbe52d87208d5320e831473718c8665701d68fb2 (patch) | |
tree | bcac6dc95533bf28995690501fe3790348cb0174 /pngset.c | |
parent | a357b99113b9fc2bca275076bdf26ea44c7f2b17 (diff) | |
download | libpng-cbe52d87208d5320e831473718c8665701d68fb2.tar.gz |
Imported from libpng-0.99e.tarv0.99e
Diffstat (limited to 'pngset.c')
-rw-r--r-- | pngset.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,12 +1,12 @@ /* pngset.c - storage of image information into info struct * - * libpng 0.99d + * libpng 0.99e * 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 - * February 8, 1998 + * February 28, 1998 * * The functions here are used during reads to store data from the file * into the info struct, and during writes to store application data |