aboutsummaryrefslogtreecommitdiff
path: root/example.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2011-11-25 07:27:51 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2011-11-25 07:27:51 -0600
commit2ddb252d0731afee47891ac164d80733baea8012 (patch)
tree72a848c591a701ff95f09b746b6c248e15ce32cf /example.c
parent7455cbf47e046e3d5ab0a6bd78b0b746c6cfd77b (diff)
downloadlibpng-2ddb252d0731afee47891ac164d80733baea8012.tar.gz
[libpng16] Updated license info in contrib/examples and example.c
Diffstat (limited to 'example.c')
-rw-r--r--example.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/example.c b/example.c
index 6343f21af..e8bfdd093 100644
--- a/example.c
+++ b/example.c
@@ -2,11 +2,13 @@
#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.)
+ * To the extent possible under law, the authors have waived
+ * all copyright and related or neighboring rights to this file.
+ * This work is published from: United States.
*/
/* This is an example of how to use libpng to read and write PNG files.