diff options
author | Bastian Germann <bage@debian.org> | 2022-11-14 15:26:14 +0100 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2023-08-17 17:10:12 -0700 |
commit | efc9c7b80140c89581da68681496863bf520633a (patch) | |
tree | 09f56586d75c11ce180eed02dbb2ede02b4f1ba5 | |
parent | d524e2a818635d4a0402eb6e686f3b1e49fe8cc5 (diff) | |
download | zlib-efc9c7b80140c89581da68681496863bf520633a.tar.gz zlib-efc9c7b80140c89581da68681496863bf520633a.tar.bz2 zlib-efc9c7b80140c89581da68681496863bf520633a.zip |
Add license to contrib/untgz.
A zlib license was agreed to by the authors.
-rw-r--r-- | contrib/untgz/untgz.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/contrib/untgz/untgz.c b/contrib/untgz/untgz.c index 3e53097..7857921 100644 --- a/contrib/untgz/untgz.c +++ b/contrib/untgz/untgz.c | |||
@@ -4,6 +4,22 @@ | |||
4 | * written by Pedro A. Aranda Gutierrez <paag@tid.es> | 4 | * written by Pedro A. Aranda Gutierrez <paag@tid.es> |
5 | * adaptation to Unix by Jean-loup Gailly <jloup@gzip.org> | 5 | * adaptation to Unix by Jean-loup Gailly <jloup@gzip.org> |
6 | * various fixes by Cosmin Truta <cosmint@cs.ubbcluj.ro> | 6 | * various fixes by Cosmin Truta <cosmint@cs.ubbcluj.ro> |
7 | * | ||
8 | * This software is provided 'as-is', without any express or implied | ||
9 | * warranty. In no event will the authors be held liable for any damages | ||
10 | * arising from the use of this software. | ||
11 | * | ||
12 | * Permission is granted to anyone to use this software for any purpose, | ||
13 | * including commercial applications, and to alter it and redistribute it | ||
14 | * freely, subject to the following restrictions: | ||
15 | * | ||
16 | * 1. The origin of this software must not be misrepresented; you must not | ||
17 | * claim that you wrote the original software. If you use this software | ||
18 | * in a product, an acknowledgment in the product documentation would be | ||
19 | * appreciated but is not required. | ||
20 | * 2. Altered source versions must be plainly marked as such, and must not be | ||
21 | * misrepresented as being the original software. | ||
22 | * 3. This notice may not be removed or altered from any source distribution. | ||
7 | */ | 23 | */ |
8 | 24 | ||
9 | #include <stdio.h> | 25 | #include <stdio.h> |