From ae00adecd618c82f19d0c0742de5692d0f08abb7 Mon Sep 17 00:00:00 2001 From: Sergey Bogolepov Date: Wed, 25 Nov 2020 16:58:44 +0700 Subject: [PATCH] Add license for zlib We need to use a glibc-2.25-based because `target-sysroot-1-linux-glibc-arm64` is using one. zzzz --- .../licenses/third_party/zlib_license.txt | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 kotlin-native/licenses/third_party/zlib_license.txt diff --git a/kotlin-native/licenses/third_party/zlib_license.txt b/kotlin-native/licenses/third_party/zlib_license.txt new file mode 100644 index 00000000000..3de69aefca8 --- /dev/null +++ b/kotlin-native/licenses/third_party/zlib_license.txt @@ -0,0 +1,23 @@ +zlib.h -- interface of the 'zlib' general purpose compression library + version 1.2.11, January 15th, 2017 + + Copyright (C) 1995-2017 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 \ No newline at end of file