summaryrefslogtreecommitdiff
path: root/example.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2011-11-25 06:35:30 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2011-11-25 06:56:01 -0600
commitcc1fa5df3ae0948a0af5edc3e934dcd828c772ed (patch)
tree9842a61120bd139cba7a6b419e481db63d9c996e /example.c
parentcc5664ddad7d2f7b5c516eaca663531b3ce18a42 (diff)
downloadlibpng-cc1fa5df3ae0948a0af5edc3e934dcd828c772ed.tar.gz
[libpng15] Imported from libpng-1.5.7beta05.tarv1.5.7beta05
Diffstat (limited to 'example.c')
-rw-r--r--example.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/example.c b/example.c
index 105078b9e..8368ff598 100644
--- a/example.c
+++ b/example.c
@@ -2,11 +2,10 @@
#if 0 /* in case someone actually tries to compile this */
/* example.c - an example of using libpng
- * Last changed in libpng 1.5.6 [November 3, 2011]
- * This file has been placed in the public domain by the authors.
+ * Last changed in libpng 1.5.7 [(PENDING RELEASE)]
* Maintained 1998-2011 Glenn Randers-Pehrson
- * Maintained 1996, 1997 Andreas Dilger)
- * Written 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
+ * 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.
@@ -14,6 +13,8 @@
* read it, do so first. This was designed to be a starting point of an
* implementation. This is not officially part of libpng, is hereby placed
* in the public domain, and therefore does not require a copyright notice.
+ * To the extent possible under law, the authors have waived all copyright and
+ * related or neighboring rights to this file.
*
* This file does not currently compile, because it is missing certain
* parts, like allocating memory to hold an image. You will have to