summaryrefslogtreecommitdiff
path: root/libs/zlib/src
diff options
context:
space:
mode:
Diffstat (limited to 'libs/zlib/src')
-rw-r--r--libs/zlib/src/adler32.c2
-rw-r--r--libs/zlib/src/compress.c2
-rw-r--r--libs/zlib/src/crc32.c2
-rw-r--r--libs/zlib/src/crc32.h2
-rw-r--r--libs/zlib/src/crypt.h2
-rw-r--r--libs/zlib/src/deflate.c2
-rw-r--r--libs/zlib/src/deflate.h2
-rw-r--r--libs/zlib/src/gzclose.c2
-rw-r--r--libs/zlib/src/gzguts.h2
-rw-r--r--libs/zlib/src/gzlib.c2
-rw-r--r--libs/zlib/src/gzread.c2
-rw-r--r--libs/zlib/src/gzwrite.c2
-rw-r--r--libs/zlib/src/infback.c2
-rw-r--r--libs/zlib/src/inffast.c2
-rw-r--r--libs/zlib/src/inffast.h2
-rw-r--r--libs/zlib/src/inffixed.h2
-rw-r--r--libs/zlib/src/inflate.c2
-rw-r--r--libs/zlib/src/inflate.h2
-rw-r--r--libs/zlib/src/inftrees.c2
-rw-r--r--libs/zlib/src/inftrees.h2
-rw-r--r--libs/zlib/src/ioapi.c2
-rw-r--r--libs/zlib/src/ioapi.h2
-rw-r--r--libs/zlib/src/iowin32.c2
-rw-r--r--libs/zlib/src/iowin32.h2
-rw-r--r--libs/zlib/src/mztools.c2
-rw-r--r--libs/zlib/src/mztools.h2
-rw-r--r--libs/zlib/src/stdafx.cxx2
-rw-r--r--libs/zlib/src/stdafx.h2
-rw-r--r--libs/zlib/src/trees.c2
-rw-r--r--libs/zlib/src/trees.h2
-rw-r--r--libs/zlib/src/uncompr.c2
-rw-r--r--libs/zlib/src/unzip.c2
-rw-r--r--libs/zlib/src/unzip.h2
-rw-r--r--libs/zlib/src/zconf.h2
-rw-r--r--libs/zlib/src/zip.c2
-rw-r--r--libs/zlib/src/zip.h2
-rw-r--r--libs/zlib/src/zlib.def2
-rw-r--r--libs/zlib/src/zlib.h2
-rw-r--r--libs/zlib/src/zutil.c2
-rw-r--r--libs/zlib/src/zutil.h2
40 files changed, 40 insertions, 40 deletions
diff --git a/libs/zlib/src/adler32.c b/libs/zlib/src/adler32.c
index d0be4380a3..8263a339c3 100644
--- a/libs/zlib/src/adler32.c
+++ b/libs/zlib/src/adler32.c
@@ -1,4 +1,4 @@
-/* adler32.c -- compute the Adler-32 checksum of a data stream
+/* adler32.c -- compute the Adler-32 checksum of a data stream
* Copyright (C) 1995-2011, 2016 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
diff --git a/libs/zlib/src/compress.c b/libs/zlib/src/compress.c
index e2db404abf..d68c43dc19 100644
--- a/libs/zlib/src/compress.c
+++ b/libs/zlib/src/compress.c
@@ -1,4 +1,4 @@
-/* compress.c -- compress a memory buffer
+/* compress.c -- compress a memory buffer
* Copyright (C) 1995-2005, 2014, 2016 Jean-loup Gailly, Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
diff --git a/libs/zlib/src/crc32.c b/libs/zlib/src/crc32.c
index 9580440c0e..2de138b1d4 100644
--- a/libs/zlib/src/crc32.c
+++ b/libs/zlib/src/crc32.c
@@ -1,4 +1,4 @@
-/* crc32.c -- compute the CRC-32 of a data stream
+/* crc32.c -- compute the CRC-32 of a data stream
* Copyright (C) 1995-2006, 2010, 2011, 2012, 2016 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*
diff --git a/libs/zlib/src/crc32.h b/libs/zlib/src/crc32.h
index 9e0c778102..d1f702a6a9 100644
--- a/libs/zlib/src/crc32.h
+++ b/libs/zlib/src/crc32.h
@@ -1,4 +1,4 @@
-/* crc32.h -- tables for rapid CRC calculation
+/* crc32.h -- tables for rapid CRC calculation
* Generated automatically by crc32.c
*/
diff --git a/libs/zlib/src/crypt.h b/libs/zlib/src/crypt.h
index 1e9e8200b2..f21b0b0aff 100644
--- a/libs/zlib/src/crypt.h
+++ b/libs/zlib/src/crypt.h
@@ -1,4 +1,4 @@
-/* crypt.h -- base code for crypt/uncrypt ZIPfile
+/* crypt.h -- base code for crypt/uncrypt ZIPfile
Version 1.01e, February 12th, 2005
diff --git a/libs/zlib/src/deflate.c b/libs/zlib/src/deflate.c
index 1ec761448d..3c99ac7917 100644
--- a/libs/zlib/src/deflate.c
+++ b/libs/zlib/src/deflate.c
@@ -1,4 +1,4 @@
-/* deflate.c -- compress data using the deflation algorithm
+/* deflate.c -- compress data using the deflation algorithm
* Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
diff --git a/libs/zlib/src/deflate.h b/libs/zlib/src/deflate.h
index 23ecdd312b..66b17cace1 100644
--- a/libs/zlib/src/deflate.h
+++ b/libs/zlib/src/deflate.h
@@ -1,4 +1,4 @@
-/* deflate.h -- internal compression state
+/* deflate.h -- internal compression state
* Copyright (C) 1995-2016 Jean-loup Gailly
* For conditions of distribution and use, see copyright notice in zlib.h
*/
diff --git a/libs/zlib/src/gzclose.c b/libs/zlib/src/gzclose.c
index caeb99a317..3a24d0fc08 100644
--- a/libs/zlib/src/gzclose.c
+++ b/libs/zlib/src/gzclose.c
@@ -1,4 +1,4 @@
-/* gzclose.c -- zlib gzclose() function
+/* gzclose.c -- zlib gzclose() function
* Copyright (C) 2004, 2010 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
diff --git a/libs/zlib/src/gzguts.h b/libs/zlib/src/gzguts.h
index 990a4d2514..c12be309d5 100644
--- a/libs/zlib/src/gzguts.h
+++ b/libs/zlib/src/gzguts.h
@@ -1,4 +1,4 @@
-/* gzguts.h -- zlib internal header definitions for gz* operations
+/* gzguts.h -- zlib internal header definitions for gz* operations
* Copyright (C) 2004, 2005, 2010, 2011, 2012, 2013, 2016 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
diff --git a/libs/zlib/src/gzlib.c b/libs/zlib/src/gzlib.c
index 4105e6aff9..35d2834c11 100644
--- a/libs/zlib/src/gzlib.c
+++ b/libs/zlib/src/gzlib.c
@@ -1,4 +1,4 @@
-/* gzlib.c -- zlib functions common to reading and writing gzip files
+/* gzlib.c -- zlib functions common to reading and writing gzip files
* Copyright (C) 2004-2017 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
diff --git a/libs/zlib/src/gzread.c b/libs/zlib/src/gzread.c
index 956b91ea7d..dbd78d41ff 100644
--- a/libs/zlib/src/gzread.c
+++ b/libs/zlib/src/gzread.c
@@ -1,4 +1,4 @@
-/* gzread.c -- zlib functions for reading gzip files
+/* gzread.c -- zlib functions for reading gzip files
* Copyright (C) 2004, 2005, 2010, 2011, 2012, 2013, 2016 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
diff --git a/libs/zlib/src/gzwrite.c b/libs/zlib/src/gzwrite.c
index c7b5651d70..ce0b9ddea2 100644
--- a/libs/zlib/src/gzwrite.c
+++ b/libs/zlib/src/gzwrite.c
@@ -1,4 +1,4 @@
-/* gzwrite.c -- zlib functions for writing gzip files
+/* gzwrite.c -- zlib functions for writing gzip files
* Copyright (C) 2004-2017 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
diff --git a/libs/zlib/src/infback.c b/libs/zlib/src/infback.c
index 59679ecbfc..fe1dfd8a70 100644
--- a/libs/zlib/src/infback.c
+++ b/libs/zlib/src/infback.c
@@ -1,4 +1,4 @@
-/* infback.c -- inflate using a call-back interface
+/* infback.c -- inflate using a call-back interface
* Copyright (C) 1995-2016 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
diff --git a/libs/zlib/src/inffast.c b/libs/zlib/src/inffast.c
index 0dbd1dbc09..eab1e28034 100644
--- a/libs/zlib/src/inffast.c
+++ b/libs/zlib/src/inffast.c
@@ -1,4 +1,4 @@
-/* inffast.c -- fast decoding
+/* inffast.c -- fast decoding
* Copyright (C) 1995-2017 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
diff --git a/libs/zlib/src/inffast.h b/libs/zlib/src/inffast.h
index e5c1aa4ca8..dd120ce45e 100644
--- a/libs/zlib/src/inffast.h
+++ b/libs/zlib/src/inffast.h
@@ -1,4 +1,4 @@
-/* inffast.h -- header to use inffast.c
+/* inffast.h -- header to use inffast.c
* Copyright (C) 1995-2003, 2010 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
diff --git a/libs/zlib/src/inffixed.h b/libs/zlib/src/inffixed.h
index d628327769..d071858835 100644
--- a/libs/zlib/src/inffixed.h
+++ b/libs/zlib/src/inffixed.h
@@ -1,4 +1,4 @@
- /* inffixed.h -- table for decoding fixed codes
+ /* inffixed.h -- table for decoding fixed codes
* Generated automatically by makefixed().
*/
diff --git a/libs/zlib/src/inflate.c b/libs/zlib/src/inflate.c
index ac333e8c2e..62ec592bae 100644
--- a/libs/zlib/src/inflate.c
+++ b/libs/zlib/src/inflate.c
@@ -1,4 +1,4 @@
-/* inflate.c -- zlib decompression
+/* inflate.c -- zlib decompression
* Copyright (C) 1995-2016 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
diff --git a/libs/zlib/src/inflate.h b/libs/zlib/src/inflate.h
index a46cce6b6d..f97d19be18 100644
--- a/libs/zlib/src/inflate.h
+++ b/libs/zlib/src/inflate.h
@@ -1,4 +1,4 @@
-/* inflate.h -- internal inflate state definition
+/* inflate.h -- internal inflate state definition
* Copyright (C) 1995-2016 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
diff --git a/libs/zlib/src/inftrees.c b/libs/zlib/src/inftrees.c
index 2ea08fc13e..bdf033d152 100644
--- a/libs/zlib/src/inftrees.c
+++ b/libs/zlib/src/inftrees.c
@@ -1,4 +1,4 @@
-/* inftrees.c -- generate Huffman trees for efficient decoding
+/* inftrees.c -- generate Huffman trees for efficient decoding
* Copyright (C) 1995-2017 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
diff --git a/libs/zlib/src/inftrees.h b/libs/zlib/src/inftrees.h
index baa53a0b1a..93a0deee18 100644
--- a/libs/zlib/src/inftrees.h
+++ b/libs/zlib/src/inftrees.h
@@ -1,4 +1,4 @@
-/* inftrees.h -- header to use inftrees.c
+/* inftrees.h -- header to use inftrees.c
* Copyright (C) 1995-2005, 2010 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
diff --git a/libs/zlib/src/ioapi.c b/libs/zlib/src/ioapi.c
index cf0118907e..f90dc57051 100644
--- a/libs/zlib/src/ioapi.c
+++ b/libs/zlib/src/ioapi.c
@@ -1,4 +1,4 @@
-/* ioapi.h -- IO base function header for compress/uncompress .zip
+/* ioapi.h -- IO base function header for compress/uncompress .zip
part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html )
diff --git a/libs/zlib/src/ioapi.h b/libs/zlib/src/ioapi.h
index de8c74a685..03ea336d7a 100644
--- a/libs/zlib/src/ioapi.h
+++ b/libs/zlib/src/ioapi.h
@@ -1,4 +1,4 @@
-/* ioapi.h -- IO base function header for compress/uncompress .zip
+/* ioapi.h -- IO base function header for compress/uncompress .zip
part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html )
diff --git a/libs/zlib/src/iowin32.c b/libs/zlib/src/iowin32.c
index f37033bda8..74e3ab1b14 100644
--- a/libs/zlib/src/iowin32.c
+++ b/libs/zlib/src/iowin32.c
@@ -1,4 +1,4 @@
-/* iowin32.c -- IO base function header for compress/uncompress .zip
+/* iowin32.c -- IO base function header for compress/uncompress .zip
Version 1.1, February 14h, 2010
part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
diff --git a/libs/zlib/src/iowin32.h b/libs/zlib/src/iowin32.h
index 0ca0969a7d..e18a499778 100644
--- a/libs/zlib/src/iowin32.h
+++ b/libs/zlib/src/iowin32.h
@@ -1,4 +1,4 @@
-/* iowin32.h -- IO base function header for compress/uncompress .zip
+/* iowin32.h -- IO base function header for compress/uncompress .zip
Version 1.1, February 14h, 2010
part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
diff --git a/libs/zlib/src/mztools.c b/libs/zlib/src/mztools.c
index 96891c2e0b..c9c498db2b 100644
--- a/libs/zlib/src/mztools.c
+++ b/libs/zlib/src/mztools.c
@@ -1,4 +1,4 @@
-/*
+/*
Additional tools for Minizip
Code: Xavier Roche '2004
License: Same as ZLIB (www.gzip.org)
diff --git a/libs/zlib/src/mztools.h b/libs/zlib/src/mztools.h
index a49a426ec2..17bc8b35fd 100644
--- a/libs/zlib/src/mztools.h
+++ b/libs/zlib/src/mztools.h
@@ -1,4 +1,4 @@
-/*
+/*
Additional tools for Minizip
Code: Xavier Roche '2004
License: Same as ZLIB (www.gzip.org)
diff --git a/libs/zlib/src/stdafx.cxx b/libs/zlib/src/stdafx.cxx
index 0fb604da7c..7df047aeff 100644
--- a/libs/zlib/src/stdafx.cxx
+++ b/libs/zlib/src/stdafx.cxx
@@ -1,2 +1,2 @@
-
+
#include "stdafx.h" \ No newline at end of file
diff --git a/libs/zlib/src/stdafx.h b/libs/zlib/src/stdafx.h
index d78b7834c8..74d247a037 100644
--- a/libs/zlib/src/stdafx.h
+++ b/libs/zlib/src/stdafx.h
@@ -1,2 +1,2 @@
-
+
// just a stub \ No newline at end of file
diff --git a/libs/zlib/src/trees.c b/libs/zlib/src/trees.c
index 50cf4b4571..591d43b757 100644
--- a/libs/zlib/src/trees.c
+++ b/libs/zlib/src/trees.c
@@ -1,4 +1,4 @@
-/* trees.c -- output deflated data using Huffman coding
+/* trees.c -- output deflated data using Huffman coding
* Copyright (C) 1995-2017 Jean-loup Gailly
* detect_data_type() function provided freely by Cosmin Truta, 2006
* For conditions of distribution and use, see copyright notice in zlib.h
diff --git a/libs/zlib/src/trees.h b/libs/zlib/src/trees.h
index d35639d82a..287fa367d0 100644
--- a/libs/zlib/src/trees.h
+++ b/libs/zlib/src/trees.h
@@ -1,4 +1,4 @@
-/* header created automatically with -DGEN_TREES_H */
+/* header created automatically with -DGEN_TREES_H */
local const ct_data static_ltree[L_CODES+2] = {
{{ 12},{ 8}}, {{140},{ 8}}, {{ 76},{ 8}}, {{204},{ 8}}, {{ 44},{ 8}},
diff --git a/libs/zlib/src/uncompr.c b/libs/zlib/src/uncompr.c
index f03a1a865e..18778381e0 100644
--- a/libs/zlib/src/uncompr.c
+++ b/libs/zlib/src/uncompr.c
@@ -1,4 +1,4 @@
-/* uncompr.c -- decompress a memory buffer
+/* uncompr.c -- decompress a memory buffer
* Copyright (C) 1995-2003, 2010, 2014, 2016 Jean-loup Gailly, Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
diff --git a/libs/zlib/src/unzip.c b/libs/zlib/src/unzip.c
index bcfb9416ec..ec71df5aa9 100644
--- a/libs/zlib/src/unzip.c
+++ b/libs/zlib/src/unzip.c
@@ -1,4 +1,4 @@
-/* unzip.c -- IO for uncompress .zip files using zlib
+/* unzip.c -- IO for uncompress .zip files using zlib
Version 1.1, February 14h, 2010
part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
diff --git a/libs/zlib/src/unzip.h b/libs/zlib/src/unzip.h
index 2104e39150..933e337fc3 100644
--- a/libs/zlib/src/unzip.h
+++ b/libs/zlib/src/unzip.h
@@ -1,4 +1,4 @@
-/* unzip.h -- IO for uncompress .zip files using zlib
+/* unzip.h -- IO for uncompress .zip files using zlib
Version 1.1, February 14h, 2010
part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
diff --git a/libs/zlib/src/zconf.h b/libs/zlib/src/zconf.h
index 5e1d68a004..6c901240ea 100644
--- a/libs/zlib/src/zconf.h
+++ b/libs/zlib/src/zconf.h
@@ -1,4 +1,4 @@
-/* zconf.h -- configuration of the zlib compression library
+/* zconf.h -- configuration of the zlib compression library
* Copyright (C) 1995-2016 Jean-loup Gailly, Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
diff --git a/libs/zlib/src/zip.c b/libs/zlib/src/zip.c
index 44e88a9cb9..b91aea7e0f 100644
--- a/libs/zlib/src/zip.c
+++ b/libs/zlib/src/zip.c
@@ -1,4 +1,4 @@
-/* zip.c -- IO on .zip files using zlib
+/* zip.c -- IO on .zip files using zlib
Version 1.1, February 14h, 2010
part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
diff --git a/libs/zlib/src/zip.h b/libs/zlib/src/zip.h
index 8aaebb6234..013bbd5b09 100644
--- a/libs/zlib/src/zip.h
+++ b/libs/zlib/src/zip.h
@@ -1,4 +1,4 @@
-/* zip.h -- IO on .zip files using zlib
+/* zip.h -- IO on .zip files using zlib
Version 1.1, February 14h, 2010
part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
diff --git a/libs/zlib/src/zlib.def b/libs/zlib/src/zlib.def
index 34400952d9..03a9283075 100644
--- a/libs/zlib/src/zlib.def
+++ b/libs/zlib/src/zlib.def
@@ -1,4 +1,4 @@
-; zlib data compression library
+; zlib data compression library
LIBRARY zlib.mir
EXPORTS
; basic functions
diff --git a/libs/zlib/src/zlib.h b/libs/zlib/src/zlib.h
index 8794d65bdf..ebd43bcec9 100644
--- a/libs/zlib/src/zlib.h
+++ b/libs/zlib/src/zlib.h
@@ -1,4 +1,4 @@
-/* zlib.h -- interface of the 'zlib' general purpose compression library
+/* zlib.h -- interface of the 'zlib' general purpose compression library
version 1.2.11, January 15th, 2017
Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler
diff --git a/libs/zlib/src/zutil.c b/libs/zlib/src/zutil.c
index 35ac5d8549..eccaf8f3e3 100644
--- a/libs/zlib/src/zutil.c
+++ b/libs/zlib/src/zutil.c
@@ -1,4 +1,4 @@
-/* zutil.c -- target dependent utility functions for the compression library
+/* zutil.c -- target dependent utility functions for the compression library
* Copyright (C) 1995-2017 Jean-loup Gailly
* For conditions of distribution and use, see copyright notice in zlib.h
*/
diff --git a/libs/zlib/src/zutil.h b/libs/zlib/src/zutil.h
index b079ea6a80..4adb62aae7 100644
--- a/libs/zlib/src/zutil.h
+++ b/libs/zlib/src/zutil.h
@@ -1,4 +1,4 @@
-/* zutil.h -- internal interface and configuration of the compression library
+/* zutil.h -- internal interface and configuration of the compression library
* Copyright (C) 1995-2016 Jean-loup Gailly, Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/