diff options
author | Brad King <brad.king@kitware.com> | 2022-05-26 14:50:54 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-05-26 16:29:03 (GMT) |
commit | 2be780ba5b5ac29cdf947cd611d751a15fbdd9de (patch) | |
tree | 83586afdaa02ea9bd17e1449ede338f63f3ac7bf /Utilities/cmzlib/Copyright.txt | |
parent | 40a17e3f5e87d02952352e93982e3a0e6c06efef (diff) | |
parent | 75737ab312c33f252e9a607caa31a70fa5639d52 (diff) | |
download | CMake-2be780ba5b5ac29cdf947cd611d751a15fbdd9de.zip CMake-2be780ba5b5ac29cdf947cd611d751a15fbdd9de.tar.gz CMake-2be780ba5b5ac29cdf947cd611d751a15fbdd9de.tar.bz2 |
Merge branch 'upstream-zlib' into update-zlib
# By zlib upstream
* upstream-zlib:
zlib 2011-09-09 (abf180a0)
Diffstat (limited to 'Utilities/cmzlib/Copyright.txt')
-rw-r--r-- | Utilities/cmzlib/Copyright.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Utilities/cmzlib/Copyright.txt b/Utilities/cmzlib/Copyright.txt new file mode 100644 index 0000000..db0beae --- /dev/null +++ b/Utilities/cmzlib/Copyright.txt @@ -0,0 +1,23 @@ +'zlib' general purpose compression library +version 1.2.3, July 18th, 2005 + +Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler + +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. + +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: + +1. 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. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. + +Jean-loup Gailly Mark Adler +jloup@gzip.org madler@alumni.caltech.edu |