From 4f26bb086ca9dd080efe865d212055c59f5b385b Mon Sep 17 00:00:00 2001 From: emmanuel-marty Date: Wed, 3 Apr 2019 13:06:46 +0200 Subject: [PATCH] Add LICENSE --- LICENSE | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..32f668c --- /dev/null +++ b/LICENSE @@ -0,0 +1,3 @@ +The LZSA code is available under the Zlib license, except for src/shrink.c which is placed under the Creative Commons CC0 license. + +Please consult LICENSE.zlib.md and LICENSE.CC0.md for more information.