200? -> 2013

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6352 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2013-05-17 19:31:36 +00:00
parent 5878480fdc
commit bd591bf196
139 changed files with 147 additions and 143 deletions

View file

@ -1,7 +1,7 @@
COPYRIGHT COPYRIGHT
--------- ---------
Copyright (C) 1995-2009 Contributors Copyright (C) 1999-2013 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

@ -3,7 +3,7 @@
* *
* This file is a part of NSIS. * This file is a part of NSIS.
* *
* Copyright (C) 1999-2007 Nullsoft and Contributors * Copyright (C) 1999-2013 Nullsoft and Contributors
* *
* This software is provided 'as-is', without any express or implied * This software is provided 'as-is', without any express or implied
* warranty. * warranty.

View file

@ -883,7 +883,7 @@ FunctionEnd
<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-2009 Amir Szekely, Joost Verburg, Dave Laundon DLL version 2 Copyright &copy; 2003-2013 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-2009 Joost Verburg Copyright © 2002-2013 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

@ -1,12 +1,12 @@
/* /*
NSIS Modern User Interface - Version 2.0 NSIS Modern User Interface - Version 2.0
Copyright 2002-2009 Joost Verburg Copyright 2002-2013 Joost Verburg
*/ */
!ifndef MUI_INCLUDED !ifndef MUI_INCLUDED
!echo "NSIS Modern User Interface version 2.0 - Copyright 2002-2009 Joost Verburg" !echo "NSIS Modern User Interface version 2.0 - Copyright 2002-2013 Joost Verburg"
;-------------------------------- ;--------------------------------
!verbose push 3 !verbose push 3

View file

@ -1129,7 +1129,7 @@ FunctionEnd</pre>
License Terms</h3> License Terms</h3>
<div class="toggle" id="toggle_lic"> <div class="toggle" id="toggle_lic">
<pre> <pre>
Copyright &copy; 2002-2009 Joost Verburg Copyright &copy; 2002-2013 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

View file

@ -1,4 +1,4 @@
Copyright 2002-2009 Joost Verburg Copyright 2002-2013 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

@ -1126,7 +1126,7 @@ FunctionEnd
License Terms</h3> License Terms</h3>
<div class="toggle" id="toggle_lic"> <div class="toggle" id="toggle_lic">
<pre> <pre>
Copyright &copy; 2002-2009 Joost Verburg Copyright &copy; 2002-2013 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

View file

@ -1,12 +1,12 @@
/* /*
NSIS Modern User Interface - Version 1.8 NSIS Modern User Interface - Version 1.8
Copyright 2002-2009 Joost Verburg Copyright 2002-2013 Joost Verburg
*/ */
!ifndef MUI_INCLUDED !ifndef MUI_INCLUDED
!echo "NSIS Modern User Interface version 1.8 - Copyright 2002-2009 Joost Verburg" !echo "NSIS Modern User Interface version 1.8 - Copyright 2002-2013 Joost Verburg"
;-------------------------------- ;--------------------------------
!verbose push 3 !verbose push 3

View file

@ -4,7 +4,7 @@ MultiUser.nsh
Installer configuration for multi-user Windows environments Installer configuration for multi-user Windows environments
Copyright 2008-2009 Joost Verburg Copyright 2008-2013 Joost Verburg
*/ */

View file

