summaryrefslogtreecommitdiff
path: root/example.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2006-03-05 20:15:20 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-04-06 16:08:35 -0500
commitb7f95937158f274bc48c14f510330a604c379266 (patch)
tree63753436106cd794305a64a740be920b2cd113c2 /example.c
parente64746200b62d1662f75dc6e1c37fd91d33fe81c (diff)
downloadlibpng-b7f95937158f274bc48c14f510330a604c379266.tar.gz
Imported from libpng-1.2.9beta6.tarv1.2.9beta6
Diffstat (limited to 'example.c')
-rw-r--r--example.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/example.c b/example.c
index 8a9029599..6d4ee8131 100644
--- a/example.c
+++ b/example.c
@@ -1,7 +1,13 @@
#if 0 /* in case someone actually tries to compile this */
-/* example.c - an example of using libpng */
+/* example.c - an example of using libpng
+ * Last changed in libpng 1.2.1 December 7, 2001.
+ * This file has been placed in the public domain by the authors.
+ * Maintained 1998-2001 Glenn Randers-Pehrson
+ * Maintained 1996, 1997 Andreas Dilger)
+ * Written 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
+ */
/* This is an example of how to use libpng to read and write PNG files.
* The file libpng.txt is much more verbose then this. If you have not