diff options
Diffstat (limited to 'src/libpng/pngwrite.c')
-rw-r--r-- | src/libpng/pngwrite.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/libpng/pngwrite.c b/src/libpng/pngwrite.c index bd6263c..0987612 100644 --- a/src/libpng/pngwrite.c +++ b/src/libpng/pngwrite.c @@ -2,10 +2,13 @@ /* pngwrite.c - general routines to write a PNG file * * 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 */ /* Get internal access to png.h */ |