bzip2 info in comments

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2294 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2003-03-14 19:29:17 +00:00
parent e41cf67d37
commit 977588c3c0

View file

@ -1,7 +1,8 @@
const char *NSIS_VERSION="v2.0b3"; 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. Copyright (C) 1999-2003 Nullsoft, Inc.
@ -21,8 +22,10 @@ const char *NSIS_VERSION="v2.0b3";
misrepresented as being the original software. misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution. 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 This is the zlib/libpng license, which is approved by opensource.org.
its license and so forth. Note that this license is also borrowed from zlib.
Portions Copyright (C) 1995-1998 Jean-loup Gailly and Mark Adler (zlib).
Includes portions derived from bzip2 (see documentation for details).
*/ */
#include <windows.h> #include <windows.h>