summaryrefslogtreecommitdiff
path: root/src/libpng/pngerror.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libpng/pngerror.c')
-rw-r--r--src/libpng/pngerror.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/libpng/pngerror.c b/src/libpng/pngerror.c
index 71a2e53..d68416b 100644
--- a/src/libpng/pngerror.c
+++ b/src/libpng/pngerror.c
@@ -2,11 +2,14 @@
/* pngerror.c - stub functions for i/o and memory allocation
*
* Last changed in libpng 1.2.37 [June 4, 2009]
- * For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2009 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.)
*
+ * This code is released under the libpng license.
+ * For conditions of distribution and use, see the disclaimer
+ * and license in png.h
+ *
* This file provides a location for all error handling. Users who
* need special error handling are expected to write replacement functions
* and use png_set_error_fn() to use those functions. See the instructions