diff options
author | scuri <scuri> | 2009-08-19 21:33:45 +0000 |
---|---|---|
committer | scuri <scuri> | 2009-08-19 21:33:45 +0000 |
commit | 84016027621fcaed7da7e04e01403163686c8647 (patch) | |
tree | 8cbf32dade04eb5432fec2fb12799edd7b809fe2 /src/libpng/pngwio.c | |
parent | b2f636ebb0665e733d91c70ed5250b1ae8d4a511 (diff) |
*** empty log message ***
Diffstat (limited to 'src/libpng/pngwio.c')
-rw-r--r-- | src/libpng/pngwio.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/libpng/pngwio.c b/src/libpng/pngwio.c index 740b71d..f77b2db 100644 --- a/src/libpng/pngwio.c +++ b/src/libpng/pngwio.c @@ -2,11 +2,14 @@ /* pngwio.c - functions for data output * * 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 output. Users who need * special handling are expected to write functions that have the same * arguments as these and perform similar functions, but that possibly |