diff options
author | Brad King <brad.king@kitware.com> | 2009-09-28 15:36:17 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-09-28 15:36:17 (GMT) |
commit | 9737ea074a5e199f5785f9f242c5ec80394b229f (patch) | |
tree | 267257984130e1047f9960291a5fb0573ee2f615 /Utilities/cmzlib/Copyright.txt | |
parent | cb2380fb6c33b3e5c480a6fa3eb52f4ebcea6431 (diff) | |
download | CMake-9737ea074a5e199f5785f9f242c5ec80394b229f.zip CMake-9737ea074a5e199f5785f9f242c5ec80394b229f.tar.gz CMake-9737ea074a5e199f5785f9f242c5ec80394b229f.tar.bz2 |
Install third-party utility copyright notices
Some of our third-party utilities have licenses that require their
copyright and license notices to be distributed with binary forms. This
commit adds installation rules to include these notices with installed
CMake documentation.
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 |