mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-01-06 01:41:17 +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
|
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||||
POSSIBILITY OF SUCH DAMAGE.
|
POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
IO for uncompress .zip files using zlib
|
IO for (un)compress .zip files using zlib
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
neo/framework/Unzip.cpp
|
neo/libs/zlib/minizip/*
|
||||||
neo/framework/Unzip.h
|
|
||||||
|
|
||||||
Copyright (C) 1998 Gilles Vollant
|
Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html )
|
||||||
zlib is Copyright (C) 1995-1998 Jean-loup Gailly and Mark Adler
|
|
||||||
|
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
|
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
|
||||||
|
|
Loading…
Reference in a new issue