2003
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2137 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
fe9063708c
commit
19a2d7dfe2
5 changed files with 6 additions and 7 deletions
|
@ -16,4 +16,4 @@
|
||||||
|
|
||||||
\preamble For more useful functions, NSIS related software, example scripts, plugins and tutorials: visit the \W{http://nsis.sourceforge.net/archive/}{the NSIS Archive}.
|
\preamble For more useful functions, NSIS related software, example scripts, plugins and tutorials: visit the \W{http://nsis.sourceforge.net/archive/}{the NSIS Archive}.
|
||||||
|
|
||||||
\copyright Copyright (c) 2002 Nullsoft, Inc.
|
\copyright Copyright (C) 1999-2003 Nullsoft, Inc.
|
|
@ -1,6 +1,6 @@
|
||||||
\A{license} NSIS License
|
\A{license} NSIS License
|
||||||
|
|
||||||
\c Copyright (C) 1999-2002 Nullsoft, Inc.
|
\c Copyright (C) 1999-2003 Nullsoft, Inc.
|
||||||
\c
|
\c
|
||||||
\c This software is provided 'as-is', without any express or implied
|
\c This software is provided 'as-is', without any express or implied
|
||||||
\c warranty. In no event will the authors be held liable for any damages
|
\c warranty. In no event will the authors be held liable for any damages
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
Nullsoft "SuperPimp" Installation System - main.c - executable header main code
|
Nullsoft "SuperPimp" Installation System - main.c - executable header main code
|
||||||
|
|
||||||
Copyright (C) 1999-2002 Nullsoft, Inc.
|
Copyright (C) 1999-2003 Nullsoft, Inc.
|
||||||
|
|
||||||
This software is provided 'as-is', without any express or implied
|
This software is provided 'as-is', without any express or implied
|
||||||
warranty. In no event will the authors be held liable for any damages
|
warranty. In no event will the authors be held liable for any damages
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 1999-2002 Nullsoft, Inc.
|
* Copyright (C) 1999-2003 Nullsoft, Inc.
|
||||||
* Portions Copyright (C) 2002 Jeff Doozan
|
* Portions Copyright (C) 2002 Jeff Doozan
|
||||||
*
|
*
|
||||||
* This software is provided 'as-is', without any express or implied warranty.
|
* This software is provided 'as-is', without any express or implied warranty.
|
||||||
|
|
|
@ -2,9 +2,8 @@ const char *NSIS_VERSION="v2.0b1";
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Nullsoft "SuperPimp" Installation System - makensis.cpp - installer compiler code
|
Nullsoft "SuperPimp" Installation System - makensis.cpp - installer compiler code
|
||||||
May 21st, 2002
|
|
||||||
|
|
||||||
Copyright (C) 1999-2002 Nullsoft, Inc.
|
Copyright (C) 1999-2003 Nullsoft, Inc.
|
||||||
|
|
||||||
This software is provided 'as-is', without any express or implied
|
This software is provided 'as-is', without any express or implied
|
||||||
warranty. In no event will the authors be held liable for any damages
|
warranty. In no event will the authors be held liable for any damages
|
||||||
|
@ -107,7 +106,7 @@ int main(int argc, char **argv)
|
||||||
}
|
}
|
||||||
outputtried=1;
|
outputtried=1;
|
||||||
}
|
}
|
||||||
fprintf(g_output,"MakeNSIS %s - Copyright 1999-2002 Nullsoft, Inc.\n"
|
fprintf(g_output,"MakeNSIS %s - Copyright 1999-2003 Nullsoft, Inc.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Portions Copyright (C) 1995-1998 Jean-loup Gailly and Mark Adler (zlib).\n"
|
"Portions Copyright (C) 1995-1998 Jean-loup Gailly and Mark Adler (zlib).\n"
|
||||||
"Includes portions derived from bzip2 (see documentation for details).\n"
|
"Includes portions derived from bzip2 (see documentation for details).\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue