2014 and fixed some minor typos
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6478 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
edcddfa71e
commit
c75a00bbe7
141 changed files with 154 additions and 154 deletions
2
COPYING
2
COPYING
|
@ -1,7 +1,7 @@
|
|||
COPYRIGHT
|
||||
---------
|
||||
|
||||
Copyright (C) 1999-2013 Contributors
|
||||
Copyright (C) 1999-2014 Contributors
|
||||
|
||||
More detailed copyright information can be found in the individual source code files.
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* This file is a part of NSIS.
|
||||
*
|
||||
* Copyright (C) 1999-2013 Nullsoft and Contributors
|
||||
* Copyright (C) 1999-2014 Nullsoft and Contributors
|
||||
*
|
||||
* This software is provided 'as-is', without any express or implied
|
||||
* warranty.
|
||||
|
|
|
@ -883,7 +883,7 @@ FunctionEnd
|
|||
<pre>
|
||||
Original version Copyright © 2001 Michael Bishop
|
||||
DLL version 1 Copyright © 2001-2002 Nullsoft, Inc., ORTIM
|
||||
DLL version 2 Copyright © 2003-2013 Amir Szekely, Joost Verburg, Dave Laundon
|
||||
DLL version 2 Copyright © 2003-2014 Amir Szekely, Joost Verburg, Dave Laundon
|
||||
|
||||
This software is provided 'as-is', without any express or implied
|
||||
warranty. In no event will the authors be held liable for any damages
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Copyright © 2002-2013 Joost Verburg
|
||||
Copyright © 2002-2014 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.
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
/*
|
||||
|
||||
NSIS Modern User Interface - Version 2.0
|
||||
Copyright 2002-2013 Joost Verburg
|
||||
Copyright 2002-2014 Joost Verburg
|
||||
|
||||
*/
|
||||
|
||||
!ifndef MUI_INCLUDED
|
||||
!echo "NSIS Modern User Interface version 2.0 - Copyright 2002-2013 Joost Verburg"
|
||||
!echo "NSIS Modern User Interface version 2.0 - Copyright 2002-2014 Joost Verburg"
|
||||
|
||||
;--------------------------------
|
||||
!verbose push 3
|
||||
|
|
|
@ -1033,7 +1033,7 @@ LangString PAGE_TITLE ${LANG_ENGLISH} "Title"
|
|||
LangString PAGE_SUBTITLE ${LANG_ENGLISH} "Subtitle"
|
||||
|
||||
Function CustomPageFunction
|
||||
!insermacro MUI_HEADER_TEXT $(PAGE_TITLE) $(PAGE_SUBTITLE)
|
||||
!insertmacro MUI_HEADER_TEXT $(PAGE_TITLE) $(PAGE_SUBTITLE)
|
||||
...
|
||||
FuctionEnd
|
||||
</pre>
|
||||
|
@ -1129,7 +1129,7 @@ FunctionEnd</pre>
|
|||
License Terms</h3>
|
||||
<div class="toggle" id="toggle_lic">
|
||||
<pre>
|
||||
Copyright © 2002-2013 Joost Verburg
|
||||
Copyright © 2002-2014 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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Copyright 2002-2013 Joost Verburg
|
||||
Copyright 2002-2014 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.
|
||||
|
||||
|
|
|
@ -1126,7 +1126,7 @@ FunctionEnd
|
|||
License Terms</h3>
|
||||
<div class="toggle" id="toggle_lic">
|
||||
<pre>
|
||||
Copyright © 2002-2013 Joost Verburg
|
||||
Copyright © 2002-2014 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
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
/*
|
||||
|
||||
NSIS Modern User Interface - Version 1.8
|
||||
Copyright 2002-2013 Joost Verburg
|
||||
Copyright 2002-2014 Joost Verburg
|
||||
|
||||
*/
|
||||
|
||||
!ifndef MUI_INCLUDED
|
||||
!echo "NSIS Modern User Interface version 1.8 - Copyright 2002-2013 Joost Verburg"
|
||||
!echo "NSIS Modern User Interface version 1.8 - Copyright 2002-2014 Joost Verburg"
|
||||
|
||||
;--------------------------------
|
||||
!verbose push 3
|
||||
|
|
|
@ -4,7 +4,7 @@ MultiUser.nsh
|
|||
|
||||
Installer configuration for multi-user Windows environments
|
||||
|
||||
Copyright 2008-2013 Joost Verburg
|
||||
Copyright 2008-2014 Joost Verburg
|
||||
|
||||
*/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* substart.c - This app runs the executable of the same name in the 'Bin'
|
||||
* sub-folder and passes along the command line options.
|
||||
*
|
||||
* Copyright (c) 2013 Anders Kjersem
|
||||
* Copyright (c) 2013-2014 Anders Kjersem
|
||||
*
|
||||
* Licensed under the zlib/libpng license (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -462,7 +462,7 @@ stack_expand_done:
|
|||
cmp eax,0
|
||||
jle params_loop_done
|
||||
|
||||
;# Save number of paramters on stack
|
||||
;# Save number of parameters on stack
|
||||
push eax
|
||||
|
||||
;# Get offset for element Params of SystemProc structure
|
||||
|
@ -479,9 +479,9 @@ stack_expand_done:
|
|||
mul ecx
|
||||
add ebx,eax
|
||||
|
||||
;# Save offset of last paramter on stack
|
||||
;# Save offset of last parameter on stack
|
||||
push ebx
|
||||
;# Save number of paramters on stack
|
||||
;# Save number of parameters on stack
|
||||
push ecx
|
||||
|
||||
;# Size offset of parameter
|
||||
|
@ -657,7 +657,7 @@ stack_restore_done:
|
|||
pop esi
|
||||
;# eax = offset of current worked on parameter
|
||||
pop eax
|
||||
;# ecx = n-th paramter
|
||||
;# ecx = n-th parameter
|
||||
pop ecx
|
||||
|
||||
temp_stack_loop:
|
||||
|
@ -681,7 +681,7 @@ real_stack_cleanup:
|
|||
pop esi
|
||||
;# eax = offset of current worked on parameter
|
||||
pop eax
|
||||
;# ecx = Number of paramters
|
||||
;# ecx = Number of parameters
|
||||
pop ecx
|
||||
|
||||
real_stack_loop:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
\#{* Common config shared by all output formats *}
|
||||
\#{**********************************************}
|
||||
|
||||
\define{NsisCopyright} Copyright (C) 1999-2013 Contributors
|
||||
\define{NsisCopyright} Copyright (C) 1999-2014 Contributors
|
||||
|
||||
\copyright \NsisCopyright
|
||||
|
||||
|
|
|
@ -102,8 +102,8 @@ Example:
|
|||
SetOverwrite try
|
||||
|
||||
;------------------------
|
||||
;Copy the parameters used on run-time to a variable
|
||||
;This allows the usage of variables as paramter
|
||||
;Copy the macro parameters to a run-time to a variable,
|
||||
;this allows the usage of variables as parameter
|
||||
|
||||
StrCpy $R4 "${DESTFILE}"
|
||||
StrCpy $R5 "${TEMPBASEDIR}"
|
||||
|
|
|
@ -4,7 +4,7 @@ VB6RunTime.nsh
|
|||
|
||||
Setup of Visual Basic 6.0 run-time files, including the Oleaut32.dll security update
|
||||
|
||||
Copyright 2008-2013 Joost Verburg
|
||||
Copyright 2008-2014 Joost Verburg
|
||||
|
||||
To obtain the run-time files, download and extract
|
||||
http://nsis.sourceforge.net/vb6runtime.zip
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2013 Amir Szekely <kichik@netvision.net.il>
|
||||
* Modifications Copyright (C) 2003-2014 Amir Szekely <kichik@netvision.net.il>
|
||||
*
|
||||
* Licensed under the Common Public License version 1.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2013 Amir Szekely <kichik@netvision.net.il>
|
||||
* Modifications Copyright (C) 2003-2014 Amir Szekely <kichik@netvision.net.il>
|
||||
*
|
||||
* Licensed under the Common Public License version 1.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2013 Amir Szekely <kichik@netvision.net.il>
|
||||
* Modifications Copyright (C) 2003-2014 Amir Szekely <kichik@netvision.net.il>
|
||||
*
|
||||
* Licensed under the Common Public License version 1.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2013 Amir Szekely <kichik@netvision.net.il>
|
||||
* Modifications Copyright (C) 2003-2014 Amir Szekely <kichik@netvision.net.il>
|
||||
*
|
||||
* Licensed under the Common Public License version 1.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2013 Amir Szekely <kichik@netvision.net.il>
|
||||
* Modifications Copyright (C) 2003-2014 Amir Szekely <kichik@netvision.net.il>
|
||||
*
|
||||
* Licensed under the Common Public License version 1.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2013 Amir Szekely <kichik@netvision.net.il>
|
||||
* Modifications Copyright (C) 2003-2014 Amir Szekely <kichik@netvision.net.il>
|
||||
*
|
||||
* Licensed under the Common Public License version 1.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2013 Amir Szekely <kichik@netvision.net.il>
|
||||
* Modifications Copyright (C) 2003-2014 Amir Szekely <kichik@netvision.net.il>
|
||||
*
|
||||
* Licensed under the Common Public License version 1.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2013 Amir Szekely <kichik@netvision.net.il>
|
||||
* Modifications Copyright (C) 2003-2014 Amir Szekely <kichik@netvision.net.il>
|
||||
*
|
||||
* Licensed under the Common Public License version 1.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2013 Amir Szekely <kichik@netvision.net.il>
|
||||
* Modifications Copyright (C) 2003-2014 Amir Szekely <kichik@netvision.net.il>
|
||||
*
|
||||
* Licensed under the Common Public License version 1.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2013 Amir Szekely <kichik@netvision.net.il>
|
||||
* Modifications Copyright (C) 2003-2014 Amir Szekely <kichik@netvision.net.il>
|
||||
*
|
||||
* Licensed under the Common Public License version 1.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2013 Amir Szekely <kichik@netvision.net.il>
|
||||
* Modifications Copyright (C) 2003-2014 Amir Szekely <kichik@netvision.net.il>
|
||||
*
|
||||
* Licensed under the Common Public License version 1.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2013 Amir Szekely <kichik@netvision.net.il>
|
||||
* Modifications Copyright (C) 2003-2014 Amir Szekely <kichik@netvision.net.il>
|
||||
*
|
||||
* Licensed under the Common Public License version 1.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2013 Amir Szekely <kichik@netvision.net.il>
|
||||
* Modifications Copyright (C) 2003-2014 Amir Szekely <kichik@netvision.net.il>
|
||||
*
|
||||
* Licensed under the Common Public License version 1.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2013 Amir Szekely <kichik@netvision.net.il>
|
||||
* Modifications Copyright (C) 2003-2014 Amir Szekely <kichik@netvision.net.il>
|
||||
*
|
||||
* Licensed under the Common Public License version 1.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2013 Amir Szekely <kichik@netvision.net.il>
|
||||
* Modifications Copyright (C) 2003-2014 Amir Szekely <kichik@netvision.net.il>
|
||||
*
|
||||
* Licensed under the Common Public License version 1.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2013 Amir Szekely <kichik@netvision.net.il>
|
||||
* Modifications Copyright (C) 2003-2014 Amir Szekely <kichik@netvision.net.il>
|
||||
*
|
||||
* Licensed under the Common Public License version 1.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2013 Amir Szekely <kichik@netvision.net.il>
|
||||
* Modifications Copyright (C) 2003-2014 Amir Szekely <kichik@netvision.net.il>
|
||||
*
|
||||
* Licensed under the Common Public License version 1.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2013 Amir Szekely <kichik@netvision.net.il>
|
||||
* Modifications Copyright (C) 2003-2014 Amir Szekely <kichik@netvision.net.il>
|
||||
*
|
||||
* Licensed under the Common Public License version 1.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2013 Amir Szekely <kichik@netvision.net.il>
|
||||
* Modifications Copyright (C) 2003-2014 Amir Szekely <kichik@netvision.net.il>
|
||||
*
|
||||
* Licensed under the Common Public License version 1.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2013 Amir Szekely <kichik@netvision.net.il>
|
||||
* Modifications Copyright (C) 2003-2014 Amir Szekely <kichik@netvision.net.il>
|
||||
*
|
||||
* Licensed under the Common Public License version 1.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2013 Amir Szekely <kichik@netvision.net.il>
|
||||
* Modifications Copyright (C) 2003-2014 Amir Szekely <kichik@netvision.net.il>
|
||||
*
|
||||
* Licensed under the Common Public License version 1.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2013 Amir Szekely <kichik@netvision.net.il>
|
||||
* Modifications Copyright (C) 2003-2014 Amir Szekely <kichik@netvision.net.il>
|
||||
*
|
||||
* Licensed under the Common Public License version 1.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2013 Amir Szekely <kichik@netvision.net.il>
|
||||
* Modifications Copyright (C) 2003-2014 Amir Szekely <kichik@netvision.net.il>
|
||||
*
|
||||
* Licensed under the Common Public License version 1.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2013 Amir Szekely <kichik@netvision.net.il>
|
||||
* Modifications Copyright (C) 2003-2014 Amir Szekely <kichik@netvision.net.il>
|
||||
*
|
||||
* Licensed under the Common Public License version 1.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2013 Amir Szekely <kichik@netvision.net.il>
|
||||
* Modifications Copyright (C) 2003-2014 Amir Szekely <kichik@netvision.net.il>
|
||||
*
|
||||
* Licensed under the Common Public License version 1.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2013 Amir Szekely <kichik@netvision.net.il>
|
||||
* Modifications Copyright (C) 2003-2014 Amir Szekely <kichik@netvision.net.il>
|
||||
*
|
||||
* Licensed under the Common Public License version 1.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2013 Amir Szekely <kichik@netvision.net.il>
|
||||
* Modifications Copyright (C) 2003-2014 Amir Szekely <kichik@netvision.net.il>
|
||||
*
|
||||
* Licensed under the Common Public License version 1.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2013 Amir Szekely <kichik@netvision.net.il>
|
||||
* Modifications Copyright (C) 2003-2014 Amir Szekely <kichik@netvision.net.il>
|
||||
*
|
||||
* Licensed under the Common Public License version 1.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2013 Amir Szekely <kichik@netvision.net.il>
|
||||
* Modifications Copyright (C) 2003-2014 Amir Szekely <kichik@netvision.net.il>
|
||||
*
|
||||
* Licensed under the Common Public License version 1.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2013 Amir Szekely <kichik@netvision.net.il>
|
||||
* Modifications Copyright (C) 2003-2014 Amir Szekely <kichik@netvision.net.il>
|
||||
*
|
||||
* Licensed under the Common Public License version 1.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2013 Amir Szekely <kichik@netvision.net.il>
|
||||
* Modifications Copyright (C) 2003-2014 Amir Szekely <kichik@netvision.net.il>
|
||||
*
|
||||
* Licensed under the Common Public License version 1.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2013 Amir Szekely <kichik@netvision.net.il>
|
||||
* Modifications Copyright (C) 2003-2014 Amir Szekely <kichik@netvision.net.il>
|
||||
*
|
||||
* Licensed under the Common Public License version 1.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2013 Amir Szekely <kichik@netvision.net.il>
|
||||
* Modifications Copyright (C) 2003-2014 Amir Szekely <kichik@netvision.net.il>
|
||||
*
|
||||
* Licensed under the Common Public License version 1.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2013 Amir Szekely <kichik@netvision.net.il>
|
||||
* Modifications Copyright (C) 2003-2014 Amir Szekely <kichik@netvision.net.il>
|
||||
*
|
||||
* Licensed under the Common Public License version 1.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2013 Amir Szekely <kichik@netvision.net.il>
|
||||
* Modifications Copyright (C) 2003-2014 Amir Szekely <kichik@netvision.net.il>
|
||||
*
|
||||
* Licensed under the Common Public License version 1.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2013 Amir Szekely <kichik@netvision.net.il>
|
||||
* Modifications Copyright (C) 2003-2014 Amir Szekely <kichik@netvision.net.il>
|
||||
*
|
||||
* Licensed under the Common Public License version 1.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2013 Amir Szekely <kichik@netvision.net.il>
|
||||
* Modifications Copyright (C) 2003-2014 Amir Szekely <kichik@netvision.net.il>
|
||||
*
|
||||
* Licensed under the Common Public License version 1.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2013 Amir Szekely <kichik@netvision.net.il>
|
||||
* Modifications Copyright (C) 2003-2014 Amir Szekely <kichik@netvision.net.il>
|
||||
*
|
||||
* Licensed under the Common Public License version 1.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2013 Amir Szekely <kichik@netvision.net.il>
|
||||
* Modifications Copyright (C) 2003-2014 Amir Szekely <kichik@netvision.net.il>
|
||||
*
|
||||
* Licensed under the Common Public License version 1.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2013 Amir Szekely <kichik@netvision.net.il>
|
||||
* Modifications Copyright (C) 2003-2014 Amir Szekely <kichik@netvision.net.il>
|
||||
*
|
||||
* Licensed under the Common Public License version 1.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2013 Amir Szekely <kichik@netvision.net.il>
|
||||
* Modifications Copyright (C) 2003-2014 Amir Szekely <kichik@netvision.net.il>
|
||||
*
|
||||
* Licensed under the Common Public License version 1.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2013 Amir Szekely <kichik@netvision.net.il>
|
||||
* Modifications Copyright (C) 2003-2014 Amir Szekely <kichik@netvision.net.il>
|
||||
*
|
||||
* Licensed under the Common Public License version 1.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2013 Amir Szekely <kichik@netvision.net.il>
|
||||
* Modifications Copyright (C) 2003-2014 Amir Szekely <kichik@netvision.net.il>
|
||||
*
|
||||
* Licensed under the Common Public License version 1.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2013 Amir Szekely <kichik@netvision.net.il>
|
||||
* Modifications Copyright (C) 2003-2014 Amir Szekely <kichik@netvision.net.il>
|
||||
*
|
||||
* Licensed under the Common Public License version 1.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2013 Amir Szekely <kichik@netvision.net.il>
|
||||
* Modifications Copyright (C) 2003-2014 Amir Szekely <kichik@netvision.net.il>
|
||||
*
|
||||
* Licensed under the Common Public License version 1.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* This file is a part of NSIS.
|
||||
*
|
||||
* Copyright (C) 1999-2013 Nullsoft and Contributors
|
||||
* Copyright (C) 1999-2014 Nullsoft and Contributors
|
||||
*
|
||||
* Licensed under the zlib/libpng license (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* This file is a part of NSIS.
|
||||
*
|
||||
* Copyright (C) 1999-2013 Nullsoft and Contributors
|
||||
* Copyright (C) 1999-2014 Nullsoft and Contributors
|
||||
*
|
||||
* Licensed under the zlib/libpng license (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* This file is a part of NSIS.
|
||||
*
|
||||
* Copyright (C) 1999-2013 Nullsoft and Contributors
|
||||
* Copyright (C) 1999-2014 Nullsoft and Contributors
|
||||
*
|
||||
* Licensed under the zlib/libpng license (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* This file is a part of NSIS.
|
||||
*
|
||||
* Copyright (C) 2002-2013 Amir Szekely <kichik@users.sourceforge.net>
|
||||
* Copyright (C) 2002-2014 Amir Szekely <kichik@users.sourceforge.net>
|
||||
*
|
||||
* Licensed under the zlib/libpng license (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* This file is a part of NSIS.
|
||||
*
|
||||
* Copyright (C) 2002-2013 Amir Szekely <kichik@users.sourceforge.net>
|
||||
* Copyright (C) 2002-2014 Amir Szekely <kichik@users.sourceforge.net>
|
||||
*
|
||||
* Licensed under the zlib/libpng license (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* This file is a part of NSIS.
|
||||
*
|
||||
* Copyright (C) 1999-2013 Nullsoft and Contributors
|
||||
* Copyright (C) 1999-2014 Nullsoft and Contributors
|
||||
*
|
||||
* Licensed under the zlib/libpng license (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* This file is a part of NSIS.
|
||||
*
|
||||
* Copyright (C) 1999-2013 Nullsoft and Contributors
|
||||
* Copyright (C) 1999-2014 Nullsoft and Contributors
|
||||
*
|
||||
* Licensed under the zlib/libpng license (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* This file is a part of NSIS.
|
||||
*
|
||||
* Copyright (C) 1999-2013 Nullsoft and Contributors
|
||||
* Copyright (C) 1999-2014 Nullsoft and Contributors
|
||||
*
|
||||
* Licensed under the zlib/libpng license (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* This file is a part of NSIS.
|
||||
*
|
||||
* Copyright (C) 1999-2013 Nullsoft and Contributors
|
||||
* Copyright (C) 1999-2014 Nullsoft and Contributors
|
||||
*
|
||||
* Licensed under the zlib/libpng license (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* This file is a part of NSIS.
|
||||
*
|
||||
* Copyright (C) 1999-2013 Nullsoft and Contributors
|
||||
* Copyright (C) 1999-2014 Nullsoft and Contributors
|
||||
*
|
||||
* Licensed under the zlib/libpng license (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
@ -133,7 +133,7 @@ CEXEBuild::CEXEBuild() :
|
|||
|
||||
m_target_type=TARGET_X86ANSI;
|
||||
#ifdef _WIN32
|
||||
if (sizeof(void*) > 4) m_target_type = TARGET_AMD64; // BUGBUG: There is no instuction to select it so we force
|
||||
if (sizeof(void*) > 4) m_target_type = TARGET_AMD64; // BUGBUG: There is no instruction to select it so we force
|
||||
#endif
|
||||
build_unicode=TARGET_X86ANSI != m_target_type;
|
||||
build_lockedunicodetarget=false;
|
||||
|
@ -541,7 +541,7 @@ char* convert_processed_string_to_ansi(char *out, const TCHAR *in, WORD codepage
|
|||
if (i == _T('\0'))
|
||||
break;
|
||||
else if (i == NS_SKIP_CODE)
|
||||
// BUGBUG shouldn't the escaped code be converted from UTF to codepage as well?
|
||||
// BUGBUG: Shouldn't the escaped code be converted from wchar_t to codepage as well?
|
||||
*out++ = (char) *in++; // simply copy escaped code (01..04)
|
||||
else
|
||||
{
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* This file is a part of NSIS.
|
||||
*
|
||||
* Copyright (C) 1999-2013 Nullsoft and Contributors
|
||||
* Copyright (C) 1999-2014 Nullsoft and Contributors
|
||||
*
|
||||
* Licensed under the zlib/libpng license (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* This file is a part of the bzip2 compression module for NSIS.
|
||||
*
|
||||
* Copyright and license information can be found below.
|
||||
* Modifications Copyright (C) 1999-2013 Nullsoft and Contributors
|
||||
* Modifications Copyright (C) 1999-2014 Nullsoft and Contributors
|
||||
*
|
||||
* The original zlib source code is available at
|
||||
* http://www.bzip.org/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* This file is a part of the bzip2 compression module for NSIS.
|
||||
*
|
||||
* Copyright and license information can be found below.
|
||||
* Modifications Copyright (C) 1999-2013 Nullsoft and Contributors
|
||||
* Modifications Copyright (C) 1999-2014 Nullsoft and Contributors
|
||||
*
|
||||
* The original zlib source code is available at
|
||||
* http://www.bzip.org/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* This file is a part of the bzip2 compression module for NSIS.
|
||||
*
|
||||
* Copyright and license information can be found below.
|
||||
* Modifications Copyright (C) 1999-2013 Nullsoft and Contributors
|
||||
* Modifications Copyright (C) 1999-2014 Nullsoft and Contributors
|
||||
*
|
||||
* The original zlib source code is available at
|
||||
* http://www.bzip.org/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* This file is a part of the bzip2 compression module for NSIS.
|
||||
*
|
||||
* Copyright and license information can be found below.
|
||||
* Modifications Copyright (C) 1999-2013 Nullsoft and Contributors
|
||||
* Modifications Copyright (C) 1999-2014 Nullsoft and Contributors
|
||||
*
|
||||
* The original zlib source code is available at
|
||||
* http://www.bzip.org/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* This file is a part of the bzip2 compression module for NSIS.
|
||||
*
|
||||
* Copyright and license information can be found below.
|
||||
* Modifications Copyright (C) 1999-2013 Nullsoft and Contributors
|
||||
* Modifications Copyright (C) 1999-2014 Nullsoft and Contributors
|
||||
*
|
||||
* The original zlib source code is available at
|
||||
* http://www.bzip.org/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* This file is a part of the bzip2 compression module for NSIS.
|
||||
*
|
||||
* Copyright and license information can be found below.
|
||||
* Modifications Copyright (C) 1999-2013 Nullsoft and Contributors
|
||||
* Modifications Copyright (C) 1999-2014 Nullsoft and Contributors
|
||||
*
|
||||
* The original zlib source code is available at
|
||||
* http://www.bzip.org/
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* This file is a part of NSIS.
|
||||
*
|
||||
* Copyright (C) 1999-2013 Nullsoft and Contributors
|
||||
* Copyright (C) 1999-2014 Nullsoft and Contributors
|
||||
*
|
||||
* Licensed under the zlib/libpng license (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* This file is a part of NSIS.
|
||||
*
|
||||
* Copyright (C) 1999-2013 Nullsoft and Contributors
|
||||
* Copyright (C) 1999-2014 Nullsoft and Contributors
|
||||
*
|
||||
* Licensed under the zlib/libpng license (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* This file is a part of NSIS.
|
||||
*
|
||||
* Copyright (C) 1999-2013 Nullsoft and Contributors
|
||||
* Copyright (C) 1999-2014 Nullsoft and Contributors
|
||||
*
|
||||
* Licensed under the zlib/libpng license (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* This file is a part of NSIS.
|
||||
*
|
||||
* Copyright (C) 1999-2013 Nullsoft and Contributors
|
||||
* Copyright (C) 1999-2014 Nullsoft and Contributors
|
||||
*
|
||||
* Licensed under the zlib/libpng license (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* This file is a part of NSIS.
|
||||
*
|
||||
* Copyright (C) 1999-2013 Nullsoft and Contributors
|
||||
* Copyright (C) 1999-2014 Nullsoft and Contributors
|
||||
*
|
||||
* Licensed under the zlib/libpng license (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* This file is a part of NSIS.
|
||||
*
|
||||
* Copyright (C) 1999-2013 Nullsoft and Contributors
|
||||
* Copyright (C) 1999-2014 Nullsoft and Contributors
|
||||
*
|
||||
* Licensed under the zlib/libpng license (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* This file is a part of NSIS.
|
||||
*
|
||||
* Copyright (C) 1999-2013 Nullsoft and Contributors
|
||||
* Copyright (C) 1999-2014 Nullsoft and Contributors
|
||||
*
|
||||
* Licensed under the zlib/libpng license (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* This file is a part of NSIS.
|
||||
*
|
||||
* Copyright (C) 1999-2013 Nullsoft and Contributors
|
||||
* Copyright (C) 1999-2014 Nullsoft and Contributors
|
||||
*
|
||||
* Licensed under the zlib/libpng license (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* This file is a part of NSIS.
|
||||
*
|
||||
* Copyright (C) 1999-2013 Nullsoft and Contributors
|
||||
* Copyright (C) 1999-2014 Nullsoft and Contributors
|
||||
*
|
||||
* Licensed under the zlib/libpng license (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* This file is a part of NSIS.
|
||||
*
|
||||
* Copyright (C) 1999-2013 Nullsoft and Contributors
|
||||
* Copyright (C) 1999-2014 Nullsoft and Contributors
|
||||
*
|
||||
* Licensed under the zlib/libpng license (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* This file is a part of NSIS.
|
||||
*
|
||||
* Copyright (C) 1999-2013 Nullsoft, Jeff Doozan and Contributors
|
||||
* Copyright (C) 1999-2014 Nullsoft, Jeff Doozan and Contributors
|
||||
*
|
||||
* Licensed under the zlib/libpng license (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* This file is a part of NSIS.
|
||||
*
|
||||
* Copyright (C) 1999-2013 Nullsoft and Contributors
|
||||
* Copyright (C) 1999-2014 Nullsoft and Contributors
|
||||
*
|
||||
* Licensed under the zlib/libpng license (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* This file is a part of NSIS.
|
||||
*
|
||||
* Copyright (C) 1999-2013 Nullsoft and Contributors
|
||||
* Copyright (C) 1999-2014 Nullsoft and Contributors
|
||||
*
|
||||
* Licensed under the zlib/libpng license (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* This file is a part of NSIS.
|
||||
*
|
||||
* Copyright (C) 1999-2013 Nullsoft and Contributors
|
||||
* Copyright (C) 1999-2014 Nullsoft and Contributors
|
||||
*
|
||||
* Licensed under the zlib/libpng license (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* This file is a part of NSIS.
|
||||
*
|
||||
* Copyright (C) 1999-2013 Nullsoft and Contributors
|
||||
* Copyright (C) 1999-2014 Nullsoft and Contributors
|
||||
*
|
||||
* Licensed under the zlib/libpng license (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* This file is a part of NSIS.
|
||||
*
|
||||
* Copyright (C) 1999-2013 Nullsoft and Contributors
|
||||
* Copyright (C) 1999-2014 Nullsoft and Contributors
|
||||
*
|
||||
* Licensed under the zlib/libpng license (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* This file is a part of NSIS.
|
||||
*
|
||||
* Copyright (C) 1999-2013 Nullsoft and Contributors
|
||||
* Copyright (C) 1999-2014 Nullsoft and Contributors
|
||||
*
|
||||
* Licensed under the zlib/libpng license (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* This file is a part of NSIS.
|
||||
*
|
||||
* Copyright (C) 1999-2013 Nullsoft and Contributors
|
||||
* Copyright (C) 1999-2014 Nullsoft and Contributors
|
||||
*
|
||||
* Licensed under the zlib/libpng license (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* This file is a part of NSIS.
|
||||
*
|
||||
* Copyright (C) 1999-2013 Nullsoft and Contributors
|
||||
* Copyright (C) 1999-2014 Nullsoft and Contributors
|
||||
*
|
||||
* Licensed under the zlib/libpng license (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* This file is a part of NSIS.
|
||||
*
|
||||
* Copyright (C) 1999-2013 Nullsoft and Contributors
|
||||
* Copyright (C) 1999-2014 Nullsoft and Contributors
|
||||
*
|
||||
* Licensed under the zlib/libpng license (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* This file is a part of NSIS.
|
||||
*
|
||||
* Copyright (C) 1999-2013 Nullsoft and Contributors
|
||||
* Copyright (C) 1999-2014 Nullsoft and Contributors
|
||||
*
|
||||
* Licensed under the zlib/libpng license (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* This file is a part of NSIS.
|
||||
*
|
||||
* Copyright (C) 1999-2013 Nullsoft and Contributors
|
||||
* Copyright (C) 1999-2014 Nullsoft and Contributors
|
||||
*
|
||||
* Licensed under the zlib/libpng license (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* This file is a part of NSIS.
|
||||
*
|
||||
* Copyright (C) 1999-2013 Nullsoft and Contributors
|
||||
* Copyright (C) 1999-2014 Nullsoft and Contributors
|
||||
*
|
||||
* Licensed under the zlib/libpng license (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
Loading…
Add table
Add a link
Reference in a new issue