* The LZMA compression module for NSIS is now licensed under the Common Public License version 1.0
* Added license and copyright notice to every source file * The new COPYING file and license section in the Users Manual list the terms of all relevant licenses git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4787 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
737da25610
commit
e497d771b1
127 changed files with 2159 additions and 820 deletions
|
@ -1,4 +1,19 @@
|
|||
// BinTree.h
|
||||
/*
|
||||
* BinTree.h
|
||||
*
|
||||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2006 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.
|
||||
*
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
* This software is provided 'as-is', without any express or implied
|
||||
* warranty.
|
||||
*/
|
||||
|
||||
#include "../LZInWindow.h"
|
||||
#include "../IMatchFinder.h"
|
||||
|
|
|
@ -1,4 +1,19 @@
|
|||
// BinTree2.h
|
||||
/*
|
||||
* BinTree2.h
|
||||
*
|
||||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2006 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.
|
||||
*
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
* This software is provided 'as-is', without any express or implied
|
||||
* warranty.
|
||||
*/
|
||||
|
||||
#ifndef __BINTREE2_H
|
||||
#define __BINTREE2_H
|
||||
|
|
|
@ -1,4 +1,19 @@
|
|||
// BinTree3.h
|
||||
/*
|
||||
* BinTree3.h
|
||||
*
|
||||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2006 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.
|
||||
*
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
* This software is provided 'as-is', without any express or implied
|
||||
* warranty.
|
||||
*/
|
||||
|
||||
#ifndef __BINTREE3_H
|
||||
#define __BINTREE3_H
|
||||
|
|
|
@ -1,4 +1,19 @@
|
|||
// BinTree3Z.h
|
||||
/*
|
||||
* BinTree3Z.h
|
||||
*
|
||||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2006 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.
|
||||
*
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
* This software is provided 'as-is', without any express or implied
|
||||
* warranty.
|
||||
*/
|
||||
|
||||
#ifndef __BINTREE3Z_H
|
||||
#define __BINTREE3Z_H
|
||||
|
|
|
@ -1,4 +1,19 @@
|
|||
// BinTree3ZMain.h
|
||||
/*
|
||||
* BinTree3ZMain.h
|
||||
*
|
||||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2006 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.
|
||||
*
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
* This software is provided 'as-is', without any express or implied
|
||||
* warranty.
|
||||
*/
|
||||
|
||||
#ifndef __BINTREE3ZMAIN__H
|
||||
#define __BINTREE3ZMAIN__H
|
||||
|
|
|
@ -1,4 +1,19 @@
|
|||
// BinTree4.h
|
||||
/*
|
||||
* BinTree4.h
|
||||
*
|
||||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2006 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.
|
||||
*
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
* This software is provided 'as-is', without any express or implied
|
||||
* warranty.
|
||||
*/
|
||||
|
||||
#ifndef __BINTREE4_H
|
||||
#define __BINTREE4_H
|
||||
|
|
|
@ -1,4 +1,19 @@
|
|||
// BinTree4b.h
|
||||
/*
|
||||
* BinTreeb.h
|
||||
*
|
||||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2006 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.
|
||||
*
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
* This software is provided 'as-is', without any express or implied
|
||||
* warranty.
|
||||
*/
|
||||
|
||||
#ifndef __BINTREE4B__H
|
||||
#define __BINTREE4B__H
|
||||
|
|
|
@ -1,4 +1,19 @@
|
|||
// BinTreeMF.h
|
||||
/*
|
||||
* BinTreeMF.h
|
||||
*
|
||||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2006 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.
|
||||
*
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
* This software is provided 'as-is', without any express or implied
|
||||
* warranty.
|
||||
*/
|
||||
|
||||
// #ifndef __BINTREEMF_H
|
||||
// #define __BINTREEMF_H
|
||||
|
|
|
@ -1,4 +1,19 @@
|
|||
// BinTreeMFMain.h
|
||||
/*
|
||||
* BinTreeMFMain.h
|
||||
*
|
||||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2006 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.
|
||||
*
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
* This software is provided 'as-is', without any express or implied
|
||||
* warranty.
|
||||
*/
|
||||
|
||||
// #include "StdAfx.h"
|
||||
|
||||
|
|
|
@ -1,4 +1,19 @@
|
|||
// BinTreeMain.h
|
||||
/*
|
||||
* BinTreeMain.h
|
||||
*
|
||||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2006 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.
|
||||
*
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
* This software is provided 'as-is', without any express or implied
|
||||
* warranty.
|
||||
*/
|
||||
|
||||
#include "../../../../Common/Defs.h"
|
||||
#include "../../../../Common/CRC.h"
|
||||
|
|
|
@ -1,4 +1,19 @@
|
|||
// MatchFinders/IMatchFinder.h
|
||||
/*
|
||||
* IMatchFinder.h
|
||||
*
|
||||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2006 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.
|
||||
*
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
* This software is provided 'as-is', without any express or implied
|
||||
* warranty.
|
||||
*/
|
||||
|
||||
#ifndef __IMATCHFINDER_H
|
||||
#define __IMATCHFINDER_H
|
||||
|
|
|
@ -1,4 +1,19 @@
|
|||
// LZInWindow.cpp
|
||||
/*
|
||||
* LZInWindow.cpp
|
||||
*
|
||||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2006 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.
|
||||
*
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
* This software is provided 'as-is', without any express or implied
|
||||
* warranty.
|
||||
*/
|
||||
|
||||
#include "StdAfx.h"
|
||||
|
||||
|
|
|
@ -1,4 +1,19 @@
|
|||
// LZInWindow.h
|
||||
/*
|
||||
* LZInWindow.h
|
||||
*
|
||||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2006 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.
|
||||
*
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
* This software is provided 'as-is', without any express or implied
|
||||
* warranty.
|
||||
*/
|
||||
|
||||
#ifndef __LZ_IN_WINDOW_H
|
||||
#define __LZ_IN_WINDOW_H
|
||||
|
|
|
@ -1,4 +1,19 @@
|
|||
// LZOutWindow.cpp
|
||||
/*
|
||||
* LZOutWindow.cpp
|
||||
*
|
||||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2006 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.
|
||||
*
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
* This software is provided 'as-is', without any express or implied
|
||||
* warranty.
|
||||
*/
|
||||
|
||||
#include "StdAfx.h"
|
||||
|
||||
|
|
|
@ -1,4 +1,19 @@
|
|||
// LZOutWindow.h
|
||||
/*
|
||||
* LZOutWindow.h
|
||||
*
|
||||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2006 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.
|
||||
*
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
* This software is provided 'as-is', without any express or implied
|
||||
* warranty.
|
||||
*/
|
||||
|
||||
#ifndef __LZ_OUT_WINDOW_H
|
||||
#define __LZ_OUT_WINDOW_H
|
||||
|
|
|
@ -1,4 +1,19 @@
|
|||
// LZMA.h
|
||||
/*
|
||||
* LZMA.h
|
||||
*
|
||||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2006 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.
|
||||
*
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
* This software is provided 'as-is', without any express or implied
|
||||
* warranty.
|
||||
*/
|
||||
|
||||
#ifndef __LZMA_H
|
||||
#define __LZMA_H
|
||||
|
|
|
@ -1,4 +1,19 @@
|
|||
// LZMA/Encoder.cpp
|
||||
/*
|
||||
* LZMAEncoder.cpp
|
||||
*
|
||||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2006 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.
|
||||
*
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
* This software is provided 'as-is', without any express or implied
|
||||
* warranty.
|
||||
*/
|
||||
|
||||
#include "StdAfx.h"
|
||||
|
||||
|
|
|
@ -1,4 +1,19 @@
|
|||
// LZMA/Encoder.h
|
||||
/*
|
||||
* LZMAEncoder.h
|
||||
*
|
||||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2006 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.
|
||||
*
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
* This software is provided 'as-is', without any express or implied
|
||||
* warranty.
|
||||
*/
|
||||
|
||||
#ifndef __LZMA_ENCODER_H
|
||||
#define __LZMA_ENCODER_H
|
||||
|
|
|
@ -1,4 +1,19 @@
|
|||
// Compress/RangeCoder/RangeCoder.h
|
||||
/*
|
||||
* RangeCoder.h
|
||||
*
|
||||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2006 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.
|
||||
*
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
* This software is provided 'as-is', without any express or implied
|
||||
* warranty.
|
||||
*/
|
||||
|
||||
#ifndef __COMPRESS_RANGECODER_H
|
||||
#define __COMPRESS_RANGECODER_H
|
||||
|
|
|
@ -1,4 +1,19 @@
|
|||
// Compress/RangeCoder/RangeCoderBit.cpp
|
||||
/*
|
||||
* RangeCoderBit.cpp
|
||||
*
|
||||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2006 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.
|
||||
*
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
* This software is provided 'as-is', without any express or implied
|
||||
* warranty.
|
||||
*/
|
||||
|
||||
#include "StdAfx.h"
|
||||
|
||||
|
|
|
@ -1,4 +1,19 @@
|
|||
// Compress/RangeCoder/RangeCoderBit.h
|
||||
/*
|
||||
* RangeCoderBit.h
|
||||
*
|
||||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2006 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.
|
||||
*
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
* This software is provided 'as-is', without any express or implied
|
||||
* warranty.
|
||||
*/
|
||||
|
||||
#ifndef __COMPRESS_RANGECODER_BIT_H
|
||||
#define __COMPRESS_RANGECODER_BIT_H
|
||||
|
|
|
@ -1,4 +1,19 @@
|
|||
// Compress/RangeCoder/RangeCoderBitTree.h
|
||||
/*
|
||||
* RangeCoderBitTree.h
|
||||
*
|
||||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2006 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.
|
||||
*
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
* This software is provided 'as-is', without any express or implied
|
||||
* warranty.
|
||||
*/
|
||||
|
||||
#ifndef __COMPRESS_RANGECODER_BIT_TREE_H
|
||||
#define __COMPRESS_RANGECODER_BIT_TREE_H
|
||||
|
|
|
@ -1,4 +1,19 @@
|
|||
// Compress/RangeCoder/RangeCoderOpt.h
|
||||
/*
|
||||
* RangeCoderOpt.h
|
||||
*
|
||||
* This file is a part of LZMA compression module for NSIS.
|
||||
*
|
||||
* Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov
|
||||
* Modifications Copyright (C) 2003-2006 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.
|
||||
*
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
* This software is provided 'as-is', without any express or implied
|
||||
* warranty.
|
||||
*/
|
||||
|
||||
#ifndef __COMPRESS_RANGECODER_OPT_H
|
||||
#define __COMPRESS_RANGECODER_OPT_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue