(C) 2021
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7245 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
72dd0e4f72
commit
f69251d87e
153 changed files with 156 additions and 156 deletions
2
COPYING
2
COPYING
|
@ -1,7 +1,7 @@
|
||||||
COPYRIGHT
|
COPYRIGHT
|
||||||
---------
|
---------
|
||||||
|
|
||||||
Copyright (C) 1999-2020 Contributors
|
Copyright (C) 1999-2021 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.
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* This file is a part of NSIS.
|
* This file is a part of NSIS.
|
||||||
*
|
*
|
||||||
* Copyright (C) 1999-2020 Nullsoft and Contributors
|
* Copyright (C) 1999-2021 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.
|
||||||
|
|
|
@ -883,7 +883,7 @@ FunctionEnd
|
||||||
<pre>
|
<pre>
|
||||||
Original version Copyright © 2001 Michael Bishop
|
Original version Copyright © 2001 Michael Bishop
|
||||||
DLL version 1 Copyright © 2001-2002 Nullsoft, Inc., ORTIM
|
DLL version 1 Copyright © 2001-2002 Nullsoft, Inc., ORTIM
|
||||||
DLL version 2 Copyright © 2003-2020 Amir Szekely, Joost Verburg, Dave Laundon
|
DLL version 2 Copyright © 2003-2021 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
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// Copyright (C) 2018-2020 Anders Kjersem
|
// Copyright (C) 2018-2021 Anders Kjersem
|
||||||
//
|
//
|
||||||
// This file is a part of NSIS.
|
// This file is a part of NSIS.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Copyright © 2002-2020 Joost Verburg
|
Copyright © 2002-2021 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.
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
|
|
||||||
NSIS Modern User Interface - Version 2.1
|
NSIS Modern User Interface - Version 2.1
|
||||||
Copyright 2002-2020 Joost Verburg
|
Copyright 2002-2021 Joost Verburg
|
||||||
Contributors: Amir Szekely, Anders Kjersem
|
Contributors: Amir Szekely, Anders Kjersem
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
@ -11,7 +11,7 @@ Contributors: Amir Szekely, Anders Kjersem
|
||||||
!define MUI_INCLUDED
|
!define MUI_INCLUDED
|
||||||
!define MUI_SYSVERSION "2.1"
|
!define MUI_SYSVERSION "2.1"
|
||||||
!verbose pop
|
!verbose pop
|
||||||
!echo "NSIS Modern User Interface version ${MUI_SYSVERSION} - Copyright 2002-2020 Joost Verburg"
|
!echo "NSIS Modern User Interface version ${MUI_SYSVERSION} - Copyright 2002-2021 Joost Verburg"
|
||||||
|
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
!verbose push 3
|
!verbose push 3
|
||||||
|
|
|
@ -1132,7 +1132,7 @@ FunctionEnd</pre>
|
||||||
License Terms</h3>
|
License Terms</h3>
|
||||||
<div class="toggle" id="toggle_lic">
|
<div class="toggle" id="toggle_lic">
|
||||||
<pre>
|
<pre>
|
||||||
Copyright © 2002-2020 Joost Verburg
|
Copyright © 2002-2021 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
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Copyright 2002-2020 Joost Verburg
|
Copyright 2002-2021 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.
|
||||||
|
|
||||||
|
|
|
@ -1130,7 +1130,7 @@ FunctionEnd
|
||||||
License Terms</h3>
|
License Terms</h3>
|
||||||
<div class="toggle" id="toggle_lic">
|
<div class="toggle" id="toggle_lic">
|
||||||
<pre>
|
<pre>
|
||||||
Copyright © 2002-2020 Joost Verburg
|
Copyright © 2002-2021 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
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
|
|
||||||
NSIS Modern User Interface - Version 1.81
|
NSIS Modern User Interface - Version 1.81
|
||||||
Copyright 2002-2020 Joost Verburg
|
Copyright 2002-2021 Joost Verburg
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ Copyright 2002-2020 Joost Verburg
|
||||||
!define MUI_INCLUDED
|
!define MUI_INCLUDED
|
||||||
!define MUI_SYSVERSION "1.81"
|
!define MUI_SYSVERSION "1.81"
|
||||||
!verbose pop
|
!verbose pop
|
||||||
!echo "NSIS Modern User Interface version ${MUI_SYSVERSION} - Copyright 2002-2020 Joost Verburg"
|
!echo "NSIS Modern User Interface version ${MUI_SYSVERSION} - Copyright 2002-2021 Joost Verburg"
|
||||||
|
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
!verbose push 3
|
!verbose push 3
|
||||||
|
|
|
@ -4,7 +4,7 @@ MultiUser.nsh
|
||||||
|
|
||||||
Installer configuration for multi-user Windows environments
|
Installer configuration for multi-user Windows environments
|
||||||
|
|
||||||
Copyright 2008-2020 Joost Verburg
|
Copyright 2008-2021 Joost Verburg
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* substart.c - This app runs the executable of the same name in the 'Bin'
|
* substart.c - This app runs the executable of the same name in the 'Bin'
|
||||||
* sub-folder and passes along the command line options.
|
* sub-folder and passes along the command line options.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2013-2020 Anders Kjersem
|
* Copyright (c) 2013-2021 Anders Kjersem
|
||||||
*
|
*
|
||||||
* 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.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
;#
|
;#
|
||||||
;# This file is a part of NSIS.
|
;# This file is a part of NSIS.
|
||||||
;#
|
;#
|
||||||
;# Copyright (C) 2014-2020 Anders Kjersem
|
;# Copyright (C) 2014-2021 Anders Kjersem
|
||||||
;#
|
;#
|
||||||
;# 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.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
;# Copyright (c) 2008 Thomas Gaugler <thomas@dadie.net>
|
;# Copyright (c) 2008 Thomas Gaugler <thomas@dadie.net>
|
||||||
;# Copyright (c) 2008-2020 NSIS Contributors
|
;# Copyright (c) 2008-2021 NSIS Contributors
|
||||||
;#
|
;#
|
||||||
;# Permission is hereby granted, free of charge, to any person
|
;# Permission is hereby granted, free of charge, to any person
|
||||||
;# obtaining a copy of this software and associated documentation
|
;# obtaining a copy of this software and associated documentation
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<body>
|
<body>
|
||||||
<h1>NSIS System Plug-in</h1>
|
<h1>NSIS System Plug-in</h1>
|
||||||
<p>
|
<p>
|
||||||
<i>Copyright © 2002 brainsucker (Nik Medved)</i><br><i>Copyright © 2002-2020 NSIS Contributors</i>
|
<i>Copyright © 2002 brainsucker (Nik Medved)</i><br><i>Copyright © 2002-2021 NSIS Contributors</i>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2>Table of Contents</h2>
|
<h2>Table of Contents</h2>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Copyright (C) 2002 Robert Rainwater <rrainwater@yahoo.com>
|
Copyright (C) 2002 Robert Rainwater <rrainwater@yahoo.com>
|
||||||
Copyright (C) 2002-2020 Nullsoft and Contributors
|
Copyright (C) 2002-2021 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. 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
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
\#{* Common config shared by all output formats *}
|
\#{* Common config shared by all output formats *}
|
||||||
\#{**********************************************}
|
\#{**********************************************}
|
||||||
|
|
||||||
\define{NsisCopyright} Copyright (C) 1999-2020 Contributors
|
\define{NsisCopyright} Copyright (C) 1999-2021 Contributors
|
||||||
|
|
||||||
\copyright \NsisCopyright
|
\copyright \NsisCopyright
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ LangFile.nsh
|
||||||
Header file to create language files that can be
|
Header file to create language files that can be
|
||||||
included with a single command.
|
included with a single command.
|
||||||
|
|
||||||
Copyright 2008-2020 Joost Verburg, Anders Kjersem
|
Copyright 2008-2021 Joost Verburg, Anders Kjersem
|
||||||
|
|
||||||
* Either LANGFILE_INCLUDE or LANGFILE_INCLUDE_WITHDEFAULT
|
* Either LANGFILE_INCLUDE or LANGFILE_INCLUDE_WITHDEFAULT
|
||||||
can be called from the script to include a language file.
|
can be called from the script to include a language 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-2020 Joost Verburg
|
Copyright 2008-2021 Joost Verburg
|
||||||
|
|
||||||
To obtain the run-time files, download and extract
|
To obtain the run-time files, download and extract
|
||||||
https://nsis.sourceforge.io/vb6runtime.zip
|
https://nsis.sourceforge.io/vb6runtime.zip
|
||||||
|
|
|
@ -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-2020 Amir Szekely <kichik@netvision.net.il>
|
* Modifications Copyright (C) 2003-2021 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.
|
||||||
|
|
|
@ -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-2020 Amir Szekely <kichik@netvision.net.il>
|
* Modifications Copyright (C) 2003-2021 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.
|
||||||
|
|
|
@ -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-2020 Amir Szekely <kichik@netvision.net.il>
|
* Modifications Copyright (C) 2003-2021 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.
|
||||||
|
|
|
@ -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-2020 Amir Szekely <kichik@netvision.net.il>
|
* Modifications Copyright (C) 2003-2021 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.
|
||||||
|
|
|
@ -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-2020 Amir Szekely <kichik@netvision.net.il>
|
* Modifications Copyright (C) 2003-2021 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.
|
||||||
|
|
|
@ -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-2020 Amir Szekely <kichik@netvision.net.il>
|
* Modifications Copyright (C) 2003-2021 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.
|
||||||
|
|
|
@ -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-2020 Amir Szekely <kichik@netvision.net.il>
|
* Modifications Copyright (C) 2003-2021 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.
|
||||||
|
|
|
@ -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-2020 Amir Szekely <kichik@netvision.net.il>
|
* Modifications Copyright (C) 2003-2021 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.
|
||||||
|
|
|
@ -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-2020 Amir Szekely <kichik@netvision.net.il>
|
* Modifications Copyright (C) 2003-2021 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.
|
||||||
|
|
|
@ -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-2020 Amir Szekely <kichik@netvision.net.il>
|
* Modifications Copyright (C) 2003-2021 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.
|
||||||
|
|
|
@ -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-2020 Amir Szekely <kichik@netvision.net.il>
|
* Modifications Copyright (C) 2003-2021 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.
|
||||||
|
|
|
@ -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-2020 Amir Szekely <kichik@netvision.net.il>
|
* Modifications Copyright (C) 2003-2021 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.
|
||||||
|
|
|
@ -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-2020 Amir Szekely <kichik@netvision.net.il>
|
* Modifications Copyright (C) 2003-2021 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.
|
||||||
|
|
|
@ -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-2020 Amir Szekely <kichik@netvision.net.il>
|
* Modifications Copyright (C) 2003-2021 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.
|
||||||
|
|
|
@ -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-2020 Amir Szekely <kichik@netvision.net.il>
|
* Modifications Copyright (C) 2003-2021 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.
|
||||||
|
|
|
@ -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-2020 Amir Szekely <kichik@netvision.net.il>
|
* Modifications Copyright (C) 2003-2021 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.
|
||||||
|
|
|
@ -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-2020 Amir Szekely <kichik@netvision.net.il>
|
* Modifications Copyright (C) 2003-2021 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.
|
||||||
|
|
|
@ -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-2020 Amir Szekely <kichik@netvision.net.il>
|
* Modifications Copyright (C) 2003-2021 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.
|
||||||
|
|
|
@ -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-2020 Amir Szekely <kichik@netvision.net.il>
|
* Modifications Copyright (C) 2003-2021 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.
|
||||||
|
|
|
@ -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-2020 Amir Szekely <kichik@netvision.net.il>
|
* Modifications Copyright (C) 2003-2021 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.
|
||||||
|
|
|
@ -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-2020 Amir Szekely <kichik@netvision.net.il>
|
* Modifications Copyright (C) 2003-2021 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.
|
||||||
|
|
|
@ -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-2020 Amir Szekely <kichik@netvision.net.il>
|
* Modifications Copyright (C) 2003-2021 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.
|
||||||
|
|
|
@ -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-2020 Amir Szekely <kichik@netvision.net.il>
|
* Modifications Copyright (C) 2003-2021 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.
|
||||||
|
|
|
@ -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-2020 Amir Szekely <kichik@netvision.net.il>
|
* Modifications Copyright (C) 2003-2021 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.
|
||||||
|
|
|
@ -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-2020 Amir Szekely <kichik@netvision.net.il>
|
* Modifications Copyright (C) 2003-2021 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.
|
||||||
|
|
|
@ -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-2020 Amir Szekely <kichik@netvision.net.il>
|
* Modifications Copyright (C) 2003-2021 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.
|
||||||
|
|
|
@ -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-2020 Amir Szekely <kichik@netvision.net.il>
|
* Modifications Copyright (C) 2003-2021 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.
|
||||||
|
|
|
@ -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-2020 Amir Szekely <kichik@netvision.net.il>
|
* Modifications Copyright (C) 2003-2021 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.
|
||||||
|
|
|
@ -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-2020 Amir Szekely <kichik@netvision.net.il>
|
* Modifications Copyright (C) 2003-2021 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.
|
||||||
|
|
|
@ -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-2020 Amir Szekely <kichik@netvision.net.il>
|
* Modifications Copyright (C) 2003-2021 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.
|
||||||
|
|
|
@ -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-2020 Amir Szekely <kichik@netvision.net.il>
|
* Modifications Copyright (C) 2003-2021 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.
|
||||||
|
|
|
@ -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-2020 Amir Szekely <kichik@netvision.net.il>
|
* Modifications Copyright (C) 2003-2021 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.
|
||||||
|
|
|
@ -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-2020 Amir Szekely <kichik@netvision.net.il>
|
* Modifications Copyright (C) 2003-2021 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.
|
||||||
|
|
|
@ -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-2020 Amir Szekely <kichik@netvision.net.il>
|
* Modifications Copyright (C) 2003-2021 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.
|
||||||
|
|
|
@ -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-2020 Amir Szekely <kichik@netvision.net.il>
|
* Modifications Copyright (C) 2003-2021 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.
|
||||||
|
|
|
@ -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-2020 Amir Szekely <kichik@netvision.net.il>
|
* Modifications Copyright (C) 2003-2021 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.
|
||||||
|
|
|
@ -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-2020 Amir Szekely <kichik@netvision.net.il>
|
* Modifications Copyright (C) 2003-2021 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.
|
||||||
|
|
|
@ -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-2020 Amir Szekely <kichik@netvision.net.il>
|
* Modifications Copyright (C) 2003-2021 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.
|
||||||
|
|
|
@ -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-2020 Amir Szekely <kichik@netvision.net.il>
|
* Modifications Copyright (C) 2003-2021 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.
|
||||||
|
|
|
@ -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-2020 Amir Szekely <kichik@netvision.net.il>
|
* Modifications Copyright (C) 2003-2021 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.
|
||||||
|
|
|
@ -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-2020 Amir Szekely <kichik@netvision.net.il>
|
* Modifications Copyright (C) 2003-2021 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.
|
||||||
|
|
|
@ -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-2020 Amir Szekely <kichik@netvision.net.il>
|
* Modifications Copyright (C) 2003-2021 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.
|
||||||
|
|
|
@ -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-2020 Amir Szekely <kichik@netvision.net.il>
|
* Modifications Copyright (C) 2003-2021 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.
|
||||||
|
|
|
@ -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-2020 Amir Szekely <kichik@netvision.net.il>
|
* Modifications Copyright (C) 2003-2021 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.
|
||||||
|
|
|
@ -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-2020 Amir Szekely <kichik@netvision.net.il>
|
* Modifications Copyright (C) 2003-2021 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.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* This file is a part of NSIS.
|
* This file is a part of NSIS.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2017-2020 Anders Kjersem
|
* Copyright (C) 2017-2021 Anders Kjersem
|
||||||
*
|
*
|
||||||
* 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.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* This file is a part of NSIS.
|
* This file is a part of NSIS.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2017-2020 Anders Kjersem
|
* Copyright (C) 2017-2021 Anders Kjersem
|
||||||
*
|
*
|
||||||
* 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.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* This file is a part of NSIS.
|
* This file is a part of NSIS.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2002-2020 Amir Szekely <kichik@netvision.net.il> and Contributors
|
* Copyright (C) 2002-2021 Amir Szekely <kichik@netvision.net.il> 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.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* This file is a part of NSIS.
|
* This file is a part of NSIS.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2002-2020 Amir Szekely <kichik@netvision.net.il> and Contributors
|
* Copyright (C) 2002-2021 Amir Szekely <kichik@netvision.net.il> 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.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* This file is a part of NSIS.
|
* This file is a part of NSIS.
|
||||||
*
|
*
|
||||||
* Copyright (C) 1999-2020 Nullsoft and Contributors
|
* Copyright (C) 1999-2021 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.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* This file is a part of NSIS.
|
* This file is a part of NSIS.
|
||||||
*
|
*
|
||||||
* Copyright (C) 1999-2020 Nullsoft and Contributors
|
* Copyright (C) 1999-2021 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.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* This file is a part of NSIS.
|
* This file is a part of NSIS.
|
||||||
*
|
*
|
||||||
* Copyright (C) 1999-2020 Nullsoft and Contributors
|
* Copyright (C) 1999-2021 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.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* This file is a part of NSIS.
|
* This file is a part of NSIS.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2002-2020 Amir Szekely <kichik@users.sourceforge.net>
|
* Copyright (C) 2002-2021 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.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* This file is a part of NSIS.
|
* This file is a part of NSIS.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2002-2020 Amir Szekely <kichik@users.sourceforge.net>
|
* Copyright (C) 2002-2021 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.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* This file is a part of NSIS.
|
* This file is a part of NSIS.
|
||||||
*
|
*
|
||||||
* Copyright (C) 1999-2020 Nullsoft and Contributors
|
* Copyright (C) 1999-2021 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.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* This file is a part of NSIS.
|
* This file is a part of NSIS.
|
||||||
*
|
*
|
||||||
* Copyright (C) 1999-2020 Nullsoft and Contributors
|
* Copyright (C) 1999-2021 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.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* This file is a part of NSIS.
|
* This file is a part of NSIS.
|
||||||
*
|
*
|
||||||
* Copyright (C) 1999-2020 Nullsoft and Contributors
|
* Copyright (C) 1999-2021 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.
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* This file is a part of NSIS.
|
* This file is a part of NSIS.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2003 Ramon
|
* Copyright (C) 2003 Ramon
|
||||||
* Copyright (C) 2003-2020 NSIS Contributors
|
* Copyright (C) 2003-2021 NSIS 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.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* This file is a part of NSIS.
|
* This file is a part of NSIS.
|
||||||
*
|
*
|
||||||
* Copyright (C) 1999-2020 Nullsoft and Contributors
|
* Copyright (C) 1999-2021 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.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* This file is a part of NSIS.
|
* This file is a part of NSIS.
|
||||||
*
|
*
|
||||||
* Copyright (C) 1999-2020 Nullsoft and Contributors
|
* Copyright (C) 1999-2021 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.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* This file is a part of NSIS.
|
* This file is a part of NSIS.
|
||||||
*
|
*
|
||||||
* Copyright (C) 1999-2020 Nullsoft and Contributors
|
* Copyright (C) 1999-2021 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.
|
||||||
|
|
|
@ -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-2020 Nullsoft and Contributors
|
* Modifications Copyright (C) 1999-2021 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/
|
||||||
|
|
|
@ -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-2020 Nullsoft and Contributors
|
* Modifications Copyright (C) 1999-2021 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/
|
||||||
|
|
|
@ -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-2020 Nullsoft and Contributors
|
* Modifications Copyright (C) 1999-2021 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/
|
||||||
|
|
|
@ -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-2020 Nullsoft and Contributors
|
* Modifications Copyright (C) 1999-2021 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/
|
||||||
|
|
|
@ -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-2020 Nullsoft and Contributors
|
* Modifications Copyright (C) 1999-2021 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/
|
||||||
|
|
|
@ -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-2020 Nullsoft and Contributors
|
* Modifications Copyright (C) 1999-2021 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/
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* This file is a part of NSIS.
|
* This file is a part of NSIS.
|
||||||
*
|
*
|
||||||
* Copyright (C) 1999-2020 Nullsoft and Contributors
|
* Copyright (C) 1999-2021 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.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* This file is a part of NSIS.
|
* This file is a part of NSIS.
|
||||||
*
|
*
|
||||||
* Copyright (C) 1999-2020 Nullsoft and Contributors
|
* Copyright (C) 1999-2021 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.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* This file is a part of NSIS.
|
* This file is a part of NSIS.
|
||||||
*
|
*
|
||||||
* Copyright (C) 1999-2020 Nullsoft and Contributors
|
* Copyright (C) 1999-2021 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.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* This file is a part of NSIS.
|
* This file is a part of NSIS.
|
||||||
*
|
*
|
||||||
* Copyright (C) 1999-2020 Nullsoft and Contributors
|
* Copyright (C) 1999-2021 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.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* This file is a part of NSIS.
|
* This file is a part of NSIS.
|
||||||
*
|
*
|
||||||
* Copyright (C) 1999-2020 Nullsoft and Contributors
|
* Copyright (C) 1999-2021 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.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* This file is a part of NSIS.
|
* This file is a part of NSIS.
|
||||||
*
|
*
|
||||||
* Copyright (C) 1999-2020 Nullsoft and Contributors
|
* Copyright (C) 1999-2021 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.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* This file is a part of NSIS.
|
* This file is a part of NSIS.
|
||||||
*
|
*
|
||||||
* Copyright (C) 1999-2020 Nullsoft and Contributors
|
* Copyright (C) 1999-2021 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.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* This file is a part of NSIS.
|
* This file is a part of NSIS.
|
||||||
*
|
*
|
||||||
* Copyright (C) 1999-2020 Nullsoft and Contributors
|
* Copyright (C) 1999-2021 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.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* This file is a part of NSIS.
|
* This file is a part of NSIS.
|
||||||
*
|
*
|
||||||
* Copyright (C) 1999-2020 Nullsoft and Contributors
|
* Copyright (C) 1999-2021 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.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* This file is a part of NSIS.
|
* This file is a part of NSIS.
|
||||||
*
|
*
|
||||||
* Copyright (C) 1999-2020 Nullsoft and Contributors
|
* Copyright (C) 1999-2021 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.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* This file is a part of NSIS.
|
* This file is a part of NSIS.
|
||||||
*
|
*
|
||||||
* Copyright (C) 1999-2020 Nullsoft, Jeff Doozan and Contributors
|
* Copyright (C) 1999-2021 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.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* This file is a part of NSIS.
|
* This file is a part of NSIS.
|
||||||
*
|
*
|
||||||
* Copyright (C) 1999-2020 Nullsoft and Contributors
|
* Copyright (C) 1999-2021 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.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* This file is a part of NSIS.
|
* This file is a part of NSIS.
|
||||||
*
|
*
|
||||||
* Copyright (C) 1999-2020 Nullsoft and Contributors
|
* Copyright (C) 1999-2021 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.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* This file is a part of NSIS.
|
* This file is a part of NSIS.
|
||||||
*
|
*
|
||||||
* Copyright (C) 1999-2020 Nullsoft and Contributors
|
* Copyright (C) 1999-2021 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
Loading…
Add table
Add a link
Reference in a new issue