2006 -> 2007

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4847 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2007-01-13 17:28:23 +00:00
parent 92681504ee
commit c145d69e55
81 changed files with 87 additions and 87 deletions

View file

@ -1,7 +1,7 @@
COPYRIGHT COPYRIGHT
--------- ---------
Copyright (C) 1995-2006 Contributors Copyright (C) 1995-2007 Contributors
More detailed copyright information can be found in the individual source code files. More detailed copyright information can be found in the individual source code files.

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-2006 Amir Szekely, Joost Verburg, Dave Laundon DLL version 2 Copyright &copy; 2003-2007 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-2006 Joost Verburg Copyright © 2002-2007 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

@ -1247,7 +1247,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-2006 Joost Verburg Copyright &copy; 2002-2007 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
@ -1267,7 +1267,7 @@ it freely, subject to the following restrictions:
</pre></div> </pre></div>
</div> </div>
</div> </div>
<div class="footer">&copy;2002-2006 Joost Verburg</div> <div class="footer">&copy;2002-2007 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-2006 Joost Verburg ;Copyright © 2002-2007 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.75 - © 2002-2006 Joost Verburg" !echo "NSIS Modern User Interface version 1.75 - © 2002-2007 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-2006 Nullsoft, Inc. \copyright Copyright (C) 1999-2007 Contributors

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-2006 Nullsoft, Inc. \copyright Copyright (C) 1999-2007 Contributors

View file

@ -2,7 +2,7 @@
\H{copyright} Copyright \H{copyright} Copyright
Copyright (C) 1995-2006 Contributors Copyright (C) 1995-2007 Contributors
More detailed copyright information can be found in the individual source code files. More detailed copyright information can be found in the individual source code files.

View file

@ -4,7 +4,7 @@
* This file is a part of LZMA compression module for NSIS. * This file is a part of LZMA compression module for NSIS.
* *
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov * Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
* Modifications Copyright (C) 2003-2006 Amir Szekely <kichik@netvision.net.il> * Modifications Copyright (C) 2003-2007 Amir Szekely <kichik@netvision.net.il>
* *
* Licensed under the Common Public License version 1.0 (the "License"); * Licensed under the Common Public License version 1.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -4,7 +4,7 @@
* This file is a part of LZMA compression module for NSIS. * This file is a part of LZMA compression module for NSIS.
* *
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov * Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
* Modifications Copyright (C) 2003-2006 Amir Szekely <kichik@netvision.net.il> * Modifications Copyright (C) 2003-2007 Amir Szekely <kichik@netvision.net.il>
* *
* Licensed under the Common Public License version 1.0 (the "License"); * Licensed under the Common Public License version 1.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 2002-2006 Amir Szekely <kichik@users.sourceforge.net> * Copyright (C) 2002-2007 Amir Szekely <kichik@users.sourceforge.net>
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 2002-2006 Amir Szekely <kichik@users.sourceforge.net> * Copyright (C) 2002-2007 Amir Szekely <kichik@users.sourceforge.net>
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -2,7 +2,7 @@
* This file is a part of the bzip2 compression module for NSIS. * This file is a part of the bzip2 compression module for NSIS.
* *
* Copyright and license information can be found below. * Copyright and license information can be found below.
* Modifications Copyright (C) 1999-2006 Nullsoft and Contributors * Modifications Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* The original zlib source code is available at * The original zlib source code is available at
* http://www.bzip.org/ * http://www.bzip.org/

View file

@ -2,7 +2,7 @@
* This file is a part of the bzip2 compression module for NSIS. * This file is a part of the bzip2 compression module for NSIS.
* *
* Copyright and license information can be found below. * Copyright and license information can be found below.
* Modifications Copyright (C) 1999-2006 Nullsoft and Contributors * Modifications Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* The original zlib source code is available at * The original zlib source code is available at
* http://www.bzip.org/ * http://www.bzip.org/

View file

@ -2,7 +2,7 @@
* This file is a part of the bzip2 compression module for NSIS. * This file is a part of the bzip2 compression module for NSIS.
* *
* Copyright and license information can be found below. * Copyright and license information can be found below.
* Modifications Copyright (C) 1999-2006 Nullsoft and Contributors * Modifications Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* The original zlib source code is available at * The original zlib source code is available at
* http://www.bzip.org/ * http://www.bzip.org/

View file

@ -2,7 +2,7 @@
* This file is a part of the bzip2 compression module for NSIS. * This file is a part of the bzip2 compression module for NSIS.
* *
* Copyright and license information can be found below. * Copyright and license information can be found below.
* Modifications Copyright (C) 1999-2006 Nullsoft and Contributors * Modifications Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* The original zlib source code is available at * The original zlib source code is available at
* http://www.bzip.org/ * http://www.bzip.org/

View file

@ -2,7 +2,7 @@
* This file is a part of the bzip2 compression module for NSIS. * This file is a part of the bzip2 compression module for NSIS.
* *
* Copyright and license information can be found below. * Copyright and license information can be found below.
* Modifications Copyright (C) 1999-2006 Nullsoft and Contributors * Modifications Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* The original zlib source code is available at * The original zlib source code is available at
* http://www.bzip.org/ * http://www.bzip.org/

View file

@ -2,7 +2,7 @@
* This file is a part of the bzip2 compression module for NSIS. * This file is a part of the bzip2 compression module for NSIS.
* *
* Copyright and license information can be found below. * Copyright and license information can be found below.
* Modifications Copyright (C) 1999-2006 Nullsoft and Contributors * Modifications Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* The original zlib source code is available at * The original zlib source code is available at
* http://www.bzip.org/ * http://www.bzip.org/

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft, Jeff Doozan and Contributors * Copyright (C) 1999-2007 Nullsoft, Jeff Doozan and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -92,7 +92,7 @@ static void init_signals()
static void print_logo() static void print_logo()
{ {
fprintf(g_output,"MakeNSIS %s - Copyright 1995-2006 Contributors\n" fprintf(g_output,"MakeNSIS %s - Copyright 1995-2007 Contributors\n"
"See the file COPYING for license details.\n" "See the file COPYING for license details.\n"
"Credits can be found in the Users Manual.\n\n", NSIS_VERSION); "Credits can be found in the Users Manual.\n\n", NSIS_VERSION);
fflush(g_output); fflush(g_output);
@ -100,7 +100,7 @@ static void print_logo()
static void print_license() static void print_license()
{ {
fprintf(g_output,"Copyright (C) 1999-2006 Nullsoft and Contributors\n\n" fprintf(g_output,"Copyright (C) 1999-2007 Nullsoft and Contributors\n\n"
"This license applies to everything in the NSIS package, except where otherwise\n" "This license applies to everything in the NSIS package, except where otherwise\n"
"noted.\n\n" "noted.\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"

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2006 Nullsoft and Contributors * Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* Licensed under the zlib/libpng license (the "License"); * Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -2,7 +2,7 @@
* This file is a part of the zlib compression module for NSIS. * This file is a part of the zlib compression module for NSIS.
* *
* Copyright and license information can be found below. * Copyright and license information can be found below.
* Modifications Copyright (C) 1999-2006 Nullsoft and Contributors * Modifications Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* The original zlib source code is available at * The original zlib source code is available at
* http://www.zlib.net/ * http://www.zlib.net/

View file

@ -2,7 +2,7 @@
* This file is a part of the zlib compression module for NSIS. * This file is a part of the zlib compression module for NSIS.
* *
* Copyright and license information can be found below. * Copyright and license information can be found below.
* Modifications Copyright (C) 1999-2006 Nullsoft and Contributors * Modifications Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* The original zlib source code is available at * The original zlib source code is available at
* http://www.zlib.net/ * http://www.zlib.net/

View file

@ -2,7 +2,7 @@
* This file is a part of the zlib compression module for NSIS. * This file is a part of the zlib compression module for NSIS.
* *
* Copyright and license information can be found below. * Copyright and license information can be found below.
* Modifications Copyright (C) 1999-2006 Nullsoft and Contributors * Modifications Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* The original zlib source code is available at * The original zlib source code is available at
* http://www.zlib.net/ * http://www.zlib.net/
@ -16,7 +16,7 @@
* For conditions of distribution and use, see copyright notice in zlib.h * For conditions of distribution and use, see copyright notice in zlib.h
*/ */
/* @(#) $Id: ZCONF.H,v 1.1.1.1 2002/08/02 10:01:35 kichik Exp $ */ /* @(#) $Id: ZCONF.H,v 1.2 2006/10/28 19:45:02 joostverburg Exp $ */
#ifndef _ZCONF_H #ifndef _ZCONF_H
#define _ZCONF_H #define _ZCONF_H

View file

@ -2,7 +2,7 @@
* This file is a part of the zlib compression module for NSIS. * This file is a part of the zlib compression module for NSIS.
* *
* Copyright and license information can be found below. * Copyright and license information can be found below.
* Modifications Copyright (C) 1999-2006 Nullsoft and Contributors * Modifications Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* The original zlib source code is available at * The original zlib source code is available at
* http://www.zlib.net/ * http://www.zlib.net/

View file

@ -2,7 +2,7 @@
* This file is a part of the zlib compression module for NSIS. * This file is a part of the zlib compression module for NSIS.
* *
* Copyright and license information can be found below. * Copyright and license information can be found below.
* Modifications Copyright (C) 1999-2006 Nullsoft and Contributors * Modifications Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* The original zlib source code is available at * The original zlib source code is available at
* http://www.zlib.net/ * http://www.zlib.net/
@ -21,7 +21,7 @@
subject to change. Applications should only use zlib.h. subject to change. Applications should only use zlib.h.
*/ */
/* @(#) $Id: ZUTIL.H,v 1.3 2004/03/29 20:21:00 kichik Exp $ */ /* @(#) $Id: ZUTIL.H,v 1.4 2006/10/28 19:45:02 joostverburg Exp $ */
#ifndef _Z_UTIL_H #ifndef _Z_UTIL_H
#define _Z_UTIL_H #define _Z_UTIL_H

View file

@ -2,7 +2,7 @@
* This file is a part of the zlib compression module for NSIS. * This file is a part of the zlib compression module for NSIS.
* *
* Copyright and license information can be found below. * Copyright and license information can be found below.
* Modifications Copyright (C) 1999-2006 Nullsoft and Contributors * Modifications Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* The original zlib source code is available at * The original zlib source code is available at
* http://www.zlib.net/ * http://www.zlib.net/

View file

@ -2,7 +2,7 @@
* This file is a part of the zlib compression module for NSIS. * This file is a part of the zlib compression module for NSIS.
* *
* Copyright and license information can be found below. * Copyright and license information can be found below.
* Modifications Copyright (C) 1999-2006 Nullsoft and Contributors * Modifications Copyright (C) 1999-2007 Nullsoft and Contributors
* *
* The original zlib source code is available at * The original zlib source code is available at
* http://www.zlib.net/ * http://www.zlib.net/