license notes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3501 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
fc31238735
commit
d3214f7466
2 changed files with 24 additions and 9 deletions
|
@ -1,7 +1,11 @@
|
|||
/*
|
||||
Nullsoft "SuperPimp" Installation System - main.c - executable header main code
|
||||
/*
|
||||
|
||||
Nullsoft Scriptable Install System (NSIS)
|
||||
main.c - executable header main code
|
||||
|
||||
Copyright (C) 1999-2004 Nullsoft, Inc.
|
||||
|
||||
This license applies to everything in the NSIS package, except where otherwise noted.
|
||||
|
||||
This software is provided 'as-is', without any express or implied
|
||||
warranty. In no event will the authors be held liable for any damages
|
||||
|
@ -19,10 +23,13 @@
|
|||
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).
|
||||
Portions Copyright (C) 1996-2002 Julian R Seward (bzip2).
|
||||
Portions Copyright (C) 1999-2003 Igor Pavlov (lzma).
|
||||
|
||||
*/
|
||||
|
||||
#include "../Platform.h"
|
||||
#include <shlobj.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue