git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4485 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2006-01-20 12:36:30 +00:00
parent 0cc9b00ff1
commit c16ca4f9fc
12 changed files with 16 additions and 16 deletions

View file

@ -863,7 +863,7 @@ New documentation by Joost Verburg</p>
<pre> <pre>
Original version Copyright &copy; 2001 Michael Bishop Original version Copyright &copy; 2001 Michael Bishop
DLL version 1 Copyright &copy; 2001-2002 Nullsoft, Inc., ORTIM DLL version 1 Copyright &copy; 2001-2002 Nullsoft, Inc., ORTIM
DLL version 2 Copyright &copy; 2003-2005 Amir Szekely, Joost Verburg, Dave Laundon DLL version 2 Copyright &copy; 2003-2006 Amir Szekely, Joost Verburg, Dave Laundon
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

View file

@ -1,4 +1,4 @@
Copyright © 2002-2005 Joost Verburg Copyright © 2002-2006 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. 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.

View file

@ -1243,7 +1243,7 @@ src="images/closed.gif" onclick=
"toggle('trigger_lic', 'toggle_lic');" /> License Terms</h3> "toggle('trigger_lic', 'toggle_lic');" /> License Terms</h3>
<div class="toggle" id="toggle_lic"> <div class="toggle" id="toggle_lic">
<pre> <pre>
Copyright &copy; 2002-2005 Joost Verburg Copyright &copy; 2002-2006 Joost Verburg
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
@ -1263,7 +1263,7 @@ it freely, subject to the following restrictions:
</pre></div> </pre></div>
</div> </div>
</div> </div>
<div class="footer">&copy;2002-2005 Joost Verburg</div> <div class="footer">&copy;2002-2006 Joost Verburg</div>
</td> </td>
</tr> </tr>
</table> </table>

View file

@ -2,13 +2,13 @@
;Macro System ;Macro System
;Written by Joost Verburg ;Written by Joost Verburg
;Copyright © 2002-2005 Joost Verburg ;Copyright © 2002-2006 Joost Verburg
;Documentation: Readme.html ;Documentation: Readme.html
;License: License.txt ;License: License.txt
;Examples: Examples\Modern UI ;Examples: Examples\Modern UI
!echo "NSIS Modern User Interface version 1.74 - © 2002-2005 Joost Verburg" !echo "NSIS Modern User Interface version 1.74 - © 2002-2006 Joost Verburg"
;-------------------------------- ;--------------------------------

View file

@ -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/wiki/}{NSIS Wiki} - Examples, functions, tutorials, plug-ins, software and more\\<br\\>\W{http://forums.winamp.com/forumdisplay.php?forumid=65}{Forum} - Post questions or discuss NSIS features \preamble Quick links:\\<br\\>\W{http://nsis.sourceforge.net/support/faq/}{FAQ} - A list of frequently asked questions\\<br\\>\W{http://nsis.sourceforge.net/wiki/}{NSIS Wiki} - Examples, functions, tutorials, plug-ins, software and more\\<br\\>\W{http://forums.winamp.com/forumdisplay.php?forumid=65}{Forum} - Post questions or discuss NSIS features
\copyright Copyright (C) 1999-2005 Nullsoft, Inc. \copyright Copyright (C) 1999-2006 Nullsoft, Inc.

View file

@ -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/wiki/}{NSIS Wiki} - Examples, functions, tutorials, plug-ins, software and more\\<br\\>\W{http://forums.winamp.com/forumdisplay.php?forumid=65}{Forum} - Post questions or discuss NSIS features \preamble Quick links:\\<br\\>\W{http://nsis.sourceforge.net/support/faq/}{FAQ} - A list of frequently asked questions\\<br\\>\W{http://nsis.sourceforge.net/wiki/}{NSIS Wiki} - Examples, functions, tutorials, plug-ins, software and more\\<br\\>\W{http://forums.winamp.com/forumdisplay.php?forumid=65}{Forum} - Post questions or discuss NSIS features
\copyright Copyright (C) 1999-2005 Nullsoft, Inc. \copyright Copyright (C) 1999-2006 Nullsoft, Inc.

View file

@ -1,6 +1,6 @@
\A{license} NSIS License \A{license} NSIS License
\c Copyright (C) 1999-2005 Nullsoft, Inc. \c Copyright (C) 1999-2006 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

View file

@ -1,5 +1,5 @@
/* /*
Copyright (C) 2002-2005 Amir Szekely <kichik@netvision.net.il> Copyright (C) 2002-2006 Amir Szekely <kichik@users.sourceforge.net>
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

View file

@ -1,5 +1,5 @@
/* /*
Copyright (C) 2002-2005 Amir Szekely <kichik@netvision.net.il> Copyright (C) 2002-2006 Amir Szekely <kichik@users.sourceforge.net>
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

View file

@ -3,7 +3,7 @@
Nullsoft Scriptable Install System (NSIS) Nullsoft Scriptable Install System (NSIS)
main.c - executable header main code main.c - executable header main code
Copyright (C) 1999-2005 Nullsoft, Inc. Copyright (C) 1999-2006 Nullsoft, Inc.
This license applies to everything in the NSIS package, except where otherwise noted. This license applies to everything in the NSIS package, except where otherwise noted.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 1999-2005 Nullsoft, Inc. * Copyright (C) 1999-2006 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.

View file

@ -3,7 +3,7 @@
Nullsoft Scriptable Install System (NSIS) Nullsoft Scriptable Install System (NSIS)
makensis.cpp - installer compiler code makensis.cpp - installer compiler code
Copyright (C) 1999-2005 Nullsoft, Inc. Copyright (C) 1999-2006 Nullsoft, Inc.
This license applies to everything in the NSIS package, except where otherwise noted. This license applies to everything in the NSIS package, except where otherwise noted.
@ -79,7 +79,7 @@ static void sigint(int sig)
static void print_logo() static void print_logo()
{ {
fprintf(g_output,"MakeNSIS %s - Copyright 1999-2005 Nullsoft, Inc.\n" fprintf(g_output,"MakeNSIS %s - Copyright 1999-2006 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"
"Portions Copyright (C) 1996-2002 Julian R Seward (bzip2).\n" "Portions Copyright (C) 1996-2002 Julian R Seward (bzip2).\n"
@ -91,7 +91,7 @@ static void print_logo()
static void print_license() static void print_license()
{ {
fprintf(g_output,"Copyright (C) 1999-2005 Nullsoft, Inc.\n\n" fprintf(g_output,"Copyright (C) 1999-2006 Nullsoft, Inc.\n\n"
"This license applies to everything in the NSIS package, except where otherwise\nnoted.\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" "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" "In no event will the authors be held liable for any damages arising from the\n"