From 3f6df7e4e9d3da966fec1243978b7c762bc63f3b Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Mon, 11 Apr 2016 00:50:15 -0500 Subject: [PATCH] README.md: add disclaimer --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8252bb9..55905f0 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,9 @@ processors. In addition, libdeflate provides optional high compression modes that provide a better compression ratio than the zlib's "level 9". libdeflate is released into the public domain. The author claims no copyright -on it, and anyone is free to use it for any reason. +on it, and anyone is free to use it for any reason. The software is provided +'as-is', without any express or implied warranty; in no event will the author be +held liable for any damages arising from the use of the software. Building ========