summaryrefslogtreecommitdiffstats
path: root/LICENSE
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2021-08-06 21:51:09 (GMT)
committerYann Collet <cyan@fb.com>2021-08-06 21:51:09 (GMT)
commitde45d6e0fa59e1c5dc21f611dd73f91ba04aaff1 (patch)
tree51bb5483f09788ba994b753cf6e9878dce31aefb /LICENSE
parentd1d3266bc54a2990ea19b2f073cd4b838c0b5b01 (diff)
downloadlz4-de45d6e0fa59e1c5dc21f611dd73f91ba04aaff1.zip
lz4-de45d6e0fa59e1c5dc21f611dd73f91ba04aaff1.tar.gz
lz4-de45d6e0fa59e1c5dc21f611dd73f91ba04aaff1.tar.bz2
minor doc clarification
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE3
1 files changed, 2 insertions, 1 deletions
diff --git a/LICENSE b/LICENSE
index c221aeb..1b84cc3 100644
--- a/LICENSE
+++ b/LICENSE
@@ -8,4 +8,5 @@ and with presence of COPYING or LICENSE file in associated directories.
This model is selected to emphasize that
files in the `lib` directory are designed to be included into 3rd party applications,
while all other files, in `programs`, `tests` or `examples`,
-receive more limited attention and support for such scenario.
+are intended to be used "as is", as part of their intended scenarios,
+with no intention to support 3rd party integration use cases.