2005
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3831 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
5b68e15763
commit
dfd8dc1227
13 changed files with 17 additions and 17 deletions
|
@ -853,7 +853,7 @@ New documentation by Joost Verburg</p>
|
|||
<pre>
|
||||
Original version Copyright © 2001 Michael Bishop
|
||||
DLL version 1 Copyright © 2001-2002 Nullsoft, Inc., ORTIM
|
||||
DLL version 2 Copyright © 2003-2004 Amir Szekely, Joost Verburg, Dave Laundon
|
||||
DLL version 2 Copyright © 2003-2005 Amir Szekely, Joost Verburg, Dave Laundon
|
||||
|
||||
This software is provided 'as-is', without any express or implied
|
||||
warranty. In no event will the authors be held liable for any damages
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Copyright © 2002-2004 Joost Verburg
|
||||
Copyright © 2002-2005 Joost Verburg
|
||||
|
||||
This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
|
||||
|
||||
|
|
|
@ -1244,7 +1244,7 @@ src="images/closed.gif" onclick=
|
|||
"toggle('trigger_lic', 'toggle_lic');" /> License Terms</h3>
|
||||
<div class="toggle" id="toggle_lic">
|
||||
<pre>
|
||||
Copyright © 2002-2004 Joost Verburg
|
||||
Copyright © 2002-2005 Joost Verburg
|
||||
|
||||
This software is provided 'as-is', without any express or implied
|
||||
warranty. In no event will the authors be held liable for any damages
|
||||
|
@ -1264,7 +1264,7 @@ it freely, subject to the following restrictions:
|
|||
</pre></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">©2002-2004 Joost Verburg</div>
|
||||
<div class="footer">©2002-2005 Joost Verburg</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
|
@ -2,13 +2,13 @@
|
|||
;Macro System
|
||||
;Written by Joost Verburg
|
||||
|
||||
;Copyright © 2002-2004 Joost Verburg
|
||||
;Copyright © 2002-2005 Joost Verburg
|
||||
|
||||
;Documentation: Readme.html
|
||||
;License: License.txt
|
||||
;Examples: Examples\Modern UI
|
||||
|
||||
!echo "NSIS Modern User Interface version 1.72 - © 2002-2004 Joost Verburg"
|
||||
!echo "NSIS Modern User Interface version 1.72 - © 2002-2005 Joost Verburg"
|
||||
|
||||
;--------------------------------
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
;--------------------------------
|
||||
|
||||
; Original version Copyright (C) 2002-2003 Nathan Purciful.
|
||||
; Version for NSIS distribution Copyright (C) 2003-2004 Joost Verburg.
|
||||
; Version for NSIS distribution Copyright (C) 2003-2005 Joost Verburg.
|
||||
;
|
||||
; This software is provided 'as-is', without any express or implied
|
||||
; warranty. In no event will the authors be held liable for any
|
||||
|
|
|
@ -20,5 +20,5 @@
|
|||
|
||||
\preamble Quick links:\\<br\\>\W{http://nsis.sourceforge.net/support/faq/}{FAQ} - A list of frequently asked questions\\<br\\>\W{http://nsis.sourceforge.net/archive/}{NSIS Archive} - Examples, functions, tutorials, plug-ins, software, more\\<br\\>\W{http://forums.winamp.com/forumdisplay.php?forumid=65}{Forum} - Post questions or discuss NSIS features
|
||||
|
||||
\copyright Copyright (C) 1999-2004 Nullsoft, Inc.
|
||||
\copyright Copyright (C) 1999-2005 Nullsoft, Inc.
|
||||
|
||||
|
|
|
@ -16,4 +16,4 @@
|
|||
|
||||
\preamble Quick links:\\<br\\>\W{http://nsis.sourceforge.net/support/faq/}{FAQ} - A list of frequently asked questions\\<br\\>\W{http://nsis.sourceforge.net/archive/}{NSIS Archive} - Examples, functions, tutorials, plug-ins, software, more\\<br\\>\W{http://forums.winamp.com/forumdisplay.php?forumid=65}{Forum} - Post questions or discuss NSIS features
|
||||
|
||||
\copyright Copyright (C) 1999-2004 Nullsoft, Inc.
|
||||
\copyright Copyright (C) 1999-2005 Nullsoft, Inc.
|
|
@ -1,6 +1,6 @@
|
|||
\A{license} NSIS License
|
||||
|
||||
\c Copyright (C) 1999-2004 Nullsoft, Inc.
|
||||
\c Copyright (C) 1999-2005 Nullsoft, Inc.
|
||||
\c
|
||||
\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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
Copyright (C) 2002-2004 Amir Szekely <kichik@netvision.net.il>
|
||||
Copyright (C) 2002-2005 Amir Szekely <kichik@netvision.net.il>
|
||||
|
||||
This software is provided 'as-is', without any express or implied
|
||||
warranty. In no event will the authors be held liable for any damages
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
Copyright (C) 2002-2004 Amir Szekely <kichik@netvision.net.il>
|
||||
Copyright (C) 2002-2005 Amir Szekely <kichik@netvision.net.il>
|
||||
|
||||
This software is provided 'as-is', without any express or implied
|
||||
warranty. In no event will the authors be held liable for any damages
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
Nullsoft Scriptable Install System (NSIS)
|
||||
main.c - executable header main code
|
||||
|
||||
Copyright (C) 1999-2004 Nullsoft, Inc.
|
||||
Copyright (C) 1999-2005 Nullsoft, Inc.
|
||||
|
||||
This license applies to everything in the NSIS package, except where otherwise noted.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 1999-2004 Nullsoft, Inc.
|
||||
* Copyright (C) 1999-2005 Nullsoft, Inc.
|
||||
* Portions Copyright (C) 2002 Jeff Doozan
|
||||
*
|
||||
* This software is provided 'as-is', without any express or implied warranty.
|
||||
|
|
|
@ -5,7 +5,7 @@ const char *NSIS_VERSION="v2.03";
|
|||
Nullsoft Scriptable Install System (NSIS)
|
||||
makensis.cpp - installer compiler code
|
||||
|
||||
Copyright (C) 1999-2004 Nullsoft, Inc.
|
||||
Copyright (C) 1999-2005 Nullsoft, Inc.
|
||||
|
||||
This license applies to everything in the NSIS package, except where otherwise noted.
|
||||
|
||||
|
@ -125,7 +125,7 @@ int main(int argc, char **argv)
|
|||
}
|
||||
outputtried=1;
|
||||
}
|
||||
fprintf(g_output,"MakeNSIS %s - Copyright 1999-2004 Nullsoft, Inc.\n"
|
||||
fprintf(g_output,"MakeNSIS %s - Copyright 1999-2005 Nullsoft, Inc.\n"
|
||||
"\n"
|
||||
"Portions Copyright (C) 1995-1998 Jean-loup Gailly and Mark Adler (zlib).\n"
|
||||
"Portions Copyright (C) 1996-2002 Julian R Seward (bzip2).\n"
|
||||
|
@ -201,7 +201,7 @@ int main(int argc, char **argv)
|
|||
{
|
||||
if (build.display_info)
|
||||
{
|
||||
fprintf(g_output,"Copyright (C) 1999-2004 Nullsoft, Inc.\n\n"
|
||||
fprintf(g_output,"Copyright (C) 1999-2005 Nullsoft, Inc.\n\n"
|
||||
"This license applies to everything in the NSIS package, except where otherwise\nnoted.\n\n"
|
||||
"This software is provided 'as-is', without any express or implied warranty.\n"
|
||||
"In no event will the authors be held liable for any damages arising from the\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue