mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-02 07:21:52 +00:00
Add/update minizip copyright note in README
forgot that when updating zip..
This commit is contained in:
parent
61a0a90f01
commit
1e22219121
1 changed files with 22 additions and 18 deletions
14
README.txt
14
README.txt
|
@ -321,13 +321,17 @@ STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
|
|||
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
IO for uncompress .zip files using zlib
|
||||
IO for (un)compress .zip files using zlib
|
||||
---------------------------------------------------------------------------
|
||||
neo/framework/Unzip.cpp
|
||||
neo/framework/Unzip.h
|
||||
neo/libs/zlib/minizip/*
|
||||
|
||||
Copyright (C) 1998 Gilles Vollant
|
||||
zlib is Copyright (C) 1995-1998 Jean-loup Gailly and Mark Adler
|
||||
Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html )
|
||||
|
||||
Modifications of Unzip for Zip64
|
||||
Copyright (C) 2007-2008 Even Rouault
|
||||
|
||||
Modifications for Zip64 support
|
||||
Copyright (C) 2009-2010 Mathias Svensson ( http://result42.com )
|
||||
|
||||
This software is provided 'as-is', without any express or implied
|
||||
warranty. In no event will the authors be held liable for any damages
|
||||
|
|
Loading…
Reference in a new issue