@ -2,7 +2,9 @@
\#{* Common config shared by all output formats *} \#{* Common config shared by all output formats *}
\#{**********************************************} \#{**********************************************}
\copyright Copyright (C) 1999-2012 Contributors \define{NsisCopyright} Copyright (C) 1999-2013 Contributors
\copyright \NsisCopyright
\preamble Check \W{http://nsis.sourceforge.net/}{http://nsis.sf.net} for news, information, support, examples, tutorials and more. \preamble Check \W{http://nsis.sourceforge.net/}{http://nsis.sf.net} for news, information, support, examples, tutorials and more.

View file

@ -2,7 +2,7 @@
\H{copyright} Copyright \H{copyright} Copyright
Copyright (C) 1995-2009 Contributors \NsisCopyright
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 @@ VB6RunTime.nsh
Setup of Visual Basic 6.0 run-time files, including the Oleaut32.dll security update Setup of Visual Basic 6.0 run-time files, including the Oleaut32.dll security update
Copyright 2008-2009 Joost Verburg Copyright 2008-2013 Joost Verburg
To obtain the run-time files, download and extract To obtain the run-time files, download and extract
http://nsis.sourceforge.net/vb6runtime.zip http://nsis.sourceforge.net/vb6runtime.zip

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-2013 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-2013 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-2013 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-2013 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-2013 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-2013 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-2013 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-2013 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-2013 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-2013 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-2013 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-2013 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-2013 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-2013 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-2013 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-2013 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-2013 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-2013 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-2013 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-2013 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-2013 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-2013 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-2013 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-2013 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-2013 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-2013 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-2013 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-2013 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-2013 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-2013 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-2013 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-2013 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-2013 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-2013 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-2013 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-2013 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-2013 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-2013 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-2013 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-2013 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-2013 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-2013 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-2013 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-2009 Amir Szekely <kichik@netvision.net.il> * Modifications Copyright (C) 2003-2013 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-2009 Amir Szekely <kichik@netvision.net.il> * Modifications Copyright (C) 2003-2013 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-2009 Nullsoft and Contributors * Copyright (C) 1999-2013 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-2009 Nullsoft and Contributors * Copyright (C) 1999-2013 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-2009 Nullsoft and Contributors * Copyright (C) 1999-2013 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-2009 Amir Szekely <kichik@users.sourceforge.net> * Copyright (C) 2002-2013 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-2009 Amir Szekely <kichik@users.sourceforge.net> * Copyright (C) 2002-2013 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-2009 Nullsoft and Contributors * Copyright (C) 1999-2013 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-2009 Nullsoft and Contributors * Copyright (C) 1999-2013 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-2009 Nullsoft and Contributors * Copyright (C) 1999-2013 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-2009 Nullsoft and Contributors * Copyright (C) 1999-2013 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-2009 Nullsoft and Contributors * Copyright (C) 1999-2013 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-2009 Nullsoft and Contributors * Copyright (C) 1999-2013 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-2009 Nullsoft and Contributors * Modifications Copyright (C) 1999-2013 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-2009 Nullsoft and Contributors * Modifications Copyright (C) 1999-2013 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-2009 Nullsoft and Contributors * Modifications Copyright (C) 1999-2013 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-2009 Nullsoft and Contributors * Modifications Copyright (C) 1999-2013 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-2009 Nullsoft and Contributors * Modifications Copyright (C) 1999-2013 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-2009 Nullsoft and Contributors * Modifications Copyright (C) 1999-2013 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-2009 Nullsoft and Contributors * Copyright (C) 1999-2013 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-2009 Nullsoft and Contributors * Copyright (C) 1999-2013 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-2009 Nullsoft and Contributors * Copyright (C) 1999-2013 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-2009 Nullsoft and Contributors * Copyright (C) 1999-2013 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-2009 Nullsoft and Contributors * Copyright (C) 1999-2013 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-2009 Nullsoft and Contributors * Copyright (C) 1999-2013 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-2009 Nullsoft and Contributors * Copyright (C) 1999-2013 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-2009 Nullsoft and Contributors * Copyright (C) 1999-2013 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-2009 Nullsoft and Contributors * Copyright (C) 1999-2013 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-2009 Nullsoft and Contributors * Copyright (C) 1999-2013 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-2009 Nullsoft, Jeff Doozan and Contributors * Copyright (C) 1999-2013 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-2009 Nullsoft and Contributors * Copyright (C) 1999-2013 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-2009 Nullsoft and Contributors * Copyright (C) 1999-2013 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-2009 Nullsoft and Contributors * Copyright (C) 1999-2013 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-2009 Nullsoft and Contributors * Copyright (C) 1999-2013 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-2009 Nullsoft and Contributors * Copyright (C) 1999-2013 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-2009 Nullsoft and Contributors * Copyright (C) 1999-2013 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-2009 Nullsoft and Contributors * Copyright (C) 1999-2013 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-2009 Nullsoft and Contributors * Copyright (C) 1999-2013 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-2009 Nullsoft and Contributors * Copyright (C) 1999-2013 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-2009 Nullsoft and Contributors * Copyright (C) 1999-2013 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-2009 Nullsoft and Contributors * Copyright (C) 1999-2013 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-2009 Nullsoft and Contributors * Copyright (C) 1999-2013 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-2009 Nullsoft and Contributors * Copyright (C) 1999-2013 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-2009 Nullsoft and Contributors * Copyright (C) 1999-2013 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.

Some files were not shown because too many files have changed in this diff Show more