From 977588c3c00c9c882f10f593c6234b5f2a68a53f Mon Sep 17 00:00:00 2001 From: joostverburg Date: Fri, 14 Mar 2003 19:29:17 +0000 Subject: [PATCH] bzip2 info in comments git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2294 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/makenssi.cpp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Source/makenssi.cpp b/Source/makenssi.cpp index 072aba4c..7feb4c90 100644 --- a/Source/makenssi.cpp +++ b/Source/makenssi.cpp @@ -1,7 +1,8 @@ const char *NSIS_VERSION="v2.0b3"; /* - Nullsoft "SuperPimp" Installation System - makensis.cpp - installer compiler code + Nullsoft Scriptable Install System (NSIS) + makensis.cpp - installer compiler code Copyright (C) 1999-2003 Nullsoft, Inc. @@ -21,8 +22,10 @@ const char *NSIS_VERSION="v2.0b3"; misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. - This source distribution includes portions of zlib. see zlib/zlib.h for - its license and so forth. Note that this license is also borrowed from zlib. + This is the zlib/libpng license, which is approved by opensource.org. + + Portions Copyright (C) 1995-1998 Jean-loup Gailly and Mark Adler (zlib). + Includes portions derived from bzip2 (see documentation for details). */ #include