diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-27 16:26:11 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-27 16:26:11 +0000 |
commit | 48fb59faa2828f4dce4f2137e52c1864e85b6566 (patch) | |
tree | 8980235ef8e6563955d71e1fdf222ac8a3d0a98e /licenses/ZLIB | |
parent | repoman'd, can't test for ppc, so I left them out of the KEYWORDS I added (diff) | |
download | historical-48fb59faa2828f4dce4f2137e52c1864e85b6566.tar.gz historical-48fb59faa2828f4dce4f2137e52c1864e85b6566.tar.bz2 historical-48fb59faa2828f4dce4f2137e52c1864e85b6566.zip |
Added missing licenses.
Diffstat (limited to 'licenses/ZLIB')
-rw-r--r-- | licenses/ZLIB | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/licenses/ZLIB b/licenses/ZLIB new file mode 100644 index 000000000000..5b1c0f6fdec7 --- /dev/null +++ b/licenses/ZLIB @@ -0,0 +1,27 @@ +/* zlib.h -- interface of the 'zlib' general purpose compression library + version 1.1.4, March 11th, 2002 + + Copyright (C) 1995-2002 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 jloup@gzip.org + Mark Adler madler@alumni.caltech.edu + +*/ + + |