diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-06-24 09:31:28 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-06-24 09:35:48 -0500 |
commit | 3e61d7985c883bf2beea27513a7249a9f520bcd2 (patch) | |
tree | 9eb3c30f325aaa6a893390264ab3341c1326f0da /scripts/makefile.msc | |
parent | d84748a467b221f955345b98a2fe01caa53783d0 (diff) | |
download | libpng-3e61d7985c883bf2beea27513a7249a9f520bcd2.tar.gz |
[devel] Mention zlib-libpng license in each source file
Diffstat (limited to 'scripts/makefile.msc')
-rw-r--r-- | scripts/makefile.msc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/makefile.msc b/scripts/makefile.msc index 8bc80a1ed..9416c4e46 100644 --- a/scripts/makefile.msc +++ b/scripts/makefile.msc @@ -1,7 +1,10 @@ # makefile for libpng # Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc. # Copyright (C) 2006, 2009 Glenn Randers-Pehrson +# +# This code is released under the zlib-libpng license. # For conditions of distribution and use, see copyright notice in png.h +# # Assumes that zlib.lib, zconf.h, and zlib.h have been copied to ..\zlib # -------- Microsoft C 5.1 and later, does not use assembler code -------- |