diff options
author | George Hazan <george.hazan@gmail.com> | 2015-04-07 21:26:51 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-04-07 21:26:51 +0000 |
commit | 7f1871aed138dfe22ac879749bb40220da3f8da4 (patch) | |
tree | be79670f2ad72c493d218b060634ced21af6ea2f /plugins/AdvaImg/src/LibPNG/pngdebug.h | |
parent | 364d4e43e8a8755ba16778f0df7bf8208b1ecae6 (diff) |
libpng updated to 1.6.17 release
git-svn-id: http://svn.miranda-ng.org/main/trunk@12663 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AdvaImg/src/LibPNG/pngdebug.h')
-rw-r--r-- | plugins/AdvaImg/src/LibPNG/pngdebug.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/AdvaImg/src/LibPNG/pngdebug.h b/plugins/AdvaImg/src/LibPNG/pngdebug.h index 99a7aad44f..d35a89900c 100644 --- a/plugins/AdvaImg/src/LibPNG/pngdebug.h +++ b/plugins/AdvaImg/src/LibPNG/pngdebug.h @@ -1,12 +1,11 @@ /* pngdebug.h - Debugging macros for libpng, also used in pngtest.c
*
+ * Last changed in libpng 1.6.8 [December 19, 2013]
* Copyright (c) 1998-2013 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
*
- * Last changed in libpng 1.6.8 [December 19, 2013]
- *
* This code is released under the libpng license.
* For conditions of distribution and use, see the disclaimer
* and license in png.h
|