You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* zlib.h -- interface of the 'zlib' general purpose compression library
76
-
version 1.3.1, January 22nd, 2024
76
+
(C) 1995-2024 Jean-loup Gailly and Mark Adler
77
77
78
-
Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler
78
+
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.
79
79
80
-
This software is provided 'as-is', without any express or implied
81
-
warranty. In no event will the authors be held liable for any damages
82
-
arising from the use of this software.
83
-
84
-
Permission is granted to anyone to use this software for any purpose,
85
-
including commercial applications, and to alter it and redistribute it
86
-
freely, subject to the following restrictions:
80
+
Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
87
81
88
-
1. The origin of this software must not be misrepresented; you must not
89
-
claim that you wrote the original software. If you use this software
90
-
in a product, an acknowledgment in the product documentation would be
91
-
appreciated but is not required.
92
-
2. Altered source versions must be plainly marked as such, and must not be
93
-
misrepresented as being the original software.
94
-
3. This notice may not be removed or altered from any source distribution.
82
+
The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
95
83
96
-
Jean-loup Gailly Mark Adler
97
-
jloup@gzip.org madler@alumni.caltech.edu
84
+
Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
98
85
99
-
*/
86
+
This notice may not be removed or altered from any source distribution.
0 commit comments